3a27f0
Summary: A utility for getting files from remote servers (FTP, HTTP, and others)
3a27f0
Name: curl
3a27f0
Version: 7.29.0
4a0036
Release: 59%{?dist}.2
3a27f0
License: MIT
3a27f0
Group: Applications/Internet
3a27f0
Source: http://curl.haxx.se/download/%{name}-%{version}.tar.lzma
3a27f0
Source2: curlbuild.h
3a27f0
3a27f0
# fix a SIGSEGV when closing an unused multi handle (#914411)
3a27f0
Patch1: 0001-curl-7.29.0-da3fc1ee.patch
3a27f0
3a27f0
# switch SSL socket into non-blocking mode after handshake
3a27f0
Patch2: 0002-curl-7.29.0-9d0af301.patch
3a27f0
3a27f0
# do not ignore poll() failures other than EINTR
3a27f0
Patch3: 0003-curl-7.29.0-491e026c.patch
3a27f0
3a27f0
# curl_global_init() now accepts the CURL_GLOBAL_ACK_EINTR flag
3a27f0
Patch4: 0004-curl-7.29.0-57ccdfa8.patch
3a27f0
3a27f0
# fix cookie tailmatching to prevent cross-domain leakage (CVE-2013-1944)
3a27f0
Patch5: 0005-curl-7.29.0-2eb8dcf2.patch
3a27f0
3a27f0
# show proper host name on failed resolve (#957173)
3a27f0
Patch6: 0006-curl-7.29.0-25e577b3.patch
3a27f0
3a27f0
# prevent an artificial timeout event due to stale speed-check data (#906031)
3a27f0
Patch7: 0007-curl-7.29.0-b37b5233.patch
3a27f0
3a27f0
# fix heap-based buffer overflow in curl_easy_unescape() (CVE-2013-2174)
3a27f0
Patch8: 0008-curl-7.29.0-192c4f78.patch
3a27f0
3a27f0
# mention all option listed in 'curl --help' in curl.1 man page
3a27f0
Patch9: 0009-curl-7.29.0-3a0e931f.patch
3a27f0
3a27f0
# FTP: when EPSV gets a 229 but fails to connect, retry with PASV (#1002815)
3a27f0
Patch10: 0010-curl-7.29.0-7cc00d9a.patch
3a27f0
3a27f0
# avoid a busy-loop in curl_easy_perform() 
3a27f0
Patch11: 0011-curl-7.29.0-0feeab78.patch
3a27f0
3a27f0
# avoid delay if FTP is aborted in CURLOPT_HEADERFUNCTION callback (#1005686)
3a27f0
Patch12: 0012-curl-7.29.0-c639d725.patch
3a27f0
86693f
# allow to use ECC ciphers if NSS implements them (#1058776)
86693f
Patch13: 0013-curl-7.29.0-665c160f.patch
86693f
86693f
# re-use of wrong HTTP NTLM connection in libcurl (CVE-2014-0015)
86693f
Patch14: 0014-curl-7.29.0-8ae35102.patch
86693f
86693f
# allow to use TLS > 1.0 if built against recent NSS (#1036789)
86693f
Patch15: 0015-curl-7.29.0-7fc9325a.patch
86693f
86693f
# use proxy name in error message when proxy is used (#1042831)
86693f
Patch16: 0016-curl-7.29.0-1cf71bd7.patch
86693f
86693f
# refresh expired cookie in test172 from upstream test-suite (#1063693)
86693f
Patch17: 0017-curl-7.29.0-ffb8a21d.patch
86693f
86693f
# fix documentation of curl's options --tlsv1.[0-2] (#1066364)
86693f
Patch18: 0018-curl-7.29.0-03c28820.patch
86693f
86693f
# fix connection re-use when using different log-in credentials (CVE-2014-0138)
92baa4
Patch19: 0019-curl-7.29.0-517b06d6.patch
92baa4
92baa4
# eliminate unnecessary delay when resolving host from /etc/hosts (#1130239)
92baa4
Patch20: 0020-curl-7.29.0-d529f388.patch
92baa4
92baa4
# allow to enable/disable new AES cipher-suites (#1066065)
92baa4
Patch21: 0021-curl-7.29.0-67061e3f.patch
92baa4
92baa4
# call PR_Cleanup() on curl tool exit if NSPR is used (#1071254)
92baa4
Patch22: 0022-curl-7.29.0-24c3cdce.patch
92baa4
92baa4
# implement non-blocking TLS handshake (#1091429)
92baa4
Patch23: 0023-curl-7.29.0-8868a226.patch
92baa4
92baa4
# fix limited connection re-use for unencrypted HTTP (#1101092)
92baa4
Patch24: 0024-curl-7.29.0-68f0166a.patch
92baa4
92baa4
# disable libcurl-level downgrade to SSLv3 (#1154060)
92baa4
Patch25: 0025-curl-7.29.0-3f430c9c.patch
92baa4
92baa4
# include response headers added by proxy in CURLINFO_HEADER_SIZE (#1161182)
92baa4
Patch26: 0026-curl-7.29.0-bc6037ed.patch
92baa4
92baa4
# ignore CURLOPT_FORBID_REUSE during NTLM HTTP auth (#1166264)
92baa4
Patch27: 0027-curl-7.29.0-63a0bd42.patch
92baa4
92baa4
# use only full matches for hosts used as IP address in cookies (CVE-2014-3613)
92baa4
Patch28: 0028-curl-7.29.0-CVE-2014-3613.patch
92baa4
92baa4
# fix handling of CURLOPT_COPYPOSTFIELDS in curl_easy_duphandle (CVE-2014-3707)
92baa4
Patch29: 0029-curl-7.29.0-CVE-2014-3707.patch
92baa4
92baa4
# reject CRLFs in URLs passed to proxy (CVE-2014-8150)
92baa4
Patch30: 0030-curl-7.29.0-CVE-2014-8150.patch
92baa4
92baa4
# require credentials to match for NTLM re-use (CVE-2015-3143)
92baa4
Patch31: 0031-curl-7.29.0-CVE-2015-3143.patch
92baa4
92baa4
# close Negotiate connections when done (CVE-2015-3148)
92baa4
Patch32: 0032-curl-7.29.0-CVE-2015-3148.patch
92baa4
92baa4
# improve handling of timeouts and blocking direction to speed up FTP (#1218272)
92baa4
Patch33: 0033-curl-7.29.0-29bf0598.patch
86693f
105fd7
# prevent test46 from failing due to expired cookie (#1258834)
105fd7
Patch34: 0034-curl-7.29.0-002d58f1.patch
105fd7
105fd7
# improve parsing of URL-encoded user name and password (#1260178)
105fd7
Patch35: 0035-curl-7.29.0-2f1a0bc0.patch
105fd7
105fd7
# implement 'curl --unix-socket' and CURLOPT_UNIX_SOCKET_PATH (#1263318)
105fd7
Patch36: 0036-curl-7.29.0-c8644d1f.patch
105fd7
105fd7
# SSH: do not require public key file for user authentication (#1275769)
105fd7
Patch37: 0037-curl-7.29.0-fa7d04fe.patch
105fd7
105fd7
# prevent NSS from incorrectly re-using a session (#1269855)
105fd7
Patch38: 0038-curl-7.29.0-958d2ffb.patch
105fd7
105fd7
# curl.1: --disable-{eprt,epsv} are ignored for IPv6 hosts (#1305974)
105fd7
Patch39: 0039-curl-7.29.0-4ef6b2d6.patch
105fd7
105fd7
# prevent curl_multi_wait() from missing an event (#1347904)
105fd7
Patch40: 0040-curl-7.29.0-513e587c.patch
105fd7
105fd7
# configure: improve detection of GCC's -fvisibility= flag
105fd7
Patch41: 0041-curl-7.29.0-b2dcf034.patch
105fd7
105fd7
# fix TLS session resumption client cert bypass (CVE-2016-5419)
105fd7
Patch42: 0042-curl-7.29.0-CVE-2016-5419.patch
105fd7
105fd7
# fix re-using connections with wrong client cert (CVE-2016-5420)
105fd7
Patch43: 0043-curl-7.29.0-CVE-2016-5420.patch
105fd7
a2d4e1
# reject negative string lengths in curl_easy_[un]escape() (CVE-2016-7167)
a2d4e1
Patch44:  0044-curl-7.29.0-CVE-2016-7167.patch
a2d4e1
a2d4e1
# curl -E: allow to escape ':' in cert nickname (#1376062)
a2d4e1
Patch45:  0045-curl-7.29.0-865d4138.patch
a2d4e1
a2d4e1
# make libcurl recognize chacha20-poly1305 and SHA384 cipher-suites (#1374740)
a2d4e1
Patch46:  0046-curl-7.29.0-049aa925.patch
a2d4e1
a2d4e1
# handle cookies with numerical IPv6 address (#1341503)
a2d4e1
Patch47:  0047-curl-7.29.0-85b9dc80.patch
a2d4e1
a2d4e1
# fix tight loop in non-blocking TLS handhsake over proxy (#1388162)
a2d4e1
Patch48:  0048-curl-7.29.0-eb84412b.patch
a2d4e1
a2d4e1
# make FTPS work with --proxytunnel (#1420327)
a2d4e1
Patch49:  0049-curl-7.29.0-8fa54098.patch
a2d4e1
a2d4e1
# work around race condition in PK11_FindSlotByName() in NSS (#1404815)
a2d4e1
Patch50:  0050-curl-7.29.0-3a5d5de9.patch
a2d4e1
d004d8
# nss: fix a possible use-after-free in SelectClientCert() (#1473158)
d004d8
Patch51:  0051-curl-7.29.0-42a4cd4c.patch
d004d8
d004d8
# nss: do not leak PKCS #11 slot while loading a key (#1444860)
d004d8
Patch52:  0052-curl-7.29.0-c8ea86f3.patch
d004d8
d004d8
# nss: fix a memory leak when CURLOPT_CRLFILE is used (#1427883)
d004d8
Patch53:  0053-curl-7.29.0-52cd5ac2.patch
d004d8
d004d8
# curl --socks5-{basic,gssapi}: control socks5 auth (#1409208)
d004d8
Patch54:  0054-curl-7.29.0-ce2c3ebd.patch
d004d8
aae588
# fix buffer overflow while processing IMAP FETCH response (CVE-2017-1000257)
aae588
Patch55:  0055-curl-7.29.0-CVE-2017-1000257.patch
aae588
d004d8
# reset authentication state when HTTP transfer is done (#1511523)
d004d8
Patch56:  0056-curl-7.29.0-0afbcfd8.patch
d004d8
f0f8d7
# make NSS deallocate PKCS #11 objects early enough (#1510247)
f0f8d7
Patch57:  0057-curl-7.29.0-nss-obj-leak.patch
f0f8d7
f0f8d7
# update certificates in the test-suite because they expire soon (#1572723)
f0f8d7
Patch58:  0058-curl-7.29.0-test-certs.patch
f0f8d7
f0f8d7
# doc: --tlsauthtype works only if built with TLS-SRP support (#1542256)
f0f8d7
Patch59:  0059-curl-7.29.0-tlsauthtype-doc.patch
f0f8d7
f0f8d7
# http: prevent custom Authorization headers in redirects (CVE-2018-1000007)
f0f8d7
Patch60:  0060-curl-7.29.0-CVE-2018-1000007.patch
f0f8d7
f0f8d7
# fix RTSP RTP buffer over-read (CVE-2018-1000122)
f0f8d7
Patch61:  0061-curl-7.29.0-CVE-2018-1000122.patch
f0f8d7
f0f8d7
# fix LDAP NULL pointer dereference (CVE-2018-1000121)
f0f8d7
Patch62:  0062-curl-7.29.0-CVE-2018-1000121.patch
f0f8d7
f0f8d7
# fix FTP path trickery leads to NIL byte out of bounds write (CVE-2018-1000120)
f0f8d7
Patch63:  0063-curl-7.29.0-CVE-2018-1000120.patch
f0f8d7
f0f8d7
# fix RTSP bad headers buffer over-read (CVE-2018-1000301)
f0f8d7
Patch64:  0064-curl-7.29.0-CVE-2018-1000301.patch
f0f8d7
f0f8d7
# make curl --speed-limit work with TFTP (#1584750)
f0f8d7
Patch65:  0065-curl-7.29.0-tftp-speed-limit.patch
f0f8d7
0d1c57
# backport options to force TLS 1.3 in curl and libcurl (#1672639)
0d1c57
Patch66:  0066-curl-7.29.0-tls13-opt.patch
0d1c57
0d1c57
# fix bad arithmetic when outputting warnings to stderr (CVE-2018-16842)
0d1c57
Patch67:  0067-curl-7.29.0-CVE-2018-16842.patch
b7b705
b7b705
# fix NTLM password overflow via integer overflow (CVE-2018-14618)
b7b705
Patch68:  0068-curl-7.29.0-CVE-2018-14618.patch
b7b705
0d1c57
# prevent curl --rate-limit from hanging on file URLs (#1281969)
0d1c57
Patch69:  0069-curl-7.29.0-file-limit-rate.patch
0d1c57
1ec381
# fix TFTP receive buffer overflow (CVE-2019-5436)
1ec381
Patch70:  0070-curl-7.29.0-CVE-2019-5436.patch
1ec381
ca677c
# fix heap buffer overflow in function tftp_receive_packet() (CVE-2019-5482)
ca677c
Patch71:  0071-curl-7.29.0-CVE-2019-5482.patch
ca677c
b3b501
# fix auth failure with duplicated WWW-Authenticate header (#1754736)
b3b501
Patch72:  0072-curl-7.29.0-dup-auth-header.patch
b3b501
048e7c
# allow curl to POST from a char device (#1769307)
048e7c
Patch73:  0073-curl-7.29.0-post-cdev.patch
048e7c
be9feb
# http: free protocol-specific struct in setup_connection callback (#1836773)
be9feb
Patch74:  0074-curl-7.29.0-http-setup_connection.patch
be9feb
dcd8c1
# avoid overwriting a local file with -J (CVE-2020-8177)
dcd8c1
Patch75:  0075-curl-7.29.0-CVE-2020-8177.patch
dcd8c1
4a0036
# fix HTTP Proxy deny use after free (CVE-2022-43552)
4a0036
Patch76:  0076-curl-7.29.0-HTTP-proxy-deny-use-after-free.patch
4a0036
4a0036
# rebuild certs with 2048-bit RSA keys
4a0036
Patch77:  0077-curl-7.29.0-rebuilt-certs.patch
4a0036
# we need `git apply` to apply this patch
4a0036
BuildRequires: git
4a0036
3a27f0
# patch making libcurl multilib ready
3a27f0
Patch101: 0101-curl-7.29.0-multilib.patch
3a27f0
3a27f0
# prevent configure script from discarding -g in CFLAGS (#496778)
3a27f0
Patch102: 0102-curl-7.29.0-debug.patch
3a27f0
92baa4
# use the default min/max TLS version provided by NSS (#1170339)
92baa4
Patch103: 0103-curl-7.29.0-default-tls-version.patch
92baa4
3a27f0
# use localhost6 instead of ip6-localhost in the curl test-suite
3a27f0
Patch104: 0104-curl-7.19.7-localhost6.patch
3a27f0
3a27f0
# disable valgrind for certain test-cases (libssh2 problem)
3a27f0
Patch106: 0106-curl-7.21.0-libssh2-valgrind.patch
3a27f0
3a27f0
# http://thread.gmane.org/gmane.comp.web.curl.library/40551/focus=40561
3a27f0
Patch105: 0105-curl-7.32.0-scp-upload.patch
3a27f0
3a27f0
# work around valgrind bug (#678518)
3a27f0
Patch107: 0107-curl-7.21.4-libidn-valgrind.patch
3a27f0
3a27f0
# Fix character encoding of docs, which are of mixed encoding originally so
3a27f0
# a simple iconv can't fix them
3a27f0
Patch108: 0108-curl-7.29.0-utf8.patch
3a27f0
3a27f0
Provides: webclient
3a27f0
URL: http://curl.haxx.se/
3a27f0
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
a2d4e1
BuildRequires: automake
3a27f0
BuildRequires: groff
3a27f0
BuildRequires: krb5-devel
3a27f0
BuildRequires: libidn-devel
3a27f0
BuildRequires: libssh2-devel
3a27f0
BuildRequires: nss-devel
3a27f0
BuildRequires: openldap-devel
3a27f0
BuildRequires: openssh-clients
3a27f0
BuildRequires: openssh-server
3a27f0
BuildRequires: pkgconfig
3a27f0
BuildRequires: stunnel
3a27f0
BuildRequires: zlib-devel
3a27f0
86693f
# perl modules used in the test suite
86693f
BuildRequires: perl(Cwd)
86693f
BuildRequires: perl(Digest::MD5)
86693f
BuildRequires: perl(Exporter)
86693f
BuildRequires: perl(File::Basename)
86693f
BuildRequires: perl(File::Copy)
86693f
BuildRequires: perl(File::Spec)
86693f
BuildRequires: perl(IPC::Open2)
86693f
BuildRequires: perl(MIME::Base64)
86693f
BuildRequires: perl(strict)
86693f
BuildRequires: perl(Time::Local)
86693f
BuildRequires: perl(Time::HiRes)
86693f
BuildRequires: perl(warnings)
86693f
BuildRequires: perl(vars)
86693f
3a27f0
# require valgrind to boost test coverage on i386 and x86_64
3a27f0
%ifarch %{ix86} x86_64
3a27f0
BuildRequires: valgrind
3a27f0
%endif
3a27f0
3a27f0
Requires: libcurl = %{version}-%{release}
3a27f0
3a27f0
# require at least the version of libssh2 that we were built against,
3a27f0
# to ensure that we have the necessary symbols available (#525002, #642796)
3a27f0
%global libssh2_version %(pkg-config --modversion libssh2 2>/dev/null || echo 0)
3a27f0
3a27f0
%description
3a27f0
curl is a command line tool for transferring data with URL syntax, supporting
3a27f0
FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS, FILE, IMAP,
3a27f0
SMTP, POP3 and RTSP.  curl supports SSL certificates, HTTP POST, HTTP PUT, FTP
3a27f0
uploading, HTTP form based upload, proxies, cookies, user+password
3a27f0
authentication (Basic, Digest, NTLM, Negotiate, kerberos...), file transfer
3a27f0
resume, proxy tunneling and a busload of other useful tricks. 
3a27f0
3a27f0
%package -n libcurl
3a27f0
Summary: A library for getting files from web servers
3a27f0
Group: Development/Libraries
3a27f0
Requires: libssh2%{?_isa} >= %{libssh2_version}
3a27f0
f0f8d7
# require a new enough version of nss-pem to avoid regression in yum (#1610998)
f0f8d7
Requires: nss-pem%{?_isa} >= 1.0.3-5
f0f8d7
3a27f0
%description -n libcurl
3a27f0
libcurl is a free and easy-to-use client-side URL transfer library, supporting
3a27f0
FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS, FILE, IMAP,
3a27f0
SMTP, POP3 and RTSP. libcurl supports SSL certificates, HTTP POST, HTTP PUT,
3a27f0
FTP uploading, HTTP form based upload, proxies, cookies, user+password
3a27f0
authentication (Basic, Digest, NTLM, Negotiate, Kerberos4), file transfer
3a27f0
resume, http proxy tunneling and more.
3a27f0
3a27f0
%package -n libcurl-devel
3a27f0
Summary: Files needed for building applications with libcurl
3a27f0
Group: Development/Libraries
3a27f0
Requires: libcurl = %{version}-%{release}
3a27f0
3a27f0
# From Fedora 14, %%{_datadir}/aclocal is included in the filesystem package
3a27f0
%if 0%{?fedora} < 14
3a27f0
Requires: %{_datadir}/aclocal
3a27f0
%endif
3a27f0
3a27f0
# From Fedora 11, RHEL-6, pkgconfig dependency is auto-detected
3a27f0
%if 0%{?fedora} < 11 && 0%{?rhel} < 6
3a27f0
Requires: pkgconfig
3a27f0
%endif
3a27f0
3a27f0
Provides: curl-devel = %{version}-%{release}
3a27f0
Obsoletes: curl-devel < %{version}-%{release}
3a27f0
3a27f0
%description -n libcurl-devel
3a27f0
The libcurl-devel package includes header files and libraries necessary for
3a27f0
developing programs which use the libcurl library. It contains the API
3a27f0
documentation of the library, too.
3a27f0
3a27f0
%prep
3a27f0
%setup -q
3a27f0
3a27f0
# upstream patches
3a27f0
%patch1 -p1
3a27f0
%patch2 -p1
3a27f0
%patch3 -p1
3a27f0
%patch4 -p1
3a27f0
%patch5 -p1
3a27f0
%patch6 -p1
3a27f0
%patch7 -p1
3a27f0
%patch8 -p1
3a27f0
%patch9 -p1
3a27f0
%patch10 -p1
3a27f0
%patch11 -p1
3a27f0
%patch12 -p1
86693f
%patch13 -p1
86693f
%patch14 -p1
86693f
%patch15 -p1
86693f
%patch16 -p1
86693f
%patch17 -p1
86693f
%patch18 -p1
3a27f0
%patch105 -p1
86693f
%patch19 -p1
92baa4
%patch20 -p1
92baa4
%patch21 -p1
92baa4
%patch22 -p1
92baa4
%patch23 -p1
92baa4
%patch24 -p1
92baa4
%patch25 -p1
92baa4
%patch26 -p1
92baa4
%patch27 -p1
92baa4
%patch28 -p1
92baa4
%patch29 -p1
92baa4
%patch30 -p1
92baa4
%patch31 -p1
92baa4
%patch32 -p1
92baa4
%patch33 -p1
105fd7
%patch34 -p1
105fd7
%patch35 -p1
105fd7
%patch36 -p1
105fd7
%patch37 -p1
105fd7
%patch38 -p1
105fd7
%patch39 -p1
105fd7
%patch40 -p1
92baa4
92baa4
# Fedora/RHEL patches
3a27f0
%patch101 -p1
3a27f0
%patch102 -p1
92baa4
%patch103 -p1
3a27f0
%patch104 -p1
3a27f0
%patch106 -p1
3a27f0
%patch107 -p1
3a27f0
%patch108 -p1
3a27f0
105fd7
# upstream patches
105fd7
%patch41 -p1
105fd7
%patch42 -p1
105fd7
%patch43 -p1
a2d4e1
%patch44 -p1
a2d4e1
%patch45 -p1
a2d4e1
%patch46 -p1
a2d4e1
%patch47 -p1
a2d4e1
%patch48 -p1
a2d4e1
%patch49 -p1
a2d4e1
%patch50 -p1
d004d8
%patch51 -p1
d004d8
%patch52 -p1
d004d8
%patch53 -p1
d004d8
%patch54 -p1
aae588
%patch55 -p1
d004d8
%patch56 -p1
f0f8d7
%patch57 -p1
f0f8d7
%patch58 -p1
f0f8d7
%patch59 -p1
f0f8d7
%patch60 -p1
f0f8d7
%patch61 -p1
f0f8d7
%patch62 -p1
f0f8d7
%patch63 -p1
f0f8d7
%patch64 -p1
f0f8d7
%patch65 -p1
0d1c57
%patch66 -p1
0d1c57
%patch67 -p1
b7b705
%patch68 -p1
b7b705
%patch69 -p1
1ec381
%patch70 -p1
ca677c
%patch71 -p1
b3b501
%patch72 -p1
048e7c
%patch73 -p1
be9feb
%patch74 -p1
dcd8c1
%patch75 -p1
4a0036
%patch76 -p1
4a0036
git init
4a0036
git apply --whitespace=nowarn %{PATCH77}
aae588
a2d4e1
# regenerate Makefile.in files
a2d4e1
aclocal -I m4
a2d4e1
automake
105fd7
3a27f0
# replace hard wired port numbers in the test suite
3a27f0
cd tests/data/
3a27f0
sed -i s/899\\\([0-9]\\\)/%{?__isa_bits}9\\1/ test*
3a27f0
cd -
3a27f0
a2d4e1
# avoid spurious failure of test1086 on s390(x) builders (#1072273)
a2d4e1
sed -i 's/-m 7/-m 15/' tests/data/test1086
a2d4e1
105fd7
# disable test 1112 (#565305) and test 2032 (#1241168)
105fd7
printf "1112\n2032\n" >> tests/data/DISABLED
3a27f0
3a27f0
# disable test 1319 on ppc64 (server times out)
3a27f0
%ifarch ppc64
3a27f0
echo "1319" >> tests/data/DISABLED
3a27f0
%endif
3a27f0
3a27f0
%build
3a27f0
[ -x /usr/kerberos/bin/krb5-config ] && KRB5_PREFIX="=/usr/kerberos"
3a27f0
%configure --disable-static \
3a27f0
    --enable-hidden-symbols \
