pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/links
Module Name: pkgsrc
Committed By: leot
Date: Mon May 21 20:44:56 UTC 2018
Modified Files:
pkgsrc/www/links: Makefile.common distinfo
Log Message:
links: Update www/links to 2.16.
Patch provided by nia, thanks!
Changes:
Sun Apr 29 17:12:24 CEST 2018 mikulas:
Improve handling of the DELETE key
Delete is used for both deleting and scrolling
If the last keypress was captured in a form field, DELETE deletes
If the last keypress was not captured DELETE scrolls
Sat Apr 28 21:49:08 CEST 2018 mikulas:
Implement the bracketed paste mode - a text can be pasted only to input
fields, the pasted text won't be misinterpreted as key commands
Sun Apr 22 17:28:05 CEST 2018 mikulas:
Fix bugs found by coverity:
* bad arguments to sizeof
* missing int->unsigned long long conversions in image scaling
* unchecked return of the close function
* a possible NULL pointer dereference in directfb.c
* a memory leak on invalid double number
* missing va_end
* non-working "No keepalive connection after POST request" option
and some other discrepancies which didn't result in any violation
Sat Apr 21 23:13:49 CEST 2018 mikulas:
Fix a crash in proxy authentication code (introduced in 2.15)
Thu Mar 29 20:06:50 CEST 2018 mikulas:
Fixed internal error "invalid set_handlers call" on framebuffer
if we suspend and terminate at the same time
Thu Mar 29 19:08:29 cet 2018 mikulas:
When compiled without SVG, rewrite wikipedia svg math urls with png urls
To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 pkgsrc/www/links/Makefile.common \
pkgsrc/www/links/distinfo
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.common
diff -u pkgsrc/www/links/Makefile.common:1.67 pkgsrc/www/links/Makefile.common:1.68
--- pkgsrc/www/links/Makefile.common:1.67 Mon Apr 30 06:40:11 2018
+++ pkgsrc/www/links/Makefile.common Mon May 21 20:44:56 2018
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.67 2018/04/30 06:40:11 wiz Exp $
+# $NetBSD: Makefile.common,v 1.68 2018/05/21 20:44:56 leot Exp $
#
# used by www/links/Makefile
# used by www/links-gui/Makefile
-DISTNAME= links-2.15
+DISTNAME= links-2.16
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.67 pkgsrc/www/links/distinfo:1.68
--- pkgsrc/www/links/distinfo:1.67 Mon Apr 30 06:40:11 2018
+++ pkgsrc/www/links/distinfo Mon May 21 20:44:56 2018
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.67 2018/04/30 06:40:11 wiz Exp $
+$NetBSD: distinfo,v 1.68 2018/05/21 20:44:56 leot Exp $
-SHA1 (links-2.15.tar.bz2) = 7392027437eefcd93701509851cce4046877e7b7
-RMD160 (links-2.15.tar.bz2) = bc4b3d89489999f16f73a7be1f1e04fb6520efbc
-SHA512 (links-2.15.tar.bz2) = 11e66fec57a7b33be0b9d9c5e51e042cde92536b132c5484eb6cc8285b6f0a28b023d45a03e5a44810beb8d4279f6f6c8c9e694f10e4eccacd3dbe9ee7108706
-Size (links-2.15.tar.bz2) = 6683613 bytes
+SHA1 (links-2.16.tar.bz2) = ff0278bfb018cbb207261bd4d95bab73903f9fad
+RMD160 (links-2.16.tar.bz2) = e1fa96766e914d6205a32664e33cff94f719f8ce
+SHA512 (links-2.16.tar.bz2) = 3ce169e214eae0f997c1f8647d354dc0803c9118a97dcd2594d62af23336890272f4b027d3ab0a0e151672d1506e50da0f0e561999c5841f0f183f32a279b14a
+Size (links-2.16.tar.bz2) = 6697222 bytes
SHA1 (patch-ab) = 3856b53ea6c17d72ca569acf1128ae40d2439ffb
Home |
Main Index |
Thread Index |
Old Index