rpms/libnemesi/F-7 .cvsignore, 1.2, 1.3 libnemesi.spec, 1.1, 1.2 sources, 1.2, 1.3

Dominik Mierzejewski (rathann) fedora-extras-commits at redhat.com
Fri Dec 28 15:09:01 UTC 2007


Author: rathann

Update of /cvs/pkgs/rpms/libnemesi/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11831

Modified Files:
	.cvsignore libnemesi.spec sources 
Log Message:
backport from devel:
- update to 0.6.4-rc2
- fixes multiple buffer overflow vulnerabilities (bug #426905)
- kill rpaths



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libnemesi/F-7/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	1 Dec 2007 22:50:08 -0000	1.2
+++ .cvsignore	28 Dec 2007 15:08:23 -0000	1.3
@@ -1 +1 @@
-libnemesi-20071030git.tar.gz
+libnemesi-0.6.4-rc2.tar.bz2


Index: libnemesi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libnemesi/F-7/libnemesi.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libnemesi.spec	1 Dec 2007 22:50:08 -0000	1.1
+++ libnemesi.spec	28 Dec 2007 15:08:23 -0000	1.2
@@ -1,17 +1,17 @@
-%define git 1
+#%%define git 1
 %define rev 20071030
 
 Summary: RTSP/RTP client library
 Name: libnemesi
-Version: 0.6.3
-Release: 0.2%{?git:.%{rev}git}%{?dist}
+Version: 0.6.4
+Release: 0.1.rc2%{?git:.%{rev}git}%{?dist}
 License: LGPLv2+
 Group: Development/Libraries
-%if %{git}
+%if %{?git:1}0
 # http://live.polito.it/gitweb/?p=libnemesi.git;a=snapshot;h=HEAD
 Source: %{name}-%{rev}git.tar.gz
 %else
-Source: http://live.polito.it/files/downloads/netembryo/%{name}-%{version}.tar.bz2
+Source: http://live.polito.it/files/downloads/netembryo/%{name}-%{version}-rc2.tar.bz2
 %endif
 URL: http://live.polito.it/documentation/libnemesi
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -59,7 +59,7 @@
 and dump them.
 
 %prep
-%setup -q %{?git:-n %{name}.git}
+%setup -q %{?git:-n %{name}.git} -n %{name}-%{version}-rc2
 
 %build
 %{?git:autoreconf -i}
@@ -68,6 +68,10 @@
  --disable-static \
  --program-prefix=nemesi_ \
 
+%if %{!?git:1}0
+sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
+sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
+%endif
 %{__make} %{?_smp_mflags}
 
 %install
@@ -101,6 +105,11 @@
 %{_bindir}/nemesi_loop_stream
 
 %changelog
+* Fri Dec 28 2007 Dominik Mierzejewski <rpm at greysector.net> 0.6.4-0.1.rc2
+- update to 0.6.4-rc2
+- fixes multiple buffer overflow vulnerabilities (bug #426905)
+- kill rpaths
+
 * Sun Nov 11 2007 Dominik Mierzejewski <rpm at greysector.net> 0.6.3-0.2.20071030git
 - added missing Requires: netembryo-devel to -devel subpackage
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libnemesi/F-7/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	1 Dec 2007 22:50:08 -0000	1.2
+++ sources	28 Dec 2007 15:08:23 -0000	1.3
@@ -1 +1 @@
-1e2d4df862f7712facb46c633f77a349  libnemesi-20071030git.tar.gz
+8c406192e7f95fbe3f1da64ff7d3457e  libnemesi-0.6.4-rc2.tar.bz2




More information about the fedora-extras-commits mailing list