From 0acec7f97f97693c9ee175ff587905e7fd345f90 Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Tue, 6 Apr 2010 06:09:07 +0000 Subject: [PATCH] upgrading package: stunnel 4.32 -> 4.33 --- stunnel/stunnel.patch | 34 +++++++++++++++++----------------- stunnel/stunnel.spec | 4 ++-- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/stunnel/stunnel.patch b/stunnel/stunnel.patch index 1a904c8b2c..864a37dbda 100644 --- a/stunnel/stunnel.patch +++ b/stunnel/stunnel.patch @@ -1,7 +1,7 @@ Index: configure ---- configure.orig 2010-01-21 14:26:59 +0100 -+++ configure 2010-02-13 09:50:45 +0100 -@@ -23911,6 +23911,7 @@ +--- configure.orig 2010-03-26 21:56:26.000000000 +0100 ++++ configure 2010-04-06 08:06:12.000000000 +0200 +@@ -23927,6 +23927,7 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ @@ -10,21 +10,21 @@ Index: configure #include #include Index: src/options.c ---- src/options.c.orig 2010-01-29 11:43:23 +0100 -+++ src/options.c 2010-02-13 09:52:04 +0100 -@@ -1591,7 +1591,7 @@ - #else - if((unsigned int)section->option.accept + - (unsigned int)section->option.program + -- (unsigned int)section->option.remote != 2) -+ (unsigned int)section->option.remote != (section->option.client ? 1 : 2)) - #endif - { - config_error(line_number, +--- src/options.c.orig 2010-04-05 20:44:43.000000000 +0200 ++++ src/options.c 2010-04-06 08:08:03.000000000 +0200 +@@ -1611,7 +1611,7 @@ + } else { /* standalone mode checks */ + if((unsigned int)section->option.accept + + (unsigned int)section->option.program + +- (unsigned int)section->option.remote != 2) { ++ (unsigned int)section->option.remote != (section->option.client ? 1 : 2)) { + config_error(line_number, + "Each service section must define two endpoints"); + return 0; Index: tools/Makefile.in ---- tools/Makefile.in.orig 2010-01-21 14:26:58 +0100 -+++ tools/Makefile.in 2010-02-13 09:50:45 +0100 -@@ -397,7 +397,7 @@ +--- tools/Makefile.in.orig 2010-03-31 11:45:09.000000000 +0200 ++++ tools/Makefile.in 2010-04-06 08:06:12.000000000 +0200 +@@ -403,7 +403,7 @@ ${INSTALL} -m 600 stunnel.pem $(DESTDIR)$(confdir)/stunnel.pem; \ rm stunnel.pem; \ fi diff --git a/stunnel/stunnel.spec b/stunnel/stunnel.spec index aa38a4f399..f66764e0ee 100644 --- a/stunnel/stunnel.spec +++ b/stunnel/stunnel.spec @@ -31,8 +31,8 @@ Distribution: OpenPKG Community Class: BASE Group: SSL License: GPL -Version: 4.32 -Release: 20100324 +Version: 4.33 +Release: 20100406 # package options %option with_fsl yes