Subject: Re: [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (436e64d374e88af037561bdf4a34b083eb32d09f)
Date: Mon, 28 May 2007 14:56:18 +0200
Am Mon, 28 May 2007 14:28:31 +0200
schrieb Jaka Kranjc <lynx AT mages.ath.cx>:
> On Monday 28 of May 2007 04:02:12 Elisamuel Resto wrote:
> > GIT changes to master grimoire by Elisamuel Resto
> > <ryuji AT mages.ath.cx>:
> >
> > http/lynx/DETAILS | 2 +-
> > http/lynx/HISTORY | 3 +++
> > 2 files changed, 4 insertions(+), 1 deletion(-)
> >
> > New commits:
> > commit 436e64d374e88af037561bdf4a34b083eb32d09f
> > Author: Elisamuel Resto <ryuji AT mages.ath.cx>
> > Commit: Elisamuel Resto <ryuji AT mages.ath.cx>
> >
> > http/lynx: SOURCE_URL updated, seems upstream package was
> > touched
> What changed? Is this safe?
>
I've just summoned the new source, but I've received yet another
sha512sum.
For comparison:
bd562b3a7...ba1d23be91 lynx2.8.6.tar.bz2.orig as it was before
ryuji's commit. I have uploaded that to http://www.mhsh.de/smgl/lynx2.8.6.tar.bz2.orig for your convenience(TM).
b4e9796940940158b9fa9760623e766c9b5d82de6c0e7cf8f08388935ca36eeb0ffc6c3244c904475f7136a3418888f60f372642a63ad521bd5a9875abbbec66
lynx2.8 .6.tar.bz2.new as I've just downloaded it while typing this
mail. Note that this differs from the sha512sum that ruyji has.
+2007-05-09 (2.8.6rel.5 fix from 2.8.7dev.5)
+* correct loop-limit in print_crawl_to_fd(), which broke
+ "lynx -crawl -dump" from 2.8.6dev.9 changes (Mandriva #29785) -TD
+
2006-11-15 (2.8.6rel.4 diverges from 2.8.7dev.4)
* limit files set via PERSONAL_EXTENSION_MAP and PERSONAL_MAILCAP to
be found relative to the user's home directory. This change is less
flexible than the diff -Naur lynx2-8-6.orig/configure
lynx2-8-6.new/configure --- lynx2-8-6.orig/configure 2006-10-11
01:39:50.000000000 +0200 +++ lynx2-8-6.new/configure 2006-10-11
01:39:50.000000000 +0200 @@ -1228,7 +1228,7 @@
test -z "$ALL_LINGUAS" && ALL_LINGUAS=`test -d $srcdir/po && cd
$srcdir/po && echo *.po|sed -e 's/\.po//g' -e 's/*//'`
diff -Naur lynx2-8-6.orig/configure.in lynx2-8-6.new/configure.in
--- lynx2-8-6.orig/configure.in 2006-10-11 01:39:50.000000000
+0200 +++ lynx2-8-6.new/configure.in 2006-10-11
01:39:50.000000000 +0200 @@ -25,7 +25,7 @@
dnl
dnl ask PRCS to plug-in the project-version for the configure-script.
dnl $Format: "AC_REVISION($ProjectVersion$)"$
-AC_REVISION(2.8.6rel.4)
+AC_REVISION(2.8.6rel.5)
# Save the original $CFLAGS so we can distinguish whether the user set
those # in the environment, or whether autoconf added -O and -g options:
@@ -57,7 +57,7 @@
PACKAGE=lynx
dnl ask PRCS to plug-in the project-version for the packages.
# $Format: "VERSION=$ProjectVersion$"$
-VERSION=2.8.6rel.4
+VERSION=2.8.6rel.5
AC_SUBST(PACKAGE)
AC_SUBST(VERSION)
AC_SUBST(DESTDIR)
diff -Naur lynx2-8-6.orig/lynx.cfg lynx2-8-6.new/lynx.cfg
--- lynx2-8-6.orig/lynx.cfg 2006-09-19 02:28:28.000000000 +0200
+++ lynx2-8-6.new/lynx.cfg 2006-09-19 02:28:28.000000000 +0200
@@ -3,10 +3,10 @@
# or Lynx_Dir:lynx.cfg (VMS)
#
# $Format: "#PRCS LYNX_VERSION \"$ProjectVersion$\""$
-#PRCS LYNX_VERSION "2.8.6rel.4"
+#PRCS LYNX_VERSION "2.8.6rel.5"
#
# $Format: "#PRCS LYNX_DATE \"$ProjectDate$\""$
-#PRCS LYNX_DATE "Wed, 15 Nov 2006 16:42:22 -0800"
+#PRCS LYNX_DATE "Wed, 09 May 2007 17:29:16 -0700"
#
# Definition pairs are of the form VARIABLE:DEFINITION
# NO spaces are allowed between the pair items.
diff -Naur lynx2-8-6.orig/src/GridText.c lynx2-8-6.new/src/GridText.c
--- lynx2-8-6.orig/src/GridText.c 2006-09-04 01:25:39.000000000
+0200 +++ lynx2-8-6.new/src/GridText.c 2007-05-10
02:29:16.000000000 +0200 @@ -8035,7 +8035,7 @@
* Add data.
*/
limit = TrimmedLength(line->data);
- for (i = 0; limit; i++) {
+ for (i = 0; i < limit; i++) {
int ch = UCH(line->data[i]);
if (!IsSpecialAttrChar(ch)) {
diff -Naur lynx2-8-6.orig/userdefs.h lynx2-8-6.new/userdefs.h
--- lynx2-8-6.orig/userdefs.h 2004-12-30 13:11:59.000000000 +0100
+++ lynx2-8-6.new/userdefs.h 2004-12-30 13:11:59.000000000 +0100
@@ -1360,11 +1360,11 @@
* the version definition with the Project Version on checkout. Just
* ignore it. - kw */
/* $Format: "#define LYNX_VERSION \"$ProjectVersion$\""$ */
-#define LYNX_VERSION "2.8.6rel.4"
+#define LYNX_VERSION "2.8.6rel.5"
#define LYNX_WWW_HOME "http://lynx.isc.org/"
#define LYNX_WWW_DIST "http://lynx.isc.org/current/"
/* $Format: "#define LYNX_DATE \"$ProjectDate$\""$ */
-#define LYNX_DATE "Wed, 15 Nov 2006 16:42:22 -0800"
+#define LYNX_DATE "Wed, 09 May 2007 17:29:16 -0700"
#define LYNX_DATE_OFF 5 /* truncate the
automatically-generated date */ #define LYNX_DATE_LEN 11 /*
truncate the automatically-generated date */