Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Aug 2006 09:34:14 +0300
From:      "Alex Samorukov" <samm@os2.kiev.ua>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/102310: security/bruteblock version update
Message-ID:  <1156055654.7603@samm.local>
Resent-Message-ID: <200608200640.k7K6eFIG019934@freefall.freebsd.org>

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

>Number:         102310
>Category:       ports
>Synopsis:       security/bruteblock version update
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 20 06:40:14 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Alex Samorukov
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
Shevchenko Didkovskiy and Partners 
>Environment:


System: FreeBSD 6.1-RELEASE #2: Wed May 17 22:22:18 EEST 2006
    root@samm.local:/usr/obj/usr/src/sys/SAMMKRNL



>Description:


Update to bruteblock 0.0.5
Added port documentation to the Makefile


>How-To-Repeat:





>Fix:


diff -u -r bruteblock/Makefile /home/samm/tmp/bruteblock/Makefile
--- bruteblock/Makefile	Thu Aug 17 11:27:13 2006
+++ /home/samm/tmp/bruteblock/Makefile	Sun Aug 20 09:29:07 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	bruteblock
-PORTVERSION=	0.0.4
+PORTVERSION=	0.0.5
 CATEGORIES=	security
 MASTER_SITES=	http://samm.kiev.ua/bruteblock/
 
@@ -33,13 +33,19 @@
 	${INSTALL_PROGRAM} ${WRKSRC}/bruteblock ${PREFIX}/sbin/
 	${INSTALL_PROGRAM} ${WRKSRC}/bruteblockd ${PREFIX}/sbin/
 	${MKDIR} ${PREFIX}/etc/bruteblock
-.for file in ssh	# more configs are planned to be added
+.for file in ssh proftpd	# more configs are planned to be added
 	${INSTALL_DATA} ${WRKSRC}/etc/${file}.conf ${CONFDIR}/${file}.conf.dist
 	if [ ! -f ${CONFDIR}/${file}.conf ]; then \
 		${INSTALL_DATA} ${CONFDIR}/${file}.conf.dist ${CONFDIR}/${file}.conf; \
 	fi
 .endfor
 	${INSTALL_MAN} ${WRKSRC}/doc/bruteblock.8 ${PREFIX}/man/man8/
+.if !defined(NOPORTDOCS)
+	@${MKDIR} ${DESTDIR}${DOCSDIR}
+	@${INSTALL_DATA} ${WRKSRC}/doc/FAQ ${DESTDIR}${DOCSDIR}
+	@${INSTALL_DATA} ${WRKSRC}/doc/README ${DESTDIR}${DOCSDIR}
+	@${INSTALL_DATA} ${WRKSRC}/doc/CHANGES ${DESTDIR}${DOCSDIR}
+.endif
 
 post-install:
 .if !defined(BATCH)
diff -u -r bruteblock/distinfo /home/samm/tmp/bruteblock/distinfo
--- bruteblock/distinfo	Thu Aug 17 11:27:13 2006
+++ /home/samm/tmp/bruteblock/distinfo	Sun Aug 20 09:24:37 2006
@@ -1,3 +1,3 @@
-MD5 (bruteblock-0.0.4.tar.gz) = 01f2a300dd4abb28fc377de5848aa80e
-SHA256 (bruteblock-0.0.4.tar.gz) = f13df7f866842c4f32b7d6b13df0fac3250a41f646602581452af623c790159b
-SIZE (bruteblock-0.0.4.tar.gz) = 24170
+MD5 (bruteblock-0.0.5.tar.gz) = 764ee1dac21a32cd3f1778164c206bac
+SHA256 (bruteblock-0.0.5.tar.gz) = 7c7ef533b27be1d72e43a7fa6828896124a4f22808f2a0ecca2e587e1563e253
+SIZE (bruteblock-0.0.5.tar.gz) = 24971


>Release-Note:
>Audit-Trail:
>Unformatted:



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