Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jun 2006 09:17:06 +0200 (CEST)
From:      Janos Mohacsi <janos.mohacsi@niif.hu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/99636: [MAINTAINER] security/denyhosts: [SUMMARIZE CHANGES]
Message-ID:  <200606300717.k5U7H6mg001594@scone.ki.iif.hu>
Resent-Message-ID: <200606300750.k5U7oW86039276@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@bar.com, bar@foo.com, foobar@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@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
+@unexec if cmp -s %D/etc/denyhosts.cfg %D/share/denyhosts/denyhosts.cfg-dist; then rm -f %D/etc/denyhosts.cfg; fi
+@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606300717.k5U7H6mg001594>