From e93a5e2db21aabe147898835d9495c6ee8228faa3173d528658216b466718176 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Thu, 26 Feb 2015 10:52:00 +0000 Subject: [PATCH] Accepting request 287859 from home:XRevan86 OBS-URL: https://build.opensuse.org/request/show/287859 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=125 --- curl-7.40.0.tar.lzma | 3 --- curl-7.40.0.tar.lzma.asc | 7 ------- curl-7.41.0.tar.lzma | 3 +++ curl-7.41.0.tar.lzma.asc | 7 +++++++ curl.changes | 11 +++++++++++ curl.spec | 20 ++++++++++---------- 6 files changed, 31 insertions(+), 20 deletions(-) delete mode 100644 curl-7.40.0.tar.lzma delete mode 100644 curl-7.40.0.tar.lzma.asc create mode 100644 curl-7.41.0.tar.lzma create mode 100644 curl-7.41.0.tar.lzma.asc diff --git a/curl-7.40.0.tar.lzma b/curl-7.40.0.tar.lzma deleted file mode 100644 index 92ae4ba..0000000 --- a/curl-7.40.0.tar.lzma +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:47dff2367ff3343ce3a4661ddb0ce8d03b18e868f77fc82ae77b2c23587325a8 -size 2684351 diff --git a/curl-7.40.0.tar.lzma.asc b/curl-7.40.0.tar.lzma.asc deleted file mode 100644 index 2ed4472..0000000 --- a/curl-7.40.0.tar.lzma.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1 - -iEYEABECAAYFAlSuPVwACgkQeOEcayedXJGBZACfVptdcgMlq4CelqPfrWdZpPP8 -UOMAnA2LcEYZ1bOCN3kr27ARQAz2OXT0 -=eJwT ------END PGP SIGNATURE----- diff --git a/curl-7.41.0.tar.lzma b/curl-7.41.0.tar.lzma new file mode 100644 index 0000000..acc4a3a --- /dev/null +++ b/curl-7.41.0.tar.lzma @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2c40bcc1eb3e598387a1d1243b01117cd0f253e79247bd4f0f17fd760dec722 +size 2722527 diff --git a/curl-7.41.0.tar.lzma.asc b/curl-7.41.0.tar.lzma.asc new file mode 100644 index 0000000..f43cd2f --- /dev/null +++ b/curl-7.41.0.tar.lzma.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1 + +iEYEABECAAYFAlTte8QACgkQeOEcayedXJFByQCdEIZG6sOcXOhbe9JGSTZowdMR +72cAoLu08rLq83AkywThzrxFG6qb7K0z +=U309 +-----END PGP SIGNATURE----- diff --git a/curl.changes b/curl.changes index 51e6588..ffd910e 100644 --- a/curl.changes +++ b/curl.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Feb 26 09:37:22 UTC 2015 - sor.alexei@meowr.ru + +- update to 7.41.0: + * Changes: + NetWare build: added TLS-SRP enabled build + winbuild: Added option to build with c-ares + Added --cert-status + Added CURLOPT_SSL_VERIFYSTATUS + sasl: implement EXTERNAL authentication mechanism + ------------------------------------------------------------------- Sat Feb 14 18:29:37 UTC 2015 - mpluskal@suse.com diff --git a/curl.spec b/curl.spec index 9925326..034851e 100644 --- a/curl.spec +++ b/curl.spec @@ -20,7 +20,7 @@ %bcond_with mozilla_nss %bcond_without testsuite Name: curl -Version: 7.40.0 +Version: 7.41.0 Release: 0 Summary: A Tool for Transferring Data from URLs License: BSD-3-Clause and MIT @@ -99,7 +99,7 @@ user interaction or any kind of interactivity. # curl complains if macro definition is contained in CFLAGS # see m4/xc-val-flgs.m4 CPPFLAGS="-D_FORTIFY_SOURCE=2" -CFLAGS=$(echo %{optflags} | sed 's/-D_FORTIFY_SOURCE=2//') +CFLAGS=$(echo "%{optflags}" | sed -e 's/-D_FORTIFY_SOURCE=2//') export CPPFLAGS CFLAGS export CFLAGS="$CFLAGS -fPIE" export LDFLAGS="$LDFLAGS -pie" @@ -107,7 +107,7 @@ autoreconf -fi # local hack to make curl-config --libs stop printing libraries it depends on # (currently, libtool sets link_all_deplibs=(yes|unknown) everywhere, # will hopefully change in the future) -sed -i 's/link_all_deplibs=unknown/link_all_deplibs=no/' configure +sed -i 's/\(link_all_deplibs=\)unknown/\1no/' configure %configure \ --enable-ipv6 \ %if %{with openssl} @@ -126,14 +126,14 @@ sed -i 's/link_all_deplibs=unknown/link_all_deplibs=no/' configure --enable-threaded-resolver \ --with-libmetalink -: if this fails, the above sed hack did not work +# if this fails, the above sed hack did not work ./libtool --config | grep -q link_all_deplibs=no # enable-hidden-symbols needs gcc4 and causes that curl exports only its API make %{?_smp_mflags} %if %{with testsuite} %check -cd tests +pushd tests make %{?_smp_mflags} # make sure the testsuite runs don't race on MP machines in autobuild if test -z "$BUILD_INCARNATION" -a -r /.buildenv; then @@ -151,12 +151,12 @@ perl ./runtests.pl -a -b$base || { %endif } %endif +popd %install -make DESTDIR=%{buildroot} install %{?_smp_mflags} -rm %{buildroot}%{_libdir}/libcurl.la -install -d %{buildroot}%{_datadir}/aclocal -install -m 644 docs/libcurl/libcurl.m4 %{buildroot}%{_datadir}/aclocal/ +%make_install +rm -f %{buildroot}%{_libdir}/libcurl.la +install -Dm 0644 docs/libcurl/libcurl.m4 %{buildroot}%{_datadir}/aclocal/libcurl.m4 %post -n libcurl4 -p /sbin/ldconfig @@ -178,7 +178,7 @@ install -m 644 docs/libcurl/libcurl.m4 %{buildroot}%{_datadir}/aclocal/ %defattr(-,root,root) %{_bindir}/curl-config %{_includedir}/curl -%dir %{_datadir}/aclocal +%dir %{_datadir}/aclocal/ %{_datadir}/aclocal/libcurl.m4 %{_libdir}/libcurl.so %{_libdir}/pkgconfig/libcurl.pc