Hi, After chatting with the folk on #pkgsrc about the TODO list it was deemed better to pile a bunch of patches and the commit logs into a single email rather than opening more pr's that just end up on the TODO list anyway e.g. pkg/49996 The cvs diff is in the files with .patch on the end and what I figured would be useful in the cvs log I put in the files with the .changelog suffix. Cheers, Ben
+- Image buffer/cache improvements. - Fix for segfault when there's no dpid and view source is requested. - Fix view-source dpi to handle null characters correctly. - Made view-source dpi use CSS formatting (it's shorter and cleaner). Patches: Jorge Arellano Cid +- Crosscompile/buildroot-friendly fltk-config test. Patch: Peter Seiderer +- Fix X11 icon name. - In location bar, tend toward showing beginning of URL instead of end. - Handle irix's version of vsnprintf(). - INPUT, TEXTAREA placeholder attribute. - Better notification when user's domainrc settings block page redirection. - Fix bug with font_factor preference and CSS font-size:(larger|smaller). - Recognize Menu key in keysrc. - HTTPS: change cipher list to "ALL:!aNULL:!eNULL:!LOW:!EXPORT40:!RC4", disable SSL3, disable TLS compression. Patches: corvid +- Avoid requesting background images if an ancestor has display:none. - Ignore built-in search url if any are specified in dillorc. Patches: Johannes Hofmann
cvs diff: Diffing . Index: Makefile =================================================================== RCS file: /cvsroot/pkgsrc/www/dillo/Makefile,v retrieving revision 1.69 diff -u -r1.69 Makefile --- Makefile 12 Jun 2015 16:17:15 -0000 1.69 +++ Makefile 20 Jul 2015 11:42:13 -0000 @@ -1,6 +1,6 @@ # $NetBSD: Makefile,v 1.69 2015/06/12 16:17:15 snj Exp $ -DISTNAME= dillo-3.0.4.1 +DISTNAME= dillo-3.0.5 CATEGORIES= www MASTER_SITES= http://www.dillo.org/download/ EXTRACT_SUFX= .tar.bz2 Index: distinfo =================================================================== RCS file: /cvsroot/pkgsrc/www/dillo/distinfo,v retrieving revision 1.37 diff -u -r1.37 distinfo --- distinfo 12 Jun 2015 16:17:15 -0000 1.37 +++ distinfo 20 Jul 2015 11:42:13 -0000 @@ -1,5 +1,5 @@ $NetBSD: distinfo,v 1.37 2015/06/12 16:17:15 snj Exp $ -SHA1 (dillo-3.0.4.1.tar.bz2) = f030335a561e00afae1c6c5c73f87305f35a5643 -RMD160 (dillo-3.0.4.1.tar.bz2) = e7b585e3819a0782868488255a083b0bb6f53b35 -Size (dillo-3.0.4.1.tar.bz2) = 744101 bytes +SHA1 (dillo-3.0.5.tar.bz2) = 1f6646f03e3c99f03a4e4abeeb5110bf7f7b3e6a +RMD160 (dillo-3.0.5.tar.bz2) = 404d7b1a0e60526a53a02d4d49ed5b747f4e43fb +Size (dillo-3.0.5.tar.bz2) = 734472 bytes
Changes updates for 2.7 * configure.in: Set version to 2.7 * src/minicom.src, src/minicom.h, src/updown.c: Enlarge scr_name variable. By Krzysztof Sywula. * autogen.sh: Use version 1.14 * configure.in: Add AM_PROG_AR, Gentoo bug #489734 * src/script.c, man/runscript.1: Add binary transmission feature by Tobias Schlager. * autogen.sh: Update to 1.13 * man/minicom.1, src/minicom.c: Improve manpage, and --help to option output. By Jaromir Capik, #314342 * src/config.c, src/dial.c, src/main.c, src/minicom.c, src/minicom.h: make statusline configurable, remove -T option. * src/main.c: Improve display of device path with -T option. * man/minicom.1: Update docs for -T option. * po/zh_TW.po: Update from Translation team. * src/main.c, src/minicom.h, src/updown.c: [#314018] [PATCH] Disabling lockfile warnings when the device disappears (ttyUSB hot-unplug), by Jaromir Capik
Index: Makefile =================================================================== RCS file: /cvsroot/pkgsrc/comms/minicom/Makefile,v retrieving revision 1.65 diff -u -r1.65 Makefile --- Makefile 9 Oct 2014 14:06:03 -0000 1.65 +++ Makefile 19 Jul 2015 22:34:08 -0000 @@ -1,6 +1,6 @@ # $NetBSD: Makefile,v 1.65 2014/10/09 14:06:03 wiz Exp $ -DISTNAME= minicom-2.6.2 +DISTNAME= minicom-2.7 CATEGORIES= comms MASTER_SITES= http://alioth.debian.org/frs/download.php/3869/ Index: patches/patch-src_script.c =================================================================== RCS file: patches/patch-src_script.c diff -N patches/patch-src_script.c --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ patches/patch-src_script.c 19 Jul 2015 22:34:08 -0000 @@ -0,0 +1,12 @@ +$NetBSD$ + +--- src/script.c.orig 2013-10-29 11:07:42.000000000 +0000 ++++ src/script.c +@@ -34,6 +34,7 @@ + + #include <stdarg.h> + ++#include <sys/wait.h> + #include "port.h" + #include "minicom.h" + #include "intl.h" Index: distinfo =================================================================== RCS file: /cvsroot/pkgsrc/comms/minicom/distinfo,v retrieving revision 1.14 diff -u -r1.14 distinfo --- distinfo 9 Oct 2013 10:53:24 -0000 1.14 +++ distinfo 19 Jul 2015 22:39:25 -0000 @@ -1,11 +1,12 @@ $NetBSD: distinfo,v 1.14 2013/10/09 10:53:24 adam Exp $ -SHA1 (minicom-2.6.2.tar.gz) = e4267f89e4046c4e3d28cad5aa643edb1de4169a -RMD160 (minicom-2.6.2.tar.gz) = c6c2936bc0e4ae662bdf09ead6e76b68d7278e56 -Size (minicom-2.6.2.tar.gz) = 855340 bytes +SHA1 (minicom-2.7.tar.gz) = 939eef8ca1bda82ee801b087d9db4f16a19fbe6e +RMD160 (minicom-2.7.tar.gz) = a7947e2e45cc6655b55b70cb65f8784a606248ce +Size (minicom-2.7.tar.gz) = 863544 bytes SHA1 (patch-ab) = e87dbe616958b2b1a01a9a7dfa8cb8f8c1a6978f SHA1 (patch-ac) = b2ffa106989ea562b8ea85bfd15e516713a37f3f SHA1 (patch-ad) = a3e50ae6dcacb6ae6a177e5b6e4d3d959d960eca SHA1 (patch-ae) = ea2fb58212de7caaaed4c0817290ca3612212b6c SHA1 (patch-ag) = 5f635b67e2e48d13c9df7f3ed4fdca83a1c7f7ef SHA1 (patch-ah) = ae6048f6a8e81134a459aaf21527e944c68ae07f +SHA1 (patch-src_script.c) = 2cab0b913328c3bd7b74346e85751b98fecfa48b
1.22.2 --- - Fix buffering for funny sample formats (namely, 24 bit), that do not fit nicely into 32768 bytes. Effect was a nasty endless loop where mpg123 needs to be externally killed. 1.22.1 --- - Fix mpg123-id3dump when writing images with funny (manipulated) MIME type. Stupid mistake in length computation of the fallback file extension caused junk from memory being appended to the filename if the pointer size is less than 64 bit. For 64 bit pointers (or longer) it was correct by accident. - Fix pedantic build by cleaning up out123 source, also now really showing the encoding list in --longhelp instead of possibly, again, writing junk from memory in there. - Not linking libmpg123 against libltdl anymore (bug 215). - Update MSVC++ ports a bit to make them work again.
cvs diff: Diffing . Index: Makefile.common =================================================================== RCS file: /cvsroot/pkgsrc/audio/mpg123/Makefile.common,v retrieving revision 1.38 diff -u -r1.38 Makefile.common --- Makefile.common 20 Nov 2014 13:07:12 -0000 1.38 +++ Makefile.common 20 Jul 2015 13:02:54 -0000 @@ -7,7 +7,7 @@ # used by audio/mpg123-pulse/Makefile # used by audio/mpg123-sun/Makefile -DISTNAME= mpg123-1.21.0 +DISTNAME= mpg123-1.22.2 PKGNAME?= ${DISTNAME:C/[[:alnum:]]*/&-${MPG123_MODULE}/} CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mpg123/} Index: distinfo =================================================================== RCS file: /cvsroot/pkgsrc/audio/mpg123/distinfo,v retrieving revision 1.37 diff -u -r1.37 distinfo --- distinfo 20 Nov 2014 13:07:12 -0000 1.37 +++ distinfo 20 Jul 2015 13:02:54 -0000 @@ -1,8 +1,8 @@ $NetBSD: distinfo,v 1.37 2014/11/20 13:07:12 mef Exp $ -SHA1 (mpg123-1.21.0.tar.bz2) = a2fd84078632b7ab73ae4cd64c3f941d140167a8 -RMD160 (mpg123-1.21.0.tar.bz2) = 5f5e0c8c482a16d093603845f67bfe733aac3e79 -Size (mpg123-1.21.0.tar.bz2) = 863177 bytes +SHA1 (mpg123-1.22.2.tar.bz2) = 9125b4eabf6327c71a439e07e16eb39b712085e2 +RMD160 (mpg123-1.22.2.tar.bz2) = 3a44ba823d148db87cdee7be0188d166334426cb +Size (mpg123-1.22.2.tar.bz2) = 870063 bytes SHA1 (patch-aa) = 075f0315f03f42f2bc94db8a827a7c209a61ea6b SHA1 (patch-ad) = 1287cc2ec7c718ecd5566ece52608235d76fde11 SHA1 (patch-af) = ed89154abc9e4eea7934e6b11431b4b8f95d36b0
Changes since Version 1.0.23: Use VittGam's real name. Attribution for Saverio Proto. Always call res_init() before getaddrinfo(). Fix --logfile without a filename on Windows. Never call putenv() with data on the stack. Return non-zero exit code when encountering configuration errors during startup. Fix autoconf check for function attributes. Fix spelling of FORTIFY_SOURCE. Update copyright notices. Attribution for various contributors. Only check for -fno-strict-overflow if -fwrapv does not work. Fix unputenv() on Windows. Don't try to call res_init() if ./configure told us it doesn't exist. Releasing 1.0.26. fix musl compatibility Fix date of last NEWS entry. Remember ToS/Diffserv priority for each socket individually. Attribution for various contributors. Automatically choose a tap device on Mac OS X when using switch Mode. Update documentation for Mac OS X. Check whether res_init() really lives in libresolv. Fixed scripts calling under Win32. Get MAC of TAP device. Fixed tinc-up script calling on Win32. Add support to link against libresolv Mac OS X Use the description from the 1.1 man page for the IndirectData option Update README.android Fix some typos in the manual. Configure minimum reconnect timeouts. Support ToS/DiffServ priority handling for IPv6 meta and UDP connections. Remove useless variable 'hard' from try_harder(). Merge pull request #14 from luckyhacky/master Add an autoconf check for res_init(). Nexthop calculation should always use the shortest path. Fix issues found by Coverity. Fix warnings found by GCC 4.9. Fix a few more issues found by Coverity. Fix a few more issues found by Coverity. Drop h and hh length modifiers from printf format strings. Fix a bug that could prevent tinc from starting correctly on Windows. FIx the autoconf checks for res_init(). Remove the warnings when IP_DONTFRAGMENT/IPV6-DONTFRAG is not supported. Releasing 1.0.24. Use constant time memcmp() when comparing packet HMACs. Use cryptographically strong random when generating keys. Check RAND_bytes() return value, fail when getting random fails. reload /etc/resolv.conf in SIGALRM handler fix documentation typo update to openssl version 1.0.1g due to lack of heartbleed bug in prior version of openssl
? work Index: Makefile =================================================================== RCS file: /cvsroot/pkgsrc/net/tinc/Makefile,v retrieving revision 1.23 diff -u -r1.23 Makefile --- Makefile 12 Feb 2014 23:18:26 -0000 1.23 +++ Makefile 19 Jul 2015 23:09:24 -0000 @@ -1,8 +1,7 @@ # $NetBSD: Makefile,v 1.23 2014/02/12 23:18:26 tron Exp $ # -DISTNAME= tinc-1.0.23 -PKGREVISION= 1 +DISTNAME= tinc-1.0.26 CATEGORIES= net MASTER_SITES= http://www.tinc-vpn.org/packages/ Index: distinfo =================================================================== RCS file: /cvsroot/pkgsrc/net/tinc/distinfo,v retrieving revision 1.11 diff -u -r1.11 distinfo --- distinfo 1 Dec 2013 20:18:29 -0000 1.11 +++ distinfo 19 Jul 2015 23:09:24 -0000 @@ -1,8 +1,7 @@ $NetBSD: distinfo,v 1.11 2013/12/01 20:18:29 tonnerre Exp $ -SHA1 (tinc-1.0.23.tar.gz) = 840dca0cc1d28a3e408f463693ef766c72d8bc90 -RMD160 (tinc-1.0.23.tar.gz) = 26ccd470bc880ba424ca84ec3a7b62e167a0152e -Size (tinc-1.0.23.tar.gz) = 465795 bytes +SHA1 (tinc-1.0.26.tar.gz) = 4c6c650618b2015f9b8ec5bd04c0fa38e8f215c5 +RMD160 (tinc-1.0.26.tar.gz) = 0864250102300fd592076749510097a80e667dd1 +Size (tinc-1.0.26.tar.gz) = 473681 bytes SHA1 (patch-aa) = 15b56f157cc1d23865c1ef5bc9f6adc499027ca5 -SHA1 (patch-ab) = b9d45901009c370e2c8e4ba1ef6151358e128af4 SHA1 (patch-ac) = 7e2aedcbc88ca71cb46d5a0a81e654671a7219b6
Attachment:
pgprXInlk5v9N.pgp
Description: PGP signature