aboutsummaryrefslogtreecommitdiff
path: root/net/znc/Makefile
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2019-04-02 21:04:07 -0700
committerRosen Penev <rosenp@gmail.com>2019-04-02 21:36:05 -0700
commite0d392f5b7bf409b3c11194dd9c8924a18b41266 (patch)
treeda222d9713be58735fbf25142e971f2f6c0b15a9 /net/znc/Makefile
parenta816d32107571cbde0e95d890cf0b4c5b5cb63ca (diff)
znc: Update deprecated API patch
ENGINE_cleanup is unavailable when deprecated APIs and ENGINE support are disabled. The cleanup functions are unnecessary with OpenSSL 1.1. The getm functions use a faulty if directive. Work around it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'net/znc/Makefile')
-rw-r--r--net/znc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/znc/Makefile b/net/znc/Makefile
index 1d325735d..bbaba2213 100644
--- a/net/znc/Makefile
+++ b/net/znc/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=znc
PKG_VERSION:=1.7.3
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://znc.in/releases \