stunnel: Bump from 5.10 to 5.14
Also refresh patches. Signed-Off-By: Michael Haas <haas@computerlinguist.org>
This commit is contained in:
parent
bc52054224
commit
0c3713c767
2 changed files with 4 additions and 4 deletions
|
@ -8,7 +8,7 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=stunnel
|
PKG_NAME:=stunnel
|
||||||
PKG_VERSION:=5.10
|
PKG_VERSION:=5.14
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_LICENSE:=GPL-2.0+
|
PKG_LICENSE:=GPL-2.0+
|
||||||
|
@ -17,7 +17,7 @@ PKG_LICENSE_FILES:=COPYING COPYRIGHT.GPL
|
||||||
|
|
||||||
PKG_SOURCE_URL:=http://stunnel.cybermirror.org/archive/5.x/
|
PKG_SOURCE_URL:=http://stunnel.cybermirror.org/archive/5.x/
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_MD5SUM:=a0edda805eb7d6ea600a230fb0979ea1
|
PKG_MD5SUM:=e716501960dc6856d80f92547298f724
|
||||||
|
|
||||||
PKG_FIXUP:=autoreconf
|
PKG_FIXUP:=autoreconf
|
||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/src/prototypes.h
|
--- a/src/prototypes.h
|
||||||
+++ b/src/prototypes.h
|
+++ b/src/prototypes.h
|
||||||
@@ -559,7 +559,7 @@ extern GETNAMEINFO s_getnameinfo;
|
@@ -590,7 +590,7 @@ extern GETNAMEINFO s_getnameinfo;
|
||||||
|
|
||||||
#endif /* USE_WIN32 */
|
#endif /* USE_WIN32 */
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
--- a/src/resolver.c
|
--- a/src/resolver.c
|
||||||
+++ b/src/resolver.c
|
+++ b/src/resolver.c
|
||||||
@@ -535,8 +535,9 @@ const char *s_gai_strerror(int err) {
|
@@ -538,8 +538,9 @@ const char *s_gai_strerror(int err) {
|
||||||
/* implementation is limited to functionality needed by stunnel */
|
/* implementation is limited to functionality needed by stunnel */
|
||||||
|
|
||||||
#ifndef HAVE_GETNAMEINFO
|
#ifndef HAVE_GETNAMEINFO
|
||||||
|
|
Loading…
Reference in a new issue