pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkgsrc-2003Q4]: pkgsrc/comms/mgetty+sendfax Pullup a possible securit...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fe960ba3b5c2
branches:  pkgsrc-2003Q4
changeset: 463723:fe960ba3b5c2
user:      agc <agc%pkgsrc.org@localhost>
date:      Tue Dec 30 16:17:13 2003 +0000

description:
Pullup a possible security fix to the pkgsrc-2003Q4 branch, requested by
Frederick Bruckman.

        Module Name:  pkgsrc
        Committed By: fredb
        Date:         Sat Dec 20 20:06:38 UTC 2003

        Modified Files:
              pkgsrc/comms/mgetty+sendfax: distinfo
        Added Files:
              pkgsrc/comms/mgetty+sendfax/patches: patch-an patch-ao

        Log Message:
        Let "faxq" and "faxrm" find the "faxrunq-helper" in ${PREFIX} (which is
        probably not "/usr/local").

diffstat:

 comms/mgetty+sendfax/distinfo         |   4 +++-
 comms/mgetty+sendfax/patches/patch-an |  13 +++++++++++++
 comms/mgetty+sendfax/patches/patch-ao |  13 +++++++++++++
 3 files changed, 29 insertions(+), 1 deletions(-)

diffs (49 lines):

diff -r 37f026f596a4 -r fe960ba3b5c2 comms/mgetty+sendfax/distinfo
--- a/comms/mgetty+sendfax/distinfo     Tue Dec 30 16:12:33 2003 +0000
+++ b/comms/mgetty+sendfax/distinfo     Tue Dec 30 16:17:13 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.13 2003/09/25 20:27:12 fredb Exp $
+$NetBSD: distinfo,v 1.13.2.1 2003/12/30 16:17:13 agc Exp $
 
 SHA1 (mgetty1.1.30-Dec16.tar.gz) = aea2a4c999f167e2311e797b164d4797baf328c4
 Size (mgetty1.1.30-Dec16.tar.gz) = 969967 bytes
@@ -14,3 +14,5 @@
 SHA1 (patch-ak) = 18f9570f35909089a4083fa24903dfea14dcc475
 SHA1 (patch-al) = 2a6dcf13d65446d2064228b1024517e599892a60
 SHA1 (patch-am) = 6b7516b3f857f65c0ecc7963f39e433e4ef8771d
+SHA1 (patch-an) = 36be41aa6002d6c0bb387be4a0fc46a1701f0b11
+SHA1 (patch-ao) = 64a8b1f390dffc0b20eba18ba7d242084dc909dd
diff -r 37f026f596a4 -r fe960ba3b5c2 comms/mgetty+sendfax/patches/patch-an
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/mgetty+sendfax/patches/patch-an     Tue Dec 30 16:17:13 2003 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-an,v 1.1.2.2 2003/12/30 16:17:13 agc Exp $
+
+--- fax/faxq.in.orig   2002-11-23 12:57:59.000000000 -0600
++++ fax/faxq.in
+@@ -21,7 +21,7 @@ AWK=@AWK@
+ 
+ #
+ # helper program for privileged queue access
+-FAXQ_HELPER=/usr/local/lib/mgetty+sendfax/faxq-helper
++FAXQ_HELPER=@LIBDIR@/faxq-helper
+ 
+ if cd $FAX_SPOOL_OUT 
+ then :
diff -r 37f026f596a4 -r fe960ba3b5c2 comms/mgetty+sendfax/patches/patch-ao
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/mgetty+sendfax/patches/patch-ao     Tue Dec 30 16:17:13 2003 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ao,v 1.1.2.2 2003/12/30 16:17:13 agc Exp $
+
+--- fax/faxrm.in.orig  2002-11-16 16:16:51.000000000 -0600
++++ fax/faxrm.in
+@@ -16,7 +16,7 @@ FAX_SPOOL_OUT=@FAX_SPOOL_OUT@
+ echo="@ECHO@"
+ #
+ # helper program for privileged queue access
+-FAXQ_HELPER=/usr/local/lib/mgetty+sendfax/faxq-helper
++FAXQ_HELPER=@LIBDIR@/faxq-helper
+ #
+ 
+ if [ ! -d $FAX_SPOOL_OUT ]



Home | Main Index | Thread Index | Old Index