Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Mar 2007 19:30:18 GMT
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/110000: security/bruteblock Package does not install correctly
Message-ID:  <200703061930.l26JUIdf091507@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/110000; it has been noted by GNATS.

From: Dmitry Marakasov <amdmi3@amdmi3.ru>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/110000: security/bruteblock Package does not install correctly
Date: Tue, 6 Mar 2007 22:27:46 +0300

 * Edwin Groothuis (edwin@FreeBSD.org) wrote:
 
 > Please note that PR ports/110000 has just been submitted.
 Wow, #110000 is mine :)
 
 Thanks for bugreport, there was an error in pkg-plist.
 
 Here's the fix:
 
 --- bruteblock.patch begins here ---
 diff -ruN bruteblock.orig/Makefile bruteblock/Makefile
 --- bruteblock.orig/Makefile	Tue Mar  6 22:13:24 2007
 +++ bruteblock/Makefile	Tue Mar  6 22:17:15 2007
 @@ -7,6 +7,7 @@
  
  PORTNAME=	bruteblock
  PORTVERSION=	0.0.5
 +PORTREVISION=	1
  CATEGORIES=	security
  MASTER_SITES=	http://samm.kiev.ua/bruteblock/ \
  		http://www.amdmi3.ru/distfiles/
 diff -ruN bruteblock.orig/pkg-plist bruteblock/pkg-plist
 --- bruteblock.orig/pkg-plist	Tue Mar  6 22:13:24 2007
 +++ bruteblock/pkg-plist	Tue Mar  6 22:25:02 2007
 @@ -2,8 +2,8 @@
  sbin/bruteblockd
  @unexec if cmp -s %D/etc/bruteblock/proftpd.conf.dist %D/etc/bruteblock/proftpd.conf; then rm -f %D/etc/bruteblock/proftpd.conf; fi
  etc/bruteblock/proftpd.conf.dist
 -@exec if [ ! -f %D/etc/bruteblock/proftpd.conf ]; then cp -p %D/%F %B/bruteblock/proftpd.conf; fi
 +@exec if [ ! -f %B/proftpd.conf ]; then cp -p %D/%F %B/proftpd.conf; fi
  @unexec if cmp -s %D/etc/bruteblock/ssh.conf.dist %D/etc/bruteblock/ssh.conf; then rm -f %D/etc/bruteblock/ssh.conf; fi
  etc/bruteblock/ssh.conf.dist
 -@exec if [ ! -f %D/etc/bruteblock/ssh.conf ]; then cp -p %D/%F %B/bruteblock/ssh.conf; fi
 +@exec if [ ! -f %B/ssh.conf ]; then cp -p %D/%F %B/ssh.conf; fi
  @dirrmtry etc/bruteblock
 --- bruteblock.patch ends here ---
 
 -- 
 Best regards,
   Dmitry Marakasov               mailto:amdmi3@amdmi3.ru
 



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