pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www
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
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/links/Makefile
diff -u pkgsrc/www/links/Makefile:1.64 pkgsrc/www/links/Makefile:1.65
--- pkgsrc/www/links/Makefile:1.64 Sat Mar 5 11:29:37 2016
+++ pkgsrc/www/links/Makefile Sun Jul 3 10:58:02 2016
@@ -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*
Index: pkgsrc/www/links/Makefile.common
diff -u pkgsrc/www/links/Makefile.common:1.64 pkgsrc/www/links/Makefile.common:1.65
--- pkgsrc/www/links/Makefile.common:1.64 Thu Oct 15 12:27:50 2015
+++ pkgsrc/www/links/Makefile.common Sun Jul 3 10:58:02 2016
@@ -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
Index: pkgsrc/www/links/distinfo
diff -u pkgsrc/www/links/distinfo:1.64 pkgsrc/www/links/distinfo:1.65
--- pkgsrc/www/links/distinfo:1.64 Thu Oct 15 12:27:50 2015
+++ pkgsrc/www/links/distinfo Sun Jul 3 10:58:02 2016
@@ -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
Index: pkgsrc/www/links-gui/Makefile
diff -u pkgsrc/www/links-gui/Makefile:1.74 pkgsrc/www/links-gui/Makefile:1.75
--- pkgsrc/www/links-gui/Makefile:1.74 Sat Mar 5 11:29:38 2016
+++ pkgsrc/www/links-gui/Makefile Sun Jul 3 10:58:03 2016
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.74 2016/03/05 11:29:38 jperkin Exp $
+# $NetBSD: Makefile,v 1.75 2016/07/03 10:58:03 leot Exp $
PKGNAME= ${DISTNAME:S/links/&-gui/}
-PKGREVISION= 1
COMMENT= Lynx-like text and graphics WWW browser
CONFLICTS+= links-[0-9]* elinks-0.3*
Index: pkgsrc/www/links/patches/patch-ab
diff -u pkgsrc/www/links/patches/patch-ab:1.8 pkgsrc/www/links/patches/patch-ab:1.9
--- pkgsrc/www/links/patches/patch-ab:1.8 Mon Jul 20 23:03:24 2015
+++ pkgsrc/www/links/patches/patch-ab Sun Jul 3 10:58:03 2016
@@ -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
+AUTOMAKE="automake"
+AUTOHEADER="autoheader"
-
-
+ export CC
+ export CPPFLAGS
Home |
Main Index |
Thread Index |
Old Index