Update to 1.9.3.
This commit is contained in:
parent
4eb18b3ee2
commit
5ca30a8061
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,3 +21,4 @@
|
|||||||
/kea-1.8.0.tar.gz
|
/kea-1.8.0.tar.gz
|
||||||
/kea-1.9.1.tar.gz
|
/kea-1.9.1.tar.gz
|
||||||
/kea-1.9.2.tar.gz
|
/kea-1.9.2.tar.gz
|
||||||
|
/kea-1.9.3.tar.gz
|
||||||
|
30
kea-remove_werror.patch
Normal file
30
kea-remove_werror.patch
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
commit ee320d0af861b3b5ba17762a8b69563cc92a800e
|
||||||
|
Author: Andrei Pavel <andrei@isc.org>
|
||||||
|
Date: Thu Jan 7 01:29:14 2021 +0200
|
||||||
|
|
||||||
|
[#1637] remove unnecessary -Werror in Makefiles
|
||||||
|
|
||||||
|
diff --git a/src/bin/perfdhcp/Makefile.am b/src/bin/perfdhcp/Makefile.am
|
||||||
|
index d781ee6ee8..276f86b9b4 100644
|
||||||
|
--- a/src/bin/perfdhcp/Makefile.am
|
||||||
|
+++ b/src/bin/perfdhcp/Makefile.am
|
||||||
|
@@ -3,7 +3,6 @@ SUBDIRS = . tests
|
||||||
|
AM_CPPFLAGS = -I$(top_srcdir)/src/lib -I$(top_builddir)/src/lib
|
||||||
|
AM_CPPFLAGS += -I$(top_srcdir)/src/bin -I$(top_builddir)/src/bin
|
||||||
|
AM_CPPFLAGS += $(BOOST_INCLUDES)
|
||||||
|
-AM_CPPFLAGS += -Werror
|
||||||
|
|
||||||
|
AM_CXXFLAGS = $(KEA_CXXFLAGS)
|
||||||
|
|
||||||
|
diff --git a/src/bin/perfdhcp/tests/Makefile.am b/src/bin/perfdhcp/tests/Makefile.am
|
||||||
|
index 7e3c262077..31ec9e8508 100644
|
||||||
|
--- a/src/bin/perfdhcp/tests/Makefile.am
|
||||||
|
+++ b/src/bin/perfdhcp/tests/Makefile.am
|
||||||
|
@@ -4,7 +4,6 @@ AM_CPPFLAGS = -I$(top_builddir)/src/lib -I$(top_srcdir)/src/lib -I$(top_builddir
|
||||||
|
AM_CPPFLAGS += -I$(srcdir)/.. -I$(builddir)/..
|
||||||
|
AM_CPPFLAGS += -DTEST_DATA_DIR=\"$(abs_srcdir)/testdata\"
|
||||||
|
AM_CPPFLAGS += $(BOOST_INCLUDES)
|
||||||
|
-AM_CPPFLAGS += -Werror
|
||||||
|
AM_CXXFLAGS = $(KEA_CXXFLAGS)
|
||||||
|
|
||||||
|
if USE_STATIC_LINK
|
7
kea.spec
7
kea.spec
@ -5,7 +5,7 @@
|
|||||||
#%%global prever P1
|
#%%global prever P1
|
||||||
|
|
||||||
Name: kea
|
Name: kea
|
||||||
Version: 1.9.2
|
Version: 1.9.3
|
||||||
Release: 3%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: DHCPv4, DHCPv6 and DDNS server from ISC
|
Summary: DHCPv4, DHCPv6 and DDNS server from ISC
|
||||||
|
|
||||||
@ -19,6 +19,7 @@ Source4: kea-ctrl-agent.service
|
|||||||
|
|
||||||
Patch3: 0004-Openssl-version.patch
|
Patch3: 0004-Openssl-version.patch
|
||||||
Patch4: kea-gcc11.patch
|
Patch4: kea-gcc11.patch
|
||||||
|
Patch5: kea-remove_werror.patch
|
||||||
|
|
||||||
# autoreconf
|
# autoreconf
|
||||||
BuildRequires: autoconf automake libtool
|
BuildRequires: autoconf automake libtool
|
||||||
@ -221,6 +222,10 @@ EOF
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 25 2021 Pavel Zhukov pzhukov@redhat.com> - 1.9.3-3
|
||||||
|
- Update to 1.9.3
|
||||||
|
- Fix Werror bug
|
||||||
|
|
||||||
* Fri Jan 22 2021 Jonathan Wakely <jwakely@redhat.com> - 1.9.2-3
|
* Fri Jan 22 2021 Jonathan Wakely <jwakely@redhat.com> - 1.9.2-3
|
||||||
- Rebuilt for Boost 1.75
|
- Rebuilt for Boost 1.75
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (kea-1.9.2.tar.gz) = 9d5a5f97034f5a0f604f3ea4add4671c729b77974b1fac5d508c576636ca25c92d95f77c31cdca6f2fc815dd215997b4a6d857c88ae64a875956f2d827130cb8
|
SHA512 (kea-1.9.3.tar.gz) = a433f371828d622fa5c17d7fea4cfdbfc4964bbb1d5ab1dfda7dd031421ee2a19193812e4b718c91e8a7bfa557576c573fa65107e0e3e761da0a0d537e0e6718
|
||||||
|
Loading…
Reference in New Issue
Block a user