- Update to 7.46.0

* Added CURLOPT_STREAM_DEPENDS
  * Added CURLOPT_STREAM_DEPENDS_E
  * Added CURLOPT_STREAM_WEIGHT
  * Added CURLFORM_CONTENTLEN
  * oauth2: Added support for OAUTHBEARER SASL mechanism to IMAP,
    POP3 and SNMP
* Many bugfixes, see http://curl.haxx.se/changes.html#7_46_0 for the
  complete list.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=148
This commit is contained in:
Ismail Dönmez 2015-12-02 12:46:01 +00:00 committed by Git OBS Bridge
parent d36b376f47
commit 6f4050fff1
6 changed files with 37 additions and 23 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:96cd9711d8f38fa6f99af085a67ad1e0ebca339f2a9a00a2aa59c40a66c4552d
size 2849335

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iEYEABECAAYFAlYU1OQACgkQeOEcayedXJG8AgCgn1gUB53dH6GnPSc2vVOCbSat
H04AnjvZ5PByX/7hizPgsSNTS7zvuU1x
=7FT4
-----END PGP SIGNATURE-----

3
curl-7.46.0.tar.lzma Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fe854a0dedf0a89da72aa1725d8ff66285b613d366a88f14681dacd824024087
size 2864645

7
curl-7.46.0.tar.lzma.asc Normal file
View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iEYEABECAAYFAlZel9wACgkQeOEcayedXJEsYACfTnbAnkbePp450rwYPaQz53yI
zg8Anj+YPivd5G6PTRFM1Q+tD5HEIwzp
=izYm
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Dec 2 12:18:24 UTC 2015 - idonmez@suse.com
- Update to 7.46.0
* Added CURLOPT_STREAM_DEPENDS
* Added CURLOPT_STREAM_DEPENDS_E
* Added CURLOPT_STREAM_WEIGHT
* Added CURLFORM_CONTENTLEN
* oauth2: Added support for OAUTHBEARER SASL mechanism to IMAP,
POP3 and SNMP
* Many bugfixes, see http://curl.haxx.se/changes.html#7_46_0 for the
complete list.
-------------------------------------------------------------------
Mon Oct 19 09:35:04 UTC 2015 - vcizek@suse.com

View File

@ -20,7 +20,7 @@
%bcond_with mozilla_nss
%bcond_without testsuite
Name: curl
Version: 7.45.0
Version: 7.46.0
Release: 0
Summary: A Tool for Transferring Data from URLs
License: BSD-3-Clause and MIT
@ -114,23 +114,23 @@ autoreconf -fi
# will hopefully change in the future)
sed -i 's/\(link_all_deplibs=\)unknown/\1no/' configure
%configure \
--enable-ipv6 \
--enable-ipv6 \
%if %{with openssl}
--with-ssl \
--without-ca-path \
--without-ca-bundle \
--with-ssl \
--without-ca-path \
--without-ca-bundle \
%else
--without-ssl \
--without-ssl \
%if %{with mozilla_nss}
--with-nss \
--with-nss \
%endif
%endif
--with-gssapi=%{_libexecdir}/mit \
--with-libssh2\
--enable-hidden-symbols \
--disable-static \
--enable-threaded-resolver \
--with-libmetalink
--with-gssapi=%{_libexecdir}/mit \
--with-libssh2\
--enable-hidden-symbols \
--disable-static \
--enable-threaded-resolver \
--with-libmetalink
# if this fails, the above sed hack did not work
./libtool --config | grep -q link_all_deplibs=no
@ -171,6 +171,7 @@ install -Dm 0644 docs/libcurl/libcurl.m4 %{buildroot}%{_datadir}/aclocal/libcurl
%doc README RELEASE-NOTES
%doc docs/{BUGS,FAQ,FEATURES,MANUAL,RESOURCES,TODO,TheArtOfHttpScripting}
%{_bindir}/curl
%{_datadir}/zsh/site-functions/_curl
%{_mandir}/man1/curl.1%{ext_man}
%files -n libcurl4