diff options
author | wiz <wiz> | 2002-07-02 11:23:04 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-07-02 11:23:04 +0000 |
commit | dcb877cd02f98c990cba2f3d067f68a98da63467 (patch) | |
tree | f882e35d8395b4578193a09ce89bd614e9a90d3c /www/links | |
parent | f126d7ab2e01683c2325e88f49b3c2d0927a3d3a (diff) | |
download | pkgsrc-dcb877cd02f98c990cba2f3d067f68a98da63467.tar.gz |
Upgrade links and links-gui to 2.1.0.2 (2.1pre2), in the hope that it fixes
pkg/17358. Changes:
Fixed shoting to memory with javascript and input fields
Do not call gethostbyaddr when name is not ip address (it should avoid
some useless nameserver queries)
Fixed a delay on quit until async lookup terminates
Floating point numbers in configure file are stored with '.' even on
systems with ',' in locales.
Line length fix on framebuffer.
New domain names
Croatian translation
Small change in x.c to work on some 8-bit displays.
Fixed mem_free(NULL) in x.c:1001
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 | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/www/links/Makefile b/www/links/Makefile index 7d0a1947299..26f1eea6774 100644 --- a/www/links/Makefile +++ b/www/links/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2002/06/30 04:02:54 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2002/07/02 11:23:04 wiz Exp $ # -PKGNAME= links-2.0 +PKGNAME= links-2.1.0.2 COMMENT= Lynx-like text WWW browser diff --git a/www/links/Makefile.common b/www/links/Makefile.common index 088f90cd9f6..2ff6b33369a 100644 --- a/www/links/Makefile.common +++ b/www/links/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.1 2002/06/20 15:18:13 jschauma Exp $ +# $NetBSD: Makefile.common,v 1.2 2002/07/02 11:23:04 wiz Exp $ # -DISTNAME= links-2.0 +DISTNAME= links-2.1pre2 CATEGORIES= www MASTER_SITES= \ http://atrey.karlin.mff.cuni.cz/~clock/twibright/links/download/ \ diff --git a/www/links/distinfo b/www/links/distinfo index 3a4939bf58d..8bd039c1387 100644 --- a/www/links/distinfo +++ b/www/links/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2002/06/20 15:18:13 jschauma Exp $ +$NetBSD: distinfo,v 1.6 2002/07/02 11:23:04 wiz Exp $ -SHA1 (links-2.0.tar.bz2) = c4584e728ebbb5ef60aab6d661a2d865445c451d -Size (links-2.0.tar.bz2) = 3499871 bytes +SHA1 (links-2.1pre2.tar.bz2) = b3a807968ce028fe9fc702292bb107c6249d05e3 +Size (links-2.1pre2.tar.bz2) = 3509541 bytes |