pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2006Q3]: pkgsrc/www Pullup ticket 1935 - requested by wiz



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5d87064ede8e
branches:  pkgsrc-2006Q3
changeset: 519225:5d87064ede8e
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Tue Dec 05 09:54:54 2006 +0000

description:
Pullup ticket 1935 - requested by wiz
security update for links, links-gui

- pkgsrc/www/links/Makefile                     1.43-1.44
- pkgsrc/www/links/Makefile.common              1.32-1.34
- pkgsrc/www/links/distinfo                     1.38-1.39
- pkgsrc/www/links-gui/Makefile                 1.44-1.45

   Module Name: pkgsrc
   Committed By:        wiz
   Date:                Wed Oct  4 22:04:11 UTC 2006

   Modified Files:
        pkgsrc/www/links: Makefile.common

   Log Message:
   Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.
---
   Module Name: pkgsrc
   Committed By:        wiz
   Date:                Sat Nov 18 18:49:46 UTC 2006

   Modified Files:
        pkgsrc/www/links: Makefile Makefile.common distinfo
        pkgsrc/www/links-gui: Makefile

   Log Message:
   Update to 2.1.0.24:

   === RELEASE 2.1pre24 ===

   Mon Nov  6 02:13:48 cet 2006 mikulas:

        Fixed incorrect page displayed when search string ended with space and
        the word was last on page

   Thu Oct 26 16:10:01 MET 2006 user:

        More strict parsing of ftp list, fixes ftp.su.se

   Sun Oct 15 22:55:28 MET DST 2006 mikulas:

        Allow cookie path to point to file, not only directory

   Wed Oct 11 00:17:27 MET DST 2006 mikulas:

        Fixed quirk with displaying of links in text mode

   Mon Oct  9 23:33:03 MET 2006 Jakub Bogusz <qboosh%pld-linux.org@localhost>:

        Updated Polish translation

   Mon Oct  9 21:55:24 MET 2006 Jindrich Makovicka <makovick%gmail.com@localhost>:

        Fixed memory corruption when redirecting URLs with user:password

   Mon Sep 11 02:43:32 MET DST 2006 mikulas:

        Test for socklen_t
        Work without PF_INET (for Minix 3)
        Cleaned up use of AF_ and PF_ constants

   Sat Sep  9 00:05:16 MET 2006 user:

        Fixed double-to-string conversion for config files

   Fri Aug 25 00:48:05 MET 2006 user:

        Parsing ftp directories starts to be difficult because fixing one bug
        introduces other. Previous fix sometimes mistook size for year :-/

   Sun Aug 20 05:06:57 cet 2006 mikulas:

        Correctly translate character set of "label" attribute

   Thu Aug 17 19:57:34 MET 2006 user:

        Fixed incremental loading of XBM images

   Mon Aug  7 05:11:47 CEST 2006 Matthew Fischer <futhark%mchsi.com@localhost>:

        Fixed Japanese fonts

   Mon Jul 31 00:32:58 MET 2006 user:

        More cygwin fixes
---
   Module Name: pkgsrc
   Committed By:        wiz
   Date:                Tue Dec  5 09:02:43 UTC 2006

   Modified Files:
        pkgsrc/www/links: Makefile Makefile.common distinfo
        pkgsrc/www/links-gui: Makefile

   Log Message:
   Update to 2.1pre26:

   === RELEASE 2.1pre26 ===

   Tue Nov 28 23:13:38 MET 2006 mikulas:

        Fixed severe security bug: '"' and ';' in smb:// url could be used for
        remote command execution.

   === RELEASE 2.1pre25 ===

   Wed Nov 22 23:55:21 MET 2006 mikulas:

        DirectFB no longer causes internal error on unsupported color depth.
        Normal error reporting and trying other drivers is be done.

   Wed Nov 22 22:26:58 MET 2006 Jakub Bogusz <qboosh%pld-linux.org@localhost>:

        Updated Polish Translation

   Sun Nov 12 17:23:46 MET 2006 user:

        Fixed memory leak in http authentication

diffstat:

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

diffs (60 lines):

diff -r 9865a130249d -r 5d87064ede8e www/links-gui/Makefile
--- a/www/links-gui/Makefile    Tue Dec 05 08:23:03 2006 +0000
+++ b/www/links-gui/Makefile    Tue Dec 05 09:54:54 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.43 2006/09/03 20:35:36 wiz Exp $
+# $NetBSD: Makefile,v 1.43.2.1 2006/12/05 09:54:54 ghen Exp $
 #
 
-PKGNAME=       links-gui-2.1.0.23
+PKGNAME=       links-gui-2.1.0.26
 
 COMMENT=       Lynx-like text and graphics WWW browser
 
diff -r 9865a130249d -r 5d87064ede8e www/links/Makefile
--- a/www/links/Makefile        Tue Dec 05 08:23:03 2006 +0000
+++ b/www/links/Makefile        Tue Dec 05 09:54:54 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.42 2006/09/03 20:35:36 wiz Exp $
+# $NetBSD: Makefile,v 1.42.2.1 2006/12/05 09:54:54 ghen Exp $
 #
 
-PKGNAME=       links-2.1.0.23
+PKGNAME=       links-2.1.0.26
 COMMENT=       Lynx-like text WWW browser
 
 CONFLICTS+=    links-gui-[0-9]* elinks-0.3*
diff -r 9865a130249d -r 5d87064ede8e www/links/Makefile.common
--- a/www/links/Makefile.common Tue Dec 05 08:23:03 2006 +0000
+++ b/www/links/Makefile.common Tue Dec 05 09:54:54 2006 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile.common,v 1.31 2006/09/03 20:35:36 wiz Exp $
+# $NetBSD: Makefile.common,v 1.31.2.1 2006/12/05 09:54:54 ghen Exp $
 
-DISTNAME=      links-2.1pre23
+DISTNAME=      links-2.1pre26
 CATEGORIES=    www
 MASTER_SITES=  http://links.twibright.com/download/
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    jschauma%NetBSD.org@localhost
-HOMEPAGE=      http://atrey.karlin.mff.cuni.cz/~clock/twibright/links/
+HOMEPAGE=      http://links.twibright.com/
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
diff -r 9865a130249d -r 5d87064ede8e www/links/distinfo
--- a/www/links/distinfo        Tue Dec 05 08:23:03 2006 +0000
+++ b/www/links/distinfo        Tue Dec 05 09:54:54 2006 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.37 2006/09/03 20:35:36 wiz Exp $
+$NetBSD: distinfo,v 1.37.2.1 2006/12/05 09:54:54 ghen Exp $
 
-SHA1 (links-2.1pre23.tar.bz2) = d6e42b3b506b07c5b57142dedae78a0be6e221e0
-RMD160 (links-2.1pre23.tar.bz2) = 18ad152bc7367600d4438849c669cdcb8cd513ed
-Size (links-2.1pre23.tar.bz2) = 3872086 bytes
+SHA1 (links-2.1pre26.tar.bz2) = b0e2095dc4013f9fae2837af998f91edc6a565a6
+RMD160 (links-2.1pre26.tar.bz2) = 8e7bbe0f8bb7d71d341405f524ebfb1c144b442b
+Size (links-2.1pre26.tar.bz2) = 3918490 bytes
 SHA1 (patch-aa) = 374bd3262b4f50712cd42898d67e90ebcba72577
 SHA1 (patch-ab) = a2d461c9d8b6300469ab6195886830fdd63be837



Home | Main Index | Thread Index | Old Index