diff options
author | Sebastian Kemper <sebastian_ml@gmx.net> | 2019-11-27 19:52:27 +0100 |
---|---|---|
committer | Sebastian Kemper <sebastian_ml@gmx.net> | 2019-11-27 19:52:30 +0100 |
commit | 7d4f1b8589bc425acfd4d71a6e6be08a66d8f3dc (patch) | |
tree | 49de69668af91b5da7302d12c5e7943449292ccd /net/nut/Makefile | |
parent | cdd660a41dbfb87c9a253a7ebf856d7b733b752f (diff) |
nut: update OpenSSL 1.1.0 patch
Replaces OpenWrt patch with upstream patch. Also removes
0002-Fix-check-for-empty-string.patch as this is included in upstream
OpenSSL 1.1.0 patch.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Diffstat (limited to 'net/nut/Makefile')
-rw-r--r-- | net/nut/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nut/Makefile b/net/nut/Makefile index d1229ada6..bb3c79e17 100644 --- a/net/nut/Makefile +++ b/net/nut/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nut PKG_VERSION:=2.7.4 -PKG_RELEASE:=18 +PKG_RELEASE:=19 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.networkupstools.org/source/2.7/ |