astepano / rpms / curl

Forked from rpms/curl 6 years ago
Clone
fc4d3d4
Summary: A utility for getting files from remote servers (FTP, HTTP, and others)
43a8fac
Name: curl
014599c
Version: 7.19.7
fd19e7e
Release: 11%{?dist}
7e5ec26
License: MIT
cvsdist 757418a
Group: Applications/Internet
e28fb68
Source: http://curl.haxx.se/download/%{name}-%{version}.tar.lzma
dbbc469
Source2: curlbuild.h
014599c
Patch1: curl-7.19.7-nss-nonblock.patch
014599c
Patch2: curl-7.19.7-ssl-retry.patch
ee5ba87
Patch3: curl-7.19.7-modelfree.patch
a9329d5
Patch4: curl-7.19.7-nss-warning.patch
fd19e7e
Patch5: curl-7.19.7-content-disposition.patch
c735169
Patch101: curl-7.15.3-multilib.patch
c735169
Patch102: curl-7.16.0-privlibs.patch
c735169
Patch103: curl-7.19.4-debug.patch
aec87c1
Patch104: curl-7.19.7-s390-sleep.patch
caf63a2
Patch105: curl-7.19.7-localhost6.patch
0fb58f6
Patch106: curl-7.19.7-ares-ipv6.patch
46d4964
Provides: webclient
cvsdist 757418a
URL: http://curl.haxx.se/
d6b8433
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
091f78c
BuildRequires: autoconf
c87eab1
BuildRequires: c-ares-devel
f1fad80
BuildRequires: groff
dd5ee60
BuildRequires: krb5-devel
dd5ee60
BuildRequires: libidn-devel
dd5ee60
BuildRequires: libssh2-devel >= 1.2
5464c5e
BuildRequires: nss-devel
dd5ee60
BuildRequires: openldap-devel
b30d89a
BuildRequires: openssh-clients
b30d89a
BuildRequires: openssh-server
dd5ee60
BuildRequires: pkgconfig
69fe226
BuildRequires: stunnel
ea56ca9
ea56ca9
# valgrind is not available on some architectures, however it's going to be
ea56ca9
# used only by the test-suite anyway
ea56ca9
%ifnarch s390 s390x
dd5ee60
BuildRequires: valgrind
ea56ca9
%endif
ea56ca9
dd5ee60
BuildRequires: zlib-devel
968105f
Requires: libcurl = %{version}-%{release}
cvsdist 757418a
43a8fac
%description
ec48663
cURL is a tool for getting files from HTTP, FTP, FILE, LDAP, LDAPS,
ec48663
DICT, TELNET and TFTP servers, using any of the supported protocols.
ec48663
cURL is designed to work without user interaction or any kind of
c8e160a
interactivity. cURL offers many useful capabilities, like proxy support,
ec48663
user authentication, FTP upload, HTTP post, and file transfer resume.
cvsdist 757418a
c93c68e
%package -n libcurl
c93c68e
Summary: A library for getting files from web servers
cvsdist 757418a
Group: Development/Libraries
c93c68e
5464c5e
# libssh2 ABI has been changed since libssh2-1.0
5464c5e
# this forces update of libssh2 before update of libcurl
5464c5e
Requires: libssh2 >= 1.2
5464c5e
c93c68e
%description -n libcurl
c93c68e
This package provides a way for applications to use FTP, HTTP, Gopher and
c93c68e
other servers for getting files.
c93c68e
c93c68e
%package -n libcurl-devel
6850455
Summary: Files needed for building applications with libcurl
c93c68e
Group: Development/Libraries
5464c5e
Requires: automake
c93c68e
Requires: libcurl = %{version}-%{release}
5464c5e
Requires: libidn-devel
5464c5e
Requires: pkgconfig
e03f2a3
05cfb6e
Provides: curl-devel = %{version}-%{release}
de7fe67
Obsoletes: curl-devel < %{version}-%{release}
cvsdist 757418a
c93c68e
%description -n libcurl-devel
cvsdist 757418a
cURL is a tool for getting files from FTP, HTTP, Gopher, Telnet, and
c93c68e
Dict servers, using any of the supported protocols. The libcurl-devel
cvsdist 757418a
package includes files needed for developing applications which can
cvsdist 757418a
use cURL's capabilities internally.
cvsdist 757418a
cvsdist 757418a
%prep
43a8fac
%setup -q
c735169
ee5ba87
# upstream patches (already applied)
73213b4
%patch1 -p1
a3e77b6
%patch2 -p1
ee5ba87
%patch3 -p1
a9329d5
%patch4 -p1
fd19e7e
%patch5 -p1
c735169
c735169
# Fedora patches
c735169
%patch101 -p1
c735169
%patch102 -p1
c735169
%patch103 -p1
aec87c1
aec87c1
# http://curl.haxx.se/mail/lib-2009-12/0031.html
aec87c1
%patch104 -p1
aec87c1
caf63a2
# we have localhost6 instead of ip6-localhost as name for ::1
0fb58f6
# temporarily disabled (clash with patch #106)
0fb58f6
#%patch105 -p1
0fb58f6
0fb58f6
# rebuild of cURL against newer c-ares-devel has caused a regression (#548269)
0fb58f6
# this patch reverts back the old behavior of curl-7.19.7-4.fc13
0fb58f6
# NOTE: this is a temporary workaround only
0fb58f6
%patch106 -p1
caf63a2
014599c
autoconf
7e5ec26
ab4974c
# replace hard wired port numbers in the test suite
ab4974c
sed -i s/899\\\([0-9]\\\)/%{?__isa_bits}9\\1/ tests/data/test*
ab4974c
01aecd0
# Convert docs to UTF-8
01aecd0
for f in CHANGES README; do
01aecd0
	iconv -f iso-8859-1 -t utf8 < ${f} > ${f}.utf8
01aecd0
	mv -f ${f}.utf8 ${f}
01aecd0
done
01aecd0
7e5ec26
%build
a3e77b6
%configure --without-ssl --with-nss --enable-ipv6 \
8520523
	--with-ca-bundle=%{_sysconfdir}/pki/tls/certs/ca-bundle.crt \
