diff options
author | dinoex <dinoex@FreeBSD.org> | 2004-05-03 12:58:04 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2004-05-03 12:58:04 +0800 |
commit | 36560e834908c4606e04f851c2441ed3c57f5edf (patch) | |
tree | 1bfc5e70b5008d404cb659b86fc44db898b1c9c5 | |
parent | 54f89900de7a6b7f8bc3edd732b60e7b23881cac (diff) | |
download | freebsd-ports-gnome-36560e834908c4606e04f851c2441ed3c57f5edf.tar.gz freebsd-ports-gnome-36560e834908c4606e04f851c2441ed3c57f5edf.tar.zst freebsd-ports-gnome-36560e834908c4606e04f851c2441ed3c57f5edf.zip |
- Security Fix: two stack buffer overflows and two directory traversal flaws
patch from: Ulf Härnhammar
http://lists.netsys.com/pipermail/full-disclosure/2004-May/020776.html
CAN-2004-0234 CAN-2004-0235
- Security Fix: symlink vulnerability
patch from:
ftp://updates.redhat.com/9/en/os/SRPMS/lha-1.14i-9.1.src.rpm"
-rw-r--r-- | archivers/lha/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/archivers/lha/Makefile b/archivers/lha/Makefile index d99f66db28b9..6b500bc7b603 100644 --- a/archivers/lha/Makefile +++ b/archivers/lha/Makefile @@ -7,7 +7,7 @@ PORTNAME= lha PORTVERSION= 1.14i -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= archivers MASTER_SITES= http://www2m.biglobe.ne.jp/~dolphin/lha/prog/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//} @@ -15,8 +15,6 @@ 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 |