aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--network/dnsproxy-bin/config.yaml.dist20
-rw-r--r--network/dnsproxy-bin/dnsproxy-bin.SlackBuild2
-rw-r--r--network/dnsproxy-bin/dnsproxy-bin.info14
3 files changed, 8 insertions, 28 deletions
diff --git a/network/dnsproxy-bin/config.yaml.dist b/network/dnsproxy-bin/config.yaml.dist
deleted file mode 100644
index 640a15527c..0000000000
--- a/network/dnsproxy-bin/config.yaml.dist
+++ /dev/null
@@ -1,20 +0,0 @@
-# This is the yaml configuration file for dnsproxy with minimal working
-# configuration, all the options available can be seen with ./dnsproxy --help.
-# To use it within dnsproxy specify the --config-path=/<path-to-config.yaml>
-# option. Any other command-line options specified will override the values
-# from the config file.
----
-bootstrap:
- - "8.8.8.8:53"
-listen-addrs:
- - "0.0.0.0"
-listen-ports:
- - 53
-max-go-routines: 0
-ratelimit: 0
-ratelimit-subnet-len-ipv4: 24
-ratelimit-subnet-len-ipv6: 64
-udp-buf-size: 0
-upstream:
- - "1.1.1.1:53"
-timeout: '10s'
diff --git a/network/dnsproxy-bin/dnsproxy-bin.SlackBuild b/network/dnsproxy-bin/dnsproxy-bin.SlackBuild
index a579ddca70..47bbd49f4c 100644
--- a/network/dnsproxy-bin/dnsproxy-bin.SlackBuild
+++ b/network/dnsproxy-bin/dnsproxy-bin.SlackBuild
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=dnsproxy-bin
-VERSION=${VERSION:-0.75.3}
+VERSION=${VERSION:-0.75.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/network/dnsproxy-bin/dnsproxy-bin.info b/network/dnsproxy-bin/dnsproxy-bin.info
index 51e4369833..33f4c4d78f 100644
--- a/network/dnsproxy-bin/dnsproxy-bin.info
+++ b/network/dnsproxy-bin/dnsproxy-bin.info
@@ -1,13 +1,13 @@
PRGNAM="dnsproxy-bin"
-VERSION="0.75.3"
+VERSION="0.75.4"
HOMEPAGE="https://github.com/AdguardTeam/dnsproxy"
-DOWNLOAD="https://github.com/AdguardTeam/dnsproxy/releases/download/v0.75.3/dnsproxy-linux-386-v0.75.3.tar.gz \
- https://raw.githubusercontent.com/AdguardTeam/dnsproxy/v0.75.3/config.yaml.dist"
-MD5SUM="bea7edd1a4faf4e8687db54513aad63f \
+DOWNLOAD="https://github.com/AdguardTeam/dnsproxy/releases/download/v0.75.4/dnsproxy-linux-386-v0.75.4.tar.gz \
+ https://raw.githubusercontent.com/AdguardTeam/dnsproxy/v0.75.4/config.yaml.dist"
+MD5SUM="7b343e90fd5888bf1e5c77d736111031 \
5a8aaaacbc3aeb1af4aac34233f2d14b"
-DOWNLOAD_x86_64="https://github.com/AdguardTeam/dnsproxy/releases/download/v0.75.3/dnsproxy-linux-amd64-v0.75.3.tar.gz \
- https://raw.githubusercontent.com/AdguardTeam/dnsproxy/v0.75.3/config.yaml.dist"
-MD5SUM_x86_64="60381d146a9bd4b000afab32a15dd302 \
+DOWNLOAD_x86_64="https://github.com/AdguardTeam/dnsproxy/releases/download/v0.75.4/dnsproxy-linux-amd64-v0.75.4.tar.gz \
+ https://raw.githubusercontent.com/AdguardTeam/dnsproxy/v0.75.4/config.yaml.dist"
+MD5SUM_x86_64="bc2f941e2a4b69017f68fe4790cddaa8 \
5a8aaaacbc3aeb1af4aac34233f2d14b"
REQUIRES=""
MAINTAINER="fourtysixandtwo"