From be9bd064311508410d871d5718b659f3be810653 Mon Sep 17 00:00:00 2001 From: leot Date: Sun, 3 Jul 2016 10:58:02 +0000 Subject: 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: 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 : Updated Polish Translation Wed Oct 21 19:25:09 CEST 2015 mikulas: Security enhancement: Warn if the SSL/TLS method was downgraded --- www/links/Makefile | 3 +-- www/links/Makefile.common | 4 ++-- www/links/distinfo | 12 ++++++------ www/links/patches/patch-ab | 8 ++++---- 4 files changed, 13 insertions(+), 14 deletions(-) (limited to 'www/links') diff --git a/www/links/Makefile b/www/links/Makefile index ab61e0431ad..5c0f2e49221 100644 --- a/www/links/Makefile +++ b/www/links/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.64 2016/03/05 11:29:37 jperkin Exp $ +# $NetBSD: Makefile,v 1.65 2016/07/03 10:58:02 leot Exp $ COMMENT= Lynx-like text WWW browser -PKGREVISION= 1 CONFLICTS+= links-gui-[0-9]* elinks-0.3* diff --git a/www/links/Makefile.common b/www/links/Makefile.common index b412e7ac0c9..a6535e8d7bb 100644 --- a/www/links/Makefile.common +++ b/www/links/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.64 2015/10/15 12:27:50 wiz Exp $ +# $NetBSD: Makefile.common,v 1.65 2016/07/03 10:58:02 leot 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 --git a/www/links/distinfo b/www/links/distinfo index c65afc9194a..2c476cf0230 100644 --- a/www/links/distinfo +++ b/www/links/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.64 2015/10/15 12:27:50 wiz Exp $ +$NetBSD: distinfo,v 1.65 2016/07/03 10:58:02 leot 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 --git a/www/links/patches/patch-ab b/www/links/patches/patch-ab index 9a60164a4f6..d3a4a0b3614 100644 --- a/www/links/patches/patch-ab +++ b/www/links/patches/patch-ab @@ -1,6 +1,6 @@ -$NetBSD: patch-ab,v 1.8 2015/07/20 23:03:24 dholland Exp $ +$NetBSD: patch-ab,v 1.9 2016/07/03 10:58:03 leot 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 @@ $NetBSD: patch-ab,v 1.8 2015/07/20 23:03:24 dholland Exp $ +AUTOMAKE="automake" +AUTOHEADER="autoheader" - - + export CC + export CPPFLAGS -- cgit v1.2.3