3a27f0
    --enable-ipv6 \
3a27f0
    --enable-ldaps \
3a27f0
    --enable-manual \
3a27f0
    --enable-threaded-resolver \
3a27f0
    --with-ca-bundle=%{_sysconfdir}/pki/tls/certs/ca-bundle.crt \
3a27f0
    --with-gssapi${KRB5_PREFIX} \
3a27f0
    --with-libidn \
3a27f0
    --with-libssh2 \
3a27f0
    --without-ssl --with-nss
3a27f0
#    --enable-debug
3a27f0
# use ^^^ to turn off optimizations, etc.
3a27f0
3a27f0
# Remove bogus rpath
3a27f0
sed -i \
3a27f0
    -e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
3a27f0
    -e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
3a27f0
3a27f0
make %{?_smp_mflags}
3a27f0
3a27f0
%check
3a27f0
LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}
3a27f0
export LD_LIBRARY_PATH
3a27f0
3a27f0
# uncomment to use the non-stripped library in tests
a2d4e1
# LD_LIBRARY_PATH=$(dirname $(realpath $(find -name \*.so)))
3a27f0
3a27f0
cd tests
3a27f0
make %{?_smp_mflags}
3a27f0
3a27f0
# use different port range for 32bit and 64bit build, thus make it possible
3a27f0
# to run both in parallel on the same machine
3a27f0
./runtests.pl -a -b%{?__isa_bits}90 -p -v
3a27f0
3a27f0
%install
3a27f0
rm -rf $RPM_BUILD_ROOT
3a27f0
3a27f0
make DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" install
3a27f0
3a27f0
rm -f ${RPM_BUILD_ROOT}%{_libdir}/libcurl.la
3a27f0
3a27f0
install -d $RPM_BUILD_ROOT%{_datadir}/aclocal
3a27f0
install -m 644 docs/libcurl/libcurl.m4 $RPM_BUILD_ROOT%{_datadir}/aclocal
3a27f0
3a27f0
# drop man page for a script we do not distribute
3a27f0
rm -f ${RPM_BUILD_ROOT}%{_mandir}/man1/mk-ca-bundle.1
3a27f0
3a27f0
# Make libcurl-devel multilib-ready (bug #488922)
3a27f0
%if 0%{?__isa_bits} == 64
3a27f0
%define _curlbuild_h curlbuild-64.h
3a27f0
%else
3a27f0
%define _curlbuild_h curlbuild-32.h
3a27f0
%endif
3a27f0
mv $RPM_BUILD_ROOT%{_includedir}/curl/curlbuild.h \
3a27f0
   $RPM_BUILD_ROOT%{_includedir}/curl/%{_curlbuild_h}
