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: 13-Apr-2007 21:24:19 Branch: HEAD Handle: 2007041320241900 Modified files: openpkg-src/w3m w3m.patch w3m.spec Log: MFE: Security Fix (OpenPKG-SA-2006.044, OpenPKG-TT-E1#31) Summary: Revision Changes Path 1.5 +18 -0 openpkg-src/w3m/w3m.patch 1.63 +1 -1 openpkg-src/w3m/w3m.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/w3m/w3m.patch ============================================================================ $ cvs diff -u -r1.4 -r1.5 w3m.patch --- openpkg-src/w3m/w3m.patch 19 Feb 2006 08:21:53 -0000 1.4 +++ openpkg-src/w3m/w3m.patch 13 Apr 2007 19:24:19 -0000 1.5 @@ -22,3 +22,21 @@ } 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; + } + @@ . patch -p0 <<'@@ .' Index: openpkg-src/w3m/w3m.spec ============================================================================ $ cvs diff -u -r1.62 -r1.63 w3m.spec --- openpkg-src/w3m/w3m.spec 1 Jan 2007 17:42:45 -0000 1.62 +++ openpkg-src/w3m/w3m.spec 13 Apr 2007 19:24:19 -0000 1.63 @@ -33,7 +33,7 @@ Group: Web License: BSD Version: 0.5.1 -Release: 20061013 +Release: 20070413 # list of sources Source0: http://switch.dl.sourceforge.net/sourceforge/w3m/w3m-%{version}.tar.gz @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List [EMAIL PROTECTED]