Update to lynx-2.8.4dev10. Numerous bug fixes. To name but a few:
* fix: the recently added code to enable external programs to replace normal lynx handling of individual URL types was not refreshing the screen after the external program finished (EXTERNAL set TRUE:TRUE) -DK * add %s substitution to mailcap_substitute(), overlooked when implementing the logic to read from stdin when %s is omitted (reported by IC) -TD * implement %s, %t, %{charset} and %{encoding} substitutions for mailcap commands in HTFWriter.c (addresses Debian #21096) -TD Full change log available online at http://lynx.isc.org/current/CHANGES
This commit is contained in:
parent
bac3060297
commit
8483f4e096
2 changed files with 7 additions and 7 deletions
|
@ -1,14 +1,14 @@
|
|||
# $NetBSD: Makefile,v 1.19 2000/09/09 19:40:25 fredb Exp $
|
||||
# $NetBSD: Makefile,v 1.20 2000/10/18 03:55:47 fredb Exp $
|
||||
#
|
||||
|
||||
DISTNAME= lynx2.8.4dev.7
|
||||
PKGNAME= lynx-2.8.4dev.7
|
||||
DISTNAME= lynx2.8.4dev.10
|
||||
PKGNAME= lynx-2.8.4dev.10
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://lynx.isc.org/current/ \
|
||||
http://lynx.isc.org/po/ \
|
||||
http://www.iro.umontreal.ca/contrib/po/teams/PO/
|
||||
EXTRACT_SUFX= .tar.bz2 # This is redundant, but it pulls in
|
||||
DISTFILES+= lynx2.8.4dev.7.tar.bz2 # the dependence on bzip2, if needed.
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
DISTFILES+= ${DISTNAME}${EXTRACT_SUFX}
|
||||
DISTFILES+= lynx-2.8.3.rel1.cs.po
|
||||
DISTFILES+= lynx-2.8.4.da.po
|
||||
DISTFILES+= lynx-2.8.3.rel1.de.po
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: md5,v 1.6 2000/08/11 13:18:45 fredb Exp $
|
||||
$NetBSD: md5,v 1.7 2000/10/18 03:55:47 fredb Exp $
|
||||
|
||||
MD5 (lynx/lynx2.8.4dev.7.tar.bz2) = bb44496c4ba2d90958a0548054c8b529
|
||||
MD5 (lynx/lynx2.8.4dev.10.tar.bz2) = b0f7b58fc8742b126fb78189cb13b948
|
||||
MD5 (lynx/lynx-2.8.3.rel1.cs.po) = af4f8890fe06500f878a664bf3eba362
|
||||
MD5 (lynx/lynx-2.8.4.da.po) = 8a9a5e30b655ef6bb4541b0fd60d552b
|
||||
MD5 (lynx/lynx-2.8.3.rel1.de.po) = 0ed4a1d0a09a6c1742a2808f22c747db
|
||||
|
|
Loading…
Reference in a new issue