Skip to content
Snippets Groups Projects
  1. Apr 09, 2015
  2. Apr 03, 2015
  3. Mar 30, 2015
  4. Mar 29, 2015
  5. Mar 28, 2015
  6. Mar 25, 2015
  7. Mar 24, 2015
  8. Mar 23, 2015
  9. Mar 21, 2015
  10. Mar 19, 2015
  11. Mar 16, 2015
  12. Mar 13, 2015
  13. Mar 11, 2015
  14. Mar 09, 2015
  15. Feb 22, 2015
  16. Feb 17, 2015
  17. Feb 11, 2015
  18. Feb 02, 2015
    • John Crispin's avatar
      cURL: implement new functionality with cleanup and fixes · 83693349
      John Crispin authored
      
      remove obsolete configuration settings
        --disable-thread
        --enable-nonblocking
        --without-krb4
      remove SSPI support
        only supported on windows
      correct --with/without-ca-path handling
        only supported with OpenSSL and PolarSSL
      correct LDAP/LDAPS protocol
        add dependency libopenldap
      added SCP/SFTP protocol
        default "No"
        depends on libssh2
      added IDN support
        default "No"
        depends on libidn
      added SMB protocol (new in 7.40)
        default "No"
        require 'cryptographic authentication' and either 'GnuTLS' or 'OpenSSL' selected
      added Unix sockets support (new in 7.40)
        default "No"
      added error verbose messages
        default "No"
      changes to Makefile
        Increase PKG_RELEASE
        PKG_CONFIG_DEPENDS and CONFIGURE_ARGS
          extended for new functionality
          use "autoconf_bool" for all --enable/--disable options
          restructure for easier reading
      changes to Config.in
        extended for new functionality
        implement dependencies
        restructure and grouping for easier reading
      build tested on XUbuntu 14.10 x86 for x86 (generic) and ar71xx (WNDR3800)
      
      Signed-off-by: default avatarChristian Schoenebeck <christian.schoenebeck@gmail.com>
      
      SVN-Revision: 44243
      83693349
  19. Jan 29, 2015
  20. Jan 28, 2015
    • John Crispin's avatar
      comgt-ncm: Fix NCM protocol · 623716dd
      John Crispin authored
      
      This patch fixes the NCM protocol by adding the missing ifname
      to the netifd script and changing one unintended "send" statement to
      "print" in runcommand.gcom. It also cleans up logging and makes the
      manufacturer names case-insensitive. Furthermore, comgt-ncm should
      not depend on the USB-serial-related kernel modules, as the cdc-wdm
      control device works without them. There is also no need to depend on
      kmod-huawei-cdc-ncm, since other manufacturers (like Sony-Ericsson
      and Samsung) which use other kernel modules should also be supported.
      
      I'd appreciate if someone with Samsung or Sony-Ericsson modems could
      test this, I was only able to test it with Huawei E3276, E3372 and
      E353.
      
      Signed-off-by: default avatarMatti Laakso <malaakso@elisanet.fi>
      
      SVN-Revision: 44182
      623716dd
    • John Crispin's avatar
      cURL: Update to version 7.40.0 · 89df4529
      John Crispin authored
      
      * Update to version 7.40.0
      * remove non existing config options around enable/disable HTTPS protocoll
      * remove --with-ca-path if ssl support disabled
      * set proxy support as default like all versions before CC did
      
      Signed-off-by: default avatarChristian Schoenebeck <christian.schoenebeck@gmail.com>
      
      SVN-Revision: 44176
      89df4529
  21. Jan 24, 2015
  22. Jan 20, 2015
  23. Jan 17, 2015
Loading