summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorsbd <sbd@pkgsrc.org>2011-12-14 03:05:04 +0000
committersbd <sbd@pkgsrc.org>2011-12-14 03:05:04 +0000
commit45a9125c16048c91d03a33dc4587f21825dbc28d (patch)
tree44175ccab922724887a800d36f714c2bab975666 /security
parent10fe9df238b97c835475aa735df8e8027f7b0213 (diff)
downloadpkgsrc-45a9125c16048c91d03a33dc4587f21825dbc28d.tar.gz
Regenerate diffs for GNU patch.
Diffstat (limited to 'security')
-rw-r--r--security/py-denyhosts/distinfo4
-rw-r--r--security/py-denyhosts/patches/patch-ac12
2 files changed, 9 insertions, 7 deletions
diff --git a/security/py-denyhosts/distinfo b/security/py-denyhosts/distinfo
index 6ba19ff3cca..2e62da5c3bb 100644
--- a/security/py-denyhosts/distinfo
+++ b/security/py-denyhosts/distinfo
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.2 2007/08/18 15:10:39 taca Exp $
+$NetBSD: distinfo,v 1.3 2011/12/14 03:05:04 sbd Exp $
SHA1 (DenyHosts-2.6.tar.gz) = 02143843cb7c37c986c222b7acc11f7b75eb7373
RMD160 (DenyHosts-2.6.tar.gz) = cab4206af992f5405ed1c9b302341c7b5649c71a
Size (DenyHosts-2.6.tar.gz) = 42667 bytes
SHA1 (patch-aa) = 4bbb07f5918330a8dd828e8cfdf5bad3c4f50893
SHA1 (patch-ab) = 3bb578421dc776cd42e769978d09872bc79098e8
-SHA1 (patch-ac) = 1b67c4da46c3205a3045a114863771290a74ba43
+SHA1 (patch-ac) = 67eec2ff93ecfffeda2ed92fe7943fa5bc161083
SHA1 (patch-ad) = 744c65a2f4bec4c5553ba6c15f9ff0b45932e6fb
SHA1 (patch-ae) = 16f53356508632a8e9f7e905e399614011f7b038
SHA1 (patch-af) = 536d14cf67cad8dc3767a5a7b3ea2e2278c7392a
diff --git a/security/py-denyhosts/patches/patch-ac b/security/py-denyhosts/patches/patch-ac
index edcd3020a14..d4663f3f6ca 100644
--- a/security/py-denyhosts/patches/patch-ac
+++ b/security/py-denyhosts/patches/patch-ac
@@ -1,15 +1,17 @@
-$NetBSD: patch-ac,v 1.1.1.1 2007/08/02 17:27:30 he Exp $
+$NetBSD: patch-ac,v 1.2 2011/12/14 03:05:04 sbd Exp $
---- daemon-control-dist.orig 2006-04-22 01:04:43.000000000 +0200
+--- daemon-control-dist.orig 2006-04-21 23:04:43.000000000 +0000
+++ daemon-control-dist
-@@ -11,7 +11,7 @@
+@@ -11,9 +11,9 @@
#### Edit these to suit your configuration ####
###############################################
-DENYHOSTS_BIN = "/usr/bin/denyhosts.py"
-+DENYHOSTS_BIN = "@PREFIX@/bin/denyhosts.py"
-DENYHOSTS_LOCK = "/var/lock/subsys/denyhosts"
-+DENYHOSTS_LOCK = "@VARBASE@/db/denyhosts/lock"
-DENYHOSTS_CFG = "/usr/share/denyhosts/denyhosts.cfg"
++DENYHOSTS_BIN = "@PREFIX@/bin/denyhosts.py"
++DENYHOSTS_LOCK = "@VARBASE@/db/denyhosts/lock"
+DENYHOSTS_CFG = "@PREFIX@/etc/denyhosts.cfg"
+ PYTHON_BIN = "/usr/bin/env python"
+