SHA256
1
0
forked from pool/dnsdist
Commit Graph

18 Commits

Author SHA256 Message Date
7487db9945 OBS-URL: https://build.opensuse.org/package/show/server:dns/dnsdist?expand=0&rev=18 2019-10-25 13:22:19 +00:00
d2636075d6 - update to 1.4.0~rc4
https://dnsdist.org/changelog.html#change-1.4.0-rc4

OBS-URL: https://build.opensuse.org/package/show/server:dns/dnsdist?expand=0&rev=17
2019-10-25 12:51:13 +00:00
49b39f33b8 Disable DoH as it requires another library...
OBS-URL: https://build.opensuse.org/package/show/server:dns/dnsdist?expand=0&rev=16
2019-10-04 16:12:48 +00:00
f3568da88c - update to 1.4.0~rc3
https://dnsdist.org/changelog.html#change-1.4.0-rc3
- enable DNS-over-HTTPS (DoH)
- break up long long in specfile configure to make them more
  readable to regular humans

OBS-URL: https://build.opensuse.org/package/show/server:dns/dnsdist?expand=0&rev=15
2019-10-04 16:00:34 +00:00
72369fb269 OBS-URL: https://build.opensuse.org/package/show/server:dns/dnsdist?expand=0&rev=14 2019-08-14 08:37:49 +00:00
f175ac86d2 - update to 1.4.0~rc1
https://dnsdist.org/changelog.html#change-1.4.0-rc1
- dont_return_garbage.patch: dropped, no longer needed
- dnsdist_bindir.patch: refreshed

OBS-URL: https://build.opensuse.org/package/show/server:dns/dnsdist?expand=0&rev=13
2019-08-14 08:32:24 +00:00
e51889542e OBS-URL: https://build.opensuse.org/package/show/server:dns/dnsdist?expand=0&rev=12 2018-11-08 15:49:28 +00:00
334fea5754 - dont_return_garbage.patch: return a value from function that
wants a return.

OBS-URL: https://build.opensuse.org/package/show/server:dns/dnsdist?expand=0&rev=11
2018-11-08 15:23:57 +00:00
8194227cd7 - update to 1.3.3
https://blog.powerdns.com/2018/11/08/dnsdist-1-3-3-released/
  - Security fix: fixes a possible record smugging with a crafted
    DNS query with trailing data (CVE-2018-14663, bsc#1114511)
  - New Features
    - Add consistent hash builtin policy
    - Add EDNSOptionRule
    - Add DSTPortRule
    - Make getOutstanding usable from both lua and console
    - Added :excludeRange and :includeRange methods to
      DynBPFFilter class
    - Add Prometheus stats support
    - Name threads in the programs
    - Support the NXDomain action with dynamic blocks
    - Add security polling
    - Add a PoolAvailableRule to easily add backup pools
  - Improvements
    - Get rid of some allocs/copies in DNS parsing
    - Set a correct EDNS OPT RR for self-generated answers
    - Fix a sign-comparison warning in isEDNSOptionInOPT()
    - Add warning rates to DynBlockRulesGroup rules
    - Add support for exporting a server id in protobuf
    - dnsdist did not set TCP_NODELAY, causing needless latency
    - Add a setting to control the number of stored sessions
    - Wrap GnuTLS and OpenSSL pointers in smart pointers
    - Add a ‘creationOrder’ field to rules
    - Fix return-type detection with boost 1.69’s tribool
    - Fix format string issue on 32bits ARM
    - Wrap TCP connection objects in smart pointers
    - Add the setConsoleOutputMaxMsgSize function

OBS-URL: https://build.opensuse.org/package/show/server:dns/dnsdist?expand=0&rev=10
2018-11-08 14:56:59 +00:00
e97eb4c717 - Comment out the control socket statement and add a commented out
line for setKey as it is in the upstream configuration. The old
  default configuration did not work anymore anyway and this makes
  it clearer that you need both lines.

OBS-URL: https://build.opensuse.org/package/show/server:dns/dnsdist?expand=0&rev=9
2018-07-10 16:39:36 +00:00
7ab7dd85aa - update to 1.3.2
OBS-URL: https://build.opensuse.org/package/show/server:dns/dnsdist?expand=0&rev=8
2018-07-10 14:28:32 +00:00
260c94c0bf we need shadow
OBS-URL: https://build.opensuse.org/package/show/server:dns/dnsdist?expand=0&rev=7
2018-04-02 00:06:52 +00:00
c4c508738f - enable dns over tls support: new BR for gnutls
- enable dnstap support: new BR for libfstrm

- update to 1.3.0

OBS-URL: https://build.opensuse.org/package/show/server:dns/dnsdist?expand=0&rev=6
2018-04-01 23:58:01 +00:00
383bf1cd16 Accepting request 577238 from home:adamm:branches:server:dns
- fix user creation code
- update to 1.2.1
  * Make dnsdist dynamic truncate do right thing on TCP/IP.
  * Add missing QPSAction.
  * Don't create a Remote Logger in client mode.
  * Keep the TCP connection open on cache hit, generated answers.
  * Add the missing <sys/time.h> include to mplexer.hh for struct timeval.
  * Sort the servers based on their 'order' after it has been set.
  * Fix the outstanding counter when an exception is raised.
  * Do not connect the snmpAgent from a dnsdist client.

OBS-URL: https://build.opensuse.org/request/show/577238
OBS-URL: https://build.opensuse.org/package/show/server:dns/dnsdist?expand=0&rev=5
2018-02-16 12:34:26 +00:00
da1c8a7db3 - enable snmp support (new BR: net-snmp-devel)
- update to 1.2.0 (boo#1054799, boo#1054802)

OBS-URL: https://build.opensuse.org/package/show/server:dns/dnsdist?expand=0&rev=4
2017-08-21 16:30:36 +00:00
9d9d5b6871 - fix build on TW:
- no longer look for libsystemd-daemon
- enable re2

OBS-URL: https://build.opensuse.org/package/show/server:dns/dnsdist?expand=0&rev=3
2017-02-19 18:41:16 +00:00
ace5b69128 - 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
2016-12-30 01:47:54 +00:00
67bcd44422 - initial package (1.0.0)
OBS-URL: https://build.opensuse.org/package/show/server:dns/dnsdist?expand=0&rev=1
2016-07-11 15:35:17 +00:00