ports/99636: [MAINTAINER] security/denyhosts: [SUMMARIZE CHANGES]
Janos Mohacsi
janos.mohacsi at niif.hu
Fri Jun 30 07:50:34 UTC 2006
>Number: 99636
>Category: ports
>Synopsis: [MAINTAINER] security/denyhosts: [SUMMARIZE CHANGES]
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Fri Jun 30 07:50:31 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Janos Mohacsi
>Release: FreeBSD 6.1-STABLE i386
>Organization:
NIIF/HUNGARNET
>Environment:
System: FreeBSD scone.ki.iif.hu 6.1-STABLE FreeBSD 6.1-STABLE #13: Sun Jun 18 16:01:43 CEST 2006
>Description:
Maintainer Update to security/denyhosts to version 2.5
Original packages Changes:
- ADMIN_EMAIL pref can now contain multiple email addresses delimited by a
comma (white space is optional). eg. foo at bar.com, bar at foo.com, foobar at foo.com
- fixed bug in denyfileutil: 'timestamp' is now initialized properly
- daemon-control-dist: modified to work w/ non-default python versions. You
must change the PYTHON_BIN and #!/bin/env/python references if appropriate.
- added a debug message when loading allowed-hosts fails.
- fixed bug when reporting suspicious login activity.
port/package changes:
- automatically installs/removes config files if necessary
Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:
--- denyhosts-2.5.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/security/denyhosts.orig/Makefile /usr/ports/security/denyhosts/Makefile
--- /usr/ports/security/denyhosts.orig/Makefile Thu May 25 09:58:43 2006
+++ /usr/ports/security/denyhosts/Makefile Fri Jun 30 07:11:12 2006
@@ -6,11 +6,11 @@
#
PORTNAME= denyhosts
-DISTVERSION= 2.4b
+PORTVERSION= 2.5
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
-DISTNAME= DenyHosts-${DISTVERSION}
+DISTNAME= DenyHosts-${PORTVERSION}
MAINTAINER= janos.mohacsi at bsd.hu
COMMENT= Script to thwart ssh attacks
diff -ruN --exclude=CVS /usr/ports/security/denyhosts.orig/distinfo /usr/ports/security/denyhosts/distinfo
--- /usr/ports/security/denyhosts.orig/distinfo Thu May 25 09:58:43 2006
+++ /usr/ports/security/denyhosts/distinfo Wed Jun 28 18:54:24 2006
@@ -1,3 +1,3 @@
-MD5 (DenyHosts-2.4b.tar.gz) = c60df73b29baeadffbbb1ef8f130dd8d
-SHA256 (DenyHosts-2.4b.tar.gz) = 851a050c6eb78618605eecdfae80a1ac412b2adc99160fb9c9d275f64858a7c1
-SIZE (DenyHosts-2.4b.tar.gz) = 42206
+MD5 (DenyHosts-2.5.tar.gz) = b33f0cdae6448ae559c5f22dbffe59f2
+SHA256 (DenyHosts-2.5.tar.gz) = 1efa1a977d0341bc5c94dbc652f86f3834e12013d7dc19a4f6e7b4b4c0242ed4
+SIZE (DenyHosts-2.5.tar.gz) = 42612
diff -ruN --exclude=CVS /usr/ports/security/denyhosts.orig/pkg-plist /usr/ports/security/denyhosts/pkg-plist
--- /usr/ports/security/denyhosts.orig/pkg-plist Thu May 25 09:58:43 2006
+++ /usr/ports/security/denyhosts/pkg-plist Fri Jun 30 07:23:21 2006
@@ -1,4 +1,6 @@
bin/denyhosts.py
+ at unexec if cmp -s %D/etc/denyhosts.cfg %D/share/denyhosts/denyhosts.cfg-dist; then rm -f %D/etc/denyhosts.cfg; fi
+ at exec [ -f %D/etc/denyhosts.cfg ] || cp %D/share/denyhosts/denyhosts.cfg-dist %D/etc/denyhosts.cfg
%%DATADIR%%/denyhosts.cfg-dist
%%DATADIR%%/setup.py
%%DATADIR%%/daemon-control-dist
--- denyhosts-2.5.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list