diff options
author | tv <tv@pkgsrc.org> | 2004-08-23 15:18:02 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-08-23 15:18:02 +0000 |
commit | 18558c8d87cf112beeacfe1099fab4838adafd69 (patch) | |
tree | 77f0117aaf779fc65eab369deb3b99405dabef81 /comms/fidogate/patches/patch-ac | |
parent | 58421c91ceada142ce11c811ed72ae2db74039f6 (diff) | |
download | pkgsrc-18558c8d87cf112beeacfe1099fab4838adafd69.tar.gz |
Update fidogate to 4.4.9nb1. Extremely minor changes from 4.4.5, mainly
changes local to the author's system and changes in doc to note better
the newer home on SourceForge.
However, this does contain a quasi-security fix: LOGFILE and
FIDOGATE_LOGFILE could have been used to alter files owned by user/group
"news". This is fixed in 4.4.9nb1, and will also be fixed in 4.4.10 from
the author.
Diffstat (limited to 'comms/fidogate/patches/patch-ac')
-rw-r--r-- | comms/fidogate/patches/patch-ac | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/comms/fidogate/patches/patch-ac b/comms/fidogate/patches/patch-ac index 820b326c0a6..548d6ae3af0 100644 --- a/comms/fidogate/patches/patch-ac +++ b/comms/fidogate/patches/patch-ac @@ -1,7 +1,7 @@ -$NetBSD: patch-ac,v 1.3 2001/02/22 03:00:15 tv Exp $ +$NetBSD: patch-ac,v 1.4 2004/08/23 15:18:02 tv Exp $ ---- config.h.orig Wed Feb 21 16:59:45 2001 -+++ config.h Wed Feb 21 17:09:49 2001 +--- config.h.orig 2002-07-15 16:21:55.000000000 -0400 ++++ config.h @@ -108,7 +108,7 @@ /***** rfc2ftn configuration ************************************************/ @@ -11,12 +11,10 @@ $NetBSD: patch-ac,v 1.3 2001/02/22 03:00:15 tv Exp $ /** Passthru operation for EchoMail: FIDO->Internet->FIDO **/ /* * Implemented, but requires ftntoss run after rfc2ftn to sort SEEN-BY -@@ -300,6 +300,25 @@ - # define HAS_SNPRINTF /* ? */ - # define HAS_HARDLINKS +@@ -302,6 +302,25 @@ # undef HAS_POSIX_REGEX /* ? */ -+#endif -+ + #endif + +#ifdef __NetBSD__ +# define HAS_FCNTL_LOCK +# define HAS_GETTIMEOFDAY @@ -34,6 +32,8 @@ $NetBSD: patch-ac,v 1.3 2001/02/22 03:00:15 tv Exp $ +# define HAS_SNPRINTF +# define HAS_HARDLINKS +# define HAS_POSIX_REGEX - #endif - ++#endif ++ #ifdef ISC /* ISC 3.x, GNU gcc, -DISC necessary */ + # define HAS_FCNTL_LOCK + # define HAS_GETTIMEOFDAY |