pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www Update to 2.1pre31:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2523c3911da7
branches:  trunk
changeset: 535153:2523c3911da7
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Nov 08 19:39:33 2007 +0000

description:
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:

 www/links-gui/Makefile    |  5 ++---
 www/links/Makefile        |  5 ++---
 www/links/Makefile.common |  4 ++--
 www/links/distinfo        |  8 ++++----
 4 files changed, 10 insertions(+), 12 deletions(-)

diffs (55 lines):

diff -r b5683fc35404 -r 2523c3911da7 www/links-gui/Makefile
--- a/www/links-gui/Makefile    Thu Nov 08 19:39:11 2007 +0000
+++ b/www/links-gui/Makefile    Thu Nov 08 19:39:33 2007 +0000
@@ -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 -r b5683fc35404 -r 2523c3911da7 www/links/Makefile
--- a/www/links/Makefile        Thu Nov 08 19:39:11 2007 +0000
+++ b/www/links/Makefile        Thu Nov 08 19:39:33 2007 +0000
@@ -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 -r b5683fc35404 -r 2523c3911da7 www/links/Makefile.common
--- a/www/links/Makefile.common Thu Nov 08 19:39:11 2007 +0000
+++ b/www/links/Makefile.common Thu Nov 08 19:39:33 2007 +0000
@@ -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 -r b5683fc35404 -r 2523c3911da7 www/links/distinfo
--- a/www/links/distinfo        Thu Nov 08 19:39:11 2007 +0000
+++ b/www/links/distinfo        Thu Nov 08 19:39:33 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index