From 7dd17680c9b3fd057fce1b3eb1f188045c1571ac Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Fri, 12 Jun 2026 20:09:26 -0400 Subject: [PATCH 1/3] Rebuilt for openssl 4.0 --- yadifa.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yadifa.spec b/yadifa.spec index 6b4c357..667d922 100644 --- a/yadifa.spec +++ b/yadifa.spec @@ -6,7 +6,7 @@ Name: yadifa Version: 2.6.7 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Lightweight authoritative Name Server with DNSSEC capabilities License: BSD-3-Clause @@ -183,6 +183,9 @@ exit 0 %changelog +* Sat Jun 13 2026 Yaakov Selkowitz - 2.6.7-6 +- Rebuilt for openssl 4.0 + * Sat Jan 17 2026 Fedora Release Engineering - 2.6.7-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild From 836b05c6e8f55bcffdb1535a0821a0769caee9c4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 09:31:55 +0000 Subject: [PATCH 2/3] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- yadifa.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yadifa.spec b/yadifa.spec index 667d922..69bf988 100644 --- a/yadifa.spec +++ b/yadifa.spec @@ -6,7 +6,7 @@ Name: yadifa Version: 2.6.7 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Lightweight authoritative Name Server with DNSSEC capabilities License: BSD-3-Clause @@ -183,6 +183,9 @@ exit 0 %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 2.6.7-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Sat Jun 13 2026 Yaakov Selkowitz - 2.6.7-6 - Rebuilt for openssl 4.0 From 5fb3434974fa42b880edfb1c2ad3c9f69833b55e Mon Sep 17 00:00:00 2001 From: Denis Fateyev Date: Tue, 8 Sep 2026 19:28:53 +0500 Subject: [PATCH 3/3] yadifa: 3.0.3 release --- .gitignore | 1 + sources | 2 +- yadifa.spec | 24 ++++++++++++++++-------- 3 files changed, 18 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index c82a516..38bb924 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ /yadifa-2.6.5-11201.tar.gz /yadifa-2.6.6-11255.tar.gz /yadifa-2.6.7-11259.tar.gz +/yadifa-3.0.3-11710.tar.gz diff --git a/sources b/sources index 972eeb7..86b1230 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (yadifa-2.6.7-11259.tar.gz) = be597dc6e886177c20d13c78c2b30f3ff3ea5cfb2cff91f1f4e3507d2ae17974c630939856ae46b5200aa9e9d2c454c8c88045aa86511894e9659fcd7f9090af +SHA512 (yadifa-3.0.3-11710.tar.gz) = f00cf5447485774bffd033bfc24fc8f5f7e8363fc13454050681f526bc216b7f0db125b11da3c4dcf2f51ddef472a3f3403755c1e56e017c746ddda059c861d3 diff --git a/yadifa.spec b/yadifa.spec index 69bf988..0b888a5 100644 --- a/yadifa.spec +++ b/yadifa.spec @@ -2,11 +2,11 @@ %global _hardened_build 1 # version revision -%global revision 11259 +%global revision 11710 Name: yadifa -Version: 2.6.7 -Release: 7%{?dist} +Version: 3.0.3 +Release: 1%{?dist} Summary: Lightweight authoritative Name Server with DNSSEC capabilities License: BSD-3-Clause @@ -15,12 +15,14 @@ Source0: http://cdn.yadifa.eu/sites/default/files/releases/%{name}-%{version}-%{ Source1: yadifad.service Source3: yadifa.logrotate -BuildRequires: gcc +BuildRequires: autoconf +BuildRequires: automake BuildRequires: coreutils BuildRequires: findutils +BuildRequires: gcc +BuildRequires: libtool BuildRequires: make BuildRequires: openssl-devel -BuildRequires: openssl-devel-engine BuildRequires: sed Requires: logrotate @@ -65,6 +67,9 @@ required for development with YADIFA DNS server export CPPFLAGS="%{optflags} -DNDEBUG -g" export LDFLAGS="$LDFLAGS -lssl -lcrypto" +# prepare build script +./autogen.sh + %configure \ --with-tools \ --enable-rrl \ @@ -160,9 +165,9 @@ exit 0 %{_mandir}/man8/yakeyrolld.8* %files libs -%{_libdir}/libdnscore.so.7* -%{_libdir}/libdnsdb.so.7* -%{_libdir}/libdnslg.so.7* +%{_libdir}/libdnscore.so.* +%{_libdir}/libdnsdb.so.* +%{_libdir}/libdnslg.so.* %files tools %license COPYING @@ -183,6 +188,9 @@ exit 0 %changelog +* Tue Sep 08 2026 Denis Fateyev - 3.0.3-1 +- Update to 3.0.3 release + * Fri Jul 17 2026 Fedora Release Engineering - 2.6.7-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild