diff --git a/libcap-2.67.tar.gz b/libcap-2.67.tar.gz deleted file mode 100644 index 9d50bdac4437d45e7eb650b79ab6d25538d518f4..0000000000000000000000000000000000000000 Binary files a/libcap-2.67.tar.gz and /dev/null differ diff --git a/libcap-2.69.tar.gz b/libcap-2.69.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..f56c515081f6c3a5fd64c4372946f2b96da35dca Binary files /dev/null and b/libcap-2.69.tar.gz differ diff --git a/libcap.spec b/libcap.spec index 9d440943fad2140dd7013fa923c219acfbf35c39..741cae9dc3c1333c4a00ebb82fdfd2fe8c3adace 100644 --- a/libcap.spec +++ b/libcap.spec @@ -1,7 +1,7 @@ %define anolis_release 1 Name: libcap -Version: 2.67 +Version: 2.69 Release: %{anolis_release}%{?dist} Summary: Library for getting and setting POSIX.1e capabilities @@ -10,7 +10,7 @@ URL: ihttps://sites.google.com/site/fullycapable/ Source0: https://git.kernel.org/pub/scm/libs/libcap/libcap.git/snapshot/%{name}-%{version}.tar.gz Patch0: libcap-2.67-fix-pam-test-link-flag.patch BuildRequires: pam-devel perl-interpreter gcc make -Conflicts: libcap-devel < 2.67 +Conflicts: libcap-devel < 2.69 %description libcap is a library for getting and setting POSIX.1e (formerly POSIX 6) @@ -55,7 +55,6 @@ mv -f doc/*.3 %{buildroot}/%{_mandir}/man3/ %files %license License -%doc doc/capability.notes %{_libdir}/*.so.* %{_sbindir}/* %{_mandir}/man1/* @@ -76,6 +75,9 @@ mv -f doc/*.3 %{buildroot}/%{_mandir}/man3/ %{_libdir}/pkgconfig/*.pc %changelog +* Wed Oct 11 2023 mgb01105731 - 2.69-1 +- update to 2.69 and fix CVE-2023-2603 + * Thu Feb 16 2023 Funda Wang - 2.67-1 - New version 2.67