diff options
author | tron <tron@pkgsrc.org> | 1999-07-21 20:02:00 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-07-21 20:02:00 +0000 |
commit | 51dcf0b11590836c3b408e037b8a88d3b47b6f3b (patch) | |
tree | 510ab7c1fc90c563c821aa5fc1f93c3388000a03 /news/inn | |
parent | cc70551e0ea1510757124abdefae37443d01867f (diff) | |
download | pkgsrc-51dcf0b11590836c3b408e037b8a88d3b47b6f3b.tar.gz |
Adding arbitrary accounts (e.g. UUCP accounts) to the "news" group is a
possible security problem while execute permission for "rnews" for
everyone is not. So install "rnews" with mode 4555 instead of 4550.
Diffstat (limited to 'news/inn')
-rw-r--r-- | news/inn/files/patch-sum | 3 | ||||
-rw-r--r-- | news/inn/patches/patch-ag | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/news/inn/files/patch-sum b/news/inn/files/patch-sum index a6a87e87fc5..955f104fbc9 100644 --- a/news/inn/files/patch-sum +++ b/news/inn/files/patch-sum @@ -1,4 +1,4 @@ -$NetBSD: patch-sum,v 1.2 1999/07/18 23:34:13 tron Exp $ +$NetBSD: patch-sum,v 1.3 1999/07/21 20:02:00 tron Exp $ MD5 (patch-aa) = 2390c877da186d1501bfb499a9f27096 MD5 (patch-ab) = 69a4b8bfa51950f4d1fac766e906cc97 @@ -6,3 +6,4 @@ MD5 (patch-ac) = f5aebc01ed0ec6a29bb40b343f308050 MD5 (patch-ad) = 3eec593f7b8efe5ec284887f713d4ddd MD5 (patch-ae) = 084256092f1179105004da3f000ee33f MD5 (patch-af) = d8eac199c981d82eed4b454bc20115f7 +MD5 (patch-ag) = d6962b6d0159854f7e8bd11b32b285f7 diff --git a/news/inn/patches/patch-ag b/news/inn/patches/patch-ag new file mode 100644 index 00000000000..8f90f37cdf5 --- /dev/null +++ b/news/inn/patches/patch-ag @@ -0,0 +1,13 @@ +$NetBSD: patch-ag,v 1.3 1999/07/21 20:02:01 tron Exp $ + +--- frontends/Makefile.orig Sat Aug 15 07:30:32 1998 ++++ frontends/Makefile Wed Jul 21 21:57:19 1999 +@@ -66,7 +66,7 @@ + $D$(PATHBIN)/inews: inews + $(LIBTOOL) ../installit.sh $(OWNER) -m 02555 -b .OLD $? $@ + $D$(PATHBIN)/rnews: rnews +- $(LIBTOOL) ../installit.sh $(ROWNER) -m 04550 -b .OLD $? $@ ++ $(LIBTOOL) ../installit.sh $(ROWNER) -m 04555 -b .OLD $? $@ + $D$(PATHBIN)/ctlinnd: ctlinnd + $(LIBTOOL) ../installit.sh $(OWNER) -m 0550 -b .OLD $? $@ + $D$(PATHBIN)/sm: sm |