summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoragc <agc>2003-12-30 16:17:13 +0000
committeragc <agc>2003-12-30 16:17:13 +0000
commit9007bb688705f3d931b3c62b83a5f3a74c5e2a69 (patch)
tree11714ba4c070d8b0b6722f2128499bc7fe5e63e0
parent40aa97b0951a38aeff1ac82965d14d6cb675a0f0 (diff)
downloadpkgsrc-9007bb688705f3d931b3c62b83a5f3a74c5e2a69.tar.gz
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").
-rw-r--r--comms/mgetty+sendfax/distinfo4
-rw-r--r--comms/mgetty+sendfax/patches/patch-an13
-rw-r--r--comms/mgetty+sendfax/patches/patch-ao13
3 files changed, 29 insertions, 1 deletions
diff --git a/comms/mgetty+sendfax/distinfo b/comms/mgetty+sendfax/distinfo
index 4b20d377cec..0a75599bc5e 100644
--- a/comms/mgetty+sendfax/distinfo
+++ b/comms/mgetty+sendfax/distinfo
@@ -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-aj) = 37d88c1a4f8d5826f7113dd120c32e89cc442e5d
SHA1 (patch-ak) = 18f9570f35909089a4083fa24903dfea14dcc475
SHA1 (patch-al) = 2a6dcf13d65446d2064228b1024517e599892a60
SHA1 (patch-am) = 6b7516b3f857f65c0ecc7963f39e433e4ef8771d
+SHA1 (patch-an) = 36be41aa6002d6c0bb387be4a0fc46a1701f0b11
+SHA1 (patch-ao) = 64a8b1f390dffc0b20eba18ba7d242084dc909dd
diff --git a/comms/mgetty+sendfax/patches/patch-an b/comms/mgetty+sendfax/patches/patch-an
new file mode 100644
index 00000000000..6ddaf39bc57
--- /dev/null
+++ b/comms/mgetty+sendfax/patches/patch-an
@@ -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 --git a/comms/mgetty+sendfax/patches/patch-ao b/comms/mgetty+sendfax/patches/patch-ao
new file mode 100644
index 00000000000..787ba03cec0
--- /dev/null
+++ b/comms/mgetty+sendfax/patches/patch-ao
@@ -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 ]