diff options
author | nectar <nectar@FreeBSD.org> | 2004-05-03 00:55:07 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2004-05-03 00:55:07 +0800 |
commit | 7815bb2cae7d4aed5452059cf70c845ccd4cb214 (patch) | |
tree | 5461ca8e2c3c229ef577b1d2bf0a30acccbc431a /archivers | |
parent | ce485c73452c54352c64043c34c104df74aea0f9 (diff) | |
download | freebsd-ports-gnome-7815bb2cae7d4aed5452059cf70c845ccd4cb214.tar.gz freebsd-ports-gnome-7815bb2cae7d4aed5452059cf70c845ccd4cb214.tar.zst freebsd-ports-gnome-7815bb2cae7d4aed5452059cf70c845ccd4cb214.zip |
Mark FORBIDDEN due to exploitable buffer overflows and path handling
issues.
http://vuxml.freebsd.org/a2ffb627-9c53-11d8-9366-0020ed76ef5a.html
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/lha/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archivers/lha/Makefile b/archivers/lha/Makefile index c80d20467d94..d99f66db28b9 100644 --- a/archivers/lha/Makefile +++ b/archivers/lha/Makefile @@ -15,6 +15,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//} MAINTAINER= dinoex@FreeBSD.org COMMENT= Archive files using LZSS and Huffman compression (.lzh files) +FORBIDDEN= http://vuxml.freebsd.org/a2ffb627-9c53-11d8-9366-0020ed76ef5a.html + MAN1= lha.1 MANLANG= ja PLIST_FILES= bin/lha |