Date: Tue, 02 Mar 2004 21:07:08 +0000 From: Tim Bishop <tim@bishnet.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: tim@bishnet.net Subject: ports/63660: Update ports: security/f-prot security/f-prot-sig Message-ID: <E1AyH6a-0008Tx-RP@pendennis.ukc.ac.uk> Resent-Message-ID: <200403022110.i22LAIpj035099@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 63660 >Category: ports >Synopsis: Update ports: security/f-prot security/f-prot-sig >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: Tue Mar 02 13:10:17 PST 2004 >Closed-Date: >Last-Modified: >Originator: Tim Bishop >Release: FreeBSD 5.2-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD pendennis.ukc.ac.uk 5.2-RELEASE-p1 FreeBSD 5.2-RELEASE-p1 #0: Fri Jan 30 13:10:36 GMT 2004 tdb@pendennis.ukc.ac.uk:/usr/obj/usr/src/sys/PENDENNIS i386 >Description: Update f-prot to latest version and bump signatures. Also fix a bug in the plist and pkg-message. >How-To-Repeat: >Fix: Apply patches below to security/f-prot and security/f-prot-sig respectively. --- f-prot-4.3.4.diff begins here --- diff -ruN f-prot.bak/Makefile f-prot/Makefile --- f-prot.bak/Makefile Mon Feb 23 01:45:55 2004 +++ f-prot/Makefile Tue Mar 2 20:55:50 2004 @@ -6,7 +6,7 @@ # PORTNAME= f-prot -PORTVERSION= 4.3.3 +PORTVERSION= 4.3.4 CATEGORIES= security MASTER_SITES= ftp://ftp.i-scream.org/pub/ftp.f-prot.com/pub/bsd/ \ http://www.i-scream.org/pub/ftp.f-prot.com/pub/bsd/ diff -ruN f-prot.bak/distinfo f-prot/distinfo --- f-prot.bak/distinfo Sun Feb 8 17:03:29 2004 +++ f-prot/distinfo Tue Mar 2 20:55:59 2004 @@ -1,2 +1,2 @@ -MD5 (fp-freebsd-ws-4.3.3.tar.gz) = e67a89559b5b6513e552b571de5cc94a -SIZE (fp-freebsd-ws-4.3.3.tar.gz) = 2245143 +MD5 (fp-freebsd-ws-4.3.4.tar.gz) = 0e95b36e0e4ba1584789ad9a29793fcb +SIZE (fp-freebsd-ws-4.3.4.tar.gz) = 2258463 diff -ruN f-prot.bak/pkg-plist f-prot/pkg-plist --- f-prot.bak/pkg-plist Mon Feb 23 01:45:55 2004 +++ f-prot/pkg-plist Tue Mar 2 21:03:57 2004 @@ -34,4 +34,4 @@ %%PORTDOCS%%%%DOCSDIR%%/updt_signature.gif %%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm f-prot/tools -@unexec rmdir f-prot 2> /dev/null || true +@unexec rmdir %D/f-prot 2>/dev/null || true --- f-prot-4.3.4.diff ends here --- --- f-prot-sig-20040302.diff begins here --- diff -ruN f-prot-sig.bak/Makefile f-prot-sig/Makefile --- f-prot-sig.bak/Makefile Mon Feb 23 01:45:55 2004 +++ f-prot-sig/Makefile Tue Mar 2 21:00:58 2004 @@ -6,7 +6,7 @@ # PORTNAME= f-prot-sig -PORTVERSION= 20040216 +PORTVERSION= 20040302 CATEGORIES= security MASTER_SITES= ftp://ftp.f-prot.com/pub/ @@ -36,6 +36,6 @@ ${MKDIR} ${PREFIX}/f-prot ${INSTALL_DATA} ${WRKSRC}/* ${PREFIX}/f-prot - @${CAT} ${PKGMESSAGE} + @${CAT} ${PKGMESSAGE} | ${SED} -e "s:%%PREFIX%%:${PREFIX}:g" .include <bsd.port.mk> diff -ruN f-prot-sig.bak/pkg-message f-prot-sig/pkg-message --- f-prot-sig.bak/pkg-message Mon Feb 23 01:45:55 2004 +++ f-prot-sig/pkg-message Tue Mar 2 20:59:57 2004 @@ -7,7 +7,7 @@ frequency of change. If you wish to verify the files yourself you may use the PGP signature files that have been installed in: -${PREFIX}/f-prot/ +%%PREFIX%%/f-prot/ The F-RISK public PGP key is located at: diff -ruN f-prot-sig.bak/pkg-plist f-prot-sig/pkg-plist --- f-prot-sig.bak/pkg-plist Mon Feb 23 01:45:55 2004 +++ f-prot-sig/pkg-plist Tue Mar 2 21:00:15 2004 @@ -4,4 +4,4 @@ f-prot/SIGN2.DEF f-prot/MACRO.DEF f-prot/MACRO.ASC -@unexec rmdir f-prot 2> /dev/null || true +@unexec rmdir %D/f-prot 2>/dev/null || true --- f-prot-sig-20040302.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1AyH6a-0008Tx-RP>