pkgsrc-Bugs archive

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

pkg/30125: Patch to update www/elinks from 0.10.4 to 0.10.5



>Number:         30125
>Category:       pkg
>Synopsis:       Patch to update www/elinks from 0.10.4 to 0.10.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Tue May 03 22:43:00 +0000 2005
>Originator:     Leonard Schmidt
>Release:        NetBSD 2.0.2/i386
>Organization:
>Environment:
>Description:
Changes from ELinks 0.10.4 to 0.10.5:

New features:

  - Most of the .txt files in the doc/ directory was lifted to the XML
    format defined in RFC 2629. It should make it easier to browse the
    documentation. Both .txt and .html version is available.

Feature updates and improvements:

  - Try to add support for a less aggressive caching strategy. Disable
    document.cache.ignore_cache_control to try it. It will try to
    better honour info in the Expires, Pragma and Cache-Control in both
    the HTTP and the HTML headers. Inspired by Links2.

  - Introduce a workaround for document refreshing leading to never
    ending file download. It should do the right thing in most cases and
    the remaining ones the you will just have to reload to restart the
    refreshing. 

  - Make the gopher code more robust for URIs without entity info.

  - Make it possible to have a specific features.conf file for each
    build tree and to change compile-time settings without modifying a
    file that is tracked by CVS.  

  - Show link image info in the document dialog.  

  - Improve error reporting for connections by showing which URI failed.
    Furthermore, make it clearer when an IP version specific URIs failed.

  - NNTP error messages are now translated.

  - Add --config-dump which dump a configuration file with default
    options to stdout. Helpfull for package maintainers when providing
    an example config file.  

  - Don't sleep after config errors when --dump or --source was
    specified.

Bugs fixed:

  - Fix form bug which caused form controls to be associated with the
    wrong <form>-element.

  - Only set a link's accesskey if the accesskey attribute's value is
    not an empty string.

  - Only show link title if it is actually there.

  - Fixes crash with refreshing downloads and mailcap asking disabled.  

  - Fix the exit code when passing --config-* command line switches.

  - Skip non-link chars from attribute values. Fixes HTML highlighting
    of hrefs links with newlines etc in the value.  

  - Fix the set_option() and get_option() functions available from Lua
    scripts to compile with Lua 4.

  - Fix configuration error on Solaris.

  - Fix dependency error for building util/scanner.o.

>How-To-Repeat:

>Fix:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/www/elinks/Makefile,v
retrieving revision 1.17
diff -u -r1.17 Makefile
--- Makefile    11 Apr 2005 21:47:52 -0000      1.17
+++ Makefile    3 May 2005 22:29:02 -0000
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.17 2005/04/11 21:47:52 tv Exp $
 
-DISTNAME=              elinks-0.10.4
+DISTNAME=              elinks-0.10.5
 CATEGORIES=            www
 MASTER_SITES=          http://elinks.or.cz/download/
 EXTRACT_SUFX=          .tar.bz2
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/www/elinks/distinfo,v
retrieving revision 1.11
diff -u -r1.11 distinfo
--- distinfo    7 Apr 2005 16:20:20 -0000       1.11
+++ distinfo    3 May 2005 22:29:02 -0000
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.11 2005/04/07 16:20:20 wiz Exp $
 
-SHA1 (elinks-0.10.4.tar.bz2) = 43a7bda947737e5f4b3a33dc22cb50d37a6f14d7
-RMD160 (elinks-0.10.4.tar.bz2) = 8d6c0adcfca25604c35d6f0bb864a2ee4f2d6715
-Size (elinks-0.10.4.tar.bz2) = 2318559 bytes
+SHA1 (elinks-0.10.5.tar.bz2) = 3952d6c8cb13b4bfdd2d0f1e0963c245bf14186a
+RMD160 (elinks-0.10.5.tar.bz2) = 5f788aac9713886f83bbe78339f8c7b9d29d9287
+Size (elinks-0.10.5.tar.bz2) = 2357648 bytes




Home | Main Index | Thread Index | Old Index