pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www Update to 2.6:
details: https://anonhg.NetBSD.org/pkgsrc/rev/189c679d8078
branches: trunk
changeset: 602282:189c679d8078
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Apr 10 10:53:28 2012 +0000
description:
Update to 2.6:
=== RELEASE 2.6 ===
Sat Apr 7 03:54:41 CEST 2012 mikulas:
Fixed reads and writes out of memory in the xbm decoder
It may have security implications
Mon Apr 2 05:34:15 CEST 2012 mikulas:
Fixed character set in the window title in X11
Fri Mar 30 05:10:32 CEST 2012 mikulas:
Check EINTR after each syscall to work around non-working SA_RESTART
on some old Unices
Wed Mar 28 22:11:23 CEST 2012 mikulas:
Fixed access out of allocated memory in the graphics renderer.
It may have security implications --- although just two characters
('-' and 0) were written to the unallocated area.
Tue Mar 27 21:49:38 CEST 2012 mikulas:
Fixed an infinite loop in usemap when invalid html tag was processed
Sun Mar 25 04:46:43 CEST 2012 mikulas:
Fixed a crash if the user runs links with pipe on stdin
Sun Mar 25 02:42:11 MET 2012 mikulas:
Fixed inefficiency when moving or dragging mouse over big documents
Sat Mar 24 01:26:05 CET 2012 mikulas:
Fixed inefficiency when displaying documents with long lines
Wed Mar 7 23:02:27 CET 2012 mikulas:
Fix copy and paste of Unicode characters to/from Xwindow
clipboard
Tue Feb 28 21:04:51 CET 2012 mikulas:
Fixed visual glitches in the select box in text-mode UTF-8
Sun Feb 26 18:31:17 MET 2012 mikulas:
Use key ' to move forward
Thu Feb 23 23:13:35 CET 2012 mikulas:
Fixed access out of memory when pasting too long string from
a clipboard
Thu Feb 23 00:52:09 CET 2012 mikulas:
The NSS encryption library can cause browser lockup. Add a warning.
The user should use OpenSSL instead of NSS.
Wed Feb 22 23:11:45 CET 2012 mikulas:
Fix for big endian Xserver
Tue Feb 21 03:03:33 MET 2012 mikulas:
Restrict textarea and input field width to screen size minus margins
Tue Feb 21 00:29:09 CET 2012 mikulas:
Fixed saving formatted document when UTF-8 is used
Sun Feb 19 22:24:20 MET 2012 mikulas:
Fixed a crash if the user selected "Frame at full-screen" in the menu
and there was no page displayed in the current frame
Mon Feb 13 19:35:07 MET 2012 mikulas:
Reload bookmarks if some other Links instance changes them
Mon Feb 13 18:37:41 MET 2012 mikulas:
Fixed some messages about decompression errors when http authentication
and compression was used at the same time
Sun Feb 12 18:32:26 MET 2012 mikulas:
Display filename and percentage in the download menu
Sun Feb 12 17:50:01 MET 2012 mikulas:
Fixed divide-by-zero crash in the download code
Sun Feb 12 15:22:12 MET 2012 mikulas:
Continue downloads to partially downloaded file
Tue Feb 7 07:13:49 MET 2012 mikulas:
Add information about versions of libraries
Tue Feb 7 00:39:28 cet 2012 mikulas:
Fixed visual glitches in the list editor
Sun Feb 5 20:35:43 cet 2012 mikulas:
Fixed integer overflows if file cache has more than 2GB
Mon Jan 23 21:54:19 MET 2012 mikulas:
Don't compact <br> tags inside <pre> (fixes line numbers in
source code viewer on github)
Mon Jan 23 03:23:07 CET 2012 mikulas:
Support non-english keyboard in the Xwindow driver
Sun Jan 15 01:42:59 cet 2012 mikulas:
When opening a new window, copy html options from the existing session
Sat Jan 14 22:59:53 cet 2012 mikulas:
Support #! translation according to Google specification
Thu Jan 5 02:43:42 CET 2012 mikulas:
Fixed reading of a freed memory if the user deletes a user program
while a query box with user programs is displayed
Fri Dec 30 15:34:11 MET 2011 mikulas:
Allow the user to set local IP address
Thu Dec 29 18:41:51 MET 2011 mikulas:
Allow the user to change colors
diffstat:
www/links-gui/Makefile | 3 +--
www/links/Makefile | 3 +--
www/links/Makefile.common | 4 ++--
www/links/distinfo | 8 ++++----
4 files changed, 8 insertions(+), 10 deletions(-)
diffs (54 lines):
diff -r c4a444389ea9 -r 189c679d8078 www/links-gui/Makefile
--- a/www/links-gui/Makefile Mon Apr 09 23:28:49 2012 +0000
+++ b/www/links-gui/Makefile Tue Apr 10 10:53:28 2012 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.67 2012/02/06 12:41:53 wiz Exp $
+# $NetBSD: Makefile,v 1.68 2012/04/10 10:53:29 wiz Exp $
#
PKGNAME= ${DISTNAME:S/links/&-gui/}
-PKGREVISION= 2
COMMENT= Lynx-like text and graphics WWW browser
CONFLICTS+= links-[0-9]* elinks-0.3*
diff -r c4a444389ea9 -r 189c679d8078 www/links/Makefile
--- a/www/links/Makefile Mon Apr 09 23:28:49 2012 +0000
+++ b/www/links/Makefile Tue Apr 10 10:53:28 2012 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.58 2012/01/27 08:24:28 sbd Exp $
+# $NetBSD: Makefile,v 1.59 2012/04/10 10:53:28 wiz Exp $
#
COMMENT= Lynx-like text WWW browser
-PKGREVISION= 1
CONFLICTS+= links-gui-[0-9]* elinks-0.3*
diff -r c4a444389ea9 -r 189c679d8078 www/links/Makefile.common
--- a/www/links/Makefile.common Mon Apr 09 23:28:49 2012 +0000
+++ b/www/links/Makefile.common Tue Apr 10 10:53:28 2012 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.55 2012/03/05 13:17:14 wiz Exp $
+# $NetBSD: Makefile.common,v 1.56 2012/04/10 10:53:28 wiz Exp $
# used by www/links/Makefile
# used by www/links-gui/Makefile
-DISTNAME= links-2.5
+DISTNAME= links-2.6
CATEGORIES= www
MASTER_SITES= http://links.twibright.com/download/
EXTRACT_SUFX= .tar.bz2
diff -r c4a444389ea9 -r 189c679d8078 www/links/distinfo
--- a/www/links/distinfo Mon Apr 09 23:28:49 2012 +0000
+++ b/www/links/distinfo Tue Apr 10 10:53:28 2012 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.57 2012/01/20 12:27:35 wiz Exp $
+$NetBSD: distinfo,v 1.58 2012/04/10 10:53:28 wiz Exp $
-SHA1 (links-2.5.tar.bz2) = fe4bc37be8aebd9196c35ffef724435cea94349c
-RMD160 (links-2.5.tar.bz2) = ec0c2fbf239289d757fd12526495bdcb3c08a588
-Size (links-2.5.tar.bz2) = 3849259 bytes
+SHA1 (links-2.6.tar.bz2) = 228bd726c176ea44d35fa12cafd97aa83214d9dc
+RMD160 (links-2.6.tar.bz2) = ea13e446903fbeaa8b05b3aa81dcfe5f69224962
+Size (links-2.6.tar.bz2) = 3866614 bytes
SHA1 (patch-ab) = a2d461c9d8b6300469ab6195886830fdd63be837
Home |
Main Index |
Thread Index |
Old Index