diff options
author | Tim Vanderhoek <hoek@FreeBSD.org> | 2004-03-25 03:41:25 +0000 |
---|---|---|
committer | Tim Vanderhoek <hoek@FreeBSD.org> | 2004-03-25 03:41:25 +0000 |
commit | af773702ecd17eab9464554c7a1371f5a1f1623f (patch) | |
tree | 4d966371ab9be3c36b82ebbfed703f46e062ae3c /converters/uulib | |
parent | 4087d110277581f9535c05de0607dc30402431f6 (diff) | |
download | ports-af773702ecd17eab9464554c7a1371f5a1f1623f.tar.gz ports-af773702ecd17eab9464554c7a1371f5a1f1623f.zip |
Upgrade to 0.5.20 to fix two buffer overflows
Advised by: nectar
Notes
Notes:
svn path=/head/; revision=105181
Diffstat (limited to 'converters/uulib')
-rw-r--r-- | converters/uulib/Makefile | 6 | ||||
-rw-r--r-- | converters/uulib/distinfo | 4 |
2 files changed, 4 insertions, 6 deletions
diff --git a/converters/uulib/Makefile b/converters/uulib/Makefile index b82c44280992..7919d38698e9 100644 --- a/converters/uulib/Makefile +++ b/converters/uulib/Makefile @@ -6,7 +6,7 @@ # PORTNAME= uulib -PORTVERSION= 0.5.19 +PORTVERSION= 0.5.20 CATEGORIES= converters MASTER_SITES= http://www.fpx.de/fp/Software/UUDeview/download/ DISTNAME= uudeview-${PORTVERSION} @@ -14,8 +14,6 @@ DISTNAME= uudeview-${PORTVERSION} MAINTAINER= hoek@FreeBSD.org COMMENT= A library for uu/xx/Base64/BinHex/yEnc de-/encoding -FORBIDDEN= http://people.freebsd.org/~eik/portaudit/6c7661ff-7912-11d8-9645-0020ed76ef5a.html - GNU_CONFIGURE= yes INSTALLS_SHLIB= yes USE_REINPLACE= yes @@ -29,7 +27,7 @@ ALL_TARGET= libuu.a libuu.so.${VERSION} .if ${PORTOBJFORMAT} == "elf" VERSION= 3 .else -VERSION= 3.0 +VERSION= 3.1 .endif DOCFILES= COPYING HISTORY doc/Makefile doc/README doc/binhex.fig \ diff --git a/converters/uulib/distinfo b/converters/uulib/distinfo index 2aa9bc212986..d474a0e1408c 100644 --- a/converters/uulib/distinfo +++ b/converters/uulib/distinfo @@ -1,2 +1,2 @@ -MD5 (uudeview-0.5.19.tar.gz) = c84bd5be414fdaf887ffd2c0979a2992 -SIZE (uudeview-0.5.19.tar.gz) = 262461 +MD5 (uudeview-0.5.20.tar.gz) = 0161abaec3658095044601eae82bbc5b +SIZE (uudeview-0.5.20.tar.gz) = 261574 |