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: 10-Jul-2005 20:14:16
Branch: HEAD Handle: 2005071019141600
Modified files:
openpkg-src/stunnel stunnel.spec
Removed files:
openpkg-src/stunnel stunnel.patch
Log:
upgrading package: stunnel 4.10 -> 4.11
Summary:
Revision Changes Path
1.4 +0 -16 openpkg-src/stunnel/stunnel.patch
1.62 +4 -12 openpkg-src/stunnel/stunnel.spec
____________________________________________________________________________
rm -f openpkg-src/stunnel/stunnel.patch <<'@@ .'
Index: openpkg-src/stunnel/stunnel.patch
============================================================================
[NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/stunnel/stunnel.spec
============================================================================
$ cvs diff -u -r1.61 -r1.62 stunnel.spec
--- openpkg-src/stunnel/stunnel.spec 27 Jun 2005 13:47:33 -0000 1.61
+++ openpkg-src/stunnel/stunnel.spec 10 Jul 2005 18:14:16 -0000 1.62
@@ -32,8 +32,8 @@
Class: BASE
Group: Network
License: GPL
-Version: 4.10
-Release: 20050627
+Version: 4.11
+Release: 20050710
# package options
%option with_fsl yes
@@ -44,7 +44,6 @@
Source2: rc.stunnel
Source3: fsl.stunnel
Source4: stunnel.conf
-Patch0: stunnel.patch
# build information
Prefix: %{l_prefix}
@@ -78,25 +77,18 @@
%prep
%setup -q
- %patch -p0
%build
- # FIXME: disable Pthread usage to workaround segfaults
- # at configure time under at least FreeBSD 5.2
- echo "ac_cv_header_pthread_h=no" >config.cache
- %{l_shtool} subst \
- -e 's;-lpthread;-lnotexisting;g' \
- configure
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
LDFLAGS="%{l_fsl_ldflags}" \
LIBS="%{l_fsl_libs}" \
./configure \
- --cache-file=./config.cache \
--prefix=%{l_prefix} \
--with-ssl=%{l_prefix} \
+ --with-threads=fork \
--disable-shared
- %{l_make} %{l_mflags}
+ %{l_make} %{l_mflags -O}
%install
rm -rf $RPM_BUILD_ROOT
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]