mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 10:51:55 +00:00
socat: update to 1.8.1.1
- update the package - make SOCAT_SSL select OPENSSL_WITH_DEPRECATED Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
This commit is contained in:
committed by
Hannu Nyman
parent
091ba82c38
commit
9514c7f6d4
@@ -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 <thess@kitschensync.net>
|
||||
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).
|
||||
|
||||
Reference in New Issue
Block a user