aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--network/dnsproxy-bin/dnsproxy-bin.SlackBuild6
-rw-r--r--network/dnsproxy-bin/dnsproxy-bin.info14
2 files changed, 10 insertions, 10 deletions
diff --git a/network/dnsproxy-bin/dnsproxy-bin.SlackBuild b/network/dnsproxy-bin/dnsproxy-bin.SlackBuild
index e6ac4f540c..bae3367d96 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.73.1}
+VERSION=${VERSION:-0.73.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -64,9 +64,9 @@ cd $SUFFIX
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
- -o -perm 511 \) -exec chmod 755 {} \; -o \
+ -o -perm 511 \) -exec chmod 755 {} \+ -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \+
mkdir -p $PKG/usr/sbin $PKG/etc/rc.d
install -m 0755 -o root -g root dnsproxy $PKG/usr/sbin
diff --git a/network/dnsproxy-bin/dnsproxy-bin.info b/network/dnsproxy-bin/dnsproxy-bin.info
index 7491858c7b..2b01ee15ff 100644
--- a/network/dnsproxy-bin/dnsproxy-bin.info
+++ b/network/dnsproxy-bin/dnsproxy-bin.info
@@ -1,13 +1,13 @@
PRGNAM="dnsproxy-bin"
-VERSION="0.73.1"
+VERSION="0.73.3"
HOMEPAGE="https://github.com/AdguardTeam/dnsproxy"
-DOWNLOAD="https://github.com/AdguardTeam/dnsproxy/releases/download/v0.73.1/dnsproxy-linux-386-v0.73.1.tar.gz \
- https://raw.githubusercontent.com/AdguardTeam/dnsproxy/v0.73.1/config.yaml.dist"
-MD5SUM="6740ceadaf7f21b69859429cee178a35 \
+DOWNLOAD="https://github.com/AdguardTeam/dnsproxy/releases/download/v0.73.3/dnsproxy-linux-386-v0.73.3.tar.gz \
+ https://raw.githubusercontent.com/AdguardTeam/dnsproxy/v0.73.3/config.yaml.dist"
+MD5SUM="d664c866cbf0fed722a9eae21fc99c84 \
5a8aaaacbc3aeb1af4aac34233f2d14b"
-DOWNLOAD_x86_64="https://github.com/AdguardTeam/dnsproxy/releases/download/v0.73.1/dnsproxy-linux-amd64-v0.73.1.tar.gz \
- https://raw.githubusercontent.com/AdguardTeam/dnsproxy/v0.73.1/config.yaml.dist"
-MD5SUM_x86_64="b5e1adbfd27f8ed2db349adfee0b625c \
+DOWNLOAD_x86_64="https://github.com/AdguardTeam/dnsproxy/releases/download/v0.73.3/dnsproxy-linux-amd64-v0.73.3.tar.gz \
+ https://raw.githubusercontent.com/AdguardTeam/dnsproxy/v0.73.3/config.yaml.dist"
+MD5SUM_x86_64="e94b92241816a58a5d56c355de289541 \
5a8aaaacbc3aeb1af4aac34233f2d14b"
REQUIRES=""
MAINTAINER="fourtysixandtwo"