pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/elinks



Module Name:    pkgsrc
Committed By:   bjs
Date:           Mon Jun 23 21:06:47 UTC 2008

Modified Files:
        pkgsrc/www/elinks: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -r1.37 -r1.38 pkgsrc/www/elinks/Makefile
cvs rdiff -r1.23 -r1.24 pkgsrc/www/elinks/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index