Compare commits

...
This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.

4 commits

Author SHA1 Message Date
Fedora Release Engineering
2fd19ec449 dist-git conversion 2010-07-28 09:32:23 +00:00
Bill Nottingham
89e2e88829 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:24:22 +00:00
Michael Schwendt
c5fd71bc6c remove obsolete patch 2009-07-24 17:03:59 +00:00
Jesse Keating
3199de78a1 Initialize branch F-11 for abicheck 2009-04-15 05:46:25 +00:00
3 changed files with 0 additions and 107 deletions

View file

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: abicheck
# $Id: Makefile,v 1.1 2004/11/08 04:00:14 cvsextras Exp $
NAME := abicheck
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View file

@ -1,86 +0,0 @@
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 2007-10-05 14:03:36.000000000 +0200
@@ -3538,5 +3538,82 @@
libnsl.so.1:readColdStartFile
libnsl.so.1:writeColdStartFile
);
+
+ #
+ # These are _FORTIFY_SOURCE symbols.
+ #
+ push(@{$public}, qw(
+ libc.so.6:__chk_fail
+ libc.so.6:__confstr_chk
+ libc.so.6:__fgets_chk
+ libc.so.6:__fgets_unlocked_chk
+ 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
+ libc.so.6:__getgroups_chk
+ libc.so.6:__gethostname_chk
+ libc.so.6:__getlogin_r_chk
+ libc.so.6:__gets_chk
+ libc.so.6:__getwd_chk
+ libc.so.6:__mbsnrtowcs_chk
+ libc.so.6:__mbsrtowcs_chk
+ libc.so.6:__mbstowcs_chk
+ libc.so.6:__memcpy_chk
+ libc.so.6:__memmove_chk
+ libc.so.6:__mempcpy_chk
+ libc.so.6:__memset_chk
+ libc.so.6:__pread64_chk
+ libc.so.6:__pread_chk
+ libc.so.6:__printf_chk
+ libc.so.6:__ptsname_r_chk
+ libc.so.6:__read_chk
+ libc.so.6:__readlinkat_chk
+ libc.so.6:__readlink_chk
+ libc.so.6:__realpath_chk
+ libc.so.6:__recv_chk
+ libc.so.6:__recvfrom_chk
+ libc.so.6:__snprintf_chk
+ libc.so.6:__sprintf_chk
+ libc.so.6:__stack_chk_fail
+ libc.so.6:__stpcpy_chk
+ libc.so.6:__stpncpy_chk
+ libc.so.6:__strcat_chk
+ libc.so.6:__strcpy_chk
+ libc.so.6:__strncat_chk
+ libc.so.6:__strncpy_chk
+ libc.so.6:__swprintf_chk
+ libc.so.6:__syslog_chk
+ libc.so.6:__ttyname_r_chk
+ libc.so.6:__vfprintf_chk
+ libc.so.6:__vfwprintf_chk
+ libc.so.6:__vprintf_chk
+ libc.so.6:__vsnprintf_chk
+ libc.so.6:__vsprintf_chk
+ libc.so.6:__vswprintf_chk
+ libc.so.6:__vsyslog_chk
+ libc.so.6:__vwprintf_chk
+ libc.so.6:__wcpcpy_chk
+ libc.so.6:__wcpncpy_chk
+ libc.so.6:__wcrtomb_chk
+ libc.so.6:__wcscat_chk
+ libc.so.6:__wcscpy_chk
+ libc.so.6:__wcsncat_chk
+ libc.so.6:__wcsncpy_chk
+ libc.so.6:__wcsnrtombs_chk
+ libc.so.6:__wcsrtombs_chk
+ libc.so.6:__wcstombs_chk
+ libc.so.6:__wctomb_chk
+ libc.so.6:__wmemcpy_chk
+ libc.so.6:__wmemmove_chk
+ libc.so.6:__wmempcpy_chk
+ libc.so.6:__wmemset_chk
+ libc.so.6:__wprintf_chk
+ )
+ );
}
}