- Fix libcurl inappropriate GSSAPI delegation. Full details at

http://curl.haxx.se/docs/adv_20110623.html
- Use the lzma compressed tarball provided upstreams.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=48
This commit is contained in:
Philipp Thomas 2011-07-11 11:18:11 +00:00 committed by Git OBS Bridge
parent fd7ee2a250
commit 0fd32f71d0
4 changed files with 15 additions and 8 deletions

View File

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

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

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Jul 11 11:40:17 CEST 2011 - pth@suse.de
- Fix libcurl inappropriate GSSAPI delegation. Full details at
http://curl.haxx.se/docs/adv_20110623.html
- Use the lzma compressed tarball provided upstreams.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri May 20 16:25:34 UTC 2011 - crrodriguez@opensuse.org Fri May 20 16:25:34 UTC 2011 - crrodriguez@opensuse.org

View File

@ -22,7 +22,7 @@
%bcond_without testsuite %bcond_without testsuite
Name: curl Name: curl
BuildRequires: libidn-devel openldap2-devel pkg-config zlib-devel BuildRequires: libidn-devel openldap2-devel pkg-config zlib-devel lzma
%if %{with openssl} %if %{with openssl}
BuildRequires: openssl-devel BuildRequires: openssl-devel
%endif %endif
@ -41,7 +41,7 @@ BuildRequires: libcares-devel
BuildRequires: stunnel BuildRequires: stunnel
%endif %endif
#define cvs_suffix -20090302 #define cvs_suffix -20090302
Version: 7.21.6 Version: 7.21.7
Release: 2 Release: 2
AutoReqProv: on AutoReqProv: on
# bug437293 # bug437293
@ -53,7 +53,7 @@ License: BSD3c(or similar) ; MIT License (or similar)
Group: Productivity/Networking/Web/Utilities Group: Productivity/Networking/Web/Utilities
Summary: A Tool for Transferring Data from URLs Summary: A Tool for Transferring Data from URLs
Url: http://curl.haxx.se/ Url: http://curl.haxx.se/
Source: curl-%version%{?cvs_suffix}.tar.bz2 Source: curl-%version%{?cvs_suffix}.tar.lzma
Source2: baselibs.conf Source2: baselibs.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -94,7 +94,7 @@ user interaction or any kind of interactivity.
# (currently, libtool sets link_all_deplibs=(yes|unknown) everywhere, # (currently, libtool sets link_all_deplibs=(yes|unknown) everywhere,
# will hopefully change in the future) # 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/link_all_deplibs=no/' configure
export CFLAGS="$RPM_OPT_FLAGS" export CFLAGS="%{optflags}"
./configure \ ./configure \
--prefix=%{_prefix} \ --prefix=%{_prefix} \
--enable-ipv6 \ --enable-ipv6 \
@ -146,7 +146,7 @@ perl ./runtests.pl -a -b$base || {
%endif %endif
%install %install
make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} %{makeinstall}
rm $RPM_BUILD_ROOT%_libdir/libcurl.la rm $RPM_BUILD_ROOT%_libdir/libcurl.la
install -d $RPM_BUILD_ROOT/usr/share/aclocal install -d $RPM_BUILD_ROOT/usr/share/aclocal
install -m 644 docs/libcurl/libcurl.m4 $RPM_BUILD_ROOT/usr/share/aclocal/ install -m 644 docs/libcurl/libcurl.m4 $RPM_BUILD_ROOT/usr/share/aclocal/