OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 26-Dec-2004 09:42:34
Branch: HEAD Handle: 2004122608423300
Added files:
openpkg-src/stunnel stunnel.patch
Modified files:
openpkg-src/stunnel stunnel.spec
Log:
upgrading package: stunnel 4.05 -> 4.06
Summary:
Revision Changes Path
1.1 +14 -0 openpkg-src/stunnel/stunnel.patch
1.51 +4 -4 openpkg-src/stunnel/stunnel.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/stunnel/stunnel.patch
============================================================================
$ cvs diff -u -r0 -r1.1 stunnel.patch
--- /dev/null 2004-12-26 09:42:34 +0100
+++ stunnel.patch 2004-12-26 09:42:34 +0100
@@ -0,0 +1,14 @@
+Index: src/network.c
+--- src/network.c.orig 2004-10-14 17:03:49 +0200
++++ src/network.c 2004-12-26 09:13:03 +0100
+@@ -416,8 +416,10 @@
+ return "Temporary failure in name resolution (EAI_AGAIN)";
+ case EAI_FAIL:
+ return "Non-recoverable failure in name resolution (EAI_FAIL)";
++#ifdef EAI_NODATA
+ case EAI_NODATA:
+ return "No address associated with nodename (EAI_NODATA)";
++#endif
+ case EAI_FAMILY:
+ return "ai_family not supported (EAI_FAMILY)";
+ case EAI_SOCKTYPE:
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/stunnel/stunnel.spec
============================================================================
$ cvs diff -u -r1.50 -r1.51 stunnel.spec
--- openpkg-src/stunnel/stunnel.spec 20 Sep 2004 14:33:38 -0000 1.50
+++ openpkg-src/stunnel/stunnel.spec 26 Dec 2004 08:42:33 -0000 1.51
@@ -33,8 +33,8 @@
Class: BASE
Group: Network
License: GPL
-Version: 4.05
-Release: 20040920
+Version: 4.06
+Release: 20041226
# package options
%option with_fsl yes
@@ -44,7 +44,7 @@
Source1: stunnel.pem
Source2: rc.stunnel
Source3: fsl.stunnel
-Patch0: http://www.stunnel.org/patches/patches/blinding-4.x_bri.patch
+Patch0: stunnel.patch
# build information
Prefix: %{l_prefix}
@@ -78,7 +78,7 @@
%prep
%setup -q
- %patch -p1
+ %patch -p0
%build
# FIXME: disable Pthread usage to workaround segfaults
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]