summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-08-21 15:03:54 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-08-21 15:03:54 +0000
commite09144599791e9242c3505ec8d04761f64faff72 (patch)
treecd77f5ecf5c715fad1b185f73347222a8cecb6ad /news
parent- Update to newer snapshot (diff)
Fix security risk for setuid news programs.
PR: ports/70773 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=116952
Diffstat (limited to 'news')
-rw-r--r--news/fidogate-ds/Makefile1
-rw-r--r--news/fidogate-ds/files/patch-log.c12
2 files changed, 13 insertions, 0 deletions
diff --git a/news/fidogate-ds/Makefile b/news/fidogate-ds/Makefile
index 8221adb68ac0..2fed9473968f 100644
--- a/news/fidogate-ds/Makefile
+++ b/news/fidogate-ds/Makefile
@@ -6,6 +6,7 @@
PORTNAME= fidogate
PORTVERSION= 5.1.1
+PORTREVISION= 1
CATEGORIES= news mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= rusfidogate
diff --git a/news/fidogate-ds/files/patch-log.c b/news/fidogate-ds/files/patch-log.c
new file mode 100644
index 000000000000..ec8ff0aa90bc
--- /dev/null
+++ b/news/fidogate-ds/files/patch-log.c
@@ -0,0 +1,12 @@
+--- src/common/log.c.old Sat Aug 21 17:21:16 2004
++++ src/common/log.c Sat Aug 21 17:21:24 2004
+@@ -276,9 +276,4 @@
+ char *p;
+
+ BUF_COPY(logprog, name);
+-
+- if( (p = getenv("LOGFILE")) )
+- log_file(p);
+- if( (p = getenv("FIDOGATE_LOGFILE")) )
+- log_file(p);
+ }