OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst Root: /e/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src openpkg-web Date: 02-Jan-2003 17:18:14 Branch: HEAD Handle: 2003010216181201 Added files: openpkg-src/w3m w3m-ssl.patch Modified files: openpkg-src/w3m w3m.spec openpkg-web news.txt Log: added patch for openssl-0.9.7 Summary: Revision Changes Path 1.1 +14 -0 openpkg-src/w3m/w3m-ssl.patch 1.35 +3 -1 openpkg-src/w3m/w3m.spec 1.2500 +1 -0 openpkg-web/news.txt ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/w3m/w3m-ssl.patch ============================================================================ $ cvs diff -u -r0 -r1.1 w3m-ssl.patch --- /dev/null 2003-01-02 17:18:14.000000000 +0100 +++ w3m-ssl.patch 2003-01-02 17:18:14.000000000 +0100 @@ -0,0 +1,14 @@ +--- istream.c.dist Thu Jan 2 16:51:14 2003 ++++ istream.c Thu Jan 2 16:44:43 2003 +@@ -443,7 +443,11 @@ + } + } + method = X509V3_EXT_get(ex); ++#if OPENSSL_VERSION_NUMBER >= 0x00907000L ++ if (method->it) ASN1_item_free(alt, ASN1_ITEM_ptr(method->it)); ++ else ++#endif + method->ext_free(alt); + if (i < n) /* Found a match */ + match_ident = TRUE; + else if (seen_dnsname) @@ . patch -p0 <<'@@ .' Index: openpkg-src/w3m/w3m.spec ============================================================================ $ cvs diff -u -r1.34 -r1.35 w3m.spec --- openpkg-src/w3m/w3m.spec 30 Dec 2002 22:07:35 -0000 1.34 +++ openpkg-src/w3m/w3m.spec 2 Jan 2003 16:18:13 -0000 1.35 @@ -33,10 +33,11 @@ Group: Web License: BSD Version: 0.3.2.2 -Release: 20021205 +Release: 20030102 # list of sources Source0: http://osdn.dl.sourceforge.net/sourceforge/w3m/w3m-%{version}.tar.gz +Patch0: w3m-ssl.patch # build information Prefix: %{l_prefix} @@ -57,6 +58,7 @@ %prep %setup -q + %patch0 -p0 %build ( echo "# Configuration at `hostname`" @@ . patch -p0 <<'@@ .' Index: openpkg-web/news.txt ============================================================================ $ cvs diff -u -r1.2499 -r1.2500 news.txt --- openpkg-web/news.txt 2 Jan 2003 16:15:16 -0000 1.2499 +++ openpkg-web/news.txt 2 Jan 2003 16:18:12 -0000 1.2500 @@ -1,3 +1,4 @@ +02-Jan-2003: Upgraded package: P<w3m-0.3.2.2-20030102> 02-Jan-2003: Upgraded package: P<xalan-c-1.4-20030102> 02-Jan-2003: Upgraded package: P<mico-2.3.7-20030102> 02-Jan-2003: Upgraded package: P<mysql-3.23.54a-20021231> @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List [EMAIL PROTECTED]