Skip to content
Snippets Groups Projects
  1. Mar 25, 2024
  2. Mar 24, 2024
    • Deucе's avatar
      The problem with Bullseye was the 64-bit kernel. · 3db56d4e
      Deucе authored
      The configure script was using uname -m as the build platform, but
      Bullseye on RPi uses a 64-bit kernel (aarch64 uname -m) with a 32-bit
      userland (arm gcc build host), which resulted in a lot of bad decsions
      around JIT stuff.
      
      With this change, we explicitly pass the build/host/target values as
      taken from the compilers in question, which fixes the issue for Bullseye
      (But may break mingw32?  Well we'll see how the pipes go).
      3db56d4e
    • Deucе's avatar
      Add a couple more patches that appear to enable libmozjs on Raspian · 6b75566e
      Deucе authored
      This works on Buster at least... update the other config.guess file
      the same as the top-level one, and always define JaegerSpew() so the
      JIT stuff isn't broken.
      6b75566e
  3. Mar 20, 2024
  4. Mar 19, 2024
    • Deucе's avatar
      Remove space. · 78fe5bd9
      Deucе authored
      78fe5bd9
    • Deucе's avatar
      Most seds apparently don't support -I · f1eb2ea4
      Deucе authored
      f1eb2ea4
    • Deucе's avatar
      Default to building for the current macOS version, fix 3rdp · 4d0dd6cd
      Deucе authored
      Now if you don't specify MIN_MAC_OSX_VERSION, it will use the
      "current" version of macOS as the target.  "Current" is defined as
      X.0 where the major version (X) is greater than 10 and X.Y when
      major version is 10.
      
      This allows building for a specific target, but uses the newest
      libraries if you don't specify.
      4d0dd6cd
    • Deucе's avatar
      Bump the default min supported mac version to 12.0 · 689f8248
      Deucе authored
      For Synchronet "stuff", we can trivially change this, but some work
      needs to be done to enable Spidermonkey and Cryptlib to pick up the
      chosen value.
      
      JS should be fairly simple since it's a configure argument.  Cryptlib
      is a bit trickier since it's in a patch.
      689f8248
  5. Mar 17, 2024
  6. Feb 28, 2024
    • Deucе's avatar
      Add a patch to allow the server to accept the "none" auth method. · 5f451880
      Deucе authored
      If the SSH_ANYAUTH option is set, the server will accept the "none"
      authentication method, and not even suggest the client send a
      password or public key.
      
      The client must still send a user ID, but we just ignore it
      completely and don't even log it.
      5f451880
  7. Feb 27, 2024
  8. Feb 24, 2024
  9. Feb 23, 2024
  10. Feb 21, 2024
  11. Feb 10, 2024
  12. Feb 09, 2024
  13. Feb 08, 2024
  14. Feb 06, 2024
  15. Feb 05, 2024
Loading