6850455
	--with-gssapi=%{_prefix}/kerberos --with-libidn \
c87eab1
	--enable-ldaps --disable-static --with-libssh2 --enable-manual --enable-ares
8520523
sed -i -e 's,-L/usr/lib ,,g;s,-L/usr/lib64 ,,g;s,-L/usr/lib$,,g;s,-L/usr/lib64$,,g' \
8520523
	Makefile libcurl.pc
01aecd0
# Remove bogus rpath
01aecd0
sed -i \
01aecd0
	-e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
01aecd0
	-e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
01aecd0
ec48663
make %{?_smp_mflags}
cvsdist 757418a
f1fad80
%check
ec4f340
export LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}
caf63a2
cd tests
caf63a2
make %{?_smp_mflags}
0d4bed8
0d4bed8
# use different port range for 32bit and 64bit build, thus make it possible
0d4bed8
# to run both in parallel on the same machine
ab4974c
./runtests.pl -a -b%{?__isa_bits}90 -p -v
f1fad80
cvsdist 757418a
%install
cvsdist 757418a
rm -rf $RPM_BUILD_ROOT
40373e1
8520523
make DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p" install
40373e1
cvsdist fcf1279
rm -f ${RPM_BUILD_ROOT}%{_libdir}/libcurl.la
e45b52e
aa6d7f9
install -d $RPM_BUILD_ROOT/%{_datadir}/aclocal
aa6d7f9
install -m 644 docs/libcurl/libcurl.m4 $RPM_BUILD_ROOT/%{_datadir}/aclocal
cvsdist fcf1279
ce1683b
# Make libcurl-devel multilib-ready (bug #488922)
702a55c
%if 0%{?__isa_bits} == 64
bd7b725
%define _curlbuild_h curlbuild-64.h
e03f2a3
%else
bd7b725
%define _curlbuild_h curlbuild-32.h
e03f2a3
%endif
e03f2a3
mv $RPM_BUILD_ROOT%{_includedir}/curl/curlbuild.h \
e03f2a3
   $RPM_BUILD_ROOT%{_includedir}/curl/%{_curlbuild_h}
