Update fortify-source patch.

This commit is contained in:
Michael Schwendt 2007-10-05 12:02:04 +00:00
commit 02df2e4c7a
2 changed files with 7 additions and 4 deletions

View file

@ -1,7 +1,7 @@
diff -Nur abicheck-1.2-orig/abicheck.pl abicheck-1.2/abicheck.pl
--- abicheck-1.2-orig/abicheck.pl 2003-08-26 21:57:51.000000000 +0200
+++ abicheck-1.2/abicheck.pl 2006-08-28 12:28:14.000000000 +0200
@@ -3538,5 +3538,80 @@
+++ abicheck-1.2/abicheck.pl 2007-10-05 14:03:36.000000000 +0200
@@ -3538,5 +3538,82 @@
libnsl.so.1:readColdStartFile
libnsl.so.1:writeColdStartFile
);
@ -17,6 +17,8 @@ diff -Nur abicheck-1.2-orig/abicheck.pl abicheck-1.2/abicheck.pl
+ libc.so.6:__fgetws_chk
+ libc.so.6:__fgetws_unlocked_chk
+ libc.so.6:__fprintf_chk
+ libc.so.6:__fread_chk
+ libc.so.6:__fread_unlocked_chk
+ libc.so.6:__fwprintf_chk
+ libc.so.6:__getcwd_chk
+ libc.so.6:__getdomainname_chk

View file

@ -12,7 +12,7 @@ Patch0: abicheck-1.2-fc3.patch
Patch1: abicheck-1.2-tests.patch
Patch2: abicheck-1.2-bindings-fc4.patch
Patch3: abicheck-1.2-libgcc.patch
Patch4: abicheck-1.2-fortify-source-fc6.patch
Patch4: abicheck-1.2-fortify-source-f8.patch
Patch5: abicheck-1.2-ldlinux.patch
Patch6: abicheck-1.2-undefined-symbol.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
@ -31,7 +31,7 @@ Binary Interface).
%patch1 -p1 -b .tests
%patch2 -p1 -b .bindings-fc4
%patch3 -p1 -b .libgcc
%patch4 -p1 -b .fortify-source-fc5
%patch4 -p1 -b .fortify-source-f8
%patch5 -p1 -b .ldlinux
%patch6 -p1 -b .undefined-symbol
sed -i -e 's!/usr/lib/!%{_libdir}/!g' test/Makefile
@ -66,6 +66,7 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Fri Oct 5 2007 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.2-15
- Patch unbound_match.
- Update fortify-source patch.
* Thu Aug 2 2007 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.2-14
- Clarify licence (LGPLv2).