pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/news/inn Added patch-aj, which fixes PR 32114.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e6e837b2179e
branches:  trunk
changeset: 503370:e6e837b2179e
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Nov 19 12:03:22 2005 +0000

description:
Added patch-aj, which fixes PR 32114.

diffstat:

 news/inn/distinfo         |   3 ++-
 news/inn/patches/patch-aj |  38 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+), 1 deletions(-)

diffs (56 lines):

diff -r f4d93e681fa7 -r e6e837b2179e news/inn/distinfo
--- a/news/inn/distinfo Sat Nov 19 11:50:56 2005 +0000
+++ b/news/inn/distinfo Sat Nov 19 12:03:22 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.13 2005/02/24 12:19:55 agc Exp $
+$NetBSD: distinfo,v 1.14 2005/11/19 12:03:22 rillig Exp $
 
 SHA1 (inn-2.4.1.tar.gz) = f36267eca56a643a37ed6c2903cd6fbb71e407f5
 RMD160 (inn-2.4.1.tar.gz) = ce3271fec204a68e7eb0648d1afa176ba1d3e601
@@ -12,3 +12,4 @@
 SHA1 (patch-ag) = 0d513b856f1dc75e8d72294dc6e88ca52b0b9cd3
 SHA1 (patch-ah) = 0d3dbaab7fa70c96528beec8e7b3f05f74822512
 SHA1 (patch-ai) = 9d99bd095dc5cb4b9c99274c0adeaab779ca2c2d
+SHA1 (patch-aj) = b8b9c5009d5ff3d3667e0a45d58bc0402e758f14
diff -r f4d93e681fa7 -r e6e837b2179e news/inn/patches/patch-aj
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/news/inn/patches/patch-aj Sat Nov 19 12:03:22 2005 +0000
@@ -0,0 +1,38 @@
+$NetBSD: patch-aj,v 1.1 2005/11/19 12:03:22 rillig Exp $
+
+Use double quotes around command variables to make them work even if
+they consist of multiple words.
+
+--- scripts/innshellvars.in.orig       Wed Jan  7 23:47:19 2004
++++ scripts/innshellvars.in    Sat Nov 19 12:57:17 2005
+@@ -67,20 +67,20 @@ SERVERPID=${INNDDIR}/innd.pid
+ INNWSTATUS=${INNDDIR}/innwatch.status
+ WATCHPID=${INNDDIR}/innwatch.pid
+ 
+-AWK=@_PATH_AWK@
+-SED=@_PATH_SED@
++AWK="@_PATH_AWK@"
++SED="@_PATH_SED@"
+ INNDF=${NEWSBIN}/inndf
+-EGREP=@_PATH_EGREP@
+-PERL=@_PATH_PERL@
+-GPGV=@PATH_GPGV@
+-PGP=@_PATH_PGP@
++EGREP="@_PATH_EGREP@"
++PERL="@_PATH_PERL@"
++GPGV="@PATH_GPGV@"
++PGP="@_PATH_PGP@"
+ SORT="@_PATH_SORT@"
+ GETFTP="@GETFTP@"
+-COMPRESS=@COMPRESS@
+-GZIP=@GZIP@
++COMPRESS="@COMPRESS@"
++GZIP="@GZIP@"
+ UNCOMPRESS="@UNCOMPRESS@"
+-LOG_COMPRESS=@LOG_COMPRESS@
+-Z=@LOG_COMPRESSEXT@
++LOG_COMPRESS="@LOG_COMPRESS@"
++Z="@LOG_COMPRESSEXT@"
+ 
+ if [ "$OVMETHOD" = "ovdb" ]; then
+     DB_HOME="${PATHOVERVIEW}"



Home | Main Index | Thread Index | Old Index