pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2016Q2]: pkgsrc/www Pullup ticket #5056 - requested by bsiegert



details:   https://anonhg.NetBSD.org/pkgsrc/rev/25559b4764e7
branches:  pkgsrc-2016Q2
changeset: 408845:25559b4764e7
user:      spz <spz%pkgsrc.org@localhost>
date:      Sun Jul 17 08:48:38 2016 +0000

description:
Pullup ticket #5056 - requested by bsiegert
www/links: security update
www/links-gui: security update

Revisions pulled up:
- www/links-gui/Makefile                                        1.75
- www/links/Makefile                                            1.65
- www/links/Makefile.common                                     1.65
- www/links/distinfo                                            1.65
- www/links/patches/patch-ab                                    1.9

-------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   leot
   Date:           Sun Jul  3 10:58:03 UTC 2016

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

   Log Message:
   Update www/links{,-gui} to 2.13

   Changes:
   === RELEASE 2.13 ===
   Sat Jun 18 14:15:55 CEST 2016 mikulas:
    Page up and page down scroll slightly less than a page

   Fri Jun 17 23:57:23 CEST 2016 mikulas:
    Use domain list from publicsuffix.org to prevent setting cookies on
    public domains.
    Also fix a bug that existed in previous links versions:
    bla.com could register cookie for la.com or a.com

   Sat Jun 11 17:59:17 CEST 2016 mikulas:
    Fixed non-working mouse wheel on Syllable
    Workaround for getaddrinfo bug on Syllable

   Sat Jun 11 15:16:41 CEST 2016 mikulas:
    Support horizontal scroll wheel on Windows

   Tue Jun  7 19:10:11 CEST 2016 mikulas:
    Fixed a bug in the X driver that characters with unicode codes 128-255
    could not be entered with some locales

   Thu Jun  2 19:19:56 CEST 2016 mikulas:
    Security bug fixed: Use separate unix domain socket for anonymous
    instances, so that the anonymous instance won't connect to non-anonymous
    one

   Sun May  8 21:20:38 CEST 2016 mikulas:
    <samp> element

   Sun May  8 20:33:37 CEST 2016 mikulas:
    In case of certification verification failure, don't pop up multiple
    dialog windows asking for the same server

   Sun Mar 13 19:10:27 CET 2016 mikulas:
    Do not lookup .onion addresses directly, as specified by rfc7686

   Wed Jan 13 01:16:49 CET 2016 Jakub Bogusz <qboosh%pld-linux.org@localhost>:
    Updated Polish Translation

   Wed Oct 21 19:25:09 CEST 2015 mikulas:
    Security enhancement: Warn if the SSL/TLS method was downgraded


   To generate a diff of this commit:
   cvs rdiff -u -r1.64 -r1.65 pkgsrc/www/links/Makefile \
       pkgsrc/www/links/Makefile.common pkgsrc/www/links/distinfo
   cvs rdiff -u -r1.74 -r1.75 pkgsrc/www/links-gui/Makefile
   cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/links/patches/patch-ab

diffstat:

 www/links-gui/Makefile     |   3 +--
 www/links/Makefile         |   3 +--
 www/links/Makefile.common  |   4 ++--
 www/links/distinfo         |  12 ++++++------
 www/links/patches/patch-ab |   8 ++++----
 5 files changed, 14 insertions(+), 16 deletions(-)

diffs (76 lines):

diff -r aa6222dcc931 -r 25559b4764e7 www/links-gui/Makefile
--- a/www/links-gui/Makefile    Thu Jul 14 18:33:55 2016 +0000
+++ b/www/links-gui/Makefile    Sun Jul 17 08:48:38 2016 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.74 2016/03/05 11:29:38 jperkin Exp $
+# $NetBSD: Makefile,v 1.74.4.1 2016/07/17 08:48:38 spz Exp $
 
 PKGNAME=       ${DISTNAME:S/links/&-gui/}
-PKGREVISION=   1
 COMMENT=       Lynx-like text and graphics WWW browser
 
 CONFLICTS+=    links-[0-9]* elinks-0.3*
