diff options
author | taca <taca> | 2004-05-13 11:42:43 +0000 |
---|---|---|
committer | taca <taca> | 2004-05-13 11:42:43 +0000 |
commit | 97d773ab7c25eabbaecf1c3d0479acb0cee5c350 (patch) | |
tree | 78781cb6a92705712dfd5d5e628ba53bafcc5a17 /archivers/lha/Makefile | |
parent | 5247cb7c39d5e2d6bbd875f0464ac9b915faa604 (diff) | |
download | pkgsrc-97d773ab7c25eabbaecf1c3d0479acb0cee5c350.tar.gz |
Fix security problem of lha package applying patches by David Ahmad
< da at securityfocus dot com > on bugtraq mailing list.
Bump pacakge revision to nb2.
Diffstat (limited to 'archivers/lha/Makefile')
-rw-r--r-- | archivers/lha/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/lha/Makefile b/archivers/lha/Makefile index 9aa68700e49..56659e968b1 100644 --- a/archivers/lha/Makefile +++ b/archivers/lha/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2004/05/06 08:15:08 itojun Exp $ +# $NetBSD: Makefile,v 1.20 2004/05/13 11:42:43 taca Exp $ DISTNAME= lha-114i PKGNAME= lha-114.9 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= archivers MASTER_SITES= http://www2m.biglobe.ne.jp/~dolphin/lha/prog/ \ ftp://ftp.win.ne.jp/pub/misc/ |