Author: twittner Date: Wed Nov 8 22:22:30 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 1.3.1 - added BR: e2fsprogs-devel - added -CVE-2006-5680.patch agains entering in infinite loop in corrupt archives - added bsdtar package (bsdtar is included now in libarchive sources) - rel. 0.1 for testing
---- Files affected: SPECS: libarchive.spec (1.4 -> 1.5) ---- Diffs: ================================================================ Index: SPECS/libarchive.spec diff -u SPECS/libarchive.spec:1.4 SPECS/libarchive.spec:1.5 --- SPECS/libarchive.spec:1.4 Thu Dec 15 19:26:36 2005 +++ SPECS/libarchive.spec Wed Nov 8 23:22:25 2006 @@ -6,16 +6,19 @@ Summary: Library to create and read several different archive formats Summary(pl): Biblioteka do tworzenia i odczytu różnych formatów archiwów Name: libarchive -Version: 1.2.37 -Release: 1 +Version: 1.3.1 +Release: 0.1 License: BSD Group: Libraries Source0: http://people.freebsd.org/~kientzle/libarchive/src/%{name}-%{version}.tar.gz -# Source0-md5: c805505a06b5af5976a12c02351a76b9 +# Source0-md5: c618d26d680ace57fcd5f59cea3151c6 +Patch0: %{name}-CVE-2006-5680.patch +Patch1: %{name}-man_progname.patch URL: http://people.freebsd.org/~kientzle/libarchive/ BuildRequires: autoconf BuildRequires: automake BuildRequires: bzip2-devel +BuildRequires: e2fsprogs-devel BuildRequires: libtool BuildRequires: zlib-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -55,8 +58,22 @@ %description static -l pl Statyczna biblioteka libarchive. +%package -n bsdtar +Summary: bsdtar - tar(1) implementation based on libarchive +Summary(pl): bsdtar - implementacja programu tar(1) oparta na libarchive +Group: Applications/Archiving +Requires: %{name} = %{version}-%{release} + +%description -n bsdtar +bsdtar - tar(1) implementation based on libarchive. + +%description -n bsdtar -l pl +bsdtar - implementacja programu tar(1), oparta na libarchive. + %prep %setup -q +%patch0 -p1 +%patch1 -p1 %build %{__libtoolize} @@ -97,12 +114,26 @@ %{_libdir}/libarchive.a %endif +%files -n bsdtar +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/bsdtar +%{_mandir}/man1/bsdtar.1* + %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog * %{date} PLD Team <[EMAIL PROTECTED]> All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5 2006/11/08 22:22:25 twittner +- up to 1.3.1 +- added BR: e2fsprogs-devel +- added -CVE-2006-5680.patch agains entering in infinite + loop in corrupt archives +- added bsdtar package (bsdtar is included now in libarchive + sources) +- rel. 0.1 for testing + Revision 1.4 2005/12/15 18:26:36 twittner - up to 1.2.37 - removed -shared.patch (no longer needed) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/libarchive.spec?r1=1.4&r2=1.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
