diff --git a/.gitignore b/.gitignore index d0a8583..2913d42 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /ndjbdns-1.05.7.tar.gz /ndjbdns-1.05.8.tar.gz /ndjbdns-1.05.9.tar.gz +/ndjbdns-1.06.tar.gz diff --git a/ndjbdns.spec b/ndjbdns.spec index 8369b17..7093e9a 100644 --- a/ndjbdns.spec +++ b/ndjbdns.spec @@ -1,7 +1,7 @@ %global _hardened_build 1 Name: ndjbdns -Version: 1.05.9 +Version: 1.06 Release: 1%{?dist} Summary: New djbdns: usable djbdns @@ -264,7 +264,13 @@ fi %changelog -* Sat Dec 14 2013 pjp - 1.05-9-1 +* Tue Apr 15 2014 pjp - 1.06-1 +- Merged the one-second.patch. +- Merged the dnscache-siphash.patch. +- Fixed a segmentation fault in tcprules. +- Fixed a time zone glitch to account for Daylight saving time. + +* 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 @@ -290,7 +296,7 @@ fi * Thu Feb 14 2013 Fedora Release Engineering - 1.05.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -* Sun Jan 14 2013 pjp - 1.05.6-1 +* Mon Jan 14 2013 pjp - 1.05.6-1 - Updated SysV scripts according to the packaging guidelines. - Disabled system services by default, registerd all. patch from: Simone Caronni @@ -298,7 +304,7 @@ fi - Added systemd unit and Sys-v init files for rbldns server. - Few minor changes to fix regressions, define uint32 type etc. -* Wed Dec 23 2012 pjp - 1.05.5-1 +* Sun Dec 23 2012 pjp - 1.05.5-1 - Applied patch to make SOA responses cache-able. - Applied patch to merge identical outgoing requests. - Applied patch to install Sys-V init scripts for RHEL and systemd diff --git a/sources b/sources index 9f4720c..ea4e912 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2df163f103d417b0a55e23363a61664a ndjbdns-1.05.9.tar.gz +6996f803bb6c6fed5a02ad45690d62ad ndjbdns-1.06.tar.gz