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: 16-Jul-2003 00:19:54
Branch: HEAD Handle: 2003071523195102
Modified files:
openpkg-src/suck suck.spec
openpkg-web news.txt
Log:
requires SSL, make sure it finds ours
Summary:
Revision Changes Path
1.27 +4 -3 openpkg-src/suck/suck.spec
1.5579 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/suck/suck.spec
============================================================================
$ cvs diff -u -r1.26 -r1.27 suck.spec
--- openpkg-src/suck/suck.spec 8 Jul 2003 14:42:43 -0000 1.26
+++ openpkg-src/suck/suck.spec 15 Jul 2003 22:19:53 -0000 1.27
@@ -33,7 +33,7 @@
Group: Converter
License: GPL
Version: 4.3.2
-Release: 20030707
+Release: 20030716
# list of sources
Source0: http://www.sucknews.org/suck-%{version}.tar.gz
@@ -44,8 +44,8 @@
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20020206, gcc, perl
PreReq: OpenPKG, openpkg >= 20020206
-BuildPreReq: gdbm
-PreReq: gdbm
+BuildPreReq: openssl, gdbm
+PreReq: openssl, gdbm
AutoReq: no
AutoReqProv: no
@@ -66,6 +66,7 @@
CFLAGS="%{l_cflags -O}" \
CPPFLAGS="%{l_cppflags}" \
LDFLAGS="%{l_ldflags}" \
+ LIBS="-lssl -lcrypto" \
./configure \
--cache-file=./config.cache \
--prefix=%{l_prefix}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5578 -r1.5579 news.txt
--- openpkg-web/news.txt 15 Jul 2003 16:11:52 -0000 1.5578
+++ openpkg-web/news.txt 15 Jul 2003 22:19:51 -0000 1.5579
@@ -1,3 +1,4 @@
+16-Jul-2003: Upgraded package: P<suck-4.3.2-20030716>
15-Jul-2003: Upgraded package: P<xplanet-0.94-20030715>
15-Jul-2003: Upgraded package: P<tightvnc-1.2.8-20030715>
15-Jul-2003: Upgraded package: P<libtool-1.5-20030715>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]