pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/links Update to 2.1pre32:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4b02016dc2c9
branches:  trunk
changeset: 537762:4b02016dc2c9
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jan 15 22:43:26 2008 +0000

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

 www/links/Makefile        |  4 ++--
 www/links/Makefile.common |  4 ++--
 www/links/distinfo        |  9 ++++-----
 3 files changed, 8 insertions(+), 9 deletions(-)

diffs (41 lines):

diff -r 8599b5cd6fa6 -r 4b02016dc2c9 www/links/Makefile
--- a/www/links/Makefile        Tue Jan 15 22:43:00 2008 +0000
+++ b/www/links/Makefile        Tue Jan 15 22:43:26 2008 +0000
@@ -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 -r 8599b5cd6fa6 -r 4b02016dc2c9 www/links/Makefile.common
--- a/www/links/Makefile.common Tue Jan 15 22:43:00 2008 +0000
+++ b/www/links/Makefile.common Tue Jan 15 22:43:26 2008 +0000
@@ -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 -r 8599b5cd6fa6 -r 4b02016dc2c9 www/links/distinfo
--- a/www/links/distinfo        Tue Jan 15 22:43:00 2008 +0000
+++ b/www/links/distinfo        Tue Jan 15 22:43:26 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index