New version 2.0.1
This commit is contained in:
parent
7b61e771d1
commit
aa503c7629
1
.gitignore
vendored
1
.gitignore
vendored
@ -26,3 +26,4 @@
|
||||
/kea-1.9.5.tar.gz
|
||||
/kea-1.9.6.tar.gz
|
||||
/kea-1.9.8.tar.gz
|
||||
/kea-2.0.1.tar.gz
|
||||
|
@ -1,13 +1,13 @@
|
||||
diff --git a/m4macros/ax_crypto.m4 b/m4macros/ax_crypto.m4
|
||||
index fe91b1f..0a7cf97 100644
|
||||
index e1b43f8..a3a2c84 100644
|
||||
--- a/m4macros/ax_crypto.m4
|
||||
+++ b/m4macros/ax_crypto.m4
|
||||
@@ -383,7 +383,7 @@ then
|
||||
@@ -258,7 +258,7 @@ then
|
||||
else
|
||||
CRYPTO_NAME="OpenSSL"
|
||||
DISABLED_CRYPTO="Botan"
|
||||
- CRYPTO_PACKAGE="openssl-1.1.0"
|
||||
+ CRYPTO_PACKAGE="openssl"
|
||||
DISTCHECK_CRYPTO_CONFIGURE_FLAG="--with-openssl=${use_openssl}"
|
||||
AC_DEFINE_UNQUOTED([WITH_OPENSSL], [], [Compile with OpenSSL crypto])
|
||||
AC_MSG_CHECKING(for OpenSSL library)
|
||||
# from bind9
|
15
kea.spec
15
kea.spec
@ -5,19 +5,19 @@
|
||||
#%%global prever P1
|
||||
|
||||
Name: kea
|
||||
Version: 1.9.8
|
||||
Release: 7%{?dist}
|
||||
Version: 2.0.1
|
||||
Release: 1%{?dist}
|
||||
Summary: DHCPv4, DHCPv6 and DDNS server from ISC
|
||||
|
||||
License: MPLv2.0 and Boost
|
||||
URL: http://kea.isc.org
|
||||
Source0: https://ftp.isc.org/isc/kea/%{version}%{?prever:-%{prever}}/kea-%{version}%{?prever:-%{prever}}.tar.gz
|
||||
Source1: kea-dhcp4.service
|
||||
Source2: kea-dhcp6.service
|
||||
Source3: kea-dhcp-ddns.service
|
||||
Source1: kea-dhcp4.service
|
||||
Source2: kea-dhcp6.service
|
||||
Source3: kea-dhcp-ddns.service
|
||||
Source4: kea-ctrl-agent.service
|
||||
|
||||
Patch3: 0004-Openssl-version.patch
|
||||
Patch3: kea-openssl-version.patch
|
||||
|
||||
# autoreconf
|
||||
BuildRequires: autoconf automake libtool
|
||||
@ -219,6 +219,9 @@ EOF
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Feb 07 2022 Martin Osvald <mosvald@redhat.com> - 2.0.1-1
|
||||
- New version 2.0.1
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.8-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (kea-1.9.8.tar.gz) = 998769a502f2ddbf4ae8ed72b9c65e43b01c5d0c54d8cd23984c58aba56b62ed704957c1b373549d24a84890d27429f931bb7ac84ec83329d2c87ad9f403f2be
|
||||
SHA512 (kea-2.0.1.tar.gz) = 225372125991016bc450ebdf9144651b0b9120ef4c7c408d092a25434e9ada72ec8ffc3183689fa88cab138432261ec3399b40864d2904134884a2c46479864c
|
||||
|
Loading…
x
Reference in New Issue
Block a user