git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
c925417
)
bind: Remove OpenSSL deprecated APIs dependency
author
Rosen Penev
<redacted>
Sun, 28 Oct 2018 20:14:12 +0000
(13:14 -0700)
committer
Noah Meyerhans
<redacted>
Sun, 28 Oct 2018 22:28:52 +0000
(15:28 -0700)
It seems to not be needed anymore. Tested on mvebu and ar71xx.
Signed-off-by: Rosen Penev <redacted>
net/bind/Makefile
patch
|
blob
|
history
diff --git
a/net/bind/Makefile
b/net/bind/Makefile
index 356433eae16c5fd6d4f946f94d089ba82b3cf4f5..3adf535d64ae199c9f40c4b0d005d98328d4cd39 100644
(file)
--- a/
net/bind/Makefile
+++ b/
net/bind/Makefile
@@
-10,7
+10,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=bind
PKG_VERSION:=9.11.3
-PKG_RELEASE:=
2
+PKG_RELEASE:=
3
USERID:=bind=57:bind=57
PKG_MAINTAINER:=Noah Meyerhans <frodo@morgul.net>
@@
-68,7
+68,6
@@
endef
define Package/bind-server
$(call Package/bind/Default)
TITLE+= DNS server
- DEPENDS+= +@OPENSSL_WITH_DEPRECATED
endef
define Package/bind-server/config
git clone https://git.99rst.org/PROJECT