|
|
|
|
@@ -6,15 +6,15 @@
|
|
|
|
|
%define MAJver %(echo %version | cut -d. -f 1-2)
|
|
|
|
|
|
|
|
|
|
Name: bind
|
|
|
|
|
Version: 9.11.1.P1
|
|
|
|
|
Version: 9.20.13
|
|
|
|
|
Release: 1mamba
|
|
|
|
|
Summary: A DNS (Domain Name System) server
|
|
|
|
|
Group: System/Servers
|
|
|
|
|
Vendor: openmamba
|
|
|
|
|
Distribution: openmamba
|
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
|
URL: http://www.isc.org/products/BIND/
|
|
|
|
|
Source0: ftp://ftp.isc.org/isc/bind9/%{pkgver}/bind-%{pkgver}.tar.gz
|
|
|
|
|
URL: https://www.isc.org/bind/
|
|
|
|
|
Source0: https://ftp.isc.org/isc/bind9/%{pkgver}/bind-%{pkgver}.tar.xz
|
|
|
|
|
Source1: dhcp-dynamic-dns-examples.tar.bz2
|
|
|
|
|
Source2: named.service
|
|
|
|
|
Source3: named.logrotate
|
|
|
|
|
@@ -28,58 +28,73 @@ Source12: bind-named.conf
|
|
|
|
|
Source13: bind-localhost.zone
|
|
|
|
|
Source14: bind-named.local
|
|
|
|
|
Source15: bind-rndc.conf
|
|
|
|
|
Source16: named-tmpfilesdir.conf
|
|
|
|
|
Patch: %{name}-9.3.4-mktemp.patch
|
|
|
|
|
License: BSD
|
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
|
BuildRequires: libcap-devel
|
|
|
|
|
BuildRequires: libe2fs-devel
|
|
|
|
|
BuildRequires: libedit-devel
|
|
|
|
|
BuildRequires: libjemalloc-devel
|
|
|
|
|
BuildRequires: libjson-c-devel
|
|
|
|
|
BuildRequires: libkrb5-devel
|
|
|
|
|
BuildRequires: liblmdb-devel
|
|
|
|
|
BuildRequires: libmaxminddb-devel
|
|
|
|
|
BuildRequires: libnghttp2-devel
|
|
|
|
|
BuildRequires: libopenssl-devel
|
|
|
|
|
BuildRequires: libtermcap-devel
|
|
|
|
|
BuildRequires: liburcu-devel
|
|
|
|
|
BuildRequires: libuv-devel
|
|
|
|
|
BuildRequires: libxml2-devel
|
|
|
|
|
BuildRequires: libz-devel
|
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
BuildRequires: python-ply
|
|
|
|
|
BuildRequires: python-argparse
|
|
|
|
|
%if "%{stage1}" != "1"
|
|
|
|
|
BuildRequires: openjade
|
|
|
|
|
BuildRequires: jadetex
|
|
|
|
|
%endif
|
|
|
|
|
Requires: python-ply
|
|
|
|
|
Requires: python-argparse
|
|
|
|
|
Requires: %{name}-utils = %{version}-%{release}
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
|
|
# FIXME :
|
|
|
|
|
# checking for catalog... "not found"
|
|
|
|
|
# checking for html/docbook.dsl... "not found"
|
|
|
|
|
# checking for print/docbook.dsl... "not found"
|
|
|
|
|
# checking for dtds/decls/xml.dcl... "not found"
|
|
|
|
|
# checking for docbook2X/docbook2man-spec.pl... "not found"
|
|
|
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
Requires: %{name}-utils = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
Provides: user(named)
|
|
|
|
|
Provides: group(named)
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
BIND (Berkeley Internet Name Domain) is an implementation of the DNS (Domain Name System) protocols.
|
|
|
|
|
BIND includes a DNS server (named), which resolves host names to IP addresses; a resolver library (routines for applications to use when interfacing with DNS); and tools for verifying that the DNS server is operating properly.
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Include files and libraries needed for bind DNS development.
|
|
|
|
|
%package -n lib%{name}
|
|
|
|
|
Summary: Shared libraries provided by bind
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
%description -n lib%{name}
|
|
|
|
|
The libbind package contains the shared libraries provided by BIND.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package -n lib%{name}-devel
|
|
|
|
|
Summary: Include files and libraries needed for bind DNS development
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Provides: bind-devel
|
|
|
|
|
Obsoletes: bind-devel < 9.18.0
|
|
|
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description -n lib%{name}-devel
|
|
|
|
|
The bind-devel package contains all the include files and the library required for DNS (Domain Name System) development for BIND versions 9.x.x.
|
|
|
|
|
|
|
|
|
|
%package utils
|
|
|
|
|
Summary: Utilities for querying DNS name servers.
|
|
|
|
|
Group: Applications/Networking
|
|
|
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description utils
|
|
|
|
|
Bind-utils contains a collection of utilities for querying DNS (Domain Name System) name servers to find out information about Internet hosts.
|
|
|
|
|
These tools will provide you with the IP addresses for given host names, as well as other information about registered domains and network addresses.
|
|
|
|
|
|
|
|
|
|
You should install bind-utils if you need to get information from DNS name servers.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n %{name}-%{pkgver}
|
|
|
|
|
#%patch -p1 -b .mktemp
|
|
|
|
|
#-D -T
|
|
|
|
|
#:<< _EOF
|
|
|
|
|
|
|
|
|
|
#pushd contrib/queryperf
|
|
|
|
|
#autoconf
|
|
|
|
|
@@ -88,38 +103,45 @@ You should install bind-utils if you need to get information from DNS name serve
|
|
|
|
|
tar xjf %{S:1}
|
|
|
|
|
|
|
|
|
|
# Fix detection of jsoncpp
|
|
|
|
|
sed "s|/include/json/json.h|/include/json/json.h.no|" configure
|
|
|
|
|
#sed -i "s|/include/json/json.h|/include/json/json.h.no|" configure
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
#:<< _EOF
|
|
|
|
|
%configure \
|
|
|
|
|
--enable-threads \
|
|
|
|
|
--enable-ipv6 \
|
|
|
|
|
LIBS="-ltermcap" \
|
|
|
|
|
PYTHON=%{__python3} \
|
|
|
|
|
%ifarch arm
|
|
|
|
|
CFLAGS="%{optflags} -march=armv7-a" \
|
|
|
|
|
%endif
|
|
|
|
|
%if "%{_host}" != "%{_build}"
|
|
|
|
|
--enable-epoll \
|
|
|
|
|
--with-python \
|
|
|
|
|
--with-randomdev=/dev/random \
|
|
|
|
|
BUILD_CC=%{_build}-gcc
|
|
|
|
|
BUILD_CC=%{_build}-gcc \
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%make -j1
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
mkdir -p %{buildroot}/etc/{rc.d/init.d,logrotate.d}
|
|
|
|
|
mkdir -p %{buildroot}/etc/logrotate.d
|
|
|
|
|
mkdir -p %{buildroot}/etc/sysconfig
|
|
|
|
|
mkdir -p %{buildroot}%{_var}/named
|
|
|
|
|
mkdir -p %{buildroot}%{_var}/run/named
|
|
|
|
|
#mkdir -p %{buildroot}%{_var}/run/named
|
|
|
|
|
mkdir -p %{buildroot}%{_var}/named/slave
|
|
|
|
|
|
|
|
|
|
install -D -m0644 %{SOURCE16} %{buildroot}%{_tmpfilesdir}/named.conf
|
|
|
|
|
|
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
|
|
touch %{buildroot}%{_sysconfdir}/rndc.key
|
|
|
|
|
cp contrib/scripts/named-bootconf.sh \
|
|
|
|
|
%{buildroot}%{_sbindir}/named-bootconf
|
|
|
|
|
#cp contrib/scripts/named-bootconf.sh \
|
|
|
|
|
# %{buildroot}%{_sbindir}/named-bootconf
|
|
|
|
|
cp contrib/scripts/nanny.pl %{buildroot}%{_sbindir}
|
|
|
|
|
#cp contrib/queryperf/queryperf %{buildroot}%{_sbindir}
|
|
|
|
|
cp contrib/queryperf/README ./README.queryperf
|
|
|
|
|
#cp contrib/queryperf/README ./README.queryperf
|
|
|
|
|
|
|
|
|
|
install -D -m0644 %{S:2} %{buildroot}%{_unitdir}/named.service
|
|
|
|
|
|
|
|
|
|
@@ -139,6 +161,9 @@ cp %{S:13} %{buildroot}%{_var}/named/localhost.zone
|
|
|
|
|
cp %{S:14} %{buildroot}%{_var}/named/named.local
|
|
|
|
|
cp %{S:15} %{buildroot}%{_sysconfdir}/rndc.conf
|
|
|
|
|
|
|
|
|
|
# FIXME: workaround for test files installed in build path since 9.17.2
|
|
|
|
|
rm -rf %{buildroot}/usr/src %{buildroot}/var/autodist
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
|
|
@@ -164,6 +189,8 @@ key "rndckey" {
|
|
|
|
|
_EOF
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
%tmpfiles_create named.conf
|
|
|
|
|
|
|
|
|
|
%systemd_post named
|
|
|
|
|
if [ $1 -ge 1 ]; then
|
|
|
|
|
# clean old sysv broken links
|
|
|
|
|
@@ -181,78 +208,80 @@ exit 0
|
|
|
|
|
%systemd_postun_with_restart named
|
|
|
|
|
exit 0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%{_sysconfdir}/bind.keys
|
|
|
|
|
#%{_sysconfdir}/bind.keys
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/sysconfig/named
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/logrotate.d/named
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/rndc.conf
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/rndc.key
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/named.conf
|
|
|
|
|
%attr(0755,root,root) %{_sbindir}/bind-chroot.sh
|
|
|
|
|
%{_bindir}/dnssec-cds
|
|
|
|
|
%{_bindir}/dnssec-dsfromkey
|
|
|
|
|
%{_bindir}/dnssec-keyfromlabel
|
|
|
|
|
%{_bindir}/dnssec-keygen
|
|
|
|
|
%{_bindir}/dnssec-importkey
|
|
|
|
|
%{_bindir}/dnssec-revoke
|
|
|
|
|
%{_bindir}/dnssec-settime
|
|
|
|
|
%{_bindir}/dnssec-signzone
|
|
|
|
|
%{_bindir}/dnssec-verify
|
|
|
|
|
%{_sbindir}/dns-keygen
|
|
|
|
|
%{_sbindir}/ddns-confgen
|
|
|
|
|
%{_sbindir}/dnssec-checkds
|
|
|
|
|
%{_sbindir}/dnssec-coverage
|
|
|
|
|
%{_sbindir}/dnssec-dsfromkey
|
|
|
|
|
%{_sbindir}/dnssec-keyfromlabel
|
|
|
|
|
%{_sbindir}/dnssec-keygen
|
|
|
|
|
%{_sbindir}/dnssec-importkey
|
|
|
|
|
%{_sbindir}/dnssec-revoke
|
|
|
|
|
%{_sbindir}/dnssec-settime
|
|
|
|
|
%{_sbindir}/dnssec-signzone
|
|
|
|
|
%{_sbindir}/dnssec-verify
|
|
|
|
|
%{_sbindir}/lwresd
|
|
|
|
|
%{_sbindir}/named
|
|
|
|
|
%{_bindir}/named-rrchecker
|
|
|
|
|
%attr(0755,root,root) %{_sbindir}/named-bootconf
|
|
|
|
|
%{_sbindir}/named-checkconf
|
|
|
|
|
%{_sbindir}/named-checkzone
|
|
|
|
|
%{_sbindir}/named-compilezone
|
|
|
|
|
%{_sbindir}/named-journalprint
|
|
|
|
|
%{_sbindir}/named-nzd2nzf
|
|
|
|
|
%{_bindir}/named-checkconf
|
|
|
|
|
%{_bindir}/named-checkzone
|
|
|
|
|
%{_bindir}/named-compilezone
|
|
|
|
|
%{_bindir}/named-journalprint
|
|
|
|
|
%{_bindir}/named-nzd2nzf
|
|
|
|
|
%attr(0755,root,root) %{_sbindir}/nanny.pl
|
|
|
|
|
%attr(0755,root,root) %{_sbindir}/new_key.pl
|
|
|
|
|
%{_sbindir}/ddns-confgen
|
|
|
|
|
%{_sbindir}/rndc
|
|
|
|
|
%{_sbindir}/rndc-confgen
|
|
|
|
|
%{_sbindir}/tsig-keygen
|
|
|
|
|
%attr(0755,root,root) %{_sbindir}/update_bind.pl
|
|
|
|
|
%attr(0755,root,root) %config(noreplace) %{_unitdir}/named.service
|
|
|
|
|
%{_unitdir}/named.service
|
|
|
|
|
%{_tmpfilesdir}/named.conf
|
|
|
|
|
%dir %attr(0755,named,named) %{_localstatedir}/named
|
|
|
|
|
%dir %attr(0755,named,named) %{_localstatedir}/named/slave
|
|
|
|
|
%dir %attr(0755,named,named) %{_localstatedir}/run/named
|
|
|
|
|
%{python27_sitelib}/isc-*.egg-info
|
|
|
|
|
%dir %{python27_sitelib}/isc
|
|
|
|
|
%{python27_sitelib}/isc/*
|
|
|
|
|
%attr(0755,named,named) %{_var}/named/*
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
%{_mandir}/man1/dnssec-cds.1*
|
|
|
|
|
%{_mandir}/man1/dnssec-dsfromkey.1*
|
|
|
|
|
%{_mandir}/man1/dnssec-keyfromlabel.1*
|
|
|
|
|
%{_mandir}/man1/dnssec-importkey.1*
|
|
|
|
|
%{_mandir}/man1/dnssec-signzone.1*
|
|
|
|
|
%{_mandir}/man1/dnssec-keygen.1*
|
|
|
|
|
%{_mandir}/man1/dnssec-revoke.1*
|
|
|
|
|
%{_mandir}/man1/dnssec-settime.1*
|
|
|
|
|
%{_mandir}/man1/dnssec-verify.1*
|
|
|
|
|
%{_mandir}/man1/named-checkconf.1*
|
|
|
|
|
%{_mandir}/man1/named-checkzone.1*
|
|
|
|
|
%{_mandir}/man1/named-journalprint.1*
|
|
|
|
|
%{_mandir}/man1/named-nzd2nzf.1*
|
|
|
|
|
%{_mandir}/man5/named.conf.*
|
|
|
|
|
%{_mandir}/man5/rndc.conf.*
|
|
|
|
|
%{_mandir}/man8/ddns-confgen.*
|
|
|
|
|
%{_mandir}/man8/dnssec-checkds.8*
|
|
|
|
|
%{_mandir}/man8/dnssec-coverage.8*
|
|
|
|
|
%{_mandir}/man8/dnssec-dsfromkey.*
|
|
|
|
|
%{_mandir}/man8/dnssec-keyfromlabel.*
|
|
|
|
|
%{_mandir}/man8/dnssec-importkey.8*
|
|
|
|
|
%{_mandir}/man8/dnssec-signzone.*
|
|
|
|
|
%{_mandir}/man8/dnssec-keygen.*
|
|
|
|
|
%{_mandir}/man8/dnssec-revoke.*
|
|
|
|
|
%{_mandir}/man8/dnssec-settime.*
|
|
|
|
|
%{_mandir}/man8/dnssec-verify.8*
|
|
|
|
|
%{_mandir}/man8/lwresd.*
|
|
|
|
|
%{_mandir}/man8/named-checkconf.*
|
|
|
|
|
%{_mandir}/man8/named-checkzone.*
|
|
|
|
|
%{_mandir}/man8/named-compilezone.*
|
|
|
|
|
%{_mandir}/man8/named-journalprint.*
|
|
|
|
|
%{_mandir}/man8/named-nzd2nzf.8*
|
|
|
|
|
%{_mandir}/man8/named.*
|
|
|
|
|
%{_mandir}/man8/rndc-confgen.*
|
|
|
|
|
%{_mandir}/man8/rndc.*
|
|
|
|
|
%{_mandir}/man8/ddns-confgen.8*
|
|
|
|
|
%{_mandir}/man8/filter-a*.8*
|
|
|
|
|
%{_mandir}/man8/named.8*
|
|
|
|
|
%{_mandir}/man8/rndc-confgen.8*
|
|
|
|
|
%{_mandir}/man8/rndc.8*
|
|
|
|
|
%{_mandir}/man8/tsig-keygen.8*
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%files -n lib%{name}
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
#%{_libdir}/libbind9-%{version}.so
|
|
|
|
|
%{_libdir}/libdns-%{version}.so
|
|
|
|
|
#%{_libdir}/libirs-%{version}.so
|
|
|
|
|
%{_libdir}/libisc-%{version}.so
|
|
|
|
|
%{_libdir}/libisccc-%{version}.so
|
|
|
|
|
%{_libdir}/libisccfg-%{version}.so
|
|
|
|
|
%{_libdir}/libns-%{version}.so
|
|
|
|
|
%dir %{_libdir}/bind
|
|
|
|
|
%{_libdir}/bind/filter-a*.so
|
|
|
|
|
|
|
|
|
|
%files -n lib%{name}-devel
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%{_bindir}/bind9-config
|
|
|
|
|
%dir %{_includedir}/dns/
|
|
|
|
|
%{_includedir}/dns/*
|
|
|
|
|
%dir %{_includedir}/irs/
|
|
|
|
|
@@ -263,39 +292,275 @@ exit 0
|
|
|
|
|
%{_includedir}/isccc/*
|
|
|
|
|
%dir %{_includedir}/isccfg/
|
|
|
|
|
%{_includedir}/isccfg/*
|
|
|
|
|
%dir %{_includedir}/lwres/
|
|
|
|
|
%{_includedir}/lwres/*
|
|
|
|
|
%dir %{_includedir}/dst/
|
|
|
|
|
%{_includedir}/dst/*
|
|
|
|
|
%dir %{_includedir}/bind9/
|
|
|
|
|
%{_includedir}/bind9/*
|
|
|
|
|
%dir %{_includedir}/pk11/
|
|
|
|
|
%{_includedir}/pk11/*
|
|
|
|
|
%dir %{_includedir}/pkcs11/
|
|
|
|
|
%{_includedir}/pkcs11/*
|
|
|
|
|
%{_libdir}/*
|
|
|
|
|
#%dir %{_includedir}/bind9/
|
|
|
|
|
#%{_includedir}/bind9/*
|
|
|
|
|
%dir %{_includedir}/ns/
|
|
|
|
|
%{_includedir}/ns/*
|
|
|
|
|
#%{_libdir}/libbind9.so
|
|
|
|
|
%{_libdir}/libdns.so
|
|
|
|
|
#%{_libdir}/libirs.so
|
|
|
|
|
%{_libdir}/libisc.so
|
|
|
|
|
%{_libdir}/libisccc.so
|
|
|
|
|
%{_libdir}/libisccfg.so
|
|
|
|
|
%{_libdir}/libns.so
|
|
|
|
|
|
|
|
|
|
%files utils
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%{_bindir}/arpaname
|
|
|
|
|
%{_bindir}/delv
|
|
|
|
|
%{_bindir}/dig
|
|
|
|
|
%{_bindir}/dnssec-ksr
|
|
|
|
|
%{_bindir}/mdig
|
|
|
|
|
%{_bindir}/host
|
|
|
|
|
%{_bindir}/isc-config.sh
|
|
|
|
|
%{_bindir}/nslookup
|
|
|
|
|
%{_bindir}/nsupdate
|
|
|
|
|
%{_sbindir}/dnssec-keymgr
|
|
|
|
|
%{_sbindir}/genrandom
|
|
|
|
|
%{_sbindir}/isc-hmac-fixup
|
|
|
|
|
%{_sbindir}/nsec3hash
|
|
|
|
|
%{_bindir}/nsec3hash
|
|
|
|
|
%{_mandir}/man1/*
|
|
|
|
|
%{_mandir}/man8/genrandom.*
|
|
|
|
|
%{_mandir}/man8/isc-hmac-fixup.*
|
|
|
|
|
%{_mandir}/man8/nsec3hash.*
|
|
|
|
|
%{_mandir}/man8/dnssec-keymgr.8*
|
|
|
|
|
%{_mandir}/man1/nsec3hash.1*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Sep 12 2025 Automatic Build System <autodist@openmamba.org> 9.20.13-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Thu Aug 21 2025 Automatic Build System <autodist@openmamba.org> 9.20.12-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Thu Jul 17 2025 Automatic Build System <autodist@openmamba.org> 9.20.11-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Wed Jun 18 2025 Automatic Build System <autodist@openmamba.org> 9.20.10-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Thu May 22 2025 Automatic Build System <autodist@openmamba.org> 9.20.9-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Wed Apr 16 2025 Automatic Build System <autodist@openmamba.org> 9.20.8-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Thu Mar 20 2025 Automatic Build System <autodist@openmamba.org> 9.20.7-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Wed Feb 19 2025 Automatic Build System <autodist@openmamba.org> 9.20.6-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Thu Jan 30 2025 Automatic Build System <autodist@openmamba.org> 9.20.5-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Thu Dec 12 2024 Automatic Build System <autodist@openmamba.org> 9.20.4-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Wed Oct 16 2024 Automatic Build System <autodist@openmamba.org> 9.20.3-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Thu Sep 19 2024 Automatic Build System <autodist@openmamba.org> 9.20.2-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Wed Aug 21 2024 Automatic Build System <autodist@openmamba.org> 9.20.1-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Thu Jul 25 2024 Automatic Build System <autodist@openmamba.org> 9.20.0-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Thu Jun 06 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 9.18.27-2mamba
|
|
|
|
|
- provide user/group named
|
|
|
|
|
|
|
|
|
|
* Wed May 15 2024 Automatic Build System <autodist@openmamba.org> 9.18.27-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Thu Apr 18 2024 Automatic Build System <autodist@openmamba.org> 9.18.26-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Wed Mar 20 2024 Automatic Build System <autodist@openmamba.org> 9.18.25-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Tue Feb 13 2024 Automatic Build System <autodist@openmamba.org> 9.18.24-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Wed Dec 20 2023 Automatic Build System <autodist@mambasoft.it> 9.18.21-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Wed Nov 15 2023 Automatic Build System <autodist@mambasoft.it> 9.18.20-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Wed Sep 20 2023 Automatic Build System <autodist@mambasoft.it> 9.18.19-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Wed Aug 16 2023 Automatic Build System <autodist@mambasoft.it> 9.18.18-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Thu Jul 20 2023 Automatic Build System <autodist@mambasoft.it> 9.18.17-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Thu Jun 22 2023 Automatic Build System <autodist@mambasoft.it> 9.18.16-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Thu May 18 2023 Automatic Build System <autodist@mambasoft.it> 9.18.15-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Wed Apr 19 2023 Automatic Build System <autodist@mambasoft.it> 9.18.14-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Wed Mar 15 2023 Automatic Build System <autodist@mambasoft.it> 9.18.13-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Thu Feb 16 2023 Automatic Build System <autodist@mambasoft.it> 9.18.12-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Wed Jan 25 2023 Automatic Build System <autodist@mambasoft.it> 9.18.11-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Wed Dec 21 2022 Automatic Build System <autodist@mambasoft.it> 9.18.10-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Thu Nov 17 2022 Automatic Build System <autodist@mambasoft.it> 9.18.9-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Thu Oct 20 2022 Automatic Build System <autodist@mambasoft.it> 9.18.8-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Sat Sep 24 2022 Automatic Build System <autodist@mambasoft.it> 9.18.7-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Thu Aug 18 2022 Automatic Build System <autodist@mambasoft.it> 9.18.6-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Automatic Build System <autodist@mambasoft.it> 9.18.5-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Thu Jun 16 2022 Automatic Build System <autodist@mambasoft.it> 9.18.4-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Thu May 19 2022 Automatic Build System <autodist@mambasoft.it> 9.18.3-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Thu Apr 21 2022 Automatic Build System <autodist@mambasoft.it> 9.18.2-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Wed Mar 16 2022 Automatic Build System <autodist@mambasoft.it> 9.18.1-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Thu Jan 27 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 9.18.0-1mamba
|
|
|
|
|
- update to 9.18.0
|
|
|
|
|
|
|
|
|
|
* Sat Jan 23 2021 Automatic Build System <autodist@mambasoft.it> 9.17.9-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Fri Jan 01 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 9.17.8-2mamba
|
|
|
|
|
- removed requirements for python-ply and pyhon-argparse
|
|
|
|
|
|
|
|
|
|
* Thu Dec 17 2020 Automatic Build System <autodist@mambasoft.it> 9.17.8-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Thu Nov 26 2020 Automatic Build System <autodist@mambasoft.it> 9.17.7-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Thu Oct 22 2020 Automatic Build System <autodist@mambasoft.it> 9.17.6-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Thu Sep 17 2020 Automatic Build System <autodist@mambasoft.it> 9.17.5-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Sat Aug 22 2020 Automatic Build System <autodist@mambasoft.it> 9.17.4-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Sun Jul 19 2020 Automatic Build System <autodist@mambasoft.it> 9.17.3-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Mon Jul 06 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 9.17.2-2mamba
|
|
|
|
|
- remove old examples from default named.conf
|
|
|
|
|
|
|
|
|
|
* Sat Jul 04 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 9.17.2-1mamba
|
|
|
|
|
- update to 9.17.2
|
|
|
|
|
|
|
|
|
|
* Fri Apr 17 2020 Automatic Build System <autodist@mambasoft.it> 9.17.1-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Sun Mar 29 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 9.17.0-2mamba
|
|
|
|
|
- move libraries to new libbind package
|
|
|
|
|
|
|
|
|
|
* Wed Mar 18 2020 Automatic Build System <autodist@mambasoft.it> 9.17.0-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Thu Feb 20 2020 Automatic Build System <autodist@mambasoft.it> 9.16.0-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Wed Jan 22 2020 Automatic Build System <autodist@mambasoft.it> 9.15.8-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Thu Jan 16 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 9.15.7-1mamba
|
|
|
|
|
- update to 9.15.7
|
|
|
|
|
|
|
|
|
|
* Thu Nov 21 2019 Automatic Build System <autodist@mambasoft.it> 9.15.6-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Thu Oct 17 2019 Automatic Build System <autodist@mambasoft.it> 9.15.5-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Thu Sep 19 2019 Automatic Build System <autodist@mambasoft.it> 9.15.4-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Wed Aug 28 2019 Automatic Build System <autodist@mambasoft.it> 9.15.3-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Fri Aug 16 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 9.15.2-2mamba
|
|
|
|
|
- add named.conf in tmpfilesdir to create /run/named
|
|
|
|
|
|
|
|
|
|
* Thu Jul 18 2019 Automatic Build System <autodist@mambasoft.it> 9.15.2-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Thu Jun 20 2019 Automatic Build System <autodist@mambasoft.it> 9.15.1-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Thu May 16 2019 Automatic Build System <autodist@mambasoft.it> 9.15.0-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Thu Apr 25 2019 Automatic Build System <autodist@mambasoft.it> 9.14.1-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Fri Mar 22 2019 Automatic Build System <autodist@mambasoft.it> 9.14.0-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Fri Feb 22 2019 Automatic Build System <autodist@mambasoft.it> 9.13.7-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Fri Feb 08 2019 Automatic Build System <autodist@mambasoft.it> 9.13.6-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Wed Dec 19 2018 Automatic Build System <autodist@mambasoft.it> 9.13.5-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Sat Sep 22 2018 Automatic Build System <autodist@mambasoft.it> 9.13.3-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Wed Jul 11 2018 Automatic Build System <autodist@mambasoft.it> 9.13.2-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Sun Jun 17 2018 Automatic Build System <autodist@mambasoft.it> 9.13.1-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Sat May 19 2018 Automatic Build System <autodist@mambasoft.it> 9.12.1.P2-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Wed Mar 14 2018 Automatic Build System <autodist@mambasoft.it> 9.12.1-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Wed Feb 07 2018 Automatic Build System <autodist@mambasoft.it> 9.12.0-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Wed Jan 17 2018 Automatic Build System <autodist@mambasoft.it> 9.11.2.P1-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Sun Jul 30 2017 Automatic Build System <autodist@mambasoft.it> 9.11.2-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Sat Jul 08 2017 Automatic Build System <autodist@mambasoft.it> 9.11.1.P3-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Tue Jul 04 2017 Automatic Build System <autodist@mambasoft.it> 9.11.1.P2-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Thu Jun 15 2017 Automatic Build System <autodist@mambasoft.it> 9.11.1.P1-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
|