Skip to content

Commit

Permalink
stunnel:
Browse files Browse the repository at this point in the history
 * bump version to [https://www.stunnel.org/sdf_ChangeLog.html 5.16]


git-svn-id: file:///var/svn/freetz/trunk@13077 149334a1-2f27-0410-a3b9-fc62619ac1e6
  • Loading branch information
er13 committed Apr 23, 2015
1 parent 784c7e6 commit ad761ad
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Expand Up @@ -155,7 +155,7 @@ Latest changes:
* sqlite 3.8.9
* sslh 1.17
* strace 4.8
* stunnel 5.13
* stunnel 5.16
* subversion 1.7.20/1.8.13
* tinc 1.0.25
* tinyproxy 1.8.3
Expand Down
2 changes: 1 addition & 1 deletion make/stunnel/Config.in
@@ -1,5 +1,5 @@
config FREETZ_PACKAGE_STUNNEL
bool "Stunnel 5.13"
bool "Stunnel 5.16"
select FREETZ_OPENSSL_VERSION_PROMPT
select FREETZ_LIB_libcrypto if !FREETZ_PACKAGE_STUNNEL_STATIC
select FREETZ_LIB_libssl if !FREETZ_PACKAGE_STUNNEL_STATIC
Expand Down
2 changes: 1 addition & 1 deletion make/stunnel/patches/030-openssl_libs.patch
Expand Up @@ -11,7 +11,7 @@
ac_fn_c_check_header_mongrel "$LINENO" "$SSLDIR/include/openssl/engine.h" "$as_ac_Header" "$ac_includes_default"
--- src/Makefile.in
+++ src/Makefile.in
@@ -390,7 +390,7 @@
@@ -391,7 +391,7 @@
-DLIBDIR='"$(pkglibdir)"' -DCONFDIR='"$(sysconfdir)/stunnel"'

# SSL library
Expand Down
2 changes: 1 addition & 1 deletion make/stunnel/patches/100-kerberos_include.patch
@@ -1,6 +1,6 @@
--- src/Makefile.in
+++ src/Makefile.in
@@ -386,7 +386,7 @@
@@ -387,7 +387,7 @@
# Red Hat "by design" bug #82369

# Additional preprocesor definitions
Expand Down
4 changes: 2 additions & 2 deletions make/stunnel/stunnel.mk
@@ -1,6 +1,6 @@
$(call PKG_INIT_BIN, 5.13)
$(call PKG_INIT_BIN, 5.16)
$(PKG)_SOURCE:=$(pkg)-$($(PKG)_VERSION).tar.gz
$(PKG)_SOURCE_MD5:=1cd9997d6de9e8c82ac561039a33c329
$(PKG)_SOURCE_MD5:=ffe666e8bf1f0f9dad67b8d7e9ead48a
$(PKG)_SITE:=http://www.stunnel.org/downloads/archive/5.x

$(PKG)_STARTLEVEL=81
Expand Down

0 comments on commit ad761ad

Please sign in to comment.