Compare commits
No commits in common. "c8" and "c9-beta" have entirely different histories.
@ -1,9 +1,10 @@
|
||||
Summary: Access control list utilities
|
||||
Name: acl
|
||||
Version: 2.4.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
BuildRequires: gawk
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gettext
|
||||
BuildRequires: libattr-devel
|
||||
BuildRequires: libtool
|
||||
BuildRequires: make
|
||||
@ -26,7 +27,6 @@ manipulating access control lists.
|
||||
%package -n libacl
|
||||
Summary: Dynamic library for access control list support
|
||||
License: LGPLv2+
|
||||
Group: System Environment/Libraries
|
||||
Conflicts: filesystem < 3
|
||||
|
||||
%description -n libacl
|
||||
@ -37,7 +37,6 @@ control lists.
|
||||
%package -n libacl-devel
|
||||
Summary: Files needed for building programs with libacl
|
||||
License: LGPLv2+
|
||||
Group: Development/Libraries
|
||||
Requires: libacl%{?_isa} = %{version}-%{release}, libattr-devel
|
||||
|
||||
%description -n libacl-devel
|
||||
@ -68,15 +67,15 @@ if ./setfacl -m "u:$(id -u):rwx" .; then
|
||||
# of the 'bin' group in order not to fail. Prevent the test from
|
||||
# running if we detect that its requirements are not met (#1085389).
|
||||
if id -nG daemon | { ! grep bin >/dev/null; }; then
|
||||
sed -e 's|test/root/permissions.test||' \
|
||||
-i test/Makemodule.am Makefile.in Makefile
|
||||
fi
|
||||
sed -e 's|test/root/permissions.test||' \
|
||||
-i test/Makemodule.am Makefile.in Makefile
|
||||
fi
|
||||
|
||||
# test/root/setfacl.test fails if 'bin' user cannot access build dir
|
||||
if ! runuser -u bin -- "${PWD}/setfacl" --version; then
|
||||
sed -e 's|test/root/setfacl.test||' \
|
||||
-i test/Makemodule.am Makefile.in Makefile
|
||||
fi
|
||||
# test/root/setfacl.test fails if 'bin' user cannot access build dir
|
||||
if ! runuser -u bin -- "${PWD}/setfacl" --version; then
|
||||
sed -e 's|test/root/setfacl.test||' \
|
||||
-i test/Makemodule.am Makefile.in Makefile
|
||||
fi
|
||||
fi
|
||||
|
||||
# run the upstream test-suite
|
||||
@ -123,17 +122,60 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}*
|
||||
%{_libdir}/libacl.so.*
|
||||
|
||||
%changelog
|
||||
* Thu Jun 25 2026 Lukáš Zaoral <lzaoral@redhat.com> - 2.4.0-1
|
||||
* Wed Jul 22 2026 Lukáš Zaoral <lzaoral@redhat.com> - 2.4.0-2
|
||||
- rebase to 2.4.0 to fix the following CVEs:
|
||||
- CVE-2026-54369 - Symlink traversal privilege escalation via libacl functions (RHEL-186111)
|
||||
- CVE-2026-54370 - TOCTOU Symlink Traversal via getfacl/setfacl (RHEL-186216)
|
||||
- CVE-2026-54369 - Symlink traversal privilege escalation via libacl functions
|
||||
- CVE-2026-54370 - TOCTOU Symlink Traversal via getfacl/setfacl
|
||||
|
||||
* Fri Oct 06 2023 Lukáš Zaoral <lzaoral@redhat.com> - 2.2.53-3
|
||||
- fix RPATH rpminspect reports
|
||||
- actually apply an included patch
|
||||
* Fri Oct 06 2023 Lukáš Zaoral <lzaoral@redhat.com> - 2.3.1-4
|
||||
- preserve failed setfacl return code (RHEL-11833)
|
||||
|
||||
* Fri Oct 06 2023 Lukáš Zaoral <lzaoral@redhat.com> - 2.2.53-2
|
||||
- preserve failed setfacl return code (RHEL-3909)
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.3.1-3
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 2.3.1-2
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Tue Mar 16 2021 Kamil Dudka <kdudka@redhat.com> - 2.3.1-1
|
||||
- new upstream release
|
||||
|
||||
* Fri Mar 12 2021 Kamil Dudka <kdudka@redhat.com> - 2.3.0-1
|
||||
- new upstream release
|
||||
|
||||
* Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.53-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Mon Aug 31 2020 Kamil Dudka <kdudka@redhat.com> 2.2.53-9
|
||||
- make __acl_create_entry_obj() work with LTO enabled (#1873975)
|
||||
|
||||
* Fri Jul 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.53-8
|
||||
- Second attempt - Rebuilt for
|
||||
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.53-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Wed Jun 03 2020 Tom Stellard <tstellar@redhat.com> - 2.2.53-6
|
||||
- Spec file cleanups and build fix
|
||||
- Add BuildRequires: perl-FileHandle to fix make check
|
||||
- Add BuildRequres: gcc [1]
|
||||
- Use make_build [2] and make_install[3] macros
|
||||
- [1] https://docs.fedoraproject.org/en-US/packaging-guidelines/C_and_C++/#_buildrequires_and_requires
|
||||
- [2] https://docs.fedoraproject.org/en-US/packaging-guidelines/#_parallel_make
|
||||
- [3] https://docs.fedoraproject.org/en-US/packaging-guidelines/#_why_the_makeinstall_macro_should_not_be_used
|
||||
|
||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.53-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.53-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.53-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.53-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Mon Jul 02 2018 Kamil Dudka <kdudka@redhat.com> 2.2.53-1
|
||||
- new upstream release
|
||||
|
||||
Loading…
Reference in New Issue
Block a user