3a27f0
3a27f0
install -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_includedir}/curl/curlbuild.h
3a27f0
3a27f0
%clean
3a27f0
rm -rf $RPM_BUILD_ROOT
3a27f0
3a27f0
%post -n libcurl -p /sbin/ldconfig
3a27f0
3a27f0
%postun -n libcurl -p /sbin/ldconfig
3a27f0
3a27f0
%files
3a27f0
%defattr(-,root,root,-)
3a27f0
%doc CHANGES README* COPYING
3a27f0
%doc docs/BUGS docs/FAQ docs/FEATURES
3a27f0
%doc docs/MANUAL docs/RESOURCES
3a27f0
%doc docs/TheArtOfHttpScripting docs/TODO
3a27f0
%{_bindir}/curl
3a27f0
%{_mandir}/man1/curl.1*
3a27f0
3a27f0
%files -n libcurl
3a27f0
%defattr(-,root,root,-)
3a27f0
%{_libdir}/libcurl.so.*
3a27f0
3a27f0
%files -n libcurl-devel
3a27f0
%defattr(-,root,root,-)
3a27f0
%doc docs/examples/*.c docs/examples/Makefile.example docs/INTERNALS
3a27f0
%doc docs/CONTRIBUTE docs/libcurl/ABI
3a27f0
%{_bindir}/curl-config*
3a27f0
%{_includedir}/curl
3a27f0
%{_libdir}/*.so
3a27f0
%{_libdir}/pkgconfig/*.pc
3a27f0
%{_mandir}/man1/curl-config.1*
3a27f0
%{_mandir}/man3/*
3a27f0
%{_datadir}/aclocal/libcurl.m4
3a27f0
3a27f0
%changelog
4a0036
* Tue Nov 07 2023 Jacek Migacz <jmigacz@redhat.com> - 7.29.0-59.el7_9.2
4a0036
- fix HTTP proxy deny use after free (CVE-2022-43552)
4a0036
- rebuild certs with 2048-bit RSA keys
4a0036
dcd8c1
* Tue Jul 28 2020 Kamil Dudka <kdudka@redhat.com> - 7.29.0-59.el7_9.1
dcd8c1
- avoid overwriting a local file with -J (CVE-2020-8177)
dcd8c1
ca677c
* Tue Jun 02 2020 Kamil Dudka <kdudka@redhat.com> - 7.29.0-59
be9feb
- http: free protocol-specific struct in setup_connection callback (#1836773)
be9feb
ca677c
* Mon Mar 23 2020 Kamil Dudka <kdudka@redhat.com> - 7.29.0-58
ca677c
- fix heap buffer overflow in function tftp_receive_packet() (CVE-2019-5482)
ca677c
1ec381
* Wed Nov 27 2019 Kamil Dudka <kdudka@redhat.com> - 7.29.0-57
048e7c
- allow curl to POST from a char device (#1769307)
048e7c
1ec381
* Tue Oct 01 2019 Kamil Dudka <kdudka@redhat.com> - 7.29.0-56
b3b501
- fix auth failure with duplicated WWW-Authenticate header (#1754736)
b3b501
1ec381
* Tue Aug 06 2019 Kamil Dudka <kdudka@redhat.com> - 7.29.0-55
1ec381
- fix TFTP receive buffer overflow (CVE-2019-5436)
1ec381
0d1c57
* Mon Jun 03 2019 Kamil Dudka <kdudka@redhat.com> - 7.29.0-54
0d1c57
- make `curl --tlsv1` backward compatible (#1672639)
b7b705
0d1c57
* Mon May 27 2019 Kamil Dudka <kdudka@redhat.com> - 7.29.0-53
0d1c57
- backport the --tls-max option of curl and TLS 1.3 ciphers (#1672639)
b7b705
0d1c57
* Fri Mar 01 2019 Kamil Dudka <kdudka@redhat.com> - 7.29.0-52
b7b705
- prevent curl --rate-limit from hanging on file URLs (#1281969)
0d1c57
- fix NTLM password overflow via integer overflow (CVE-2018-14618)
0d1c57
- fix bad arithmetic when outputting warnings to stderr (CVE-2018-16842)
0d1c57
- backport options to force TLS 1.3 in curl and libcurl (#1672639)
0d1c57
- prevent curl --rate-limit from crashing on https URLs (#1683292)
b7b705
f0f8d7
* Wed Aug 08 2018 Kamil Dudka <kdudka@redhat.com> - 7.29.0-51
f0f8d7
- require a new enough version of nss-pem to avoid regression in yum (#1610998)
f0f8d7
f0f8d7
* Thu Jun 07 2018 Kamil Dudka <kdudka@redhat.com> - 7.29.0-50
f0f8d7
- remove dead code, detected by Coverity Analysis
f0f8d7
- remove unused variable, detected by GCC and Clang
f0f8d7
f0f8d7
* Wed Jun 06 2018 Kamil Dudka <kdudka@redhat.com> - 7.29.0-49
f0f8d7
- make curl --speed-limit work with TFTP (#1584750)
f0f8d7
f0f8d7
* Wed May 30 2018 Kamil Dudka <kdudka@redhat.com> - 7.29.0-48
f0f8d7
- fix RTSP bad headers buffer over-read (CVE-2018-1000301)
f0f8d7
- fix FTP path trickery leads to NIL byte out of bounds write (CVE-2018-1000120)
f0f8d7
- fix LDAP NULL pointer dereference (CVE-2018-1000121)
f0f8d7
- fix RTSP RTP buffer over-read (CVE-2018-1000122)
f0f8d7
- http: prevent custom Authorization headers in redirects (CVE-2018-1000007)
f0f8d7
- doc: --tlsauthtype works only if built with TLS-SRP support (#1542256)
f0f8d7
- update certificates in the test-suite because they expire soon (#1572723)
f0f8d7
f0f8d7
* Fri Mar 02 2018 Kamil Dudka <kdudka@redhat.com> - 7.29.0-47
f0f8d7
- make NSS deallocate PKCS #11 objects early enough (#1510247)
f0f8d7
d004d8
* Mon Dec 11 2017 Kamil Dudka <kdudka@redhat.com> - 7.29.0-46
d004d8
- reset authentication state when HTTP transfer is done (#1511523)
d004d8
d004d8
* Mon Oct 23 2017 Kamil Dudka <kdudka@redhat.com> - 7.29.0-45
aae588
- fix buffer overflow while processing IMAP FETCH response (CVE-2017-1000257)
aae588
d004d8
* Thu Sep 14 2017 Kamil Dudka <kdudka@redhat.com> 7.29.0-44
d004d8
- drop 0109-curl-7.29.0-crl-valgrind.patch no longer needed (#1427883)
d004d8
d004d8
* Wed Sep 13 2017 Kamil Dudka <kdudka@redhat.com> 7.29.0-43
d004d8
- curl --socks5-{basic,gssapi}: control socks5 auth (#1409208)
d004d8
- nss: fix a memory leak when CURLOPT_CRLFILE is used (#1427883)
d004d8
- nss: do not leak PKCS #11 slot while loading a key (#1444860)
d004d8
- nss: fix a possible use-after-free in SelectClientCert() (#1473158)
d004d8
a2d4e1
* Wed Mar 29 2017 Kamil Dudka <kdudka@redhat.com> 7.29.0-42
a2d4e1
- fix use of uninitialized variable detected by Covscan
a2d4e1
a2d4e1
* Wed Mar 29 2017 Kamil Dudka <kdudka@redhat.com> 7.29.0-41
a2d4e1
- make FTPS work with --proxytunnel (#1420327)
a2d4e1
a2d4e1
* Mon Mar 27 2017 Kamil Dudka <kdudka@redhat.com> 7.29.0-40
a2d4e1
- make FTPS work with --proxytunnel (#1420327)
a2d4e1
a2d4e1
* Wed Mar 01 2017 Kamil Dudka <kdudka@redhat.com> 7.29.0-39
a2d4e1
- work around race condition in PK11_FindSlotByName() in NSS (#1404815)
a2d4e1
a2d4e1
* Thu Feb 09 2017 Kamil Dudka <kdudka@redhat.com> 7.29.0-38
a2d4e1
- make FTPS work with --proxytunnel (#1420327)
a2d4e1
a2d4e1
* Thu Oct 06 2016 Kamil Dudka <kdudka@redhat.com> 7.29.0-37
a2d4e1
- fix tight loop in non-blocking TLS handhsake over proxy (#1388162)
a2d4e1
- handle cookies with numerical IPv6 address (#1341503)
a2d4e1
- make libcurl recognize chacha20-poly1305 and SHA384 cipher-suites (#1374740)
a2d4e1
- curl -E: allow to escape ':' in cert nickname (#1376062)
a2d4e1
- run automake in %%prep to avoid patching Makefile.in files from now on
a2d4e1
a2d4e1
* Tue Sep 20 2016 Kamil Dudka <kdudka@redhat.com> 7.29.0-36
a2d4e1
- reject negative string lengths in curl_easy_[un]escape() (CVE-2016-7167)
a2d4e1
105fd7
* Fri Aug 26 2016 Kamil Dudka <kdudka@redhat.com> 7.29.0-35
105fd7
- fix incorrect use of a previously loaded certificate from file
105fd7
  (related to CVE-2016-5420)
105fd7
105fd7
* Wed Aug 17 2016 Kamil Dudka <kdudka@redhat.com> 7.29.0-34
105fd7
- acknowledge the --no-sessionid/CURLOPT_SSL_SESSIONID_CACHE option
105fd7
  (required by the fix for CVE-2016-5419)
105fd7
105fd7
* Thu Aug 11 2016 Kamil Dudka <kdudka@redhat.com> 7.29.0-33
105fd7
- fix re-using connections with wrong client cert (CVE-2016-5420)
105fd7
- fix TLS session resumption client cert bypass (CVE-2016-5419)
105fd7
105fd7
* Mon Jun 20 2016 Kamil Dudka <kdudka@redhat.com> 7.29.0-32
105fd7
- configure: improve detection of GCC's -fvisibility= flag
105fd7
105fd7
* Mon Jun 20 2016 Kamil Dudka <kdudka@redhat.com> 7.29.0-31
105fd7
- prevent curl_multi_wait() from missing an event (#1347904)
105fd7
105fd7
* Tue Feb 16 2016 Kamil Dudka <kdudka@redhat.com> 7.29.0-30
105fd7
- curl.1: --disable-{eprt,epsv} are ignored for IPv6 hosts (#1305974)
105fd7
105fd7
* Fri Jan 15 2016 Kamil Dudka <kdudka@redhat.com> 7.29.0-29
105fd7
- SSH: make CURLOPT_SSH_PUBLIC_KEYFILE treat "" as NULL (#1275769)
105fd7
105fd7
* Mon Nov 02 2015 Kamil Dudka <kdudka@redhat.com> 7.29.0-28
105fd7
- prevent NSS from incorrectly re-using a session (#1269855)
105fd7
- call PR_Cleanup() in the upstream test-suite if NSPR is used (#1243324)
105fd7
- disable unreliable upstream test-case 2032 (#1241168)
105fd7
105fd7
* Tue Oct 27 2015 Kamil Dudka <kdudka@redhat.com> 7.29.0-27
105fd7
- SSH: do not require public key file for user authentication (#1275769)
105fd7
105fd7
* Tue Sep 08 2015 Kamil Dudka <kdudka@redhat.com> 7.29.0-26
105fd7
- implement 'curl --unix-socket' and CURLOPT_UNIX_SOCKET_PATH (#1263318)
105fd7
- improve parsing of URL-encoded user name and password (#1260178)
105fd7
- prevent test46 from failing due to expired cookie (#1258834)
552200
92baa4
* Mon May 11 2015 Kamil Dudka <kdudka@redhat.com> 7.29.0-25
92baa4
- fix spurious failure of test 1500 on ppc64le (#1218272)
92baa4
92baa4
* Tue May 05 2015 Kamil Dudka <kdudka@redhat.com> 7.29.0-24
92baa4
- use the default min/max TLS version provided by NSS (#1170339)
92baa4
- improve handling of timeouts and blocking direction to speed up FTP (#1218272)
92baa4
92baa4
* Mon Apr 27 2015 Kamil Dudka <kdudka@redhat.com> 7.29.0-23
92baa4
- require credentials to match for NTLM re-use (CVE-2015-3143)
92baa4
- close Negotiate connections when done (CVE-2015-3148)
92baa4
92baa4
* Thu Jan 08 2015 Kamil Dudka <kdudka@redhat.com> 7.29.0-22
92baa4
- reject CRLFs in URLs passed to proxy (CVE-2014-8150)
92baa4
92baa4
* Thu Dec 18 2014 Kamil Dudka <kdudka@redhat.com> 7.29.0-21
92baa4
- use only full matches for hosts used as IP address in cookies (CVE-2014-3613)
92baa4
- fix handling of CURLOPT_COPYPOSTFIELDS in curl_easy_duphandle (CVE-2014-3707)
92baa4
92baa4
* Thu Nov 27 2014 Kamil Dudka <kdudka@redhat.com> 7.29.0-20
92baa4
- eliminate unnecessary delay when resolving host from /etc/hosts (#1130239)
92baa4
- allow to enable/disable new AES cipher-suites (#1066065)
92baa4
- call PR_Cleanup() on curl tool exit if NSPR is used (#1071254)
92baa4
- implement non-blocking TLS handshake (#1091429)
92baa4
- fix limited connection re-use for unencrypted HTTP (#1101092)
92baa4
- disable libcurl-level downgrade to SSLv3 (#1154060)
92baa4
- include response headers added by proxy in CURLINFO_HEADER_SIZE (#1161182)
92baa4
- ignore CURLOPT_FORBID_REUSE during NTLM HTTP auth (#1166264)
92baa4
86693f
* Wed Mar 26 2014 Kamil Dudka <kdudka@redhat.com> 7.29.0-19
86693f
- fix connection re-use when using different log-in credentials (CVE-2014-0138)
86693f
86693f
* Mon Mar 17 2014 Paul Howarth <paul@city-fan.org> 7.29.0-18
86693f
- add all perl build requirements for the test suite, in a portable way
86693f
86693f
* Tue Feb 18 2014 Kamil Dudka <kdudka@redhat.com> 7.29.0-17
86693f
- fix documentation of curl's options --tlsv1.[0-2] (#1066364)
86693f
86693f
* Tue Feb 11 2014 Kamil Dudka <kdudka@redhat.com> 7.29.0-16
86693f
- allow to use TLS > 1.0 if built against recent NSS (#1036789)
86693f
- use proxy name in error message when proxy is used (#1042831)
86693f
- refresh expired cookie in test172 from upstream test-suite (#1063693)
86693f
86693f
* Fri Jan 31 2014 Kamil Dudka <kdudka@redhat.com> 7.29.0-15
86693f
- allow to use ECC ciphers if NSS implements them (#1058776)
86693f
- re-use of wrong HTTP NTLM connection in libcurl (CVE-2014-0015)
86693f
86693f
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 7.29.0-14
86693f
- Mass rebuild 2014-01-24
86693f
86693f
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 7.29.0-13
86693f
- Mass rebuild 2013-12-27
86693f
3a27f0
* Fri Oct 11 2013 Kamil Dudka <kdudka@redhat.com> 7.29.0-12
3a27f0
- do not limit the speed of SCP upload on a fast connection (#1014928)
3a27f0
3a27f0
* Mon Sep 09 2013 Kamil Dudka <kdudka@redhat.com> 7.29.0-11
3a27f0
- avoid delay if FTP is aborted in CURLOPT_HEADERFUNCTION callback (#1005686)
3a27f0
3a27f0
* Wed Sep 04 2013 Kamil Dudka <kdudka@redaht.com> 7.29.0-10
3a27f0
- avoid a busy-loop in curl_easy_perform() 
3a27f0
3a27f0
* Fri Aug 30 2013 Kamil Dudka <kdudka@redaht.com> 7.29.0-9
3a27f0
- FTP: when EPSV gets a 229 but fails to connect, retry with PASV (#1002815)
3a27f0
3a27f0
* Tue Jul 09 2013 Kamil Dudka <kdudka@redaht.com> 7.29.0-8
3a27f0
- mention all option listed in 'curl --help' in curl.1 man page
3a27f0
3a27f0
* Sat Jun 22 2013 Kamil Dudka <kdudka@redhat.com> 7.29.0-7
3a27f0
- fix heap-based buffer overflow in curl_easy_unescape() (CVE-2013-2174)
3a27f0
3a27f0
* Fri Apr 26 2013 Kamil Dudka <kdudka@redhat.com> 7.29.0-6
3a27f0
- prevent an artificial timeout event due to stale speed-check data (#906031)
3a27f0
- show proper host name on failed resolve (#957173)
3a27f0
3a27f0
* Fri Apr 12 2013 Kamil Dudka <kdudka@redhat.com> 7.29.0-5
3a27f0
- fix cookie tailmatching to prevent cross-domain leakage (CVE-2013-1944)
3a27f0
3a27f0
* Tue Mar 12 2013 Kamil Dudka <kdudka@redhat.com> 7.29.0-4
3a27f0
- do not ignore poll() failures other than EINTR (#919127)
3a27f0
- curl_global_init() now accepts the CURL_GLOBAL_ACK_EINTR flag (#919127)
3a27f0
3a27f0
* Wed Mar 06 2013 Kamil Dudka <kdudka@redhat.com> 7.29.0-3
3a27f0
- switch SSL socket into non-blocking mode after handshake (#960765)
3a27f0
- drop the hide_selinux.c hack no longer needed in %%check
3a27f0
3a27f0
* Fri Feb 22 2013 Kamil Dudka <kdudka@redhat.com> 7.29.0-2
3a27f0
- fix a SIGSEGV when closing an unused multi handle (#914411)
3a27f0
3a27f0
* Wed Feb 06 2013 Kamil Dudka <kdudka@redhat.com> 7.29.0-1
3a27f0
- new upstream release (fixes CVE-2013-0249)
3a27f0
3a27f0
* Tue Jan 15 2013 Kamil Dudka <kdudka@redhat.com> 7.28.1-3
3a27f0
- require valgrind for build only on i386 and x86_64 (#886891)
3a27f0
3a27f0
* Tue Jan 15 2013 Kamil Dudka <kdudka@redhat.com> 7.28.1-2
3a27f0
- prevent NSS from crashing on client auth hook failure
3a27f0
- clear session cache if a client cert from file is used
3a27f0
- fix error messages for CURLE_SSL_{CACERT,CRL}_BADFILE
3a27f0
3a27f0
* Tue Nov 20 2012 Kamil Dudka <kdudka@redhat.com> 7.28.1-1
3a27f0
- new upstream release
3a27f0
3a27f0
* Wed Oct 31 2012 Kamil Dudka <kdudka@redhat.com> 7.28.0-1
3a27f0
- new upstream release
3a27f0
3a27f0
* Mon Oct 01 2012 Kamil Dudka <kdudka@redhat.com> 7.27.0-3
3a27f0
- use the upstream facility to disable problematic tests
3a27f0
- do not crash if MD5 fingerprint is not provided by libssh2
3a27f0
3a27f0
* Wed Aug 01 2012 Kamil Dudka <kdudka@redhat.com> 7.27.0-2
3a27f0
- eliminate unnecessary inotify events on upload via file protocol (#844385)
3a27f0
3a27f0
* Sat Jul 28 2012 Kamil Dudka <kdudka@redhat.com> 7.27.0-1
3a27f0
- new upstream release
3a27f0
3a27f0
* Mon Jul 23 2012 Kamil Dudka <kdudka@redhat.com> 7.26.0-6
3a27f0
- print reason phrase from HTTP status line on error (#676596)
3a27f0
3a27f0
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.26.0-5
3a27f0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
3a27f0
3a27f0
* Sat Jun 09 2012 Kamil Dudka <kdudka@redhat.com> 7.26.0-4
3a27f0
- fix duplicated SSL handshake with multi interface and proxy (#788526)
3a27f0
3a27f0
* Wed May 30 2012 Karsten Hopp <karsten@redhat.com> 7.26.0-3
3a27f0
- disable test 1319 on ppc64, server times out
3a27f0
3a27f0
* Mon May 28 2012 Kamil Dudka <kdudka@redhat.com> 7.26.0-2
3a27f0
- use human-readable error messages provided by NSS (upstream commit 72f4b534)
3a27f0
3a27f0
* Fri May 25 2012 Kamil Dudka <kdudka@redhat.com> 7.26.0-1
3a27f0
- new upstream release
3a27f0
3a27f0
* Wed Apr 25 2012 Karsten Hopp <karsten@redhat.com> 7.25.0-3
3a27f0
- valgrind on ppc64 works fine, disable ppc32 only
3a27f0
3a27f0
* Wed Apr 25 2012 Karsten Hopp <karsten@redhat.com> 7.25.0-3
3a27f0
- drop BR valgrind on PPC(64) until bugzilla #810992 gets fixed
3a27f0
3a27f0
* Fri Apr 13 2012 Kamil Dudka <kdudka@redhat.com> 7.25.0-2
3a27f0
- use NSS_InitContext() to initialize NSS if available (#738456)
3a27f0
- provide human-readable names for NSS errors (upstream commit a60edcc6)
3a27f0
3a27f0
* Fri Mar 23 2012 Paul Howarth <paul@city-fan.org> 7.25.0-1
3a27f0
- new upstream release (#806264)
3a27f0
- fix character encoding of docs with a patch rather than just iconv
3a27f0
- update debug and multilib patches
3a27f0
- don't use macros for commands
3a27f0
- reduce size of %%prep output for readability
3a27f0
3a27f0
* Tue Jan 24 2012 Kamil Dudka <kdudka@redhat.com> 7.24.0-1
3a27f0
- new upstream release (fixes CVE-2012-0036)
3a27f0
3a27f0
* Thu Jan 05 2012 Paul Howarth <paul@city-fan.org> 7.23.0-6
3a27f0
- rebuild for gcc 4.7
3a27f0
3a27f0
* Mon Jan 02 2012 Kamil Dudka <kdudka@redhat.com> 7.23.0-5
3a27f0
- upstream patch that allows to run FTPS tests with nss-3.13 (#760060)
3a27f0
3a27f0
* Tue Dec 27 2011 Kamil Dudka <kdudka@redhat.com> 7.23.0-4
3a27f0
- allow to run FTPS tests with nss-3.13 (#760060)
3a27f0
3a27f0
* Sun Dec 25 2011 Kamil Dudka <kdudka@redhat.com> 7.23.0-3
3a27f0
- avoid unnecessary timeout event when waiting for 100-continue (#767490)
3a27f0
3a27f0
* Mon Nov 21 2011 Kamil Dudka <kdudka@redhat.com> 7.23.0-2
3a27f0
- curl -JO now uses -O name if no C-D header comes (upstream commit c532604)
3a27f0
3a27f0
* Wed Nov 16 2011 Kamil Dudka <kdudka@redhat.com> 7.23.0-1
3a27f0
- new upstream release (#754391)
3a27f0
3a27f0
* Mon Sep 19 2011 Kamil Dudka <kdudka@redhat.com> 7.22.0-2
3a27f0
- nss: select client certificates by DER (#733657)
3a27f0
3a27f0
* Tue Sep 13 2011 Kamil Dudka <kdudka@redhat.com> 7.22.0-1
3a27f0
- new upstream release
3a27f0
- curl-config now provides dummy --static-libs option (#733956)
3a27f0
3a27f0
* Sun Aug 21 2011 Paul Howarth <paul@city-fan.org> 7.21.7-4
3a27f0
- actually fix SIGSEGV of curl -O -J given more than one URL (#723075)
3a27f0
3a27f0
* Mon Aug 15 2011 Kamil Dudka <kdudka@redhat.com> 7.21.7-3
3a27f0
- fix SIGSEGV of curl -O -J given more than one URL (#723075)
3a27f0
- introduce the --delegation option of curl (#730444)
3a27f0
- initialize NSS with no database if the selected database is broken (#728562)
3a27f0
3a27f0
* Wed Aug 03 2011 Kamil Dudka <kdudka@redhat.com> 7.21.7-2
3a27f0
- add a new option CURLOPT_GSSAPI_DELEGATION (#719939)
3a27f0
3a27f0
* Thu Jun 23 2011 Kamil Dudka <kdudka@redhat.com> 7.21.7-1
3a27f0
- new upstream release (fixes CVE-2011-2192)
3a27f0
3a27f0
* Wed Jun 08 2011 Kamil Dudka <kdudka@redhat.com> 7.21.6-2
3a27f0
- avoid an invalid timeout event on a reused handle (#679709)
3a27f0
3a27f0
* Sat Apr 23 2011 Paul Howarth <paul@city-fan.org> 7.21.6-1
3a27f0
- new upstream release
3a27f0
3a27f0
* Mon Apr 18 2011 Kamil Dudka <kdudka@redhat.com> 7.21.5-2
3a27f0
- fix the output of curl-config --version (upstream commit 82ecc85)
3a27f0
3a27f0
* Mon Apr 18 2011 Kamil Dudka <kdudka@redhat.com> 7.21.5-1
3a27f0
- new upstream release
3a27f0
3a27f0
* Sat Apr 16 2011 Peter Robinson <pbrobinson@gmail.com> 7.21.4-4
3a27f0
- no valgrind on ARMv5 arches
3a27f0
3a27f0
* Sat Mar 05 2011 Dennis Gilmore <dennis@ausil.us> 7.21.4-3
3a27f0
- no valgrind on sparc arches
3a27f0
3a27f0
* Tue Feb 22 2011 Kamil Dudka <kdudka@redhat.com> 7.21.4-2
3a27f0
- do not ignore failure of SSL handshake (upstream commit 7aa2d10)
3a27f0
3a27f0
* Fri Feb 18 2011 Kamil Dudka <kdudka@redhat.com> 7.21.4-1
3a27f0
- new upstream release
3a27f0
- avoid memory leak on SSL connection failure (upstream commit a40f58d)
3a27f0
- work around valgrind bug (#678518)
3a27f0
3a27f0
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.21.3-3
3a27f0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
3a27f0
3a27f0
* Wed Jan 12 2011 Kamil Dudka <kdudka@redhat.com> 7.21.3-2
3a27f0
- build libcurl with --enable-hidden-symbols
3a27f0
3a27f0
* Thu Dec 16 2010 Paul Howarth <paul@city-fan.org> 7.21.3-1
3a27f0
- update to 7.21.3:
3a27f0
  - added --noconfigure switch to testcurl.pl
3a27f0
  - added --xattr option
3a27f0
  - added CURLOPT_RESOLVE and --resolve
3a27f0
  - added CURLAUTH_ONLY
3a27f0
  - added version-check.pl to the examples dir
3a27f0
  - check for libcurl features for some command line options
3a27f0
  - Curl_setopt: disallow CURLOPT_USE_SSL without SSL support
3a27f0
  - http_chunks: remove debug output
3a27f0
  - URL-parsing: consider ? a divider
3a27f0
  - SSH: avoid using the libssh2_ prefix
3a27f0
  - SSH: use libssh2_session_handshake() to work on win64
3a27f0
  - ftp: prevent server from hanging on closed data connection when stopping
3a27f0
    a transfer before the end of the full transfer (ranges)
3a27f0
  - LDAP: detect non-binary attributes properly
3a27f0
  - ftp: treat server's response 421 as CURLE_OPERATION_TIMEDOUT
3a27f0
  - gnutls->handshake: improved timeout handling
3a27f0
  - security: pass the right parameter to init
3a27f0
  - krb5: use GSS_ERROR to check for error
3a27f0
  - TFTP: resend the correct data
3a27f0
  - configure: fix autoconf 2.68 warning: no AC_LANG_SOURCE call detected
3a27f0
  - GnuTLS: now detects socket errors on Windows
3a27f0
  - symbols-in-versions: updated en masse
3a27f0
  - added a couple of examples that were missing from the tarball
3a27f0
  - Curl_send/recv_plain: return errno on failure
3a27f0
  - Curl_wait_for_resolv (for c-ares): correct timeout
3a27f0
  - ossl_connect_common: detect connection re-use
3a27f0
  - configure: prevent link errors with --librtmp
3a27f0
  - openldap: use remote port in URL passed to ldap_init_fd()
3a27f0
  - url: provide dead_connection flag in Curl_handler::disconnect
3a27f0
  - lots of compiler warning fixes
3a27f0
  - ssh: fix a download resume point calculation
3a27f0
  - fix getinfo CURLINFO_LOCAL* for reused connections
3a27f0
  - multi: the returned running handles counter could turn negative
3a27f0
  - multi: only ever consider pipelining for connections doing HTTP(S)
3a27f0
- drop upstream patches now in tarball
3a27f0
- update bz650255 and disable-test1112 patches to apply against new codebase
3a27f0
- add workaround for false-positive glibc-detected buffer overflow in tftpd
3a27f0
  test server with FORTIFY_SOURCE (similar to #515361)
3a27f0
3a27f0
* Fri Nov 12 2010 Kamil Dudka <kdudka@redhat.com> 7.21.2-5
3a27f0
- do not send QUIT to a dead FTP control connection (#650255)
3a27f0
- pull back glibc's implementation of str[n]casecmp(), #626470 appears fixed
3a27f0
3a27f0
* Tue Nov 09 2010 Kamil Dudka <kdudka@redhat.com> 7.21.2-4
3a27f0
- prevent FTP client from hanging on unrecognized ABOR response (#649347)
3a27f0
- return more appropriate error code in case FTP server session idle
3a27f0
  timeout has exceeded (#650255)
3a27f0
3a27f0
* Fri Oct 29 2010 Kamil Dudka <kdudka@redhat.com> 7.21.2-3
3a27f0
- prevent FTP server from hanging on closed data connection (#643656)
3a27f0
3a27f0
* Thu Oct 14 2010 Paul Howarth <paul@city-fan.org> 7.21.2-2
3a27f0
- enforce versioned libssh2 dependency for libcurl (#642796)
3a27f0
3a27f0
* Wed Oct 13 2010 Kamil Dudka <kdudka@redhat.com> 7.21.2-1
3a27f0
- new upstream release, drop applied patches
3a27f0
- make 0102-curl-7.21.2-debug.patch less intrusive
3a27f0
3a27f0
* Wed Sep 29 2010 jkeating - 7.21.1-6
3a27f0
- Rebuilt for gcc bug 634757
3a27f0
3a27f0
* Sat Sep 11 2010 Kamil Dudka <kdudka@redhat.com> 7.21.1-5
3a27f0
- make it possible to run SCP/SFTP tests on x86_64 (#632914)
3a27f0
3a27f0
* Tue Sep 07 2010 Kamil Dudka <kdudka@redhat.com> 7.21.1-4
3a27f0
- work around glibc/valgrind problem on x86_64 (#631449)
3a27f0
3a27f0
* Tue Aug 24 2010 Paul Howarth <paul@city-fan.org> 7.21.1-3
3a27f0
- fix up patches so there's no need to run autotools in the rpm build
3a27f0
- drop buildreq automake
3a27f0
- drop dependency on automake for devel package from F-14, where
3a27f0
  %%{_datadir}/aclocal is included in the filesystem package
3a27f0
- drop dependency on pkgconfig for devel package from F-11, where
3a27f0
  pkgconfig dependencies are auto-generated
3a27f0
3a27f0
* Mon Aug 23 2010 Kamil Dudka <kdudka@redhat.com> 7.21.1-2
3a27f0
- re-enable test575 on s390(x), already fixed (upstream commit d63bdba)
3a27f0
- modify system headers to work around gcc bug (#617757)
3a27f0
- curl -T now ignores file size of special files (#622520)
3a27f0
- fix kerberos proxy authentication for https (#625676)
3a27f0
- work around glibc/valgrind problem on x86_64 (#626470)
3a27f0
3a27f0
* Thu Aug 12 2010 Kamil Dudka <kdudka@redhat.com> 7.21.1-1
3a27f0
- new upstream release
3a27f0
3a27f0
* Mon Jul 12 2010 Dan Horák <dan[at]danny.cz> 7.21.0-3
3a27f0
- disable test 575 on s390(x)
3a27f0
3a27f0
* Mon Jun 28 2010 Kamil Dudka <kdudka@redhat.com> 7.21.0-2
3a27f0
- add support for NTLM authentication (#603783)
3a27f0
3a27f0
* Wed Jun 16 2010 Kamil Dudka <kdudka@redhat.com> 7.21.0-1
3a27f0
- new upstream release, drop applied patches
3a27f0
- update of %%description
3a27f0
- disable valgrind for certain test-cases (libssh2 problem)
3a27f0
3a27f0
* Tue May 25 2010 Kamil Dudka <kdudka@redhat.com> 7.20.1-6
3a27f0
- fix -J/--remote-header-name to strip CR-LF (upstream patch)
3a27f0
3a27f0
* Wed Apr 28 2010 Kamil Dudka <kdudka@redhat.com> 7.20.1-5
3a27f0
- CRL support now works again (#581926)
3a27f0
- make it possible to start a testing OpenSSH server when building with SELinux
3a27f0
  in the enforcing mode (#521087)
3a27f0
3a27f0
* Sat Apr 24 2010 Kamil Dudka <kdudka@redhat.com> 7.20.1-4
3a27f0
- upstream patch preventing failure of test536 with threaded DNS resolver
3a27f0
- upstream patch preventing SSL handshake timeout underflow
3a27f0
3a27f0
* Thu Apr 22 2010 Paul Howarth <paul@city-fan.org> 7.20.1-3
3a27f0
- replace Rawhide s390-sleep patch with a more targeted patch adding a
3a27f0
  delay after tests 513 and 514 rather than after all tests
3a27f0
3a27f0
* Wed Apr 21 2010 Kamil Dudka <kdudka@redhat.com> 7.20.1-2
3a27f0
- experimentally enabled threaded DNS lookup
3a27f0
- make curl-config multilib ready again (#584107)
3a27f0
3a27f0
* Mon Apr 19 2010 Kamil Dudka <kdudka@redhat.com> 7.20.1-1
3a27f0
- new upstream release
3a27f0
3a27f0
* Tue Mar 23 2010 Kamil Dudka <kdudka@redhat.com> 7.20.0-4
3a27f0
- add missing quote in libcurl.m4 (#576252)
3a27f0
3a27f0
* Fri Mar 19 2010 Kamil Dudka <kdudka@redhat.com> 7.20.0-3
3a27f0
- throw CURLE_SSL_CERTPROBLEM in case peer rejects a certificate (#565972)
3a27f0
- valgrind temporarily disabled (#574889)
3a27f0
- kerberos installation prefix has been changed
3a27f0
3a27f0
* Wed Feb 24 2010 Kamil Dudka <kdudka@redhat.com> 7.20.0-2
3a27f0
- exclude test1112 from the test suite (#565305)
3a27f0
3a27f0
* Thu Feb 11 2010 Kamil Dudka <kdudka@redhat.com> 7.20.0-1
3a27f0
- new upstream release - added support for IMAP(S), POP3(S), SMTP(S) and RTSP
3a27f0
- dropped patches applied upstream
3a27f0
- dropped curl-7.16.0-privlibs.patch no longer useful
3a27f0
- a new patch forcing -lrt when linking the curl tool and test-cases
3a27f0
3a27f0
* Fri Jan 29 2010 Kamil Dudka <kdudka@redhat.com> 7.19.7-11
3a27f0
- upstream patch adding a new option -J/--remote-header-name
3a27f0
- dropped temporary workaround for #545779
3a27f0
3a27f0
* Thu Jan 14 2010 Chris Weyl <cweyl@alumni.drew.edu> 7.19.7-10
3a27f0
- bump for libssh2 rebuild
3a27f0
3a27f0
* Sun Dec 20 2009 Kamil Dudka <kdudka@redhat.com> 7.19.7-9
3a27f0
- temporary workaround for #548269
3a27f0
  (restored behavior of 7.19.7-4)
3a27f0
3a27f0
* Wed Dec 09 2009 Kamil Dudka <kdudka@redhat.com> 7.19.7-8
3a27f0
- replace hard wired port numbers in the test suite
3a27f0
3a27f0
* Wed Dec 09 2009 Kamil Dudka <kdudka@redhat.com> 7.19.7-7
3a27f0
- use different port numbers for 32bit and 64bit builds
3a27f0
- temporary workaround for #545779
3a27f0
3a27f0
* Tue Dec 08 2009 Kamil Dudka <kdudka@redhat.com> 7.19.7-6
3a27f0
- make it possible to run test241
3a27f0
- re-enable SCP/SFTP tests (#539444)
3a27f0
3a27f0
* Sat Dec 05 2009 Kamil Dudka <kdudka@redhat.com> 7.19.7-5
3a27f0
- avoid use of uninitialized value in lib/nss.c
3a27f0
- suppress failure of test513 on s390
3a27f0
3a27f0
* Tue Dec 01 2009 Kamil Dudka <kdudka@redhat.com> 7.19.7-4
3a27f0
- do not require valgrind on s390 and s390x
3a27f0
- temporarily disabled SCP/SFTP test-suite (#539444)
3a27f0
3a27f0
* Thu Nov 12 2009 Kamil Dudka <kdudka@redhat.com> 7.19.7-3
3a27f0
- fix crash on doubly closed NSPR descriptor, patch contributed
3a27f0
  by Kevin Baughman (#534176)
3a27f0
- new version of patch for broken TLS servers (#525496, #527771)
3a27f0
3a27f0
* Wed Nov 04 2009 Kamil Dudka <kdudka@redhat.com> 7.19.7-2
3a27f0
- increased release number (CVS problem)
3a27f0
3a27f0
* Wed Nov 04 2009 Kamil Dudka <kdudka@redhat.com> 7.19.7-1
3a27f0
- new upstream release, dropped applied patches
3a27f0
- workaround for broken TLS servers (#525496, #527771)
3a27f0
3a27f0
* Wed Oct 14 2009 Kamil Dudka <kdudka@redhat.com> 7.19.6-13
3a27f0
- fix timeout issues and gcc warnings within lib/nss.c
3a27f0
3a27f0
* Tue Oct 06 2009 Kamil Dudka <kdudka@redhat.com> 7.19.6-12
3a27f0
- upstream patch for NSS support written by Guenter Knauf
3a27f0
3a27f0
* Wed Sep 30 2009 Kamil Dudka <kdudka@redhat.com> 7.19.6-11
3a27f0
- build libcurl with c-ares support (#514771)
3a27f0
3a27f0
* Sun Sep 27 2009 Kamil Dudka <kdudka@redhat.com> 7.19.6-10
3a27f0
- require libssh2>=1.2 properly (#525002)
3a27f0
3a27f0
* Sat Sep 26 2009 Kamil Dudka <kdudka@redhat.com> 7.19.6-9
3a27f0
- let curl test-suite use valgrind
3a27f0
- require libssh2>=1.2 (#525002)
3a27f0
3a27f0
* Mon Sep 21 2009 Chris Weyl <cweyl@alumni.drew.edu> - 7.19.6-8
3a27f0
- rebuild for libssh2 1.2
3a27f0
3a27f0
* Thu Sep 17 2009 Kamil Dudka <kdudka@redhat.com> 7.19.6-7
3a27f0
- make curl test-suite more verbose
3a27f0
3a27f0
* Wed Sep 16 2009 Kamil Dudka <kdudka@redhat.com> 7.19.6-6
3a27f0
- update polling patch to the latest upstream version
3a27f0
3a27f0
* Thu Sep 03 2009 Kamil Dudka <kdudka@redhat.com> 7.19.6-5
3a27f0
- cover ssh and stunnel support by the test-suite
3a27f0
3a27f0
* Wed Sep 02 2009 Kamil Dudka <kdudka@redhat.com> 7.19.6-4
3a27f0
- use pkg-config to find nss and libssh2 if possible
3a27f0
- better patch (not only) for SCP/SFTP polling
3a27f0
- improve error message for not matching common name (#516056)
3a27f0
3a27f0
* Fri Aug 21 2009 Kamil Dudka <kdudka@redhat.com> 7.19.6-3
3a27f0
- avoid tight loop during a sftp upload
3a27f0
- http://permalink.gmane.org/gmane.comp.web.curl.library/24744
3a27f0
3a27f0
* Tue Aug 18 2009 Kamil Dudka <kdudka@redhat.com> 7.19.6-2
3a27f0
- let curl package depend on the same version of libcurl
3a27f0
3a27f0
* Fri Aug 14 2009 Kamil Dudka <kdudka@redhat.com> 7.19.6-1
3a27f0
- new upstream release, dropped applied patches
3a27f0
- changed NSS code to not ignore the value of ssl.verifyhost and produce more
3a27f0
  verbose error messages (#516056)
3a27f0
3a27f0
* Wed Aug 12 2009 Ville Skyttä <ville.skytta@iki.fi> - 7.19.5-10
3a27f0
- Use lzma compressed upstream tarball.
3a27f0
3a27f0
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.19.5-9
3a27f0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
3a27f0
3a27f0
* Wed Jul 22 2009 Kamil Dudka <kdudka@redhat.com> 7.19.5-8
3a27f0
- do not pre-login to all PKCS11 slots, it causes problems with HW tokens
3a27f0
- try to select client certificate automatically when not specified, thanks
3a27f0
  to Claes Jakobsson
3a27f0
3a27f0
* Fri Jul 10 2009 Kamil Dudka <kdudka@redhat.com> 7.19.5-7
3a27f0
- fix SIGSEGV when using NSS client certificates, thanks to Claes Jakobsson
3a27f0
3a27f0
* Sun Jul 05 2009 Kamil Dudka <kdudka@redhat.com> 7.19.5-6
3a27f0
- force test suite to use the just built libcurl, thanks to Paul Howarth
3a27f0
3a27f0
* Thu Jul 02 2009 Kamil Dudka <kdudka@redhat.com> 7.19.5-5
3a27f0
- run test suite after build
3a27f0
- enable built-in manual
3a27f0
3a27f0
* Wed Jun 24 2009 Kamil Dudka <kdudka@redhat.com> 7.19.5-4
3a27f0
- fix bug introduced by the last build (#504857)
3a27f0
3a27f0
* Wed Jun 24 2009 Kamil Dudka <kdudka@redhat.com> 7.19.5-3
3a27f0
- exclude curlbuild.h content from spec (#504857)
3a27f0
3a27f0
* Wed Jun 10 2009 Kamil Dudka <kdudka@redhat.com> 7.19.5-2
3a27f0
- avoid unguarded comparison in the spec file, thanks to R P Herrold (#504857)
3a27f0
3a27f0
* Tue May 19 2009 Kamil Dudka <kdudka@redhat.com> 7.19.5-1
3a27f0
- update to 7.19.5, dropped applied patches
3a27f0
3a27f0
* Mon May 11 2009 Kamil Dudka <kdudka@redhat.com> 7.19.4-11
3a27f0
- fix infinite loop while loading a private key, thanks to Michael Cronenworth
3a27f0
  (#453612)
3a27f0
3a27f0
* Mon Apr 27 2009 Kamil Dudka <kdudka@redhat.com> 7.19.4-10
3a27f0
- fix curl/nss memory leaks while using client certificate (#453612, accepted
3a27f0
  by upstream)
3a27f0
3a27f0
* Wed Apr 22 2009 Kamil Dudka <kdudka@redhat.com> 7.19.4-9
3a27f0
- add missing BuildRequire for autoconf
3a27f0
3a27f0
* Wed Apr 22 2009 Kamil Dudka <kdudka@redhat.com> 7.19.4-8
3a27f0
- fix configure.ac to not discard -g in CFLAGS (#496778)
3a27f0
3a27f0
* Tue Apr 21 2009 Debarshi Ray <rishi@fedoraproject.org> 7.19.4-7
3a27f0
- Fixed configure to respect the environment's CFLAGS and CPPFLAGS settings.
3a27f0
3a27f0
* Tue Apr 14 2009 Kamil Dudka <kdudka@redhat.com> 7.19.4-6
3a27f0
- upstream patch fixing memory leak in lib/nss.c (#453612)
3a27f0
- remove redundant dependency of libcurl-devel on libssh2-devel
3a27f0
3a27f0
* Wed Mar 18 2009 Kamil Dudka <kdudka@redhat.com> 7.19.4-5
3a27f0
- enable 6 additional crypto algorithms by default (#436781,
3a27f0
  accepted by upstream)
3a27f0
3a27f0
* Thu Mar 12 2009 Kamil Dudka <kdudka@redhat.com> 7.19.4-4
3a27f0
- fix memory leak in src/main.c (accepted by upstream)
3a27f0
- avoid using %%ifarch
3a27f0
3a27f0
* Wed Mar 11 2009 Kamil Dudka <kdudka@redhat.com> 7.19.4-3
3a27f0
- make libcurl-devel multilib-ready (bug #488922)
3a27f0
3a27f0
* Fri Mar 06 2009 Jindrich Novy <jnovy@redhat.com> 7.19.4-2
3a27f0
- drop .easy-leak patch, causes problems in pycurl (#488791)
3a27f0
- fix libcurl-devel dependencies (#488895)
3a27f0
3a27f0
* Tue Mar 03 2009 Jindrich Novy <jnovy@redhat.com> 7.19.4-1
3a27f0
- update to 7.19.4 (fixes CVE-2009-0037)
3a27f0
- fix leak in curl_easy* functions, thanks to Kamil Dudka
3a27f0
- drop nss-fix patch, applied upstream
3a27f0
3a27f0
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.19.3-2
3a27f0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
3a27f0
3a27f0
* Tue Feb 17 2009 Kamil Dudka <kdudka@redhat.com> 7.19.3-1
3a27f0
- update to 7.19.3, dropped applied nss patches
3a27f0
- add patch fixing 7.19.3 curl/nss bugs
3a27f0
3a27f0
* Mon Dec 15 2008 Jindrich Novy <jnovy@redhat.com> 7.18.2-9
3a27f0
- rebuild for f10/rawhide cvs tag clashes
3a27f0
3a27f0
* Sat Dec 06 2008 Jindrich Novy <jnovy@redhat.com> 7.18.2-8
3a27f0
- use improved NSS patch, thanks to Rob Crittenden (#472489)
3a27f0
3a27f0
* Tue Sep 09 2008 Jindrich Novy <jnovy@redhat.com> 7.18.2-7
3a27f0
- update the thread safety patch, thanks to Rob Crittenden (#462217)
3a27f0
3a27f0
* Wed Sep 03 2008 Warren Togami <wtogami@redhat.com> 7.18.2-6
3a27f0
- add thread safety to libcurl NSS cleanup() functions (#459297)
3a27f0
3a27f0
* Fri Aug 22 2008 Tom "spot" Callaway <tcallawa@redhat.com> 7.18.2-5
3a27f0
- undo mini libcurl.so.3
3a27f0
3a27f0
* Mon Aug 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> 7.18.2-4
3a27f0
- make miniature library for libcurl.so.3
3a27f0
3a27f0
* Fri Jul  4 2008 Jindrich Novy <jnovy@redhat.com> 7.18.2-3
3a27f0
- enable support for libssh2 (#453958)
3a27f0
3a27f0
* Wed Jun 18 2008 Jindrich Novy <jnovy@redhat.com> 7.18.2-2
3a27f0
- fix curl_multi_perform() over a proxy (#450140), thanks to
3a27f0
  Rob Crittenden
3a27f0
3a27f0
* Wed Jun  4 2008 Jindrich Novy <jnovy@redhat.com> 7.18.2-1
3a27f0
- update to 7.18.2
3a27f0
3a27f0
* Wed May  7 2008 Jindrich Novy <jnovy@redhat.com> 7.18.1-2
3a27f0
- spec cleanup, thanks to Paul Howarth (#225671)
3a27f0
  - drop BR: libtool
3a27f0
  - convert CHANGES and README to UTF-8
3a27f0
  - _GNU_SOURCE in CFLAGS is no more needed
3a27f0
  - remove bogus rpath
3a27f0
3a27f0
* Mon Mar 31 2008 Jindrich Novy <jnovy@redhat.com> 7.18.1-1
3a27f0
- update to curl 7.18.1 (fixes #397911)
3a27f0
- add ABI docs for libcurl
3a27f0
- remove --static-libs from curl-config
3a27f0
- drop curl-config patch, obsoleted by @SSL_ENABLED@ autoconf
3a27f0
  substitution (#432667)
3a27f0
3a27f0
* Fri Feb 15 2008 Jindrich Novy <jnovy@redhat.com> 7.18.0-2
3a27f0
- define _GNU_SOURCE so that NI_MAXHOST gets defined from glibc
3a27f0
3a27f0
* Mon Jan 28 2008 Jindrich Novy <jnovy@redhat.com> 7.18.0-1
3a27f0
- update to curl-7.18.0
3a27f0
- drop sslgen patch -> applied upstream
3a27f0
- fix typo in description
3a27f0
3a27f0
* Tue Jan 22 2008 Jindrich Novy <jnovy@redhat.com> 7.17.1-6
3a27f0
- fix curl-devel obsoletes so that we don't break F8->F9 upgrade
3a27f0
  path (#429612)
3a27f0
3a27f0
* Tue Jan  8 2008 Jindrich Novy <jnovy@redhat.com> 7.17.1-5
3a27f0
- do not attempt to close a bad socket (#427966),
3a27f0
  thanks to Caolan McNamara
3a27f0
3a27f0
* Tue Dec  4 2007 Jindrich Novy <jnovy@redhat.com> 7.17.1-4
3a27f0
- rebuild because of the openldap soname bump
3a27f0
- remove old nsspem patch
3a27f0
3a27f0
* Fri Nov 30 2007 Jindrich Novy <jnovy@redhat.com> 7.17.1-3
3a27f0
- drop useless ldap library detection since curl doesn't
3a27f0
  dlopen()s it but links to it -> BR: openldap-devel
3a27f0
- enable LDAPS support (#225671), thanks to Paul Howarth
3a27f0
- BR: krb5-devel to reenable GSSAPI support
3a27f0
- simplify build process
3a27f0
- update description
3a27f0
3a27f0
* Wed Nov 21 2007 Jindrich Novy <jnovy@redhat.com> 7.17.1-2
3a27f0
- update description to contain complete supported servers list (#393861)
3a27f0
3a27f0
* Sat Nov 17 2007 Jindrich Novy <jnovy@redhat.com> 7.17.1-1
3a27f0
- update to curl 7.17.1
3a27f0
- include patch to enable SSL usage in NSS when a socket is opened
3a27f0
  nonblocking, thanks to Rob Crittenden (rcritten@redhat.com)
3a27f0
3a27f0
* Wed Oct 24 2007 Jindrich Novy <jnovy@redhat.com> 7.16.4-10
3a27f0
- correctly provide/obsolete curl-devel (#130251)
3a27f0
3a27f0
* Wed Oct 24 2007 Jindrich Novy <jnovy@redhat.com> 7.16.4-9
3a27f0
- create libcurl and libcurl-devel subpackages (#130251)
3a27f0
3a27f0
* Thu Oct 11 2007 Jindrich Novy <jnovy@redhat.com> 7.16.4-8
3a27f0
- list features correctly when curl is compiled against NSS (#316191)
3a27f0
3a27f0
* Mon Sep 17 2007 Jindrich Novy <jnovy@redhat.com> 7.16.4-7
3a27f0
- add zlib-devel BR to enable gzip compressed transfers in curl (#292211)
3a27f0
3a27f0
* Mon Sep 10 2007 Jindrich Novy <jnovy@redhat.com> 7.16.4-6
3a27f0
- provide webclient (#225671)
3a27f0
3a27f0
* Thu Sep  6 2007 Jindrich Novy <jnovy@redhat.com> 7.16.4-5
3a27f0
- add support for the NSS PKCS#11 pem reader so the command-line is the
3a27f0
  same for both OpenSSL and NSS by Rob Crittenden (rcritten@redhat.com)
3a27f0
- switch to NSS again
3a27f0
3a27f0
* Mon Sep  3 2007 Jindrich Novy <jnovy@redhat.com> 7.16.4-4
3a27f0
- revert back to use OpenSSL (#266021)
3a27f0
3a27f0
* Mon Aug 27 2007 Jindrich Novy <jnovy@redhat.com> 7.16.4-3
3a27f0
- don't use openssl, use nss instead
3a27f0
3a27f0
* Fri Aug 10 2007 Jindrich Novy <jnovy@redhat.com> 7.16.4-2
3a27f0
- fix anonymous ftp login (#251570), thanks to David Cantrell
3a27f0
3a27f0
* Wed Jul 11 2007 Jindrich Novy <jnovy@redhat.com> 7.16.4-1
3a27f0
- update to 7.16.4
3a27f0
3a27f0
* Mon Jun 25 2007 Jindrich Novy <jnovy@redhat.com> 7.16.3-1
3a27f0
- update to 7.16.3
3a27f0
- drop .print patch, applied upstream
3a27f0
- next series of merge review fixes by Paul Howarth
3a27f0
- remove aclocal stuff, no more needed
3a27f0
- simplify makefile arguments
3a27f0
- don't reference standard library paths in libcurl.pc
3a27f0
- include docs/CONTRIBUTE
3a27f0
3a27f0
* Mon Jun 18 2007 Jindrich Novy <jnovy@redhat.com> 7.16.2-5
3a27f0
- don't print like crazy (#236981), backported from upstream CVS
3a27f0
3a27f0
* Fri Jun 15 2007 Jindrich Novy <jnovy@redhat.com> 7.16.2-4
3a27f0
- another series of review fixes (#225671),
3a27f0
  thanks to Paul Howarth
3a27f0
- check version of ldap library automatically
3a27f0
- don't use %%makeinstall and preserve timestamps
3a27f0
- drop useless patches
3a27f0
3a27f0
* Fri May 11 2007 Jindrich Novy <jnovy@redhat.com> 7.16.2-3
3a27f0
- add automake BR to curl-devel to fix aclocal dir. ownership,
3a27f0
  thanks to Patrice Dumas
3a27f0
3a27f0
* Thu May 10 2007 Jindrich Novy <jnovy@redhat.com> 7.16.2-2
3a27f0
- package libcurl.m4 in curl-devel (#239664), thanks to Quy Tonthat
3a27f0
3a27f0
* Wed Apr 11 2007 Jindrich Novy <jnovy@redhat.com> 7.16.2-1
3a27f0
- update to 7.16.2
3a27f0
3a27f0
* Mon Feb 19 2007 Jindrich Novy <jnovy@redhat.com> 7.16.1-3
3a27f0
- don't create/ship static libraries (#225671)
3a27f0
3a27f0
* Mon Feb  5 2007 Jindrich Novy <jnovy@redhat.com> 7.16.1-2
3a27f0
- merge review related spec fixes (#225671)
3a27f0
3a27f0
* Mon Jan 29 2007 Jindrich Novy <jnovy@redhat.com> 7.16.1-1
3a27f0
- update to 7.16.1
3a27f0
3a27f0
* Tue Jan 16 2007 Jindrich Novy <jnovy@redhat.com> 7.16.0-5
3a27f0
- don't package generated makefiles for docs/examples to avoid
3a27f0
  multilib conflicts
3a27f0
3a27f0
* Mon Dec 18 2006 Jindrich Novy <jnovy@redhat.com> 7.16.0-4
3a27f0
- convert spec to UTF-8
3a27f0
- don't delete BuildRoot in %%prep phase
3a27f0
- rpmlint fixes
3a27f0
3a27f0
* Thu Nov 16 2006 Jindrich Novy <jnovy@redhat.com> -7.16.0-3
3a27f0
- prevent curl from dlopen()ing missing ldap libraries so that
3a27f0
  ldap:// requests work (#215928)
3a27f0
3a27f0
* Tue Oct 31 2006 Jindrich Novy <jnovy@redhat.com> - 7.16.0-2
3a27f0
- fix BuildRoot
3a27f0
- add Requires: pkgconfig for curl-devel
3a27f0
- move LDFLAGS and LIBS to Libs.private in libcurl.pc.in (#213278)
3a27f0
3a27f0
* Mon Oct 30 2006 Jindrich Novy <jnovy@redhat.com> - 7.16.0-1
3a27f0
- update to curl-7.16.0
3a27f0
3a27f0
* Thu Aug 24 2006 Jindrich Novy <jnovy@redhat.com> - 7.15.5-1.fc6
3a27f0
- update to curl-7.15.5
3a27f0
- use %%{?dist}
3a27f0
3a27f0
* Fri Jun 30 2006 Ivana Varekova <varekova@redhat.com> - 7.15.4-1
3a27f0
- update to 7.15.4
3a27f0
3a27f0
* Mon Mar 20 2006 Ivana Varekova <varekova@redhat.com> - 7.15.3-1
3a27f0
- fix multilib problem using pkg-config
3a27f0
- update to 7.15.3
3a27f0
3a27f0
* Thu Feb 23 2006 Ivana Varekova <varekova@redhat.com> - 7.15.1-2
3a27f0
- fix multilib problem - #181290 - 
3a27f0
  curl-devel.i386 not installable together with curl-devel.x86-64
3a27f0
3a27f0
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 7.15.1-1.2.1
3a27f0
- bump again for double-long bug on ppc(64)
3a27f0
3a27f0
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 7.15.1-1.2
3a27f0
- rebuilt for new gcc4.1 snapshot and glibc changes
3a27f0
3a27f0
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
3a27f0
- rebuilt
3a27f0
3a27f0
* Thu Dec  8 2005 Ivana Varekova <varekova@redhat.com> 7.15.1-1
3a27f0
- update to 7.15.1 (bug 175191)
3a27f0
3a27f0
* Wed Nov 30 2005 Ivana Varekova <varekova@redhat.com> 7.15.0-3
3a27f0
- fix curl-config bug 174556 - missing vernum value
3a27f0
3a27f0
* Wed Nov  9 2005 Ivana Varekova <varekova@redhat.com> 7.15.0-2
3a27f0
- rebuilt
3a27f0
3a27f0
* Tue Oct 18 2005 Ivana Varekova <varekova@redhat.com> 7.15.0-1
3a27f0
- update to 7.15.0
3a27f0
3a27f0
* Thu Oct 13 2005 Ivana Varekova <varekova@redhat.com> 7.14.1-1
3a27f0
- update to 7.14.1
3a27f0
3a27f0
* Thu Jun 16 2005 Ivana Varekova <varekova@redhat.com> 7.14.0-1
3a27f0
- rebuild new version 
3a27f0
3a27f0
* Tue May 03 2005 Ivana Varekova <varekova@redhat.com> 7.13.1-3
3a27f0
- fix bug 150768 - curl-7.12.3-2 breaks basic authentication
3a27f0
  used Daniel Stenberg patch 
3a27f0
3a27f0
* Mon Apr 25 2005 Joe Orton <jorton@redhat.com> 7.13.1-2
3a27f0
- update to use ca-bundle in /etc/pki
3a27f0
- mark License as MIT not MPL
3a27f0
3a27f0
* Wed Mar  9 2005 Ivana Varekova <varekova@redhat.com> 7.13.1-1
3a27f0
- rebuilt (7.13.1)
3a27f0
3a27f0
* Tue Mar  1 2005 Tomas Mraz <tmraz@redhat.com> 7.13.0-2
3a27f0
- rebuild with openssl-0.9.7e
3a27f0
3a27f0
* Sun Feb 13 2005 Florian La Roche <laroche@redhat.com>
3a27f0
- 7.13.0
3a27f0
3a27f0
* Wed Feb  9 2005 Joe Orton <jorton@redhat.com> 7.12.3-3
3a27f0
- don't pass /usr to --with-libidn to remove "-L/usr/lib" from
3a27f0
  'curl-config --libs' output on x86_64.
3a27f0
3a27f0
* Fri Jan 28 2005 Adrian Havill <havill@redhat.com> 7.12.3-1
3a27f0
- Upgrade to 7.12.3, which uses poll() for FDSETSIZE limit (#134794)
3a27f0
- require libidn-devel for devel subpkg (#141341)
3a27f0
- remove proftpd kludge; included upstream
3a27f0
3a27f0
* Wed Oct 06 2004 Adrian Havill <havill@redhat.com> 7.12.1-1
3a27f0
- upgrade to 7.12.1
3a27f0
- enable GSSAPI auth (#129353)
3a27f0
- enable I18N domain names (#134595)
3a27f0
- workaround for broken ProFTPD SSL auth (#134133). Thanks to
3a27f0
  Aleksandar Milivojevic
3a27f0
3a27f0
* Wed Sep 29 2004 Adrian Havill <havill@redhat.com> 7.12.0-4
3a27f0
- move new docs position so defattr gets applied
3a27f0
3a27f0
* Mon Sep 27 2004 Warren Togami <wtogami@redhat.com> 7.12.0-3
3a27f0
- remove INSTALL, move libcurl docs to -devel
3a27f0
3a27f0
* Mon Jul 26 2004 Jindrich Novy <jnovy@redhat.com>
3a27f0
- updated to 7.12.0
3a27f0
- updated nousr patch
3a27f0
3a27f0
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
3a27f0
- rebuilt
3a27f0
3a27f0
* Wed Apr 07 2004 Adrian Havill <havill@redhat.com> 7.11.1-1
3a27f0
- upgraded; updated nousr patch
3a27f0
- added COPYING (#115956)
3a27f0
- 
3a27f0
3a27f0
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
3a27f0
- rebuilt
3a27f0
3a27f0
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
3a27f0
- rebuilt
3a27f0
3a27f0
* Sat Jan 31 2004 Florian La Roche <Florian.LaRoche@redhat.de>
3a27f0
- update to 7.10.8
3a27f0
- remove patch2, already upstream
3a27f0
3a27f0
* Wed Oct 15 2003 Adrian Havill <havill@redhat.com> 7.10.6-7
3a27f0
- aclocal before libtoolize
3a27f0
- move OpenLDAP license so it's present as a doc file, present in
3a27f0
  both the source and binary as per conditions
3a27f0
3a27f0
* Mon Oct 13 2003 Adrian Havill <havill@redhat.com> 7.10.6-6
3a27f0
- add OpenLDAP copyright notice for usage of code, add OpenLDAP
3a27f0
  license for this code
3a27f0
3a27f0
* Tue Oct 07 2003 Adrian Havill <havill@redhat.com> 7.10.6-5
3a27f0
- match serverAltName certs with SSL (#106168)
3a27f0
3a27f0
* Tue Sep 16 2003 Adrian Havill <havill@redhat.com> 7.10.6-4.1
3a27f0
- bump n-v-r for RHEL
3a27f0
3a27f0
* Tue Sep 16 2003 Adrian Havill <havill@redhat.com> 7.10.6-4
3a27f0
- restore ca cert bundle (#104400)
3a27f0
- require openssl, we want to use its ca-cert bundle
3a27f0
3a27f0
* Sun Sep  7 2003 Joe Orton <jorton@redhat.com> 7.10.6-3
3a27f0
- rebuild
3a27f0
3a27f0
* Fri Sep  5 2003 Joe Orton <jorton@redhat.com> 7.10.6-2.2
3a27f0
- fix to include libcurl.so
3a27f0
3a27f0
* Mon Aug 25 2003 Adrian Havill <havill@redhat.com> 7.10.6-2.1
3a27f0
- bump n-v-r for RHEL
3a27f0
3a27f0
* Mon Aug 25 2003 Adrian Havill <havill@redhat.com> 7.10.6-2
3a27f0
- devel subpkg needs openssl-devel as a Require (#102963)
3a27f0
3a27f0
* Mon Jul 28 2003 Adrian Havill <havill@redhat.com> 7.10.6-1
3a27f0
- bumped version
3a27f0
3a27f0
* Tue Jul 01 2003 Adrian Havill <havill@redhat.com> 7.10.5-1
3a27f0
- bumped version
3a27f0
3a27f0
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
3a27f0
- rebuilt
3a27f0
3a27f0
* Sat Apr 12 2003 Florian La Roche <Florian.LaRoche@redhat.de>
3a27f0
- update to 7.10.4
3a27f0
- adapt nousr patch
3a27f0
3a27f0
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
3a27f0
- rebuilt
3a27f0
3a27f0
* Tue Jan 21 2003 Joe Orton <jorton@redhat.com> 7.9.8-4
3a27f0
- don't add -L/usr/lib to 'curl-config --libs' output
3a27f0
3a27f0
* Tue Jan  7 2003 Nalin Dahyabhai <nalin@redhat.com> 7.9.8-3
3a27f0
- rebuild
3a27f0
3a27f0
* Wed Nov  6 2002 Joe Orton <jorton@redhat.com> 7.9.8-2
3a27f0
- fix `curl-config --libs` output for libdir!=/usr/lib
3a27f0
- remove docs/LIBCURL from docs list; remove unpackaged libcurl.la
3a27f0
- libtoolize and reconf
3a27f0
3a27f0
* Mon Jul 22 2002 Trond Eivind Glomsrød <teg@redhat.com> 7.9.8-1
3a27f0
- 7.9.8 (# 69473)
3a27f0
3a27f0
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
3a27f0
- automated rebuild
3a27f0
3a27f0
* Sun May 26 2002 Tim Powers <timp@redhat.com>
3a27f0
- automated rebuild
3a27f0
3a27f0
* Thu May 16 2002 Trond Eivind Glomsrød <teg@redhat.com> 7.9.7-1
3a27f0
- 7.9.7
3a27f0
3a27f0
* Wed Apr 24 2002 Trond Eivind Glomsrød <teg@redhat.com> 7.9.6-1
3a27f0
- 7.9.6
3a27f0
3a27f0
* Thu Mar 21 2002 Trond Eivind Glomsrød <teg@redhat.com> 7.9.5-2
3a27f0
- Stop the curl-config script from printing -I/usr/include 
3a27f0
  and -L/usr/lib (#59497)
3a27f0
3a27f0
* Fri Mar  8 2002 Trond Eivind Glomsrød <teg@redhat.com> 7.9.5-1
3a27f0
- 7.9.5
3a27f0
3a27f0
* Tue Feb 26 2002 Trond Eivind Glomsrød <teg@redhat.com> 7.9.3-2
3a27f0
- Rebuild
3a27f0
3a27f0
* Wed Jan 23 2002 Nalin Dahyabhai <nalin@redhat.com> 7.9.3-1
3a27f0
- update to 7.9.3
3a27f0
3a27f0
* Wed Jan 09 2002 Tim Powers <timp@redhat.com> 7.9.2-2
3a27f0
- automated rebuild
3a27f0
3a27f0
* Wed Jan  9 2002 Trond Eivind Glomsrød <teg@redhat.com> 7.9.2-1
3a27f0
- 7.9.2
3a27f0
3a27f0
* Fri Aug 17 2001 Nalin Dahyabhai <nalin@redhat.com>
3a27f0
- include curl-config in curl-devel
3a27f0
- update to 7.8 to fix memory leak and strlcat() symbol pollution from libcurl
3a27f0
3a27f0
* Wed Jul 18 2001 Crutcher Dunnavant <crutcher@redhat.com>
3a27f0
- added openssl-devel build req
3a27f0
3a27f0
* Mon May 21 2001 Tim Powers <timp@redhat.com>
3a27f0
- built for the distro
3a27f0
3a27f0
* Tue Apr 24 2001 Jeff Johnson <jbj@redhat.com>
3a27f0
- upgrade to curl-7.7.2.
3a27f0
- enable IPv6.
3a27f0
3a27f0
* Fri Mar  2 2001 Tim Powers <timp@redhat.com>
3a27f0
- rebuilt against openssl-0.9.6-1
3a27f0
3a27f0
* Thu Jan  4 2001 Tim Powers <timp@redhat.com>
3a27f0
- fixed mising ldconfigs
3a27f0
- updated to 7.5.2, bug fixes
3a27f0
3a27f0
* Mon Dec 11 2000 Tim Powers <timp@redhat.com>
3a27f0
- updated to 7.5.1
3a27f0
3a27f0
* Mon Nov  6 2000 Tim Powers <timp@redhat.com>
3a27f0
- update to 7.4.1 to fix bug #20337, problems with curl -c
3a27f0
- not using patch anymore, it's included in the new source. Keeping
3a27f0
  for reference
3a27f0
3a27f0
* Fri Oct 20 2000 Nalin Dahyabhai <nalin@redhat.com>
3a27f0
- fix bogus req in -devel package
3a27f0
3a27f0
* Fri Oct 20 2000 Tim Powers <timp@redhat.com> 
3a27f0
- devel package needed defattr so that root owns the files
3a27f0
3a27f0
* Mon Oct 16 2000 Nalin Dahyabhai <nalin@redhat.com>
3a27f0
- update to 7.3
3a27f0
- apply vsprintf/vsnprintf patch from Colin Phipps via Debian
3a27f0
3a27f0
* Mon Aug 21 2000 Nalin Dahyabhai <nalin@redhat.com>
3a27f0
- enable SSL support
3a27f0
- fix packager tag
3a27f0
- move buildroot to %%{_tmppath}
3a27f0
3a27f0
* Tue Aug 1 2000 Tim Powers <timp@redhat.com>
3a27f0
- fixed vendor tag for bug #15028
3a27f0
3a27f0
* Mon Jul 24 2000 Prospector <prospector@redhat.com>
3a27f0
- rebuilt
3a27f0
3a27f0
* Tue Jul 11 2000 Tim Powers <timp@redhat.com>
3a27f0
- workaround alpha build problems with optimizations
3a27f0
3a27f0
* Mon Jul 10 2000 Tim Powers <timp@redhat.com>
3a27f0
- rebuilt
3a27f0
3a27f0
* Mon Jun 5 2000 Tim Powers <timp@redhat.com>
3a27f0
- put man pages in correct place
3a27f0
- use %%makeinstall
3a27f0
3a27f0
* Mon Apr 24 2000 Tim Powers <timp@redhat.com>
3a27f0
- updated to 6.5.2
3a27f0
3a27f0
* Wed Nov 3 1999 Tim Powers <timp@redhat.com>
3a27f0
- updated sources to 6.2
3a27f0
- gzip man page
3a27f0
3a27f0
* Mon Aug 30 1999 Tim Powers <timp@redhat.com>
3a27f0
- changed group
3a27f0
3a27f0
* Thu Aug 26 1999 Tim Powers <timp@redhat.com>
3a27f0
- changelog started
3a27f0
- general cleanups, changed prefix to /usr, added manpage to files section
3a27f0
- including in Powertools