auto-import changelog data from subversion-0.32.1-5.src.rpm

Wed Jun 09 2004 Joe Orton <jorton@redhat.com> 0.32.1-5
- add security fix for CVE CAN-2004-0413 (Ben Reser)
This commit is contained in:
cvsdist 2004-09-09 12:48:02 +00:00
parent 4c54eeff7e
commit 2646c80fb3

View File

@ -7,7 +7,7 @@ ExcludeArch: ppc64 s390 s390x ia64
Summary: A Concurrent Versioning system similar to, but better than, CVS.
Name: subversion
Version: 0.32.1
Release: 2
Release: 5
License: BSD
Group: Development/Tools
URL: http://subversion.tigris.org
@ -20,6 +20,7 @@ Patch1: subversion-0.24.2-swig.patch
Patch2: subversion-0.20.1-deplibs.patch
Patch3: subversion-0.31.0-rpath.patch
Patch5: subversion-0.32.1-CAN-2004-0397.patch
Patch6: subversion-0.32.1-CAN-2004-0413.patch
BuildPreReq: autoconf, libtool, python, python-devel
BuildPreReq: db4-devel >= 4.1.25, swig >= 1.3.15, docbook-style-xsl
@ -68,6 +69,7 @@ using HTTP, via the Apache httpd server.
%patch2 -p1 -b .deplibs
%patch3 -p1 -b .rpath
%patch5 -p0 -b .can0397
%patch6 -p1 -b .can0413
rm -rf neon apr apr-util db4
@ -142,6 +144,9 @@ rm -rf ${RPM_BUILD_ROOT}
%{_libdir}/httpd/modules/mod_authz_svn.so
%changelog
* Wed Jun 9 2004 Joe Orton <jorton@redhat.com> 0.32.1-5
- add security fix for CVE CAN-2004-0413 (Ben Reser)
* Wed May 12 2004 Joe Orton <jorton@redhat.com> 0.32.1-2
- add security fix for CVE CAN-2004-0397 (Ben Reser)