<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/package/network/utils/curl/Config.in, branch reboot</title>
<subtitle>MTK 20170518 : Mediatek SDK based on OpenWRT Barrier Breaker</subtitle>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/'/>
<entry>
<title>curl: fix deprecated 'depends' syntax</title>
<updated>2016-04-17T15:35:18+00:00</updated>
<author>
<name>Hauke Mehrtens</name>
<email>hauke@hauke-m.de</email>
</author>
<published>2016-04-17T15:35:18+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=fc7368fd82fbfd4f3e89a407a2c2226d38eb6d74'/>
<id>fc7368fd82fbfd4f3e89a407a2c2226d38eb6d74</id>
<content type='text'>
This was introduced in r49183

Reported-by: swalker
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;

SVN-Revision: 49192
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was introduced in r49183

Reported-by: swalker
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;

SVN-Revision: 49192
</pre>
</div>
</content>
</entry>
<entry>
<title>curl: add config option for NTLM support</title>
<updated>2016-04-17T12:51:41+00:00</updated>
<author>
<name>Hauke Mehrtens</name>
<email>hauke@hauke-m.de</email>
</author>
<published>2016-04-17T12:51:41+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=a4d646cf155f187892b6461d364546957dafd59d'/>
<id>a4d646cf155f187892b6461d364546957dafd59d</id>
<content type='text'>
Signed-off-by: Dirk Feytons &lt;dirk.feytons@gmail.com&gt;
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;

SVN-Revision: 49183
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Dirk Feytons &lt;dirk.feytons@gmail.com&gt;
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;

SVN-Revision: 49183
</pre>
</div>
</content>
</entry>
<entry>
<title>curl: add support for mbedtls</title>
<updated>2016-02-01T22:37:41+00:00</updated>
<author>
<name>Hauke Mehrtens</name>
<email>hauke@hauke-m.de</email>
</author>
<published>2016-02-01T22:37:41+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=3a2e25bc77bf0b714f95b9570503ca12a5c13b43'/>
<id>3a2e25bc77bf0b714f95b9570503ca12a5c13b43</id>
<content type='text'>
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;

SVN-Revision: 48615
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;

SVN-Revision: 48615
</pre>
</div>
</content>
</entry>
<entry>
<title>cURL: implement new functionality with cleanup and fixes</title>
<updated>2015-02-02T09:02:24+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2015-02-02T09:02:24+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=83693349fc5a68c944ed0c7e6f2ba14cee0e82d8'/>
<id>83693349fc5a68c944ed0c7e6f2ba14cee0e82d8</id>
<content type='text'>
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: Christian Schoenebeck &lt;christian.schoenebeck@gmail.com&gt;

SVN-Revision: 44243
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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: Christian Schoenebeck &lt;christian.schoenebeck@gmail.com&gt;

SVN-Revision: 44243
</pre>
</div>
</content>
</entry>
<entry>
<title>cURL: Update to version 7.40.0</title>
<updated>2015-01-28T12:07:47+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2015-01-28T12:07:47+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=89df45295e828f59deb16c7c23e22a7ed3784376'/>
<id>89df45295e828f59deb16c7c23e22a7ed3784376</id>
<content type='text'>
* 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: Christian Schoenebeck &lt;christian.schoenebeck@gmail.com&gt;

SVN-Revision: 44176
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 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: Christian Schoenebeck &lt;christian.schoenebeck@gmail.com&gt;

SVN-Revision: 44176
</pre>
</div>
</content>
</entry>
<entry>
<title>curl: allow enabling https protocol</title>
<updated>2015-01-17T13:57:56+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2015-01-17T13:57:56+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=ff3448adaa7ec9be964f20f1f5095b8082aa1b19'/>
<id>ff3448adaa7ec9be964f20f1f5095b8082aa1b19</id>
<content type='text'>
Provide optional --enable-https flag for curl.

Signed-off-by: Lars Kruse &lt;devel@sumpfralle.de&gt;

SVN-Revision: 43997
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Provide optional --enable-https flag for curl.

Signed-off-by: Lars Kruse &lt;devel@sumpfralle.de&gt;

SVN-Revision: 43997
</pre>
</div>
</content>
</entry>
<entry>
<title>curl: move to core packages</title>
<updated>2014-06-11T15:43:24+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2014-06-11T15:43:24+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=3a1b8699b6bf96fc5b61da97b7e589a013b93882'/>
<id>3a1b8699b6bf96fc5b61da97b7e589a013b93882</id>
<content type='text'>
SVN-Revision: 41143
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 41143
</pre>
</div>
</content>
</entry>
</feed>
