diff options
author | wiz <wiz> | 2003-11-11 10:49:11 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-11-11 10:49:11 +0000 |
commit | c7049e756be0a3a80fb5ae772695bc79c243b3af (patch) | |
tree | 7f361c87eeb828e148d0af4b1190a83c1dd965d0 | |
parent | 6465e6eb7e12e2676bc71975cb1240d0d1519bbe (diff) | |
download | pkgsrc-c7049e756be0a3a80fb5ae772695bc79c243b3af.tar.gz |
Update to 2.1.0.14:
=== Release 2.1pre14
SunOS 4 portability fixes
Fixed bug with moving bookmark directory into itself
Search in bookmarks, extensions and associations
FTP rest was broken after passive FTP
Support for smb:// urls. smbclient must be installed
Support for incomplete pasv addresses
Fixed blank page instead of directory redirect when using passive ftp
Do not send first ftp command until head is received
Image view & download with 'i', '*' to change inlined image display
Display image names
Better parsing of ftp directories
Fixed authorization not working when file was in top directory
Updated Russian translation
Allow broken html tags with '=' inside
Do not retry DNS failures
=== Release 2.1pre13
Fixed possibility that invalid communication on socket could crash links
Do not print 1000l on FreeBSD console on exit
Fixed passive FTP, added option to fast FTP
Print host name in HTTP auth dialog
Passive FTP.
Fixed incorrect truncating of file on 304 reply
Updated Russian translation
Russian letters
Changed translation of Russian letters into 7bit ascii
Basic HTTP authentication (sponsored PerMov^(TM))
Fixed aliasing problem on gcc 3.31
Do not set timeout in DNS lookup and connection making
Fixed PmShell quirks in keyboard handling
Fixed screen sometimes not updating highlighted link
-rw-r--r-- | www/links-gui/Makefile | 4 | ||||
-rw-r--r-- | www/links/Makefile | 4 | ||||
-rw-r--r-- | www/links/Makefile.common | 4 | ||||
-rw-r--r-- | www/links/distinfo | 6 |
4 files changed, 9 insertions, 9 deletions
diff --git a/www/links-gui/Makefile b/www/links-gui/Makefile index e9989aa63a1..bc869f5f3b6 100644 --- a/www/links-gui/Makefile +++ b/www/links-gui/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2003/10/05 10:02:10 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2003/11/11 10:49:11 wiz Exp $ # -PKGNAME= links-gui-2.1.0.12 +PKGNAME= links-gui-2.1.0.14 COMMENT= Lynx-like text and graphics WWW browser diff --git a/www/links/Makefile b/www/links/Makefile index e6328104eec..dddee55bfd9 100644 --- a/www/links/Makefile +++ b/www/links/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2003/10/05 10:02:10 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2003/11/11 10:49:11 wiz Exp $ # -PKGNAME= links-2.1.0.12 +PKGNAME= links-2.1.0.14 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 492980621b3..cd993454d3b 100644 --- a/www/links/Makefile.common +++ b/www/links/Makefile.common @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.common,v 1.17 2003/10/05 10:02:10 wiz Exp $ +# $NetBSD: Makefile.common,v 1.18 2003/11/11 10:49:11 wiz Exp $ -DISTNAME= links-2.1pre12 +DISTNAME= links-2.1pre14 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 6c57f194f34..6ed33fb013a 100644 --- a/www/links/distinfo +++ b/www/links/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.24 2003/10/05 10:02:10 wiz Exp $ +$NetBSD: distinfo,v 1.25 2003/11/11 10:49:11 wiz Exp $ -SHA1 (links-2.1pre12.tar.bz2) = 5fc3a6564ec290b527e1ba92ad4542b17c50b243 -Size (links-2.1pre12.tar.bz2) = 3760971 bytes +SHA1 (links-2.1pre14.tar.bz2) = 8fbdc10edb2e0e04607e1a22849fb51451716977 +Size (links-2.1pre14.tar.bz2) = 3774183 bytes SHA1 (patch-aa) = 47fab20748fc660517ebc2d2ef8a6b9c7c0dd1e4 SHA1 (patch-ab) = a2d461c9d8b6300469ab6195886830fdd63be837 |