OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 03-Jun-2007 10:17:09
Branch: HEAD Handle: 2007060309170800
Modified files:
openpkg-src/w3m w3m.patch w3m.spec
Log:
upgrading package: w3m 0.5.1 -> 0.5.2
Summary:
Revision Changes Path
1.6 +21 -33 openpkg-src/w3m/w3m.patch
1.64 +3 -2 openpkg-src/w3m/w3m.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/w3m/w3m.patch
============================================================================
$ cvs diff -u -r1.5 -r1.6 w3m.patch
--- openpkg-src/w3m/w3m.patch 13 Apr 2007 19:24:19 -0000 1.5
+++ openpkg-src/w3m/w3m.patch 3 Jun 2007 08:17:08 -0000 1.6
@@ -1,7 +1,7 @@
Index: Makefile.in
---- Makefile.in.orig 2004-04-26 19:04:48 +0200
-+++ Makefile.in 2006-02-19 09:17:44 +0100
-@@ -117,7 +117,7 @@
+--- Makefile.in.orig 2007-05-29 14:01:04 +0200
++++ Makefile.in 2007-06-02 13:11:37 +0200
+@@ -119,7 +119,7 @@
DEFUNS=$(top_srcdir)/main.c $(top_srcdir)/menu.c
SCRIPTSUBDIRS= scripts
@@ -10,33 +10,21 @@
.PHONY: $(SUBDIRS)
all: $(TARGETS) all-scripts $(NLSTARGET)
-Index: file.c
---- file.c.orig 2004-04-16 20:47:19 +0200
-+++ file.c 2006-02-19 09:16:54 +0100
-@@ -7891,7 +7892,7 @@
- uf->scheme = SCM_LOCAL;
- }
- UFhalfclose(uf);
-- uf->stream = newFileStream(f1, (void (*)())pclose);
-+ uf->stream = newFileStream(f1, (void (*)())fclose);
- }
-
- static FILE *
-
------------------------------------------------------------------------------
-
-Security Fix (OpenPKG-SA-2006.044, OpenPKG-TT-E1#31)
-
-Index: file.c
---- file.c 10 Dec 2006 11:06:12 -0000 1.249
-+++ file.c 27 Dec 2006 02:15:24 -0000 1.250
-@@ -8021,7 +8021,7 @@
- ans = inputChar(prompt);
- }
- else {
-- printf(prompt);
-+ printf("%s", prompt);
- fflush(stdout);
- ans = Strfgets(stdin)->ptr;
- }
-
+@@ -134,7 +134,7 @@
+ $(OBJS) $(LOBJS): fm.h funcname1.h
+
+ tagtable.c: tagtable.tab mktable$(EXT) html.h
+- ./mktable$(EXT) 100 $(srcdir)/tagtable.tab > $@
++ -./mktable$(EXT) 100 $(srcdir)/tagtable.tab > $@
+
+ indep.o: indep.c fm.h funcname1.h
+ func.o: funcname.c functable.c funcname1.h
+@@ -167,7 +167,7 @@
+
+ functable.c: funcname.tab mktable$(EXT)
+ sort funcname.tab | $(AWK) -f $(top_srcdir)/functable.awk >
functable.tab
+- ./mktable$(EXT) 100 functable.tab > $@
++ -./mktable$(EXT) 100 functable.tab > $@
+ -rm -f functable.tab
+
+ mktable$(EXT): mktable.o dummy.o $(ALIB)
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/w3m/w3m.spec
============================================================================
$ cvs diff -u -r1.63 -r1.64 w3m.spec
--- openpkg-src/w3m/w3m.spec 13 Apr 2007 19:24:19 -0000 1.63
+++ openpkg-src/w3m/w3m.spec 3 Jun 2007 08:17:08 -0000 1.64
@@ -32,8 +32,8 @@
Class: BASE
Group: Web
License: BSD
-Version: 0.5.1
-Release: 20070413
+Version: 0.5.2
+Release: 20070603
# list of sources
Source0:
http://switch.dl.sourceforge.net/sourceforge/w3m/w3m-%{version}.tar.gz
@@ -74,6 +74,7 @@
LDFLAGS="%{l_ldflags}" \
./configure \
--prefix=%{l_prefix} \
+ --mandir=%{l_prefix}/man \
--libdir=%{l_prefix}/libexec/w3m \
--sysconfdir=%{l_prefix}/etc \
--with-termlib=ncurses \
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]