diff options
author | reed <reed@pkgsrc.org> | 2006-12-06 22:28:58 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2006-12-06 22:28:58 +0000 |
commit | ce19d225591bffe15d50b66b016c7ca764e5c71b (patch) | |
tree | 23975d8f2cb675f3a3cf87001704972c06727280 /www/elinks/Makefile | |
parent | c8437896cfdc7fc4a3f549e52c0dfd9c2e20e1f8 (diff) | |
download | pkgsrc-ce19d225591bffe15d50b66b016c7ca764e5c71b.tar.gz |
Update to 0.11.2.
No changelog, but announcement said:
Use internal OFF_T_FORMAT instead of PRId64
Fix compilation on Minix3
Bug 841, CVE-2006-5925: Prevent enabling the SMB protocol.
Ecmascript: activate link only when onClick returns true
Diffstat (limited to 'www/elinks/Makefile')
-rw-r--r-- | www/elinks/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/elinks/Makefile b/www/elinks/Makefile index 2b425a35033..938c5170d3e 100644 --- a/www/elinks/Makefile +++ b/www/elinks/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.29 2006/12/06 21:15:34 reed Exp $ +# $NetBSD: Makefile,v 1.30 2006/12/06 22:28:58 reed Exp $ -DISTNAME= elinks-0.11.1 -PKGREVISION= 6 +DISTNAME= elinks-0.11.2 CATEGORIES= www MASTER_SITES= http://elinks.or.cz/download/ EXTRACT_SUFX= .tar.bz2 |