diff options
author | wiz <wiz@pkgsrc.org> | 2007-11-08 19:39:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-11-08 19:39:33 +0000 |
commit | 9910b39aba94ba44629932ca0961b74f6f8e6512 (patch) | |
tree | d75f53e9203b80c1e4a2adc654db2e4a566a29b7 /www | |
parent | 3714f15c66b4558f2def79c5f7f134a0cf92497f (diff) | |
download | pkgsrc-9910b39aba94ba44629932ca0961b74f6f8e6512.tar.gz |
Update to 2.1pre31:
=== RELEASE 2.1pre31 ===
Sat Oct 27 02:52:07 CEST 2007 mikulas:
Some newer Linuxes unfortunatelly do not send SIGCONT when running
process is brougt to foreground with 'fg' command. So implement 0.5s
polling to test if we're on foreground.
Wed Oct 24 03:41:19 MET 2007 mikulas:
Do not request compression for files with .Z, .gz or .bz2 suffix
--- some servers will compress them again
Wed Oct 24 03:16:43 MET 2007 mikulas:
Support HTTP/0.9 (without header)
Mon Oct 22 18:35:16 MET 2007 mikulas:
In case of non-restartable connection, proceed with the connection
even if the server is on blacklist
Mon Oct 22 02:00:13 MET 2007 mikulas:
An option to disallow non-proxy connections (for anonymization via tor
or similar services)
Sat Oct 20 22:08:02 MET 2007 mikulas:
Turn off compression if the server closes the connection prematurely
Some servers errorneously send the size of uncompressed data
Sat Oct 13 18:19:45 MET 2007 mikulas:
An option to disable compression. Disable compression automatically for
a given server if links receives errorneous compressed data
Mon Sep 17 03:59:33 CEST 2007 mikulas:
Break ansi aliasing on ICC 10 with -ipo
Empty function call was not enough to break it
Fri Sep 7 00:00:29 MET 2007 mikulas:
When the connection dies after the last received byte, do not send
"Range:" header in retry request --- servers don't like "Range" pointing
after the last byte
Diffstat (limited to 'www')
-rw-r--r-- | www/links-gui/Makefile | 5 | ||||
-rw-r--r-- | www/links/Makefile | 5 | ||||
-rw-r--r-- | www/links/Makefile.common | 4 | ||||
-rw-r--r-- | www/links/distinfo | 8 |
4 files changed, 10 insertions, 12 deletions
diff --git a/www/links-gui/Makefile b/www/links-gui/Makefile index 97b3e539232..cd233b4ff33 100644 --- a/www/links-gui/Makefile +++ b/www/links-gui/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.50 2007/10/16 17:12:23 bjs Exp $ +# $NetBSD: Makefile,v 1.51 2007/11/08 19:39:34 wiz Exp $ # -PKGNAME= links-gui-2.1.0.30 -PKGREVISION= 1 +PKGNAME= links-gui-2.1.0.31 COMMENT= Lynx-like text and graphics WWW browser diff --git a/www/links/Makefile b/www/links/Makefile index afdc925060c..018019710dd 100644 --- a/www/links/Makefile +++ b/www/links/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.48 2007/10/16 17:12:23 bjs Exp $ +# $NetBSD: Makefile,v 1.49 2007/11/08 19:39:33 wiz Exp $ # -PKGNAME= links-2.1.0.30 -PKGREVISION= 1 +PKGNAME= links-2.1.0.31 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 ea27d3ad06f..150862d668f 100644 --- a/www/links/Makefile.common +++ b/www/links/Makefile.common @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.common,v 1.38 2007/10/16 17:12:23 bjs Exp $ +# $NetBSD: Makefile.common,v 1.39 2007/11/08 19:39:33 wiz Exp $ -DISTNAME= links-2.1pre30 +DISTNAME= links-2.1pre31 CATEGORIES= www MASTER_SITES= http://links.twibright.com/download/ EXTRACT_SUFX= .tar.bz2 diff --git a/www/links/distinfo b/www/links/distinfo index eab2a6f6c51..a5a2eb6c438 100644 --- a/www/links/distinfo +++ b/www/links/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.42 2007/08/29 20:46:51 wiz Exp $ +$NetBSD: distinfo,v 1.43 2007/11/08 19:39:33 wiz Exp $ -SHA1 (links-2.1pre30.tar.bz2) = a59391a9fa94a019d3f44f11163c4fda222189c1 -RMD160 (links-2.1pre30.tar.bz2) = 28baeba63f2845b19a3715bf6baa2f8db6acbe9f -Size (links-2.1pre30.tar.bz2) = 3805492 bytes +SHA1 (links-2.1pre31.tar.bz2) = 57fb3d6cf2235ac87c1583aeea386843133100a3 +RMD160 (links-2.1pre31.tar.bz2) = f5ab4732cbdcfd3e8f8252b07f5fcbf2850e59d7 +Size (links-2.1pre31.tar.bz2) = 3810706 bytes SHA1 (patch-aa) = 374bd3262b4f50712cd42898d67e90ebcba72577 SHA1 (patch-ab) = a2d461c9d8b6300469ab6195886830fdd63be837 |