diff options
author | wiz <wiz@pkgsrc.org> | 2005-06-19 08:07:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-06-19 08:07:05 +0000 |
commit | 7588a7536f5197e44c325e281cb22bfda1ea2865 (patch) | |
tree | 85ffd780550cb83f4e929c2e5b7e594f175f059a /www/dillo/Makefile | |
parent | 902b87c48460354a595a30b5c6c31aab99b88ef4 (diff) | |
download | pkgsrc-7588a7536f5197e44c325e281cb22bfda1ea2865.tar.gz |
Update to 0.8.5. Security fix release.
dillo-0.8.5 [Jun 15, 2005]
- * Set "file:" to work as URI for current directory.
Patch: Diego Sáenz
- * Added a "small" dillorc option for panel size (medium without labels).
Patch: Eugeniy, Jorge Arellano
- * Fixed the shell escaping code in the ftp plugin.
* Added some checks for sane values in html.c.
* Added URL filtering to the ftp and downloads dpis to avoid SMTP hacks.
* Fixed the file dpi to react to the DpiBye command.
Patches: Jorge Arellano
Diffstat (limited to 'www/dillo/Makefile')
-rw-r--r-- | www/dillo/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/www/dillo/Makefile b/www/dillo/Makefile index e3fc1897959..5336c12da20 100644 --- a/www/dillo/Makefile +++ b/www/dillo/Makefile @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.29 2005/06/19 00:13:30 kristerw Exp $ +# $NetBSD: Makefile,v 1.30 2005/06/19 08:07:05 wiz Exp $ -DISTNAME= dillo-0.8.4 -PKGREVISION= 1 +DISTNAME= dillo-0.8.5 CATEGORIES= www -MASTER_SITES= http://dillo.auriga.wearlab.de/download/ +MASTER_SITES= http://www.dillo.org/download/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= Benjamin.Wong@cc.gatech.edu -HOMEPAGE= http://dillo.auriga.wearlab.de/ +HOMEPAGE= http://www.dillo.org/ COMMENT= Very small and fast graphical web-browser USE_PKGINSTALL= yes |