- update to 1.1.0
dnsdist 1.1.0 has seen a significant amount of development, mostly based on feedback from they many 1.0 deployments. The majority of the new features have already been taken into production by pre-release and beta users. Highlights include: - TeeAction: send responses to a second nameserver, but ignore responses. Used to test new installations on existing traffic. Also used by the Yeti rootserver project. - Response rules which act on received responses - AXFR/IXFR support, including filtering options - Linux kernel based query type and query name filtering (eBPF), for very high speed packet rejection. Includes counters and statistics - Query counting infrastructure (contributed by TransIP’s Reinier Schoof) For the many other new features, improvements and bug fixes, please see the dnsdist website for the more complete changelog and the current documentation. http://dnsdist.org/changelog/#dnsdist-110 http://dnsdist.org/README/ - refresh dnsdist_bindir.patch to apply cleanly again OBS-URL: https://build.opensuse.org/package/show/server:dns/dnsdist?expand=0&rev=2
This commit is contained in:
parent
67bcd44422
commit
ace5b69128
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1f72a5ca420fdea248dda60733a9b0ce3d68e13ee77dd5031887769a8451c713
|
||||
size 834177
|
3
dnsdist-1.1.0.tar.bz2
Normal file
3
dnsdist-1.1.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b4a1e8931b6d05a24494f54224211c0de0eeb1f5ff170f6b9f5665219bfeafc2
|
||||
size 874837
|
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 30 01:43:23 UTC 2016 - mrueckert@suse.de
|
||||
|
||||
- update to 1.1.0
|
||||
dnsdist 1.1.0 has seen a significant amount of development,
|
||||
mostly based on feedback from they many 1.0 deployments. The
|
||||
majority of the new features have already been taken into
|
||||
production by pre-release and beta users.
|
||||
|
||||
Highlights include:
|
||||
|
||||
- TeeAction: send responses to a second nameserver, but ignore
|
||||
responses. Used to test new installations on existing traffic.
|
||||
Also used by the Yeti rootserver project.
|
||||
- Response rules which act on received responses
|
||||
- AXFR/IXFR support, including filtering options
|
||||
- Linux kernel based query type and query name filtering (eBPF),
|
||||
for very high speed packet rejection. Includes counters and
|
||||
statistics
|
||||
- Query counting infrastructure (contributed by TransIP’s Reinier
|
||||
Schoof)
|
||||
|
||||
For the many other new features, improvements and bug fixes,
|
||||
please see the dnsdist website for the more complete changelog
|
||||
and the current documentation.
|
||||
|
||||
http://dnsdist.org/changelog/#dnsdist-110
|
||||
http://dnsdist.org/README/
|
||||
- refresh dnsdist_bindir.patch to apply cleanly again
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 11 15:32:09 UTC 2016 - mrueckert@suse.de
|
||||
|
||||
|
@ -52,9 +52,9 @@
|
||||
%endif
|
||||
|
||||
Name: dnsdist
|
||||
Version: 1.0.0
|
||||
Version: 1.1.0
|
||||
Release: 0
|
||||
%define pkg_version 1.0.0
|
||||
%define pkg_version 1.1.0
|
||||
License: GPL-2.0
|
||||
Summary: A highly DNS-, DoS- and abuse-aware loadbalancer
|
||||
Url: http://www.powerdns.com/
|
||||
|
@ -1,20 +1,20 @@
|
||||
Index: dnsdist-0.0.950g18fd2a4/dnsdist.service.in
|
||||
Index: dnsdist-0.0.1340g16abeaf/dnsdist.service.in
|
||||
===================================================================
|
||||
--- dnsdist-0.0.950g18fd2a4.orig/dnsdist.service.in
|
||||
+++ dnsdist-0.0.950g18fd2a4/dnsdist.service.in
|
||||
@@ -7,7 +7,7 @@ After=network-online.target
|
||||
|
||||
--- dnsdist-0.0.1340g16abeaf.orig/dnsdist.service.in
|
||||
+++ dnsdist-0.0.1340g16abeaf/dnsdist.service.in
|
||||
@@ -8,7 +8,7 @@ After=network-online.target
|
||||
[Service]
|
||||
ExecStartPre=@bindir@/dnsdist --check-config
|
||||
# Note: when editing the ExecStart command, keep --supervised and --disable-syslog
|
||||
-ExecStart=@bindir@/dnsdist --supervised --disable-syslog
|
||||
+ExecStart=@bindir@/dnsdist --supervised --disable-syslog --uid dnsdist --gid dnsdist $DNSDIST_OPTIONS
|
||||
|
||||
Type=notify
|
||||
Restart=on-failure
|
||||
Index: dnsdist-0.0.950g18fd2a4/contrib/dnsdist.default
|
||||
Index: dnsdist-0.0.1340g16abeaf/contrib/dnsdist.default
|
||||
===================================================================
|
||||
--- dnsdist-0.0.950g18fd2a4.orig/contrib/dnsdist.default
|
||||
+++ dnsdist-0.0.950g18fd2a4/contrib/dnsdist.default
|
||||
--- dnsdist-0.0.1340g16abeaf.orig/contrib/dnsdist.default
|
||||
+++ dnsdist-0.0.1340g16abeaf/contrib/dnsdist.default
|
||||
@@ -1 +1,25 @@
|
||||
-DNSDIST_OPTIONS=''
|
||||
+## Path: System/DNS
|
||||
|
Loading…
Reference in New Issue
Block a user