diff options
author | wiz <wiz> | 2008-01-15 22:43:26 +0000 |
---|---|---|
committer | wiz <wiz> | 2008-01-15 22:43:26 +0000 |
commit | 36d1e6b1aa5261f63425627cb2d86b6dc3ae6718 (patch) | |
tree | ea08df7caea379806f815b8dc0da1d8a78e58043 /www | |
parent | 3a2ca5e8ade1a723c3f5065d74eeac12dcfa59f2 (diff) | |
download | pkgsrc-36d1e6b1aa5261f63425627cb2d86b6dc3ae6718.tar.gz |
Update to 2.1pre32:
=== RELEASE 2.1pre32 ===
Thu Dec 13 04:44:01 MET 2007 mikulas:
Do not display links to alternate stylesheets
Tue Dec 11 06:37:56 MET 2007 mikulas:
Use Content-Disposition as a suggestion for downloaded file name
Sun Dec 9 04:52:37 MET 2007 mikulas:
Fixed write to freed memory resulting in misbehavior of radio buttons
and a possible crash
Wed Dec 5 23:26:55 MET 2007 mikulas:
Make it run without Cygwin environment (only with Cygwin DLLs)
Workaround for flaws in Cygwin Unix emulation:
SIGWINCH is sometimes lost
Signal handlers write to a pipe and it should wake select() up,
sometimes, it doesn't
exec("command.com") crashes Windows 98 when some sockets are
open
Wed Dec 5 18:05:00 MET 2007 mikulas:
Do not search for compressed-file extension (.gz, .bz2) in URLs
containing '?', '&' or ';' --- they are likely scripts and they should
provide information about compression in the header.
Tue Dec 4 04:09:51 MET 2007 mikulas:
When the document was truncated to zero size on reload and no data were
received, links didn't invalidate formatted document cache
Wed Nov 7 00:20:12 MET 2007 mikulas:
Accept capital 'X' as a hex number mark in html entities
Fri Nov 2 19:53:01 MET 2007 mikulas:
Do not print links to stylesheet to the document
Fri Nov 2 19:52:22 MET 2007 mikulas:
Slightly improve parsing of ftp --- when the line contains "<DIR>", we
can assume that it is a directory
Tue Oct 30 21:22:27 cet 2007 mikulas:
Previous release didn't compile on OS/2 due to missing SIGCONT
Diffstat (limited to 'www')
-rw-r--r-- | www/links/Makefile | 4 | ||||
-rw-r--r-- | www/links/Makefile.common | 4 | ||||
-rw-r--r-- | www/links/distinfo | 9 |
3 files changed, 8 insertions, 9 deletions
diff --git a/www/links/Makefile b/www/links/Makefile index 018019710dd..701956b6f6e 100644 --- a/www/links/Makefile +++ b/www/links/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.49 2007/11/08 19:39:33 wiz Exp $ +# $NetBSD: Makefile,v 1.50 2008/01/15 22:43:26 wiz Exp $ # -PKGNAME= links-2.1.0.31 +PKGNAME= links-2.1.0.32 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 5200720fcfd..96cf2e44746 100644 --- a/www/links/Makefile.common +++ b/www/links/Makefile.common @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.common,v 1.41 2007/11/30 09:59:59 bjs Exp $ +# $NetBSD: Makefile.common,v 1.42 2008/01/15 22:43:26 wiz Exp $ -DISTNAME= links-2.1pre31 +DISTNAME= links-2.1pre32 CATEGORIES= www MASTER_SITES= http://links.twibright.com/download/ EXTRACT_SUFX= .tar.bz2 diff --git a/www/links/distinfo b/www/links/distinfo index 7faa3e73908..de282ed6e2e 100644 --- a/www/links/distinfo +++ b/www/links/distinfo @@ -1,8 +1,7 @@ -$NetBSD: distinfo,v 1.44 2007/11/30 09:11:11 bjs Exp $ +$NetBSD: distinfo,v 1.45 2008/01/15 22:43:26 wiz Exp $ -SHA1 (links-2.1pre31.tar.bz2) = 57fb3d6cf2235ac87c1583aeea386843133100a3 -RMD160 (links-2.1pre31.tar.bz2) = f5ab4732cbdcfd3e8f8252b07f5fcbf2850e59d7 -Size (links-2.1pre31.tar.bz2) = 3810706 bytes +SHA1 (links-2.1pre32.tar.bz2) = d63f75f3adf0f7351bc0ebd33b97773a58df961b +RMD160 (links-2.1pre32.tar.bz2) = 06660c8721a24c3f5e5a1a5d5703937261294aab +Size (links-2.1pre32.tar.bz2) = 3812582 bytes SHA1 (patch-aa) = 374bd3262b4f50712cd42898d67e90ebcba72577 SHA1 (patch-ab) = a2d461c9d8b6300469ab6195886830fdd63be837 -SHA1 (patch-ac) = dda86db5f0d4a61be3a3c5f545b48eeac9f2b2e6 |