diff options
author | agc <agc> | 2002-06-27 20:15:04 +0000 |
---|---|---|
committer | agc <agc> | 2002-06-27 20:15:04 +0000 |
commit | 60a9aa597e250df4aef7bdc05d4565c68f602fff (patch) | |
tree | bd558ec7026af578d1d62709820775fd88a51155 /www/dillo | |
parent | 4b43963d0997b6eb7ec8183b816bf4d29cbaa4a8 (diff) | |
download | pkgsrc-60a9aa597e250df4aef7bdc05d4565c68f602fff.tar.gz |
Update dillo to version 0.6.6.
Changes are mainly bug fixes:
- * Added a few canonical casts to fix some obvious 64bit issues.
Patch: pvalchev
- * Fixed a bug with cookies path parsing.
* Fixed persistent-cookies obliteration (BUG#312, BUG#314)
* Set max 20 persistent cookies for each domain.
Patches: J<F6>rgen Viksell
- * Switched flock to lockf.
Patch: Andreas Schweitzer
- * Made a little bugfix in doc/Makefile.am.
Patch: Grigory Bakunov
- * Removed the < 256 hostname length restraint from http queries.
* Made a date-parser that copes with three HTTP date-syntaxes (BUG#335)
* Made the HTML parser a bit more robust with bad HTML (BUG#325, BUG#326)
Patches: Jorge Arellano
Prompted by PR 17420 from Martin Weber <Ephaeton@gmx.net>
Diffstat (limited to 'www/dillo')
-rw-r--r-- | www/dillo/Makefile | 5 | ||||
-rw-r--r-- | www/dillo/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/www/dillo/Makefile b/www/dillo/Makefile index 155a4737fe5..c3928dc51c2 100644 --- a/www/dillo/Makefile +++ b/www/dillo/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2002/05/21 11:13:30 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2002/06/27 20:15:04 agc Exp $ # -DISTNAME= dillo-0.6.5 -PKGREVISION= 1 +DISTNAME= dillo-0.6.6 CATEGORIES= www MASTER_SITES= http://dillo.cipsga.org.br/download/ diff --git a/www/dillo/distinfo b/www/dillo/distinfo index 9f5fe241111..0ce76f0ab5a 100644 --- a/www/dillo/distinfo +++ b/www/dillo/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2002/05/21 11:13:30 wiz Exp $ +$NetBSD: distinfo,v 1.9 2002/06/27 20:15:05 agc Exp $ -SHA1 (dillo-0.6.5.tar.gz) = 34e11b573e577d24fc20a2b8a9a13f44883ecf51 -Size (dillo-0.6.5.tar.gz) = 310323 bytes +SHA1 (dillo-0.6.6.tar.gz) = 6ff27fe122f53f2e554a5377b67258d2df7ec381 +Size (dillo-0.6.6.tar.gz) = 310331 bytes SHA1 (patch-aa) = 1ae5a680306102d03d587acfbbf16cbf1f5df366 SHA1 (patch-ab) = 1687c870ae8f6c5a3be4a91335a6d913d9773ff2 |