dbbc469
dbbc469
install -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_includedir}/curl/curlbuild.h
Ivana Varekova 843ec60
cvsdist fcf1279
# don't need curl's copy of the certs; use openssl's
cvsdist fcf1279
find ${RPM_BUILD_ROOT} -name ca-bundle.crt -exec rm -f '{}' \;
cvsdist 757418a
cvsdist 757418a
%clean
cvsdist 757418a
rm -rf $RPM_BUILD_ROOT
cvsdist 757418a
c93c68e
%post -n libcurl -p /sbin/ldconfig
cvsdist 757418a
c93c68e
%postun -n libcurl -p /sbin/ldconfig
cvsdist 757418a
cvsdist 757418a
%files
cbba354
%defattr(-,root,root,-)
cvsdist 0797ced
%doc CHANGES README* COPYING
5266b50
%doc docs/BUGS docs/FAQ docs/FEATURES
5266b50
%doc docs/MANUAL docs/RESOURCES
cvsdist 757418a
%doc docs/TheArtOfHttpScripting docs/TODO
cvsdist 757418a
%{_bindir}/curl
cvsdist ded6b37
%{_mandir}/man1/curl.1*
c93c68e
c93c68e
%files -n libcurl
cbba354
%defattr(-,root,root,-)
cvsdist fcf1279
%{_libdir}/libcurl.so.*
cvsdist 757418a
c93c68e
%files -n libcurl-devel
cbba354
%defattr(-,root,root,-)
a00f2ca
%doc docs/examples/*.c docs/examples/Makefile.example docs/INTERNALS
43a8fac
%doc docs/CONTRIBUTE docs/libcurl/ABI
Ivana Varekova 843ec60
%{_bindir}/curl-config*
cvsdist 757418a
%{_includedir}/curl
cvsdist 757418a
%{_libdir}/*.so
Ivana Varekova 8893e9e
%{_libdir}/pkgconfig/*.pc
cvsdist ded6b37
%{_mandir}/man1/curl-config.1*
cvsdist 757418a
%{_mandir}/man3/*
aa6d7f9
%{_datadir}/aclocal/libcurl.m4
cvsdist 757418a
cvsdist 757418a
%changelog
fd19e7e
* Fri Jan 29 2010 Kamil Dudka <kdudka@redhat.com> 7.19.7-11
fd19e7e
- upstream patch adding a new option -J/--remote-header-name
fd19e7e
- dropped temporary workaround for #545779
fd19e7e
Chris Weyl 5cf9d0b
* Thu Jan 14 2010 Chris Weyl <cweyl@alumni.drew.edu> 7.19.7-10
Chris Weyl 5cf9d0b
- bump for libssh2 rebuild
Chris Weyl 5cf9d0b
0fb58f6
* Sun Dec 20 2009 Kamil Dudka <kdudka@redhat.com> 7.19.7-9
0fb58f6
- temporary workaround for #548269
0fb58f6
  (restored behavior of 7.19.7-4)
0fb58f6
ab4974c
* Wed Dec 09 2009 Kamil Dudka <kdudka@redhat.com> 7.19.7-8
ab4974c
- replace hard wired port numbers in the test suite
ab4974c
0d4bed8
* Wed Dec 09 2009 Kamil Dudka <kdudka@redhat.com> 7.19.7-7
0d4bed8
- use different port numbers for 32bit and 64bit builds
0d4bed8
- temporary workaround for #545779
0d4bed8
b30d89a
* Tue Dec 08 2009 Kamil Dudka <kdudka@redhat.com> 7.19.7-6
b30d89a
- make it possible to run test241
b30d89a
- re-enable SCP/SFTP tests (#539444)
b30d89a
aec87c1
* Sat Dec 05 2009 Kamil Dudka <kdudka@redhat.com> 7.19.7-5
a9329d5
- avoid use of uninitialized value in lib/nss.c
aec87c1
- suppress failure of test513 on s390
a9329d5
ea56ca9
* Tue Dec 01 2009 Kamil Dudka <kdudka@redhat.com> 7.19.7-4
ea56ca9
- do not require valgrind on s390 and s390x
ea56ca9
- temporarily disabled SCP/SFTP test-suite (#539444)
ea56ca9
ee5ba87
* Thu Nov 12 2009 Kamil Dudka <kdudka@redhat.com> 7.19.7-3
ee5ba87
- fix crash on doubly closed NSPR descriptor, patch contributed
ee5ba87
  by Kevin Baughman (#534176)
ee5ba87
- new version of patch for broken TLS servers (#525496, #527771)
ee5ba87
2e8fb97
* Wed Nov 04 2009 Kamil Dudka <kdudka@redhat.com> 7.19.7-2
2e8fb97
- increased release number (CVS problem)
2e8fb97
014599c
* Wed Nov 04 2009 Kamil Dudka <kdudka@redhat.com> 7.19.7-1
014599c
- new upstream release, dropped applied patches
014599c
- workaround for broken TLS servers (#525496, #527771)
014599c
a81083e
* Wed Oct 14 2009 Kamil Dudka <kdudka@redhat.com> 7.19.6-13
a81083e
- fix timeout issues and gcc warnings within lib/nss.c
a81083e
3fad0a1
* Tue Oct 06 2009 Kamil Dudka <kdudka@redhat.com> 7.19.6-12
3fad0a1
- upstream patch for NSS support written by Guenter Knauf
3fad0a1
c87eab1
* Wed Sep 30 2009 Kamil Dudka <kdudka@redhat.com> 7.19.6-11
c87eab1
- build libcurl with c-ares support (#514771)
c87eab1
5464c5e
* Sun Sep 27 2009 Kamil Dudka <kdudka@redhat.com> 7.19.6-10
5464c5e
- require libssh2>=1.2 properly (#525002)
5464c5e
dd5ee60
* Sat Sep 26 2009 Kamil Dudka <kdudka@redhat.com> 7.19.6-9
dd5ee60
- let curl test-suite use valgrind
dd5ee60
- require libssh2>=1.2 (#525002)
dd5ee60
Chris Weyl 184ad72
* Mon Sep 21 2009 Chris Weyl <cweyl@alumni.drew.edu> - 7.19.6-8
Chris Weyl 184ad72
- rebuild for libssh2 1.2
Chris Weyl 184ad72
ec4f340
* Thu Sep 17 2009 Kamil Dudka <kdudka@redhat.com> 7.19.6-7
ec4f340
- make curl test-suite more verbose
ec4f340
8ffd2e2
* Wed Sep 16 2009 Kamil Dudka <kdudka@redhat.com> 7.19.6-6
8ffd2e2
- update polling patch to the latest upstream version
8ffd2e2
69fe226
* Thu Sep 03 2009 Kamil Dudka <kdudka@redhat.com> 7.19.6-5
69fe226
- cover ssh and stunnel support by the test-suite
69fe226
a3e77b6
* Wed Sep 02 2009 Kamil Dudka <kdudka@redhat.com> 7.19.6-4
a3e77b6
- use pkg-config to find nss and libssh2 if possible
a3e77b6
- better patch (not only) for SCP/SFTP polling
a3e77b6
- improve error message for not matching common name (#516056)
a3e77b6
dbb6bfd
* Fri Aug 21 2009 Kamil Dudka <kdudka@redhat.com> 7.19.6-3
dbb6bfd
- avoid tight loop during a sftp upload
dbb6bfd
- http://permalink.gmane.org/gmane.comp.web.curl.library/24744
dbb6bfd
968105f
* Tue Aug 18 2009 Kamil Dudka <kdudka@redhat.com> 7.19.6-2
968105f
- let curl package depend on the same version of libcurl
968105f
c735169
* Fri Aug 14 2009 Kamil Dudka <kdudka@redhat.com> 7.19.6-1
c735169
- new upstream release, dropped applied patches
c735169
- changed NSS code to not ignore the value of ssl.verifyhost and produce more
c735169
  verbose error messages (#516056)
c735169
e28fb68
* Wed Aug 12 2009 Ville Skyttä <ville.skytta@iki.fi> - 7.19.5-10
e28fb68
- Use lzma compressed upstream tarball.
e28fb68
4cf6987
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.19.5-9
4cf6987
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
4cf6987
f672f48
* Wed Jul 22 2009 Kamil Dudka <kdudka@redhat.com> 7.19.5-8
f672f48
- do not pre-login to all PKCS11 slots, it causes problems with HW tokens
f672f48
- try to select client certificate automatically when not specified, thanks
f672f48
  to Claes Jakobsson
f672f48
3c25d2d
* Fri Jul 10 2009 Kamil Dudka <kdudka@redhat.com> 7.19.5-7
3c25d2d
- fix SIGSEGV when using NSS client certificates, thanks to Claes Jakobsson
3c25d2d
83e314d
* Sun Jul 05 2009 Kamil Dudka <kdudka@redhat.com> 7.19.5-6
83e314d
- force test suite to use the just built libcurl, thanks to Paul Howarth
83e314d
f1fad80
* Thu Jul 02 2009 Kamil Dudka <kdudka@redhat.com> 7.19.5-5
f1fad80
- run test suite after build
f1fad80
- enable built-in manual
f1fad80
bd7b725
* Wed Jun 24 2009 Kamil Dudka <kdudka@redhat.com> 7.19.5-4
bd7b725
- fix bug introduced by the last build (#504857)
bd7b725
dbbc469
* Wed Jun 24 2009 Kamil Dudka <kdudka@redhat.com> 7.19.5-3
dbbc469
- exclude curlbuild.h content from spec (#504857)
dbbc469
702a55c
* Wed Jun 10 2009 Kamil Dudka <kdudka@redhat.com> 7.19.5-2
702a55c
- avoid unguarded comparison in the spec file, thanks to R P Herrold (#504857)
702a55c
73213b4
* Tue May 19 2009 Kamil Dudka <kdudka@redhat.com> 7.19.5-1
73213b4
- update to 7.19.5, dropped applied patches
73213b4
7f2e116
* Mon May 11 2009 Kamil Dudka <kdudka@redhat.com> 7.19.4-11
7f2e116
- fix infinite loop while loading a private key, thanks to Michael Cronenworth
7f2e116
  (#453612)
7f2e116
c059575
* Mon Apr 27 2009 Kamil Dudka <kdudka@redhat.com> 7.19.4-10
c059575
- fix curl/nss memory leaks while using client certificate (#453612, accepted
c059575
  by upstream)
c059575
091f78c
* Wed Apr 22 2009 Kamil Dudka <kdudka@redhat.com> 7.19.4-9
091f78c
- add missing BuildRequire for autoconf
091f78c
45fab4b
* Wed Apr 22 2009 Kamil Dudka <kdudka@redhat.com> 7.19.4-8
45fab4b
- fix configure.ac to not discard -g in CFLAGS (#496778)
45fab4b
3a66d91
* Tue Apr 21 2009 Debarshi Ray <rishi@fedoraproject.org> 7.19.4-7
3a66d91
- Fixed configure to respect the environment's CFLAGS and CPPFLAGS settings.
3a66d91
c4e2b73
* Tue Apr 14 2009 Kamil Dudka <kdudka@redhat.com> 7.19.4-6
c4e2b73
- upstream patch fixing memory leak in lib/nss.c (#453612)
c4e2b73
- remove redundant dependency of libcurl-devel on libssh2-devel
c4e2b73
b902700
* Wed Mar 18 2009 Kamil Dudka <kdudka@redhat.com> 7.19.4-5
b902700
- enable 6 additional crypto algorithms by default (#436781,
b902700
  accepted by upstream)
b902700
8acdb50
* Thu Mar 12 2009 Kamil Dudka <kdudka@redhat.com> 7.19.4-4
8acdb50
- fix memory leak in src/main.c (accepted by upstream)
3a66d91
- avoid using %%ifarch
8acdb50
e03f2a3
* Wed Mar 11 2009 Kamil Dudka <kdudka@redhat.com> 7.19.4-3
ce1683b
- make libcurl-devel multilib-ready (bug #488922)
e03f2a3
a844621
* Fri Mar 06 2009 Jindrich Novy <jnovy@redhat.com> 7.19.4-2
a844621
- drop .easy-leak patch, causes problems in pycurl (#488791)
a844621
- fix libcurl-devel dependencies (#488895)
a844621
5144908
* Tue Mar 03 2009 Jindrich Novy <jnovy@redhat.com> 7.19.4-1
5144908
- update to 7.19.4 (fixes CVE-2009-0037)
5144908
- fix leak in curl_easy* functions, thanks to Kamil Dudka
5144908
- drop nss-fix patch, applied upstream
5144908
b3c04e1
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.19.3-2
b3c04e1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
b3c04e1
3f810df
* Tue Feb 17 2009 Kamil Dudka <kdudka@redhat.com> 7.19.3-1
3f810df
- update to 7.19.3, dropped applied nss patches
3f810df
- add patch fixing 7.19.3 curl/nss bugs
3f810df
d9f5cbe
* Mon Dec 15 2008 Jindrich Novy <jnovy@redhat.com> 7.18.2-9
d9f5cbe
- rebuild for f10/rawhide cvs tag clashes
d9f5cbe
92ec27a
* Sat Dec 06 2008 Jindrich Novy <jnovy@redhat.com> 7.18.2-8
92ec27a
- use improved NSS patch, thanks to Rob Crittenden (#472489)
92ec27a
3958b78
* Tue Sep 09 2008 Jindrich Novy <jnovy@redhat.com> 7.18.2-7
3958b78
- update the thread safety patch, thanks to Rob Crittenden (#462217)
3958b78
b422236
* Wed Sep 03 2008 Warren Togami <wtogami@redhat.com> 7.18.2-6
b422236
- add thread safety to libcurl NSS cleanup() functions (#459297)
b422236
f5c0813
* Fri Aug 22 2008 Tom "spot" Callaway <tcallawa@redhat.com> 7.18.2-5
f5c0813
- undo mini libcurl.so.3
f5c0813
e45b52e
* Mon Aug 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> 7.18.2-4
e45b52e
- make miniature library for libcurl.so.3
e45b52e
e1586ee
* Wed Jul  4 2008 Jindrich Novy <jnovy@redhat.com> 7.18.2-3
e1586ee
- enable support for libssh2 (#453958)
e1586ee
bf70a54
* Wed Jun 18 2008 Jindrich Novy <jnovy@redhat.com> 7.18.2-2
bf70a54
- fix curl_multi_perform() over a proxy (#450140), thanks to
bf70a54
  Rob Crittenden
bf70a54
45696b4
* Wed Jun  4 2008 Jindrich Novy <jnovy@redhat.com> 7.18.2-1
45696b4
- update to 7.18.2
45696b4
01aecd0
* Wed May  7 2008 Jindrich Novy <jnovy@redhat.com> 7.18.1-2
01aecd0
- spec cleanup, thanks to Paul Howarth (#225671)
01aecd0
  - drop BR: libtool
01aecd0
  - convert CHANGES and README to UTF-8
01aecd0
  - _GNU_SOURCE in CFLAGS is no more needed
01aecd0
  - remove bogus rpath
01aecd0
43a8fac
* Mon Mar 31 2008 Jindrich Novy <jnovy@redhat.com> 7.18.1-1
43a8fac
- update to curl 7.18.1 (fixes #397911)
43a8fac
- add ABI docs for libcurl
43a8fac
- remove --static-libs from curl-config
43a8fac
- drop curl-config patch, obsoleted by @SSL_ENABLED@ autoconf
43a8fac
  substitution (#432667)
43a8fac
6684d1a
* Fri Feb 15 2008 Jindrich Novy <jnovy@redhat.com> 7.18.0-2
6684d1a
- define _GNU_SOURCE so that NI_MAXHOST gets defined from glibc
6684d1a
c8e160a
* Mon Jan 28 2008 Jindrich Novy <jnovy@redhat.com> 7.18.0-1
c8e160a
- update to curl-7.18.0
c8e160a
- drop sslgen patch -> applied upstream
c8e160a
- fix typo in description
c8e160a
de7fe67
* Tue Jan 22 2008 Jindrich Novy <jnovy@redhat.com> 7.17.1-6
de7fe67
- fix curl-devel obsoletes so that we don't break F8->F9 upgrade
de7fe67
  path (#429612)
de7fe67
2cda17b
* Tue Jan  8 2008 Jindrich Novy <jnovy@redhat.com> 7.17.1-5
2cda17b
- do not attempt to close a bad socket (#427966),
2df1c7e
  thanks to Caolan McNamara
2cda17b
6142139
* Tue Dec  4 2007 Jindrich Novy <jnovy@redhat.com> 7.17.1-4
6142139
- rebuild because of the openldap soname bump
6142139
- remove old nsspem patch
6142139
ec48663
* Fri Nov 30 2007 Jindrich Novy <jnovy@redhat.com> 7.17.1-3
ec48663
- drop useless ldap library detection since curl doesn't
ec48663
  dlopen()s it but links to it -> BR: openldap-devel
ec48663
- enable LDAPS support (#225671), thanks to Paul Howarth
ec48663
- BR: krb5-devel to reenable GSSAPI support
ec48663
- simplify build process
ec48663
- update description
ec48663
a97c61d
* Wed Nov 21 2007 Jindrich Novy <jnovy@redhat.com> 7.17.1-2
a97c61d
- update description to contain complete supported servers list (#393861)
a97c61d
c9238ef
* Sat Nov 17 2007 Jindrich Novy <jnovy@redhat.com> 7.17.1-1
c9238ef
- update to curl 7.17.1
c9238ef
- include patch to enable SSL usage in NSS when a socket is opened
c9238ef
  nonblocking, thanks to Rob Crittenden (rcritten@redhat.com)
c9238ef
05cfb6e
* Wed Oct 24 2007 Jindrich Novy <jnovy@redhat.com> 7.16.4-10
05cfb6e
- correctly provide/obsolete curl-devel (#130251)
05cfb6e
05cfb6e
* Wed Oct 24 2007 Jindrich Novy <jnovy@redhat.com> 7.16.4-9
c93c68e
- create libcurl and libcurl-devel subpackages (#130251)
c93c68e
8aeea8e
* Thu Oct 11 2007 Jindrich Novy <jnovy@redhat.com> 7.16.4-8
8aeea8e
- list features correctly when curl is compiled against NSS (#316191)
8aeea8e
7a7a90d
* Mon Sep 17 2007 Jindrich Novy <jnovy@redhat.com> 7.16.4-7
7a7a90d
- add zlib-devel BR to enable gzip compressed transfers in curl (#292211)
7a7a90d
46d4964
* Mon Sep 10 2007 Jindrich Novy <jnovy@redhat.com> 7.16.4-6
46d4964
- provide webclient (#225671)
46d4964
aa662ab
* Thu Sep  6 2007 Jindrich Novy <jnovy@redhat.com> 7.16.4-5
aa662ab
- add support for the NSS PKCS#11 pem reader so the command-line is the
aa662ab
  same for both OpenSSL and NSS by Rob Crittenden (rcritten@redhat.com)
aa662ab
- switch to NSS again
aa662ab
c13f571
* Mon Sep  3 2007 Jindrich Novy <jnovy@redhat.com> 7.16.4-4
c13f571
- revert back to use OpenSSL (#266021)
c13f571
16dc696
* Mon Aug 27 2007 Jindrich Novy <jnovy@redhat.com> 7.16.4-3
16dc696
- don't use openssl, use nss instead
16dc696
ab16894
* Fri Aug 10 2007 Jindrich Novy <jnovy@redhat.com> 7.16.4-2
ab16894
- fix anonymous ftp login (#251570), thanks to David Cantrell
ab16894
35d4a39
* Wed Jul 11 2007 Jindrich Novy <jnovy@redhat.com> 7.16.4-1
35d4a39
- update to 7.16.4
35d4a39
8520523
* Mon Jun 25 2007 Jindrich Novy <jnovy@redhat.com> 7.16.3-1
8520523
- update to 7.16.3
8520523
- drop .print patch, applied upstream
8520523
- next series of merge review fixes by Paul Howarth
8520523
- remove aclocal stuff, no more needed
8520523
- simplify makefile arguments
8520523
- don't reference standard library paths in libcurl.pc
8520523
- include docs/CONTRIBUTE
8520523
01c1656
* Mon Jun 18 2007 Jindrich Novy <jnovy@redhat.com> 7.16.2-5
01c1656
- don't print like crazy (#236981), backported from upstream CVS
01c1656
40373e1
* Fri Jun 15 2007 Jindrich Novy <jnovy@redhat.com> 7.16.2-4
40373e1
- another series of review fixes (#225671),
8520523
  thanks to Paul Howarth
40373e1
- check version of ldap library automatically
40373e1
- don't use %%makeinstall and preserve timestamps
40373e1
- drop useless patches
40373e1
d1f8e21
* Fri May 11 2007 Jindrich Novy <jnovy@redhat.com> 7.16.2-3
d1f8e21
- add automake BR to curl-devel to fix aclocal dir. ownership,
d1f8e21
  thanks to Patrice Dumas
d1f8e21
aa6d7f9
* Thu May 10 2007 Jindrich Novy <jnovy@redhat.com> 7.16.2-2
aa6d7f9
- package libcurl.m4 in curl-devel (#239664), thanks to Quy Tonthat
aa6d7f9
b676540
* Wed Apr 11 2007 Jindrich Novy <jnovy@redhat.com> 7.16.2-1
b676540
- update to 7.16.2
b676540
a63d9ad
* Mon Feb 19 2007 Jindrich Novy <jnovy@redhat.com> 7.16.1-3
a63d9ad
- don't create/ship static libraries (#225671)
a63d9ad
6850455
* Mon Feb  5 2007 Jindrich Novy <jnovy@redhat.com> 7.16.1-2
6850455
- merge review related spec fixes (#225671)
6850455
fe0088f
* Mon Jan 29 2007 Jindrich Novy <jnovy@redhat.com> 7.16.1-1
fe0088f
- update to 7.16.1
fe0088f
a00f2ca
* Tue Jan 16 2007 Jindrich Novy <jnovy@redhat.com> 7.16.0-5
a00f2ca
- don't package generated makefiles for docs/examples to avoid
a00f2ca
  multilib conflicts
a00f2ca
fc4d3d4
* Mon Dec 18 2006 Jindrich Novy <jnovy@redhat.com> 7.16.0-4
fc4d3d4
- convert spec to UTF-8
fc4d3d4
- don't delete BuildRoot in %%prep phase
fc4d3d4
- rpmlint fixes
fc4d3d4
02dbd84
* Thu Nov 16 2006 Jindrich Novy <jnovy@redhat.com> -7.16.0-3
02dbd84
- prevent curl from dlopen()ing missing ldap libraries so that
02dbd84
  ldap:// requests work (#215928)
02dbd84
d6b8433
* Tue Oct 31 2006 Jindrich Novy <jnovy@redhat.com> - 7.16.0-2
d6b8433
- fix BuildRoot
d6b8433
- add Requires: pkgconfig for curl-devel
d6b8433
- move LDFLAGS and LIBS to Libs.private in libcurl.pc.in (#213278)
d6b8433
f25b2a9
* Mon Oct 30 2006 Jindrich Novy <jnovy@redhat.com> - 7.16.0-1
f25b2a9
- update to curl-7.16.0
f25b2a9
aa86cfd
* Thu Aug 24 2006 Jindrich Novy <jnovy@redhat.com> - 7.15.5-1.fc6
aa86cfd
- update to curl-7.15.5
aa86cfd
- use %%{?dist}
f45db0b
f45db0b
* Fri Jun 30 2006 Ivana Varekova <varekova@redhat.com> - 7.15.4-1
Ivana Varekova 2b7fe08
- update to 7.15.4
Ivana Varekova 2b7fe08
Ivana Varekova 07f6714
* Mon Mar 20 2006 Ivana Varekova <varekova@redhat.com> - 7.15.3-1
Ivana Varekova 07f6714
- fix multilib problem using pkg-config
Ivana Varekova 07f6714
- update to 7.15.3
Ivana Varekova 07f6714
Ivana Varekova 843ec60
* Thu Feb 23 2006 Ivana Varekova <varekova@redhat.com> - 7.15.1-2
Ivana Varekova 843ec60
- fix multilib problem - #181290 - 
Ivana Varekova 843ec60
  curl-devel.i386 not installable together with curl-devel.x86-64
Ivana Varekova 843ec60
7750553
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 7.15.1-1.2.1
7750553
- bump again for double-long bug on ppc(64)
7750553
ec99c6a
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 7.15.1-1.2
ec99c6a
- rebuilt for new gcc4.1 snapshot and glibc changes
ec99c6a
c3e00c9
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
c3e00c9
- rebuilt
c3e00c9
Ivana Varekova 8893e9e
* Thu Dec  8 2005 Ivana Varekova <varekova@redhat.com> 7.15.1-1
Ivana Varekova 8893e9e
- update to 7.15.1 (bug 175191)
Ivana Varekova 8893e9e
Ivana Varekova 38c8d77
* Wed Nov 30 2005 Ivana Varekova <varekova@redhat.com> 7.15.0-3
Ivana Varekova 38c8d77
- fix curl-config bug 174556 - missing vernum value
Ivana Varekova 38c8d77
Ivana Varekova f5764a9
* Wed Nov  9 2005 Ivana Varekova <varekova@redhat.com> 7.15.0-2
Ivana Varekova f5764a9
- rebuilt
Ivana Varekova f5764a9
Ivana Varekova 35f3c7b
* Tue Oct 18 2005 Ivana Varekova <varekova@redhat.com> 7.15.0-1
Ivana Varekova 35f3c7b
- update to 7.15.0
Ivana Varekova 35f3c7b
Ivana Varekova 6e0b53d
* Thu Oct 13 2005 Ivana Varekova <varekova@redhat.com> 7.14.1-1
Ivana Varekova 6e0b53d
- update to 7.14.1
Ivana Varekova 6e0b53d
Ivana Varekova 727df8a
* Thu Jun 16 2005 Ivana Varekova <varekova@redhat.com> 7.14.0-1
Ivana Varekova 727df8a
- rebuild new version 
Ivana Varekova 727df8a
Ivana Varekova b396eeb
* Tue May 03 2005 Ivana Varekova <varekova@redhat.com> 7.13.1-3
Ivana Varekova b396eeb
- fix bug 150768 - curl-7.12.3-2 breaks basic authentication
Ivana Varekova 727df8a
  used Daniel Stenberg patch 
Ivana Varekova b396eeb
7e5ec26
* Mon Apr 25 2005 Joe Orton <jorton@redhat.com> 7.13.1-2
7e5ec26
- update to use ca-bundle in /etc/pki
7e5ec26
- mark License as MIT not MPL
7e5ec26
Ivana Varekova d4c4141
* Mon Mar  9 2005 Ivana Varekova <varekova@redhat.com> 7.13.1-1
Ivana Varekova d4c4141
- rebuilt (7.13.1)
Ivana Varekova d4c4141
181c659
* Tue Mar  1 2005 Tomas Mraz <tmraz@redhat.com> 7.13.0-2
181c659
- rebuild with openssl-0.9.7e
181c659
Florian La Roche da94bae
* Sun Feb 13 2005 Florian La Roche <laroche@redhat.com>
Florian La Roche da94bae
- 7.13.0
Florian La Roche da94bae
87f5b1a
* Wed Feb  9 2005 Joe Orton <jorton@redhat.com> 7.12.3-3
36f919b
- don't pass /usr to --with-libidn to remove "-L/usr/lib" from
36f919b
  'curl-config --libs' output on x86_64.
36f919b
havill cad16d6
* Fri Jan 28 2005 Adrian Havill <havill@redhat.com> 7.12.3-1
havill cad16d6
- Upgrade to 7.12.3, which uses poll() for FDSETSIZE limit (#134794)
havill cad16d6
- require libidn-devel for devel subpkg (#141341)
havill cad16d6
- remove proftpd kludge; included upstream
havill cad16d6
havill 28401a2
* Wed Oct 06 2004 Adrian Havill <havill@redhat.com> 7.12.1-1
havill 28401a2
- upgrade to 7.12.1
havill 28401a2
- enable GSSAPI auth (#129353)
havill 28401a2
- enable I18N domain names (#134595)
havill 28401a2
- workaround for broken ProFTPD SSL auth (#134133). Thanks to
havill 28401a2
  Aleksandar Milivojevic
havill 28401a2
havill ab0924a
* Wed Sep 29 2004 Adrian Havill <havill@redhat.com> 7.12.0-4
havill ab0924a
- move new docs position so defattr gets applied
havill ab0924a
5266b50
* Mon Sep 27 2004 Warren Togami <wtogami@redhat.com> 7.12.0-3
5266b50
- remove INSTALL, move libcurl docs to -devel
5266b50
cvsdist ddd67bb
* Fri Jul 26 2004 Jindrich Novy <jnovy@redhat.com>
cvsdist ddd67bb
- updated to 7.12.0
cvsdist ddd67bb
- updated nousr patch
cvsdist ddd67bb
cvsdist 6657b02
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 6657b02
- rebuilt
cvsdist 6657b02
cvsdist 0797ced
* Wed Apr 07 2004 Adrian Havill <havill@redhat.com> 7.11.1-1
cvsdist 0797ced
- upgraded; updated nousr patch
cvsdist 0797ced
- added COPYING (#115956)
cvsdist 0797ced
- 
cvsdist 0797ced
cvsdist da9386f
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist da9386f
- rebuilt
cvsdist da9386f
cvsdist da9386f
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist da9386f
- rebuilt
cvsdist da9386f
cvsdist da9386f
* Sat Jan 31 2004 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist da9386f
- update to 7.10.8
cvsdist da9386f
- remove patch2, already upstream
cvsdist da9386f
cvsdist fcf1279
* Wed Oct 15 2003 Adrian Havill <havill@redhat.com> 7.10.6-7
cvsdist fcf1279
- aclocal before libtoolize
cvsdist fcf1279
- move OpenLDAP license so it's present as a doc file, present in
cvsdist fcf1279
  both the source and binary as per conditions
cvsdist fcf1279
cvsdist fcf1279
* Mon Oct 13 2003 Adrian Havill <havill@redhat.com> 7.10.6-6
cvsdist fcf1279
- add OpenLDAP copyright notice for usage of code, add OpenLDAP
cvsdist fcf1279
  license for this code
cvsdist fcf1279
cvsdist fcf1279
* Tue Oct 07 2003 Adrian Havill <havill@redhat.com> 7.10.6-5
cvsdist fcf1279
- match serverAltName certs with SSL (#106168)
cvsdist fcf1279
cvsdist fcf1279
* Mon Sep 16 2003 Adrian Havill <havill@redhat.com> 7.10.6-4.1
cvsdist fcf1279
- bump n-v-r for RHEL
cvsdist fcf1279
cvsdist fcf1279
* Mon Sep 16 2003 Adrian Havill <havill@redhat.com> 7.10.6-4
cvsdist fcf1279
- restore ca cert bundle (#104400)
cvsdist fcf1279
- require openssl, we want to use its ca-cert bundle
cvsdist fcf1279
cvsdist fcf1279
* Sun Sep  7 2003 Joe Orton <jorton@redhat.com> 7.10.6-3
cvsdist fcf1279
- rebuild
cvsdist fcf1279
cvsdist fcf1279
* Fri Sep  5 2003 Joe Orton <jorton@redhat.com> 7.10.6-2.2
cvsdist fcf1279
- fix to include libcurl.so
cvsdist fcf1279
cvsdist fcf1279
* Mon Aug 25 2003 Adrian Havill <havill@redhat.com> 7.10.6-2.1
cvsdist fcf1279
- bump n-v-r for RHEL
cvsdist fcf1279
cvsdist fcf1279
* Mon Aug 25 2003 Adrian Havill <havill@redhat.com> 7.10.6-2
cvsdist fcf1279
- devel subpkg needs openssl-devel as a Require (#102963)
cvsdist fcf1279
cvsdist fcf1279
* Tue Jul 28 2003 Adrian Havill <havill@redhat.com> 7.10.6-1
cvsdist fcf1279
- bumped version
cvsdist fcf1279
cvsdist fcf1279
* Tue Jul 01 2003 Adrian Havill <havill@redhat.com> 7.10.5-1
cvsdist fcf1279
- bumped version
cvsdist fcf1279
cvsdist fcf1279
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist fcf1279
- rebuilt
cvsdist fcf1279
cvsdist fcf1279
* Sat Apr 12 2003 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist fcf1279
- update to 7.10.4
cvsdist fcf1279
- adapt nousr patch
cvsdist fcf1279
cvsdist 9c185bb
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist 9c185bb
- rebuilt
cvsdist 9c185bb
cvsdist 9c185bb
* Tue Jan 21 2003 Joe Orton <jorton@redhat.com> 7.9.8-4
cvsdist 9c185bb
- don't add -L/usr/lib to 'curl-config --libs' output
cvsdist 9c185bb
cvsdist 9c185bb
* Mon Jan  7 2003 Nalin Dahyabhai <nalin@redhat.com> 7.9.8-3
cvsdist 9c185bb
- rebuild
cvsdist 9c185bb
cvsdist 9c185bb
* Wed Nov  6 2002 Joe Orton <jorton@redhat.com> 7.9.8-2
cvsdist 9c185bb
- fix `curl-config --libs` output for libdir!=/usr/lib
cvsdist 9c185bb
- remove docs/LIBCURL from docs list; remove unpackaged libcurl.la
cvsdist 9c185bb
- libtoolize and reconf
cvsdist 9c185bb
fc4d3d4
* Mon Jul 22 2002 Trond Eivind Glomsrød <teg@redhat.com> 7.9.8-1
cvsdist 51c72f3
- 7.9.8 (# 69473)
cvsdist 51c72f3
cvsdist 81ebd0c
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist 81ebd0c
- automated rebuild
cvsdist 81ebd0c
cvsdist 81ebd0c
* Sun May 26 2002 Tim Powers <timp@redhat.com>
cvsdist 81ebd0c
- automated rebuild
cvsdist 81ebd0c
fc4d3d4
* Thu May 16 2002 Trond Eivind Glomsrød <teg@redhat.com> 7.9.7-1
cvsdist 81ebd0c
- 7.9.7
cvsdist 81ebd0c
fc4d3d4
* Wed Apr 24 2002 Trond Eivind Glomsrød <teg@redhat.com> 7.9.6-1
cvsdist 81ebd0c
- 7.9.6
cvsdist 81ebd0c
fc4d3d4
* Thu Mar 21 2002 Trond Eivind Glomsrød <teg@redhat.com> 7.9.5-2
cvsdist 846b6a7
- Stop the curl-config script from printing -I/usr/include 
cvsdist 846b6a7
  and -L/usr/lib (#59497)
cvsdist 846b6a7
fc4d3d4
* Fri Mar  8 2002 Trond Eivind Glomsrød <teg@redhat.com> 7.9.5-1
cvsdist 8870783
- 7.9.5
cvsdist 8870783
fc4d3d4
* Tue Feb 26 2002 Trond Eivind Glomsrød <teg@redhat.com> 7.9.3-2
cvsdist 8870783
- Rebuild
cvsdist 8870783
cvsdist 8870783
* Wed Jan 23 2002 Nalin Dahyabhai <nalin@redhat.com> 7.9.3-1
cvsdist 8870783
- update to 7.9.3
cvsdist 8870783
cvsdist 8870783
* Wed Jan 09 2002 Tim Powers <timp@redhat.com> 7.9.2-2
cvsdist 8870783
- automated rebuild
cvsdist 8870783
fc4d3d4
* Wed Jan  9 2002 Trond Eivind Glomsrød <teg@redhat.com> 7.9.2-1
cvsdist 8870783
- 7.9.2
cvsdist 8870783
cvsdist ded6b37
* Fri Aug 17 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist ded6b37
- include curl-config in curl-devel
cvsdist ded6b37
- update to 7.8 to fix memory leak and strlcat() symbol pollution from libcurl
cvsdist ded6b37
cvsdist 757418a
* Wed Jul 18 2001 Crutcher Dunnavant <crutcher@redhat.com>
cvsdist 757418a
- added openssl-devel build req
cvsdist 757418a
cvsdist 757418a
* Mon May 21 2001 Tim Powers <timp@redhat.com>
cvsdist 757418a
- built for the distro
cvsdist 757418a
cvsdist 757418a
* Tue Apr 24 2001 Jeff Johnson <jbj@redhat.com>
cvsdist 757418a
- upgrade to curl-7.7.2.
cvsdist 757418a
- enable IPv6.
cvsdist 757418a
cvsdist 757418a
* Fri Mar  2 2001 Tim Powers <timp@redhat.com>
cvsdist 757418a
- rebuilt against openssl-0.9.6-1
cvsdist 757418a
cvsdist 757418a
* Thu Jan  4 2001 Tim Powers <timp@redhat.com>
cvsdist 757418a
- fixed mising ldconfigs
cvsdist 757418a
- updated to 7.5.2, bug fixes
cvsdist 757418a
cvsdist 757418a
* Mon Dec 11 2000 Tim Powers <timp@redhat.com>
cvsdist 757418a
- updated to 7.5.1
cvsdist 757418a
cvsdist 757418a
* Mon Nov  6 2000 Tim Powers <timp@redhat.com>
cvsdist 757418a
- update to 7.4.1 to fix bug #20337, problems with curl -c
cvsdist 757418a
- not using patch anymore, it's included in the new source. Keeping
cvsdist 757418a
  for reference
cvsdist 757418a
cvsdist 757418a
* Fri Oct 20 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 757418a
- fix bogus req in -devel package
cvsdist 757418a
cvsdist 757418a
* Fri Oct 20 2000 Tim Powers <timp@redhat.com> 
cvsdist 757418a
- devel package needed defattr so that root owns the files
cvsdist 757418a
cvsdist 757418a
* Mon Oct 16 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 757418a
- update to 7.3
cvsdist 757418a
- apply vsprintf/vsnprintf patch from Colin Phipps via Debian
cvsdist 757418a
cvsdist 757418a
* Mon Aug 21 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 757418a
- enable SSL support
cvsdist 757418a
- fix packager tag
cvsdist 757418a
- move buildroot to %%{_tmppath}
cvsdist 757418a
cvsdist 757418a
* Tue Aug 1 2000 Tim Powers <timp@redhat.com>
cvsdist 757418a
- fixed vendor tag for bug #15028
cvsdist 757418a
cvsdist 757418a
* Mon Jul 24 2000 Prospector <prospector@redhat.com>
cvsdist 757418a
- rebuilt
cvsdist 757418a
cvsdist 757418a
* Tue Jul 11 2000 Tim Powers <timp@redhat.com>
cvsdist 757418a
- workaround alpha build problems with optimizations
cvsdist 757418a
cvsdist 757418a
* Mon Jul 10 2000 Tim Powers <timp@redhat.com>
cvsdist 757418a
- rebuilt
cvsdist 757418a
cvsdist 757418a
* Mon Jun 5 2000 Tim Powers <timp@redhat.com>
cvsdist 757418a
- put man pages in correct place
cvsdist 757418a
- use %%makeinstall
cvsdist 757418a
cvsdist 757418a
* Mon Apr 24 2000 Tim Powers <timp@redhat.com>
cvsdist 757418a
- updated to 6.5.2
cvsdist 757418a
cvsdist 757418a
* Wed Nov 3 1999 Tim Powers <timp@redhat.com>
cvsdist 757418a
- updated sources to 6.2
cvsdist 757418a
- gzip man page
cvsdist 757418a
cvsdist 757418a
* Mon Aug 30 1999 Tim Powers <timp@redhat.com>
cvsdist 757418a
- changed group
cvsdist 757418a
cvsdist 757418a
* Thu Aug 26 1999 Tim Powers <timp@redhat.com>
cvsdist 757418a
- changelog started
cvsdist 757418a
- general cleanups, changed prefix to /usr, added manpage to files section
cvsdist 757418a
- including in Powertools