diff --git a/net/vpnc/Makefile b/net/vpnc/Makefile index 2941aecd5..6d8516d37 100644 --- a/net/vpnc/Makefile +++ b/net/vpnc/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=vpnc PKG_REV:=550 PKG_VERSION:=0.5.3.r$(PKG_REV) -PKG_RELEASE:=6 +PKG_RELEASE:=7 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://svn.unix-ag.uni-kl.de/vpnc/trunk/ diff --git a/net/vpnc/patches/110-openssl-deprecated.patch b/net/vpnc/patches/110-openssl-deprecated.patch new file mode 100644 index 000000000..c3d87ee7a --- /dev/null +++ b/net/vpnc/patches/110-openssl-deprecated.patch @@ -0,0 +1,10 @@ +--- a/crypto-openssl.c ++++ b/crypto-openssl.c +@@ -20,6 +20,7 @@ + #include + #include + #include ++#include + #include "config.h" + #include "sysdep.h" + #include "crypto.h"