diff options
author | wiz <wiz> | 2006-11-18 18:49:46 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-11-18 18:49:46 +0000 |
commit | 8bef28eab6a7a7a35eb452dc7db2d6403967b20a (patch) | |
tree | 1195aaf0cd1e102adbcfa74a439b75af424fe664 /www/links | |
parent | 88d74565faf088c1fdb2c052d37bc1db2c35a66f (diff) | |
download | pkgsrc-8bef28eab6a7a7a35eb452dc7db2d6403967b20a.tar.gz |
Update to 2.1.0.24:
=== RELEASE 2.1pre24 ===
Mon Nov 6 02:13:48 cet 2006 mikulas:
Fixed incorrect page displayed when search string ended with space and
the word was last on page
Thu Oct 26 16:10:01 MET 2006 user:
More strict parsing of ftp list, fixes ftp.su.se
Sun Oct 15 22:55:28 MET DST 2006 mikulas:
Allow cookie path to point to file, not only directory
Wed Oct 11 00:17:27 MET DST 2006 mikulas:
Fixed quirk with displaying of links in text mode
Mon Oct 9 23:33:03 MET 2006 Jakub Bogusz <qboosh@pld-linux.org>:
Updated Polish translation
Mon Oct 9 21:55:24 MET 2006 Jindrich Makovicka <makovick@gmail.com>:
Fixed memory corruption when redirecting URLs with user:password
Mon Sep 11 02:43:32 MET DST 2006 mikulas:
Test for socklen_t
Work without PF_INET (for Minix 3)
Cleaned up use of AF_ and PF_ constants
Sat Sep 9 00:05:16 MET 2006 user:
Fixed double-to-string conversion for config files
Fri Aug 25 00:48:05 MET 2006 user:
Parsing ftp directories starts to be difficult because fixing one bug
introduces other. Previous fix sometimes mistook size for year :-/
Sun Aug 20 05:06:57 cet 2006 mikulas:
Correctly translate character set of "label" attribute
Thu Aug 17 19:57:34 MET 2006 user:
Fixed incremental loading of XBM images
Mon Aug 7 05:11:47 CEST 2006 Matthew Fischer <futhark@mchsi.com>:
Fixed Japanese fonts
Mon Jul 31 00:32:58 MET 2006 user:
More cygwin fixes
Diffstat (limited to 'www/links')
-rw-r--r-- | www/links/Makefile | 4 | ||||
-rw-r--r-- | www/links/Makefile.common | 4 | ||||
-rw-r--r-- | www/links/distinfo | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/www/links/Makefile b/www/links/Makefile index d8b81387207..9d22c792e0b 100644 --- a/www/links/Makefile +++ b/www/links/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.42 2006/09/03 20:35:36 wiz Exp $ +# $NetBSD: Makefile,v 1.43 2006/11/18 18:49:46 wiz Exp $ # -PKGNAME= links-2.1.0.23 +PKGNAME= links-2.1.0.24 COMMENT= Lynx-like text WWW browser CONFLICTS+= links-gui-[0-9]* elinks-0.3* diff --git a/www/links/Makefile.common b/www/links/Makefile.common index 78132ef68a2..d2b3cf1e06b 100644 --- a/www/links/Makefile.common +++ b/www/links/Makefile.common @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.common,v 1.32 2006/10/04 22:04:10 wiz Exp $ +# $NetBSD: Makefile.common,v 1.33 2006/11/18 18:49:46 wiz Exp $ -DISTNAME= links-2.1pre23 +DISTNAME= links-2.1pre24 CATEGORIES= www MASTER_SITES= http://links.twibright.com/download/ EXTRACT_SUFX= .tar.bz2 diff --git a/www/links/distinfo b/www/links/distinfo index 7e7182e2592..59e0d81fef4 100644 --- a/www/links/distinfo +++ b/www/links/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.37 2006/09/03 20:35:36 wiz Exp $ +$NetBSD: distinfo,v 1.38 2006/11/18 18:49:46 wiz Exp $ -SHA1 (links-2.1pre23.tar.bz2) = d6e42b3b506b07c5b57142dedae78a0be6e221e0 -RMD160 (links-2.1pre23.tar.bz2) = 18ad152bc7367600d4438849c669cdcb8cd513ed -Size (links-2.1pre23.tar.bz2) = 3872086 bytes +SHA1 (links-2.1pre24.tar.bz2) = ec196320375145efbb946925b565a57175b140eb +RMD160 (links-2.1pre24.tar.bz2) = 8c7101d3bb0472206cfcdc63b0fc70c7413d86fc +Size (links-2.1pre24.tar.bz2) = 3918132 bytes SHA1 (patch-aa) = 374bd3262b4f50712cd42898d67e90ebcba72577 SHA1 (patch-ab) = a2d461c9d8b6300469ab6195886830fdd63be837 |