summaryrefslogtreecommitdiffstats
path: root/security/gringotts/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-10-25 11:37:29 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-10-25 11:37:29 +0800
commite934b106497f17545e236bb9644bed935cd118ad (patch)
tree29839e0cbcfadbf35eac8fc26b9ad2afe1301370 /security/gringotts/files
parent14c9f603eb5d9868d374e46ac865925da109a838 (diff)
downloadmarcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.gz
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.bz2
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.lz
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.xz
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.zst
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.zip
Remove these now that they have been committed to the FreeBSD ports tree.
Next stop GNOME 2.21. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9875 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security/gringotts/files')
-rw-r--r--security/gringotts/files/patch-grg_safe.c36
-rw-r--r--security/gringotts/files/patch-po-Makefile.in.in11
-rw-r--r--security/gringotts/files/patch-src-Makefile.in10
3 files changed, 0 insertions, 57 deletions
diff --git a/security/gringotts/files/patch-grg_safe.c b/security/gringotts/files/patch-grg_safe.c
deleted file mode 100644
index 22053cc8f..000000000
--- a/security/gringotts/files/patch-grg_safe.c
+++ /dev/null
@@ -1,36 +0,0 @@
---- src/grg_safe.c.orig Wed May 14 02:02:13 2003
-+++ src/grg_safe.c Wed May 14 02:03:43 2003
-@@ -33,6 +33,7 @@
-
- #include <stdlib.h>
- #include <string.h>
-+#include <sys/types.h>
- #include <regex.h>
- #include <unistd.h>
- #include <fcntl.h>
-@@ -43,7 +44,6 @@
- #include <sys/fsuid.h>
- #endif
- #include <sys/time.h>
--#include <sys/types.h>
- #include <sys/resource.h>
- #include <sys/stat.h>
-
-@@ -59,8 +59,6 @@
- grg_mlockall_and_drop_root_privileges(void)
- {
- // drop eventual group root privileges
-- setgid(getgid());
-- setgid(getgid()); // twice for counter "saved IDs", cfr.
- // Secure Programming HowTo
- #ifdef HAVE_SYS_FSUID_H
- setfsgid(getgid());
-@@ -84,8 +82,6 @@
- #endif
-
- // drop root privileges
-- setuid(getuid());
-- setuid(getuid());
- #ifdef HAVE_SYS_FSUID_H
- setfsuid(getuid());
- setfsuid(getuid());
diff --git a/security/gringotts/files/patch-po-Makefile.in.in b/security/gringotts/files/patch-po-Makefile.in.in
deleted file mode 100644
index 08e7d77f8..000000000
--- a/security/gringotts/files/patch-po-Makefile.in.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- po/Makefile.in.in.orig Wed May 14 02:32:06 2003
-+++ po/Makefile.in.in Wed May 14 02:32:22 2003
-@@ -106,7 +106,7 @@
- @catalogs='$(CATALOGS)'; \
- for cat in $$catalogs; do \
- cat=`basename $$cat`; \
-- lang=`echo $$cat | sed 's/\.gmo$$//'`; \
-+ lang=`echo $$cat | sed 's/\.mo$$//'`; \
- dir=$(localedir)/$$lang/LC_MESSAGES; \
- $(mkinstalldirs) $(DESTDIR)$$dir; \
- if test -r $$cat; then \
diff --git a/security/gringotts/files/patch-src-Makefile.in b/security/gringotts/files/patch-src-Makefile.in
deleted file mode 100644
index 61285e201..000000000
--- a/security/gringotts/files/patch-src-Makefile.in
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/Makefile.in.orig Tue Feb 18 22:06:05 2003
-+++ src/Makefile.in Tue Feb 18 22:06:33 2003
-@@ -399,7 +399,6 @@
-
- install-exec-local:
- strip $(DESTDIR)$(bindir)/gringotts
-- chmod u+s $(DESTDIR)$(bindir)/gringotts
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
- .NOEXPORT: