diff --git a/net/socat/Makefile b/net/socat/Makefile index d065797212..81bc9d90d5 100644 --- a/net/socat/Makefile +++ b/net/socat/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=socat -PKG_VERSION:=1.8.0.3 -PKG_RELEASE:=2 +PKG_VERSION:=1.8.1.1 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.dest-unreach.org/socat/download -PKG_HASH:=01eb017361d95bb3a6941e840b59e4463a3fabf92df4154ed02b16a2ed6a0095 +PKG_HASH:=5ebc636b7f427053f98806696521653a614c7e06464910353cbf54e2327adc1b PKG_MAINTAINER:=Ted Hess PKG_LICENSE:=GPL-2.0-or-later OpenSSL @@ -44,6 +44,7 @@ define Package/socat/config config SOCAT_SSL bool "SSL support" depends on PACKAGE_socat + select OPENSSL_WITH_DEPRECATED default n help Implements SSL support in socat (using libopenssl).