Skip to content

Commit

Permalink
bump dnsdist to 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Habbie committed Feb 16, 2024
1 parent 3ab8596 commit fb9be6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
8 changes: 0 additions & 8 deletions package/dnsdist/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,6 @@ menu "Configuration"
"Enables DNS over HTTPS Support for dnsdist"
default y

config DNSDIST_DNS_OVER_HTTPS_OUTGOING
depends on DNSDIST_OPENSSL
depends on !DNSDIST_NOSSL
bool "Outgoing DNS over HTTPS Support"
help
"Enables Outgoing DNS over HTTPS Support for dnsdist"
default y

config DNSDIST_DNS_OVER_TLS
depends on !DNSDIST_NOSSL
bool "DNS over TLS Support"
Expand Down
9 changes: 3 additions & 6 deletions package/dnsdist/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=dnsdist
PKG_VERSION:=1.8.2
PKG_VERSION:=1.9.0
PKG_RELEASE:=pdns1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://downloads.powerdns.com/releases/
PKG_HASH:=6688f09b2c52f9bf935f0769f4ee28dd0760e5622dade7b3f4e6fa3776f07ab8
PKG_HASH:=16bab15cad9245571806398a8e4a5dc32a92b6bb60e617c12fe958c945889c7c

PKG_MAINTAINER:=Peter van Dijk <peter.van.dijk@powerdns.com>
PKG_LICENSE:=GPL-2.0-only
Expand Down Expand Up @@ -102,9 +102,8 @@ define Package/dnsdist
+DNSDIST_LIBEDIT:libedit \
+DNSDIST_DNSTAP:libfstrm \
+DNSDIST_GNUTLS:libgnutls \
+DNSDIST_DNS_OVER_HTTPS:libh2o-evloop \
+DNSDIST_DNS_OVER_HTTPS:libnghttp2 \
+DNSDIST_NET_SNMP:libnetsnmp \
+DNSDIST_DNS_OVER_HTTPS_OUTGOING:libnghttp2 \
+DNSDIST_OPENSSL:libopenssl \
+DNSDIST_SODIUM:libsodium \
+DNSDIST_LMDB:lmdb \
Expand All @@ -123,7 +122,6 @@ define Package/dnsdist-full
+libedit \
+libfstrm \
+libgnutls \
+libh2o-evloop \
+libnetsnmp \
+libnghttp2 \
+libopenssl \
Expand Down Expand Up @@ -232,7 +230,6 @@ CONFIGURE_ARGS+= \
$(if $(call IsEnabled,DNSDIST_IPCIPHER),--enable,--disable)-ipcipher \
$(if $(call IsEnabled,DNSDIST_EBPF),--with,--without)-ebpf \
$(if $(call IsEnabled,DNSDIST_DNS_OVER_HTTPS),--enable-dns-over-https,) \
$(if $(call IsEnabled,DNSDIST_DNS_OVER_HTTPS_OUTGOING),--with,--without)-nghttp2

$(eval $(call BuildPackage,dnsdist))
$(eval $(call BuildPackage,dnsdist-full))
Expand Down

0 comments on commit fb9be6f

Please sign in to comment.