diff -r aa6222dcc931 -r 25559b4764e7 www/links/Makefile
--- a/www/links/Makefile        Thu Jul 14 18:33:55 2016 +0000
+++ b/www/links/Makefile        Sun Jul 17 08:48:38 2016 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.64 2016/03/05 11:29:37 jperkin Exp $
+# $NetBSD: Makefile,v 1.64.4.1 2016/07/17 08:48:38 spz Exp $
 
 COMMENT=       Lynx-like text WWW browser
-PKGREVISION=   1
 
 CONFLICTS+=    links-gui-[0-9]* elinks-0.3*
 
diff -r aa6222dcc931 -r 25559b4764e7 www/links/Makefile.common
--- a/www/links/Makefile.common Thu Jul 14 18:33:55 2016 +0000
+++ b/www/links/Makefile.common Sun Jul 17 08:48:38 2016 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.64 2015/10/15 12:27:50 wiz Exp $
+# $NetBSD: Makefile.common,v 1.64.6.1 2016/07/17 08:48:38 spz Exp $
 #
 # used by www/links/Makefile
 # used by www/links-gui/Makefile
 
-DISTNAME=      links-2.12
+DISTNAME=      links-2.13
 CATEGORIES=    www
 MASTER_SITES=  http://links.twibright.com/download/
 EXTRACT_SUFX=  .tar.bz2
diff -r aa6222dcc931 -r 25559b4764e7 www/links/distinfo
--- a/www/links/distinfo        Thu Jul 14 18:33:55 2016 +0000
+++ b/www/links/distinfo        Sun Jul 17 08:48:38 2016 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.64 2015/10/15 12:27:50 wiz Exp $
+$NetBSD: distinfo,v 1.64.6.1 2016/07/17 08:48:38 spz Exp $
 
-SHA1 (links-2.12.tar.bz2) = 952dfecded9496ff1a73184ce538d08dbbb5152b
-RMD160 (links-2.12.tar.bz2) = a40fbb6d821c2702a435ed66e375ca2cd2639003
-SHA512 (links-2.12.tar.bz2) = cd41eac369a8da090c56fbec42016541204fa4e098c8693f5f7766ce6e108a0cda0b205d090d3a351db0a9d9483e9b9145763faa255f0a13873bcd0ef058d6b5
-Size (links-2.12.tar.bz2) = 6418151 bytes
-SHA1 (patch-ab) = 679ad68a09d39776977bd5414e5a2f79d5386fa5
+SHA1 (links-2.13.tar.bz2) = ee5ef004723664d3928e29a603cb150db013603f
+RMD160 (links-2.13.tar.bz2) = f1f29ed90b2c7e397ab53fbd589ece5f2462456b
+SHA512 (links-2.13.tar.bz2) = e1de6f8dc5ed2419ff0c3b7efed0519f7562735b87c6d269c8fda9768ab65c5c96c197652269a1efdd09fa8be1c73ff8514d2bd3d2c4ff943034328f9d3e46ca
+Size (links-2.13.tar.bz2) = 6516087 bytes
+SHA1 (patch-ab) = 3856b53ea6c17d72ca569acf1128ae40d2439ffb
diff -r aa6222dcc931 -r 25559b4764e7 www/links/patches/patch-ab
--- a/www/links/patches/patch-ab        Thu Jul 14 18:33:55 2016 +0000
+++ b/www/links/patches/patch-ab        Sun Jul 17 08:48:38 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-ab,v 1.8 2015/07/20 23:03:24 dholland Exp $
+$NetBSD: patch-ab,v 1.8.8.1 2016/07/17 08:48:38 spz Exp $
 
---- configure.orig     2015-07-03 21:23:41.000000000 +0000
+--- configure.orig     2016-06-26 22:49:47.000000000 +0000
 +++ configure
 @@ -838,10 +838,10 @@ fi
  
@@ -15,5 +15,5 @@
 +AUTOMAKE="automake"
 +AUTOHEADER="autoheader"
  
- 
- 
+ export CC
+ export CPPFLAGS



Home | Main Index | Thread Index | Old Index