import Oracle_OSS kea-3.0.1-3.el10_1
This commit is contained in:
parent
e06ae9f49f
commit
a103f432ea
1827
CVE-2026-3608.patch
Normal file
1827
CVE-2026-3608.patch
Normal file
File diff suppressed because it is too large
Load Diff
26
kea.spec
26
kea.spec
@ -1,8 +1,8 @@
|
||||
## START: Set by rpmautospec
|
||||
## (rpmautospec version 0.6.5)
|
||||
## (rpmautospec version 0.8.3)
|
||||
## RPMAUTOSPEC: autorelease, autochangelog
|
||||
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
||||
release_number = 2;
|
||||
release_number = 3;
|
||||
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
||||
print(release_number + base_release_number - 1);
|
||||
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
||||
@ -45,8 +45,15 @@ Source16: systemd-sysusers.conf
|
||||
|
||||
Patch1: kea-sd-daemon.patch
|
||||
# https://issues.redhat.com/browse/RHEL-125048
|
||||
# Based on: https://gitlab.isc.org/isc-projects/kea/-/commit/92b65b2345e07d826b56ffd65cf47538f1c7a271
|
||||
# Based on:
|
||||
# https://gitlab.isc.org/isc-projects/kea/-/commit/92b65b2345e07d826b56ffd65cf47538f1c7a271
|
||||
Patch2: CVE-2025-11232.patch
|
||||
# https://redhat.atlassian.net/browse/RHEL-159879
|
||||
# Based on:
|
||||
# https://gitlab.isc.org/isc-projects/kea/-/commit/6ef02087bdf0f5158ad0654d9bdc30c166241e19
|
||||
# https://gitlab.isc.org/isc-projects/kea/-/commit/316e8d04aedf9392bf9a2edcb35bf2a719c17b13
|
||||
# https://gitlab.isc.org/isc-projects/kea/-/commit/f1647a5b6d531c1cac4063bef22c4d97568a788e
|
||||
Patch3: CVE-2026-3608.patch
|
||||
|
||||
BuildRequires: boost-devel
|
||||
# %%meson -D crypto=openssl
|
||||
@ -416,9 +423,9 @@ fi
|
||||
# >=f41: find `rpm --eval %%{_topdir}`/BUILD/kea-*/BUILDROOT/usr/lib64/ -type f | grep /usr/lib64/libkea | sed -e 's#.*/usr/lib64\(.*\.so\.[0-9]\+\)\.[0-9]\+\.[0-9]\+#%%{_libdir}\1*#' | sort
|
||||
%{_libdir}/libkea-asiodns.so.62*
|
||||
%{_libdir}/libkea-asiolink.so.88*
|
||||
%{_libdir}/libkea-cc.so.82*
|
||||
%{_libdir}/libkea-cc.so.83*
|
||||
%{_libdir}/libkea-cfgrpt.so.3*
|
||||
%{_libdir}/libkea-config.so.83*
|
||||
%{_libdir}/libkea-config.so.84*
|
||||
%{_libdir}/libkea-cryptolink.so.64*
|
||||
%{_libdir}/libkea-d2srv.so.63*
|
||||
%{_libdir}/libkea-database.so.76*
|
||||
@ -428,17 +435,17 @@ fi
|
||||
%{_libdir}/libkea-dns.so.71*
|
||||
%{_libdir}/libkea-eval.so.84*
|
||||
%{_libdir}/libkea-exceptions.so.45*
|
||||
%{_libdir}/libkea-hooks.so.119*
|
||||
%{_libdir}/libkea-hooks.so.121*
|
||||
%{_libdir}/libkea-http.so.87*
|
||||
%{_libdir}/libkea-log-interprocess.so.3*
|
||||
%{_libdir}/libkea-log.so.75*
|
||||
%{_libdir}/libkea-mysql.so.88*
|
||||
%{_libdir}/libkea-pgsql.so.88*
|
||||
%{_libdir}/libkea-process.so.90*
|
||||
%{_libdir}/libkea-process.so.91*
|
||||
%{_libdir}/libkea-stats.so.53*
|
||||
%{_libdir}/libkea-tcp.so.33*
|
||||
%{_libdir}/libkea-util-io.so.12*
|
||||
%{_libdir}/libkea-util.so.101*
|
||||
%{_libdir}/libkea-util.so.102*
|
||||
|
||||
%files keama
|
||||
%license COPYING
|
||||
@ -447,6 +454,9 @@ fi
|
||||
|
||||
%changelog
|
||||
## START: Generated by rpmautospec
|
||||
* Fri Mar 27 2026 Martin Osvald <mosvald@redhat.com> - 3.0.1-3
|
||||
- Fixes CVE-2026-3608
|
||||
|
||||
* Thu Oct 30 2025 Martin Osvald <mosvald@redhat.com> - 3.0.1-2
|
||||
- Fixes CVE-2025-11232
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user