Skip to content
Snippets Groups Projects
  1. May 17, 2015
  2. May 16, 2015
  3. May 15, 2015
  4. May 13, 2015
  5. May 12, 2015
  6. May 11, 2015
    • est31's avatar
      Make early protocol auth mechanism generic, and add SRP · 82e35edf
      est31 authored
      Adds everything needed for SRP (and everything works too),
      but still deactivated, as protocol v25 init packets aren't final yet.
      Can be activated by changing the LATEST_PROTOCOL_VERSION header to 25
      inside networkprotocol.h.
      82e35edf
    • est31's avatar
      Add LibGMP · 181f7baa
      est31 authored
      Uses system provided libgmp if found, if not it falls back to mini-gmp.
      181f7baa
    • Megaf's avatar
      Replaced libjpeg dependency on apt-get, it should be libjpeg-dev instead of libjpeg8-dev. · 58eae433
      Megaf authored
      On Debian 8...
      ```
      Package libjpeg8-dev is not available, but is referred to by another package.
      This may mean that the package is missing, has been obsoleted, or
      is only available from another source
      However the following packages replace it:
        libjpeg62-turbo-dev
      ```
      Using libjpeg-dev should make the OS select the most appropriate lib to be installed.
      These are the packages available on Debian 8.
      ```
      libjpeg-dev - Development files for the JPEG library [dummy package]
      libjpeg-turbo-progs - Programs for manipulating JPEG files
      libjpeg-turbo-progs-dbg - Programs for manipulating JPEG files (debugging symbols)
      libjpeg62-turbo - libjpeg-turbo JPEG runtime library
      libjpeg62-turbo-dbg - Debugging symbols for the libjpeg-turbo JPEG library
      libjpeg62-turbo-dev - Development files for the libjpeg-turbo JPEG library
      libturbojpeg1 - TurboJPEG runtime library - SIMD optimized
      libturbojpeg1-dbg - TurboJPEG runtime library - SIMD optimized (debugging symbols)
      libturbojpeg1-dev - Development files for the TurboJPEG library
      
      ```
      This seems to work on all current Debian versions, Wheezy, Jessie and Sid.
      https://packages.debian.org/wheezy/libjpeg-dev
      https://packages.debian.org/jessie/libjpeg-dev
      https://packages.debian.org/stretch/libjpeg-dev
      
      Im not sure if Ubuntu has this dummy package.
      
      http://packages.ubuntu.com/search?keywords=libjpeg-dev
      
      Perhaps this should be further discussed.
      
      libjpeg8-dev -> libjpeg-dev
      58eae433
  7. May 10, 2015
  8. May 09, 2015
  9. May 08, 2015
  10. May 07, 2015
  11. May 06, 2015
Loading