Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5fb3434974 | ||
|
|
836b05c6e8 | ||
|
|
7dd17680c9 | ||
|
|
26dbb88363 |
3 changed files with 27 additions and 9 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (yadifa-2.6.7-11259.tar.gz) = be597dc6e886177c20d13c78c2b30f3ff3ea5cfb2cff91f1f4e3507d2ae17974c630939856ae46b5200aa9e9d2c454c8c88045aa86511894e9659fcd7f9090af
|
||||
SHA512 (yadifa-3.0.3-11710.tar.gz) = f00cf5447485774bffd033bfc24fc8f5f7e8363fc13454050681f526bc216b7f0db125b11da3c4dcf2f51ddef472a3f3403755c1e56e017c746ddda059c861d3
|
||||
|
|
|
|||
33
yadifa.spec
33
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: 4%{?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,18 @@ exit 0
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Sep 08 2026 Denis Fateyev <denis@fateyev.com> - 3.0.3-1
|
||||
- Update to 3.0.3 release
|
||||
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.7-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Sat Jun 13 2026 Yaakov Selkowitz <yselkowi@redhat.com> - 2.6.7-6
|
||||
- Rebuilt for openssl 4.0
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.7-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Mon Jul 28 2025 Denis Fateyev <denis@fateyev.com> - 2.6.7-4
|
||||
- Drop deprecated items from logrotate
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue