diff options
author | Eneas U de Queiroz <cote2004-github@yahoo.com> | 2018-06-01 12:04:32 -0300 |
---|---|---|
committer | Eneas U de Queiroz <cote2004-github@yahoo.com> | 2018-06-01 12:04:32 -0300 |
commit | 1a9a7cc28024d94ae3aa983aa609a72f40c1ebc3 (patch) | |
tree | 5c252b0bf301dfbcb90d3898f71cbcb8f0e2a308 /net/nut/Makefile | |
parent | d7ffa9ca0e1c344e162daaac1225a3d9a2da46a5 (diff) |
nut: added compatibility with openssl-1.1
Also added a fix in a check for empty string.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
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 a7c3e7343..f70409f22 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:=4 +PKG_RELEASE:=5 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.networkupstools.org/source/2.7/ |