SPECS: libid3tag.spec - added -dos.patch (fixes CVE-2008-2109) - release 6

megabajt megabajt at pld-linux.org
Fri May 16 18:49:18 CEST 2008


Author: megabajt                     Date: Fri May 16 16:49:18 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added -dos.patch (fixes CVE-2008-2109)
- release 6

---- Files affected:
SPECS:
   libid3tag.spec (1.17 -> 1.18) 

---- Diffs:

================================================================
Index: SPECS/libid3tag.spec
diff -u SPECS/libid3tag.spec:1.17 SPECS/libid3tag.spec:1.18
--- SPECS/libid3tag.spec:1.17	Tue Feb 13 07:46:51 2007
+++ SPECS/libid3tag.spec	Fri May 16 18:49:13 2008
@@ -3,12 +3,13 @@
 Summary(pl.UTF-8):	Biblioteka pozwalająca na odczyt i zapis znaczników ID3
 Name:		libid3tag
 Version:	0.15.1b
-Release:	5
+Release:	6
 License:	GPL
 Group:		Libraries
 Source0:	ftp://ftp.mars.org/pub/mpeg/%{name}-%{version}.tar.gz
 # Source0-md5:	e5808ad997ba32c498803822078748c3
 Patch0:		%{name}-id3v23.patch
+Patch1:		%{name}-dos.patch
 URL:		http://www.underbit.com/products/mad/
 BuildRequires:	autoconf >= 2.53
 BuildRequires:	automake
@@ -55,6 +56,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 # Create an additional pkgconfig file
 %{__cat} > id3tag.pc << EOF
@@ -82,11 +84,11 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_pkgconfigdir}
 
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
-install -d $RPM_BUILD_ROOT%{_pkgconfigdir}
 install id3tag.pc $RPM_BUILD_ROOT%{_pkgconfigdir}
 
 %clean
@@ -98,18 +100,19 @@
 %files
 %defattr(644,root,root,755)
 %doc CHANGES COPYRIGHT CREDITS README TODO
-%attr(755,root,root) %{_libdir}/lib*.so.*.*
+%attr(755,root,root) %{_libdir}/libid3tag.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libid3tag.so.0
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/lib*.la
+%attr(755,root,root) %{_libdir}/libid3tag.so
+%{_libdir}/libid3tag.la
 %{_includedir}/*.h
 %{_pkgconfigdir}/id3tag.pc
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libid3tag.a
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -117,6 +120,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.18  2008-05-16 16:49:13  megabajt
+- added -dos.patch (fixes CVE-2008-2109)
+- release 6
+
 Revision 1.17  2007-02-13 06:46:51  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libid3tag.spec?r1=1.17&r2=1.18&f=u



More information about the pld-cvs-commit mailing list