From f6627049e5faa2cd108406cab8f0637f9a006519 Mon Sep 17 00:00:00 2001 From: P J P Date: Dec 16 2013 20:16:06 +0000 Subject: Update to 1.05.9 --- diff --git a/.gitignore b/.gitignore index 2f19000..d0a8583 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /ndjbdns-1.05.6.tar.gz /ndjbdns-1.05.7.tar.gz /ndjbdns-1.05.8.tar.gz +/ndjbdns-1.05.9.tar.gz diff --git a/ndjbdns.spec b/ndjbdns.spec index af10490..8369b17 100644 --- a/ndjbdns.spec +++ b/ndjbdns.spec @@ -1,7 +1,7 @@ %global _hardened_build 1 Name: ndjbdns -Version: 1.05.8 +Version: 1.05.9 Release: 1%{?dist} Summary: New djbdns: usable djbdns @@ -215,17 +215,18 @@ fi %{_bindir}/tinydns-get %if 0%{?fedora} || 0%{?rhel} >= 7 -%{_unitdir}/axfrdns.service +%{_unitdir}/axfrdns.socket +%{_unitdir}/axfrdns@.service %{_unitdir}/dnscache.service %{_unitdir}/rbldns.service %{_unitdir}/tinydns.service %{_unitdir}/walldns.service %else -%{_initrddir}/axfrdns %{_initrddir}/dnscache %{_initrddir}/rbldns %{_initrddir}/tinydns %{_initrddir}/walldns +%config(noreplace) %{_sysconfdir}/xinetd.d/axfrdns %config(noreplace) %{_sysconfdir}/logrotate.d/ndjbdns %endif @@ -263,6 +264,13 @@ fi %changelog +* Sat Dec 14 2013 pjp - 1.05-9-1 +- Introduced support for DNS block list in dnscache(8). +- Improved root server's log structure, added timestamps etc. +- Changed tinydns(8) server to read data ones at the beginning + and later when signaled via SIGUSR1. +- Added xinetd(8) & Systemd(1) configurations for axfrdns(8). + * Tue Aug 27 2013 pjp - 1.05.8-1 - Updated resolver logs to add timestamps and structure. - Added new IP to the root server list, and removed one. diff --git a/sources b/sources index 2872805..9f4720c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2c3abbf737d4f171c42eebd2e9dc727c ndjbdns-1.05.8.tar.gz +2df163f103d417b0a55e23363a61664a ndjbdns-1.05.9.tar.gz