diff options
author | petef <petef@FreeBSD.org> | 2001-10-03 05:38:39 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-10-03 05:38:39 +0000 |
commit | d29ac7b4148f423aa2ed5a48862712cdd7386924 (patch) | |
tree | 28c8dfd2b1f9ea6eb82376dcf0e4fe5d4540277b /news | |
parent | a88065de75f6fa62070389bf20ea3f6aa2c2959f (diff) | |
download | FreeBSD-ports-d29ac7b4148f423aa2ed5a48862712cdd7386924.zip FreeBSD-ports-d29ac7b4148f423aa2ed5a48862712cdd7386924.tar.gz |
Add a patch to fix a potential security hole (any shell scripts in uuencoded
archives would be executed, they were assumed to be a shar).
Bump PORTREVISION.
Diffstat (limited to 'news')
-rw-r--r-- | news/slrn/Makefile | 5 | ||||
-rw-r--r-- | news/slrn/distinfo | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/news/slrn/Makefile b/news/slrn/Makefile index e49e9f9..965844d 100644 --- a/news/slrn/Makefile +++ b/news/slrn/Makefile @@ -7,10 +7,15 @@ PORTNAME= slrn PORTVERSION= 0.9.7.2 +PORTREVISION= 1 CATEGORIES= news ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} +PATCHFILES= slrn-0.9.7.2-decode.diff +PATCH_SITES= http://slrn.sourceforge.net/patches/ +PATCH_DIST_STRIP= -p1 + MAINTAINER= petef@FreeBSD.org LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang diff --git a/news/slrn/distinfo b/news/slrn/distinfo index 3522cbf..f7d0ac4 100644 --- a/news/slrn/distinfo +++ b/news/slrn/distinfo @@ -1 +1,2 @@ MD5 (slrn-0.9.7.2.tar.gz) = 36645f69e4dc01986c1c1f0277bfca01 +MD5 (slrn-0.9.7.2-decode.diff) = 89701c2d878c5efe6b0998b3edf9ddff |