summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--stunnel/.md5sum4
-rw-r--r--stunnel/Pkgfile2
-rw-r--r--stunnel/stunnel-config.patch24
3 files changed, 15 insertions, 15 deletions
diff --git a/stunnel/.md5sum b/stunnel/.md5sum
index eb679ab2b..d3f593c61 100644
--- a/stunnel/.md5sum
+++ b/stunnel/.md5sum
@@ -1,3 +1,3 @@
20d8078911733e4de22903034e725db6 stunnel
-84174925a0f2632cc5cd52b3503cf07b stunnel-4.43.tar.gz
-cd966a989d43d1d4c6156186f6647bad stunnel-config.patch
+c9dd51fc02b913ce5bf7b3fc12f9cb4a stunnel-4.44.tar.gz
+a189de393b3319522df8f192aa274f19 stunnel-config.patch
diff --git a/stunnel/Pkgfile b/stunnel/Pkgfile
index d365f88b3..c486e6820 100644
--- a/stunnel/Pkgfile
+++ b/stunnel/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: openssl tcp_wrappers zlib
name=stunnel
-version=4.43
+version=4.44
release=1
source=(ftp://ftp.stunnel.org/stunnel/$name-$version.tar.gz \
$name-config.patch $name)
diff --git a/stunnel/stunnel-config.patch b/stunnel/stunnel-config.patch
index 85c22c2ad..9cd08e1cf 100644
--- a/stunnel/stunnel-config.patch
+++ b/stunnel/stunnel-config.patch
@@ -1,18 +1,18 @@
-diff -Nru stunnel-4.40.orig/src/Makefile.in stunnel-4.40/src/Makefile.in
---- stunnel-4.40.orig/src/Makefile.in 2011-07-24 18:51:26.817760413 +0200
-+++ stunnel-4.40/src/Makefile.in 2011-07-24 18:52:09.849519637 +0200
-@@ -254,7 +254,7 @@
- INCLUDES = -I/usr/kerberos/include
+diff -Nru stunnel-4.44.orig/src/Makefile.in stunnel-4.44/src/Makefile.in
+--- stunnel-4.44.orig/src/Makefile.in 2011-09-18 10:30:18.379034964 +0200
++++ stunnel-4.44/src/Makefile.in 2011-09-18 10:31:40.922747057 +0200
+@@ -271,7 +271,7 @@
- # Additional compiler flags
--AM_CPPFLAGS = -DLIBDIR='"$(pkglibdir)"' -DCONFDIR='"$(sysconfdir)/stunnel"' -DPIDFILE='"$(localstatedir)/run/stunnel/stunnel.pid"'
-+AM_CPPFLAGS = -DLIBDIR='"$(pkglibdir)"' -DCONFDIR='"$(sysconfdir)"' -DPIDFILE='"$(localstatedir)/run/stunnel/stunnel.pid"'
+ # Additional preprocesor definitions
+ stunnel_CPPFLAGS = -I/usr/kerberos/include -I$(SSLDIR)/include \
+- -DLIBDIR='"$(pkglibdir)"' -DCONFDIR='"$(sysconfdir)/stunnel"' \
++ -DLIBDIR='"$(pkglibdir)"' -DCONFDIR='"$(sysconfdir)"' \
+ -DPIDFILE='"$(localstatedir)/run/stunnel/stunnel.pid"'
# Win32 executable
- EXTRA_DIST = stunnel.exe make.bat mingw.mak makece.bat evc.mak vc.mak makew32.bat nogui.c os2.mak
-diff -Nru stunnel-4.40.orig/tools/stunnel.conf-sample.in stunnel-4.40/tools/stunnel.conf-sample.in
---- stunnel-4.40.orig/tools/stunnel.conf-sample.in 2011-07-24 18:51:26.814427202 +0200
-+++ stunnel-4.40/tools/stunnel.conf-sample.in 2011-07-24 18:58:14.352979341 +0200
+diff -Nru stunnel-4.44.orig/tools/stunnel.conf-sample.in stunnel-4.44/tools/stunnel.conf-sample.in
+--- stunnel-4.44.orig/tools/stunnel.conf-sample.in 2011-09-18 10:30:18.379034964 +0200
++++ stunnel-4.44/tools/stunnel.conf-sample.in 2011-09-18 10:30:54.207752510 +0200
@@ -8,25 +8,33 @@
; A copy of some devices and system files is needed within the chroot jail

Generated by cgit