pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-denyhosts Add a patch for http://nvd.nist....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/85b57bacfa0e
branches:  trunk
changeset: 532421:85b57bacfa0e
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Aug 18 15:10:38 2007 +0000

description:
Add a patch for http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-4323.

Bump PKGREVISION.

diffstat:

 security/py-denyhosts/Makefile         |   3 ++-
 security/py-denyhosts/distinfo         |   3 ++-
 security/py-denyhosts/patches/patch-af |  15 +++++++++++++++
 3 files changed, 19 insertions(+), 2 deletions(-)

diffs (48 lines):

diff -r 6c6a201c7686 -r 85b57bacfa0e security/py-denyhosts/Makefile
--- a/security/py-denyhosts/Makefile    Sat Aug 18 15:09:11 2007 +0000
+++ b/security/py-denyhosts/Makefile    Sat Aug 18 15:10:38 2007 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/08/02 17:27:30 he Exp $
+# $NetBSD: Makefile,v 1.2 2007/08/18 15:10:38 taca Exp $
 #
 
 VER=           2.6
 DISTNAME=      DenyHosts-${VER}
 PKGNAME=       ${PYPKGPREFIX}-denyhosts-${VER}
+PKGREVISION=   1
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=denyhosts/}
 
diff -r 6c6a201c7686 -r 85b57bacfa0e security/py-denyhosts/distinfo
--- a/security/py-denyhosts/distinfo    Sat Aug 18 15:09:11 2007 +0000
+++ b/security/py-denyhosts/distinfo    Sat Aug 18 15:10:38 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/08/02 17:27:30 he Exp $
+$NetBSD: distinfo,v 1.2 2007/08/18 15:10:39 taca Exp $
 
 SHA1 (DenyHosts-2.6.tar.gz) = 02143843cb7c37c986c222b7acc11f7b75eb7373
 RMD160 (DenyHosts-2.6.tar.gz) = cab4206af992f5405ed1c9b302341c7b5649c71a
@@ -8,3 +8,4 @@
 SHA1 (patch-ac) = 1b67c4da46c3205a3045a114863771290a74ba43
 SHA1 (patch-ad) = 744c65a2f4bec4c5553ba6c15f9ff0b45932e6fb
 SHA1 (patch-ae) = 16f53356508632a8e9f7e905e399614011f7b038
+SHA1 (patch-af) = 536d14cf67cad8dc3767a5a7b3ea2e2278c7392a
diff -r 6c6a201c7686 -r 85b57bacfa0e security/py-denyhosts/patches/patch-af
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-denyhosts/patches/patch-af    Sat Aug 18 15:10:38 2007 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-af,v 1.1 2007/08/18 15:10:39 taca Exp $
+
+Fix for http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-4323
+
+--- DenyHosts/regex.py.orig    2006-12-08 04:47:04.000000000 +0900
++++ DenyHosts/regex.py
+@@ -17,7 +17,7 @@ FAILED_ENTRY_REGEX3 = re.compile(r"""Aut
+ 
+ FAILED_ENTRY_REGEX4 = re.compile(r"""Authentication failure for (?P<user>.*) .*from (?P<host>.*)""")
+ 
+-FAILED_ENTRY_REGEX5 = re.compile(r"""User (?P<user>.*) .*from (?P<host>.*) not allowed because none of user's groups are listed in AllowGroups""")
++FAILED_ENTRY_REGEX5 = re.compile(r"""User (?P<user>.*) .*from (?P<host>.*) not allowed because none of user's groups are listed in AllowGroups$""")
+ 
+ FAILED_ENTRY_REGEX6 = re.compile(r"""Did not receive identification string .*from (::ffff:)?(?P<host>\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})""")
+ 



Home | Main Index | Thread Index | Old Index