summaryrefslogtreecommitdiff
path: root/www/links
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2013-10-06 16:49:51 +0000
committerwiz <wiz@pkgsrc.org>2013-10-06 16:49:51 +0000
commitd54696ea60968ff4140c8a6d353f08ce0bd42693 (patch)
treeac5457da61d7b85c64dc9e53b027dad2879d4ea6 /www/links
parent4c0f62db12f1a5d23c153c028d7c27127060d413 (diff)
downloadpkgsrc-d54696ea60968ff4140c8a6d353f08ce0bd42693.tar.gz
Update links and links-gui to 2.8:
=== RELEASE 2.8 === Sat Sep 14 22:42:15 CEST 2013 mikulas: Fixed a memory leak if TIFF download was interrupted Sat Aug 24 17:59:01 cet 2013 mikulas: DOS DJGPP port Sun Jul 14 23:35:49 CEST 2013 mikulas: Do not save lines starting with space to URL history on the disk (idea by Volker Schatz) Sun Jul 14 23:35:28 CEST 2013 Volker Schatz <linksbrowser@volkerschatz.com> Do not misreport Date header value as last-modified date in the info box popping up on "=". New graphics glyphs Wed May 15 00:44:53 CEST 2013 Samuli Suominen <ssuominen@gentoo.org>: Fixed file 045e.png. It was not compatible with libpng-1.6 Wed May 15 00:43:27 CEST 2013 mikulas: Test integers addition for overflow. This fixes possible crashes due to overflows, they could possibly be security-sensitive. Sat Apr 6 19:00:07 CEST 2013 mikulas: Fixed a bug in Xwindow driver when images larger than 65536 pixels were used Fixed some integer overflows when scaling images larger than 65536 pixels Wed Jan 2 02:07:43 CET 2013 mikulas: OpenVMS port Wed Dec 12 04:52:33 MET 2012 mikulas: Fixed invalid pointer comparison (comparing if NULL is smaller than non-NULL pointer) that could result in failures with certain compilers Wed Nov 7 22:43:45 CET 2012 mikulas: Fixed IPv6 detection on OpenBSD Sat Sep 22 03:01:58 CEST 2012 mikulas: Fixed an internal error in decompressed file cache if Links was running out of memory and was freeing cached data Wed Sep 19 22:40:04 MET 2012 mikulas: An option that allows the user not to save URL history Sat Sep 1 18:26:50 CEST 2012 mikulas: An option to send do not track request Thu Aug 16 04:19:58 CEST 2012 mikulas: Reduced CPU consumption when downloading big files Tue Aug 14 21:52:43 CEST 2012 mikulas: Fixed a crash if the user selects "Save as" and the document has no header (the bug was introduced in Links 2.7pre1) Tue Aug 14 21:01:39 CEST 2012 mikulas: Parse FTP directories on VMS FTP server Mon Aug 13 21:39:09 CEST 2012 mikulas: Use a blocking pipe when communicating with the dns process, it fixes a possible error when system pipe buffer is too small Mon Aug 6 23:31:44 CEST 2012 mikulas: Workaround for bugs on GNU Hurd Sat Jul 28 01:21:18 CEST 2012 mikulas: data: url Fri Jul 20 19:00:30 MET 2012 mikulas: Accept color in #xxx format (besides usual #xxxxxx) Tue Jul 10 22:45:19 CEST 2012 mikulas: Fixed an infinite retry loop when the server terminates connection prematurely Sun Jul 8 20:23:43 CEST 2012 mikulas: Fixed some races in the framebuffer driver that could result in display corruption if the user is switching virtual consoles too quickly Thu Jul 5 22:35:57 CEST 2012 mikulas: Don't save URLs with password to history file on a disk Sat Jun 30 17:32:11 CEST 2012 mikulas: Fixed a rare bug where image alpha channel was not applied correctly
Diffstat (limited to 'www/links')
-rw-r--r--www/links/Makefile5
-rw-r--r--www/links/Makefile.common5
-rw-r--r--www/links/distinfo8
3 files changed, 8 insertions, 10 deletions
diff --git a/www/links/Makefile b/www/links/Makefile
index 2874fd45561..3278a08c754 100644
--- a/www/links/Makefile
+++ b/www/links/Makefile
@@ -1,7 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2013/02/06 23:24:02 jperkin Exp $
-#
-
-PKGREVISION= 1
+# $NetBSD: Makefile,v 1.61 2013/10/06 16:49:51 wiz Exp $
COMMENT= Lynx-like text WWW browser
diff --git a/www/links/Makefile.common b/www/links/Makefile.common
index f79a729bcf2..f77a803b38a 100644
--- a/www/links/Makefile.common
+++ b/www/links/Makefile.common
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile.common,v 1.58 2012/10/28 06:30:20 asau Exp $
+# $NetBSD: Makefile.common,v 1.59 2013/10/06 16:49:51 wiz Exp $
+#
# used by www/links/Makefile
# used by www/links-gui/Makefile
-DISTNAME= links-2.7
+DISTNAME= links-2.8
CATEGORIES= www
MASTER_SITES= http://links.twibright.com/download/
EXTRACT_SUFX= .tar.bz2
diff --git a/www/links/distinfo b/www/links/distinfo
index 6d821655bb2..ffb39715867 100644
--- a/www/links/distinfo
+++ b/www/links/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.59 2012/07/01 15:53:49 wiz Exp $
+$NetBSD: distinfo,v 1.60 2013/10/06 16:49:51 wiz Exp $
-SHA1 (links-2.7.tar.bz2) = 1e362a7e27078d630edf5868145a46247cda8cc3
-RMD160 (links-2.7.tar.bz2) = cd53596ba35a937e5d6a422a45a032e785d96ef2
-Size (links-2.7.tar.bz2) = 3884511 bytes
+SHA1 (links-2.8.tar.bz2) = a808d80d910b7d3ad86f4c5089e64f35113b69f2
+RMD160 (links-2.8.tar.bz2) = 29d4faeb598a76199704ae10ff5592937df3cee5
+Size (links-2.8.tar.bz2) = 4102643 bytes
SHA1 (patch-ab) = a2d461c9d8b6300469ab6195886830fdd63be837