1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
dq (20181021-1) unstable; urgency=medium
* d/control - bump to standards version 4.2.1
* d/compat - switched to debhelper 11
* d/upstream/signing-key.asc - added
* d/watch - added gpg signature checking
* d/copyright fixed url http->https
* d/tests/dqcachetest - added simple autopkgtest
* d/control - Vcs-* moved to salsa.debian.org
* Convert git repository from git-dpm to gbp layout
* d/upstream/metadata - added
* dqcache pkg. - runs under systemd,
dqcache-run pkg. - removed and added to
d/control - dqcache breaks and replaces dqcache-run << 20181021-1
* d/control - removed build dependency on libnacl-dev
* New upstream version 20181021:
- fixed IPSEND6/IPSEND4 env. parsing
- randomized cached A and AAAA response
- removed little-endian detection/optimization and added full
processor independent implementation of poly1305,salsa20
to fix segmentation faults on armhf architecture
-- Jan Mojžíš <jan.mojzis@gmail.com> Wed, 24 Oct 2018 15:10:22 +0200
dq (20161210-1) unstable; urgency=medium
* New upstream version 20161210:
- dqcache: accept connections from all IP addresses,
when environment variable $OKCLIENT is set
- dqcache: duplicate-query suppression, workaround for CVE-2008-4392
- dqcache: cache servfail responses for 10 seconds
- dqcache: caches records for at least $MINTTL seconds,
when environment variable $MINTTL is set
- dqcache/dq: crypto_onetimeauth_poly1305 speedup
- dqcache: added dqcache-start wrapper
- dq: fixed -T arg (timeout must be an integer between 1 and 60)
* Added lintian-override for hardening-no-fortify-functions
* Added lintian-override for no-upstream-changelog
* debian/rules - print debug log when compilation fails
* Supervise directory moved /etc -> /var/lib (Closes: #834828)
* Root directory moved /etc -> /var/lib
-- Jan Mojžíš <jan.mojzis@gmail.com> Sat, 10 Dec 2016 16:28:15 +0100
dq (20160720-1) unstable; urgency=medium
* New upstream version 20160720:
- added strict forwardonly patch
- removed inet_pton.* files
* Priority: standard -> optional. (Closes: #829360)
* dqcache-run: daemontools service renamed to dqcache
-- Jan Mojžíš <jan.mojzis@gmail.com> Wed, 20 Jul 2016 10:47:33 +0200
dq (20160621-1) unstable; urgency=medium
* Initial release. (Closes: #825174)
-- Jan Mojžíš <jan.mojzis@gmail.com> Wed, 22 Jun 2016 13:59:46 +0200
|