OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /e/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-web, openpkg-src Date: 06-Dec-2002 19:32:54 Branch: HEAD Handle: 2002120618325300 Modified files: openpkg-src/wget wget.spec openpkg-web news.txt Log: add forced SSL support (to make sure OpenSSL in system paths are picked up) Summary: Revision Changes Path 1.23 +3 -2 openpkg-src/wget/wget.spec 1.2210 +1 -0 openpkg-web/news.txt ____________________________________________________________________________ Index: openpkg-src/wget/wget.spec ============================================================ $ cvs diff -u -r1.22 -r1.23 wget.spec --- openpkg-src/wget/wget.spec 26 Aug 2002 09:39:50 -0000 1.22 +++ openpkg-src/wget/wget.spec 6 Dec 2002 18:32:53 -0000 1.23 @@ -33,7 +33,7 @@ Group: Web License: GPL Version: 1.8.2 -Release: 20020528 +Release: 20021206 # list of sources Source0: ftp://ftp.gnu.org/gnu/wget/wget-%{version}.tar.gz @@ -41,7 +41,7 @@ # build information Prefix: %{l_prefix} BuildRoot: %{l_buildroot} -BuildPreReq: OpenPKG, openpkg >= 20020206, perl +BuildPreReq: OpenPKG, openpkg >= 20020206, perl, openssl PreReq: OpenPKG, openpkg >= 20020206 AutoReq: no AutoReqProv: no @@ -61,6 +61,7 @@ ./configure \ --prefix=%{l_prefix} \ --sysconfdir=%{l_prefix}/etc/wget \ + --with-ssl=%{l_prefix} \ --disable-nls %{l_make} %{l_mflags -O} Index: openpkg-web/news.txt ============================================================ $ cvs diff -u -r1.2209 -r1.2210 news.txt --- openpkg-web/news.txt 6 Dec 2002 18:00:21 -0000 1.2209 +++ openpkg-web/news.txt 6 Dec 2002 18:32:53 -0000 1.2210 @@ -1,3 +1,4 @@ +06-Dec-2002: Upgraded package: P<wget-1.8.2-20021206> 06-Dec-2002: Upgraded package: P<proftpd-1.2.7-20021206> 06-Dec-2002: Upgraded package: P<samhain-1.6.5-20021206> 06-Dec-2002: Upgraded package: P<majordomo-1.94.5-20021206> ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List [EMAIL PROTECTED]