pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/elinks Update to the 0.11.4 release.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1337c2ddac59
branches:  trunk
changeset: 543881:1337c2ddac59
user:      bjs <bjs%pkgsrc.org@localhost>
date:      Mon Jun 23 21:06:47 2008 +0000

description:
Update to the 0.11.4 release.

Significant changes from 0.11.3 (some where already present in pkgsrc,
as we used the 0.11.4 release candidate tarballs):

     * critical bug 755: fix crashes due to dangling pointers to struct
       form_state
     * critical bugs 613, 714, 961: "assertion list_empty(form_controls)
       failed"
     * critical bug 945: don't crash if a Lua script calls e.g. error(nil)
     * critical bug 1003: don't crash if a smart URI rewrite template gets
       too few parameters
     * critical bug 1016: avoid JSFunctionSpec for better compatibility
       across versions of SpiderMonkey
     * critical bugs 674, 956: don't reuse pointers to SpiderMonkey objects
       that may have been collected as garbage. This fix causes bug 954.
     * CVE-2007-2027: check if the program path contains "src/" before using
       ../po files
     * important Debian bug 380347: prevent a buffer overflow in entity_cache
       and a possible subsequent crash
     * major bug 788: don't read STRLEN n_a, which isn't initialized by POPpx
       of Perl v5.8.8 and later
     * fix query parsing in file: URIs for local CGI (was broken in 0.11.3)
     * bug 691: don't look up bogus IPv4 addresses based on characters of a
       hostname
     * bug 712: GnuTLS works on https://www-s.uiuc.edu/
     * fix active and passive FTP over IPv6
     * bug 938: elinks -remote no longer needs a controlling tty
     * bug 939: fix FSP directory listing (some compiler options left it
       empty)
     * bug 978: Python's webbrowser.open_new_tab(URL) works since now
     * bug 1012: compile with -fno-strict-overflow or -fwrapv if available
     * bug 1014: fix incompatible pointer type in Perl_sys_init3 call
     * minor bug 54, Debian bug 338402: don't force the terminal to 8 bits
       with no parity, and don't disable XON/XOFF flow control either
     * minor bug 951 in user SMJS: garbage-collect SMJS objects on File ->
       Flush all caches to work around their holding cache entries busy
     * minor bug 396: never show empty filename in the what-to-do dialog
     * minor bug 461: ensure contrast in blank areas, to keep the cursor
       visible
     * minor bug 928: properly display no-break spaces in a UTF-8 document if
       the terminal uses some other charset
     * minor bug 987: English spelling and grammar corrections
     * minor bug 1000: preserve any query and fragment when converting a file
       name to a file:// URL
     * minor: don't assume sizeof(int)==4 in bittorrent
     * trivial bug 947: document.html.wrap_nbsp also affects text in tables
     * trivial bug 997: fix unlikely stack corruption in active FTP
     * build bug 1002: fix "comparison is always true due to limited range of
       data type" warning on PowerPC and s390
     * build bug 950: fix "config/install-sh: No such file or directory" on
       SunOS
     * build bug 936: fix errors about undefined off_t (autoheader
       incompatibility)
     * build bug 959: test in configure whether -lX11 works
     * build: update SpiderMonkey configure check Debian compatibility
     * build: use $(CPPFLAGS) rather than $(AM_CFLAGS)
     * build: disable GCC 4.2 warning about builtin_modules
     * build: move debian/ to contrib/debian/
     * minor build bug 989: AsciiDoc 8.2.2 compatibility
     * minor build bug 960: fix errors in loadmsgcat.c if mmap() exists but
       munmap() doesn't

diffstat:

 www/elinks/Makefile |  4 ++--
 www/elinks/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (28 lines):

diff -r c20b7b8be9d4 -r 1337c2ddac59 www/elinks/Makefile
--- a/www/elinks/Makefile       Mon Jun 23 21:01:58 2008 +0000
+++ b/www/elinks/Makefile       Mon Jun 23 21:06:47 2008 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2008/03/10 01:57:43 bjs Exp $
+# $NetBSD: Makefile,v 1.38 2008/06/23 21:06:47 bjs Exp $
 
-DISTNAME=              elinks-0.11.4rc1
+DISTNAME=              elinks-0.11.4
 CATEGORIES=            www
 MASTER_SITES=          http://elinks.or.cz/download/
 EXTRACT_SUFX=          .tar.bz2
diff -r c20b7b8be9d4 -r 1337c2ddac59 www/elinks/distinfo
--- a/www/elinks/distinfo       Mon Jun 23 21:01:58 2008 +0000
+++ b/www/elinks/distinfo       Mon Jun 23 21:06:47 2008 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.23 2008/03/10 01:57:43 bjs Exp $
+$NetBSD: distinfo,v 1.24 2008/06/23 21:06:47 bjs Exp $
 
-SHA1 (elinks-0.11.4rc1.tar.bz2) = cc13b1fde81bb210ea2fe3581d2e94cc9d2030c9
-RMD160 (elinks-0.11.4rc1.tar.bz2) = 9c4457f83748949d8a3caf7e19fa8c7ab1e9d6d1
-Size (elinks-0.11.4rc1.tar.bz2) = 2516890 bytes
+SHA1 (elinks-0.11.4.tar.bz2) = 4eddfcd79da3e0e3da1c186668ef804f5fec50cd
+RMD160 (elinks-0.11.4.tar.bz2) = 0341c01b4727d76d864cbaa8a7c6ebb637cdea1c
+Size (elinks-0.11.4.tar.bz2) = 2479650 bytes
 SHA1 (patch-aa) = f69bf1c5128a3023f6c90d3e79a8cb65336541a3
 SHA1 (patch-ab) = dd1c48e0c1b7980b6332e11ab38e13202325cd55
 SHA1 (patch-ac) = f7dc18652782a5ad0768a5693a69bcadc6e5754d



Home | Main Index | Thread Index | Old Index