Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cc957d33f8 | ||
|
|
000ec9f209 | ||
|
|
932260d2c7 | ||
|
|
a6a28efbde | ||
|
|
0fa87a6cb5 |
11 changed files with 391 additions and 463 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
|
@ -35,3 +35,12 @@
|
|||
/p11-kit-0.23.21.tar.xz
|
||||
/p11-kit-0.23.22.tar.xz
|
||||
/p11-kit-0.24.1.tar.xz
|
||||
/p11-kit-0.25.0.tar.xz
|
||||
/p11-kit-0.25.0.tar.xz.sig
|
||||
/p11-kit-release-keyring.gpg
|
||||
/p11-kit-0.25.1.tar.xz
|
||||
/p11-kit-0.25.1.tar.xz.sig
|
||||
/p11-kit-0.25.2.tar.xz
|
||||
/p11-kit-0.25.2.tar.xz.sig
|
||||
/p11-kit-0.25.3.tar.xz
|
||||
/p11-kit-0.25.3.tar.xz.sig
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.43.1.dev8+ga0f2a9f.
|
||||
The file was generated using packit 0.85.0.post1.dev17+g1f3036b1.
|
||||
|
|
|
|||
367
changelog
Normal file
367
changelog
Normal file
|
|
@ -0,0 +1,367 @@
|
|||
* Tue Oct 18 2022 Daan De Meyer <daan.j.demeyer@gmail.com> - 0.24.1-4
|
||||
- Add pkgconfig(systemd) BuildRequires
|
||||
|
||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.24.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.24.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Mon Jan 17 2022 Packit Service <user-cont-team+packit-service@redhat.com> - 0.24.1-1
|
||||
- Release 0.24.1 (Daiki Ueno)
|
||||
- common: Support copying attribute array recursively (Daiki Ueno)
|
||||
- common: Add assert_ptr_cmp (Daiki Ueno)
|
||||
- gtkdoc: remove dependencies on custom target files (Eli Schwartz)
|
||||
- doc: Replace occurrence of black list with blocklist (Daiki Ueno)
|
||||
- build: Suppress cppcheck false-positive on array bounds (Daiki Ueno)
|
||||
- ci: Use Docker image from the same repository (Daiki Ueno)
|
||||
- ci: Integrate Docker image building to GitHub workflow (Daiki Ueno)
|
||||
- rpc: Fallback to version 0 if server does not support negotiation (Daiki Ueno)
|
||||
- build: Port e850e03be65ed573d0b69ee0408e776c08fad8a3 to meson (Daiki Ueno)
|
||||
- Link libp11-kit so that it cannot unload (Emmanuel Dreyfus)
|
||||
- trust: Use dngettext for plurals (Daiki Ueno)
|
||||
- rpc: Support protocol version negotiation (Daiki Ueno)
|
||||
- rpc: Separate authentication step from transaction (Daiki Ueno)
|
||||
- Meson: p11_system_config_modules instead of p11_package_config_modules (Issam E. Maghni)
|
||||
- shell: test -a|o is not POSIX (Issam E. Maghni)
|
||||
- Meson: Add libtasn1 to trust programs (Issam E. Maghni)
|
||||
- meson: optionalise glib's development files for gtk_doc (Đoàn Trần Công Danh)
|
||||
|
||||
* Sat Jan 08 2022 Miro Hrončok <mhroncok@redhat.com> - 0.23.22-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Changes/LIBFFI34
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.23.22-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Tue Jan 26 2021 Daiki Ueno <dueno@redhat.com> - 0.23.22-3
|
||||
- Suppress intentional memleak in getprogname emulation (#1905581)
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.23.22-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Fri Dec 11 2020 Packit Service <user-cont-team+packit-service@redhat.com> - 0.23.22-1
|
||||
- Release 0.23.22 (Daiki Ueno)
|
||||
- Follow-up to arithmetic overflow fix (David Cook)
|
||||
- Check for arithmetic overflows before allocating (David Cook)
|
||||
- Check attribute length against buffer size (David Cook)
|
||||
- Fix bounds check in p11_rpc_buffer_get_byte_array (David Cook)
|
||||
- Fix buffer overflow in log_token_info (David Cook)
|
||||
- common: Don't assume __STDC_VERSION__ is always defined (Daiki Ueno)
|
||||
- compat: getauxval: correct compiler macro for FreeBSD (Daiki Ueno)
|
||||
- compat: fdwalk: add guard for Linux specific local variables (Daiki Ueno)
|
||||
- meson: Add missing libtasn1 dependency (Daiki Ueno)
|
||||
- travis: Add freebsd build (Daiki Ueno)
|
||||
- anchor: Prefer persistent format when storing anchor (Daiki Ueno)
|
||||
- travis: Run "make check" along with "make distcheck" for coverage (Daiki Ueno)
|
||||
- travis: Use python3 as the default Python interpreter (Daiki Ueno)
|
||||
- travis: Route to Ubuntu 20.04 base image (Daiki Ueno)
|
||||
- meson: Set -fstack-protector for MinGW64 cross build (Daiki Ueno)
|
||||
- meson: expand ternary operator in function call for compatibility (Daiki Ueno)
|
||||
- meson: Use custom_target for generating external XML entities (Daiki Ueno)
|
||||
- meson: Allow building manpages without gtk-doc (Jan Alexander Steffens (heftig))
|
||||
- Rename is_path_component to is_path_separator (Alexander Sosedkin)
|
||||
- Use is_path_component in one more place (Alexander Sosedkin)
|
||||
- Remove more duplicate separators in p11_path_build (Alexander Sosedkin)
|
||||
- common: Fix infloop in p11_path_build (Daiki Ueno)
|
||||
- proxy: C_CloseAllSessions: Make sure that calloc args are non-zero (Daiki Ueno)
|
||||
- build: Use calloc in a consistent manner (Daiki Ueno)
|
||||
- meson: Allow override of default bashcompdir. Fixes meson regression (issue #322). Pass -Dbashcompdir=/xxx to meson. (John Hein)
|
||||
- common: Check for a NULL locale before freeing it (Tavian Barnes)
|
||||
- p11_test_copy_setgid: Skip setgid tests on nosuid filesystems (Anders Kaseorg)
|
||||
- unix-peer: replace incorrect include1 (Rosen Penev)
|
||||
- test-compat: Skip getprogname test if BUILDDIR contains a symlink (Daiki Ueno)
|
||||
- add trust-extract-compat into EXTRA-DIST (Xℹ Ruoyao)
|
||||
- meson: install trust-extract-compat (Xℹ Ruoyao)
|
||||
- rename trust-extract-compat.in to trust-extract-compat (Xℹ Ruoyao)
|
||||
|
||||
* Thu Nov 12 2020 Alexander Sosedkin <asosedkin@redhat.com> - 0.23.21-3
|
||||
- Add an explicit build dependency on xsltproc
|
||||
|
||||
* Tue Aug 18 2020 Packit Service <user-cont-team+packit-service@redhat.com> - 0.23.21-2
|
||||
- new upstream release: 0.23.21
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.23.20-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Wed Jan 29 2020 Daiki Ueno <dueno@redhat.com> - 0.23.20-1
|
||||
- Update to upstream 0.23.20 release
|
||||
|
||||
* Wed Jan 22 2020 Daiki Ueno <dueno@redhat.com> - 0.23.19-1
|
||||
- Update to upstream 0.23.19 release
|
||||
- Check archive signature in %%prep
|
||||
- Switch to using Meson as the build system
|
||||
|
||||
* Mon Sep 30 2019 Daiki Ueno <dueno@redhat.com> - 0.23.18.1-1
|
||||
- Update to upstream 0.23.18.1 release
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.23.16.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Thu May 23 2019 Daiki Ueno <dueno@redhat.com> - 0.23.16.1-1
|
||||
- Update to upstream 0.23.16.1 release
|
||||
|
||||
* Thu May 23 2019 Daiki Ueno <dueno@redhat.com> - 0.23.16-1
|
||||
- Update to upstream 0.23.16 release
|
||||
|
||||
* Mon Feb 18 2019 Daiki Ueno <dueno@redhat.com> - 0.23.15-3
|
||||
- trust: Ignore unreadable content in anchors
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.23.15-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Mon Jan 21 2019 Daiki Ueno <dueno@redhat.com> - 0.23.15-1
|
||||
- Update to upstream 0.23.15 release
|
||||
|
||||
* Fri Jan 11 2019 Nils Philippsen <nils@tiptoe.de> - 0.23.14-3
|
||||
- use spaces instead of tabs consistently
|
||||
- prefer fixed closures to libffi closures (#1656245, patch by Daiki Ueno)
|
||||
|
||||
* Mon Oct 29 2018 James Antill <james.antill@redhat.com> - 0.23.14-2
|
||||
- Remove ldconfig scriptlet, now done via. transfiletrigger in glibc.
|
||||
|
||||
* Fri Sep 07 2018 Daiki Ueno <dueno@redhat.com> - 0.23.14-1
|
||||
- Update to upstream 0.23.14 release
|
||||
|
||||
* Wed Aug 15 2018 Daiki Ueno <dueno@redhat.com> - 0.23.13-3
|
||||
- Forcibly link with libpthread to avoid regressions (rhbz#1615038)
|
||||
|
||||
* Wed Aug 15 2018 Daiki Ueno <dueno@redhat.com> - 0.23.13-2
|
||||
- Fix invalid memory access on proxy cleanup
|
||||
|
||||
* Fri Aug 10 2018 Daiki Ueno <dueno@redhat.com> - 0.23.13-1
|
||||
- Update to upstream 0.23.13 release
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.23.12-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Wed May 30 2018 Daiki Ueno <dueno@redhat.com> - 0.23.12-1
|
||||
- Update to upstream 0.23.11 release
|
||||
|
||||
* Wed Feb 28 2018 Daiki Ueno <dueno@redhat.com> - 0.23.10-1
|
||||
- Update to upstream 0.23.10 release
|
||||
|
||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.23.9-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Thu Oct 05 2017 Daiki Ueno <dueno@redhat.com> - 0.23.9-2
|
||||
- server: Make it possible to eval envvar settings
|
||||
|
||||
* Wed Oct 04 2017 Daiki Ueno <dueno@redhat.com> - 0.23.9-1
|
||||
- Update to upstream 0.23.9
|
||||
|
||||
* Fri Aug 25 2017 Kai Engert <kaie@redhat.com> - 0.23.8-2
|
||||
- Fix a regression caused by a recent nss.rpm change, add a %%ghost file
|
||||
for %%{_libdir}/libnssckbi.so that p11-kit-trust scripts install.
|
||||
|
||||
* Tue Aug 15 2017 Daiki Ueno <dueno@redhat.com> - 0.23.8-1
|
||||
- Update to 0.23.8 release
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.23.7-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.23.7-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Fri Jun 2 2017 Daiki Ueno <dueno@redhat.com> - 0.23.7-1
|
||||
- Update to 0.23.7 release
|
||||
|
||||
* Thu May 18 2017 Daiki Ueno <dueno@redhat.com> - 0.23.5-3
|
||||
- Update p11-kit-modifiable.patch to simplify the logic
|
||||
|
||||
* Thu May 18 2017 Daiki Ueno <dueno@redhat.com> - 0.23.5-2
|
||||
- Make "trust anchor --remove" work again
|
||||
|
||||
* Thu Mar 2 2017 Daiki Ueno <dueno@redhat.com> - 0.23.5-1
|
||||
- Update to 0.23.5 release
|
||||
- Rename -tools subpackage to -server and remove systemd unit files
|
||||
|
||||
* Fri Feb 24 2017 Daiki Ueno <dueno@redhat.com> - 0.23.4-3
|
||||
- Move p11-kit command back to main package
|
||||
|
||||
* Fri Feb 24 2017 Daiki Ueno <dueno@redhat.com> - 0.23.4-2
|
||||
- Split out command line tools to -tools subpackage, to avoid a
|
||||
multilib issue with the main package. Suggested by Yanko Kaneti.
|
||||
|
||||
* Wed Feb 22 2017 Daiki Ueno <dueno@redhat.com> - 0.23.4-1
|
||||
- Update to 0.23.4 release
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.23.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Fri Jan 6 2017 Daiki Ueno <dueno@redhat.com> - 0.23.3-2
|
||||
- Use internal hash implementation instead of NSS (#1390598)
|
||||
|
||||
* Tue Dec 20 2016 Daiki Ueno <dueno@redhat.com> - 0.23.3-1
|
||||
- Update to 0.23.3 release
|
||||
- Adjust executables location from %%libdir to %%libexecdir
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.23.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Tue Jan 12 2016 Martin Preisler <mpreisle@redhat.com> - 0.23.2-1
|
||||
- Update to stable 0.23.2 release
|
||||
|
||||
* Tue Jun 30 2015 Martin Preisler <mpreisle@redhat.com> - 0.23.1-4
|
||||
- In proxy module don't call C_Finalize on a forked process [#1217915]
|
||||
- Do not deinitialize libffi's wrapper functions [#1217915]
|
||||
|
||||
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.23.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 0.23.1-2
|
||||
- Rebuilt for Fedora 23 Change
|
||||
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
|
||||
|
||||
* Fri Feb 20 2015 Stef Walter <stefw@redhat.com> - 0.23.1-1
|
||||
- Update to 0.23.1 release
|
||||
|
||||
* Thu Oct 09 2014 Stef Walter <stefw@redhat.com> - 0.22.1-1
|
||||
- Update to 0.22.1 release
|
||||
- Use SubjectKeyIdentifier as a CKA_ID if possible rhbz#1148895
|
||||
|
||||
* Sat Oct 04 2014 Stef Walter <stefw@redhat.com> 0.22.0-1
|
||||
- Update to 0.22.0 release
|
||||
|
||||
* Wed Sep 17 2014 Stef Walter <stefw@redhat.com> 0.21.3-1
|
||||
- Update to 0.21.3 release
|
||||
- Includes definitions for trust extensions rhbz#1136817
|
||||
|
||||
* Fri Sep 05 2014 Stef Walter <stefw@redhat.com> 0.21.2-1
|
||||
- Update to 0.21.2 release
|
||||
- Fix problems with erroneous messages printed rhbz#1133857
|
||||
|
||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.21.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
* Thu Aug 07 2014 Stef Walter <stefw@redhat.com> - 0.21.1-1
|
||||
- Update to 0.21.1 release
|
||||
|
||||
* Wed Jul 30 2014 Tom Callaway <spot@fedoraproject.org> - 0.20.3-3
|
||||
- fix license handling
|
||||
|
||||
* Fri Jul 04 2014 Stef Walter <stefw@redhat.com> - 0.20.3-2
|
||||
- Update to stable 0.20.3 release
|
||||
|
||||
* Fri Jun 06 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Sat Jan 25 2014 Ville Skyttä <ville.skytta@iki.fi> - 0.20.2-2
|
||||
- Own the %%{_libdir}/pkcs11 dir in -trust.
|
||||
|
||||
* Tue Jan 14 2014 Stef Walter <stefw@redhat.com> - 0.20.2-1
|
||||
- Update to upstream stable 0.20.2 release
|
||||
- Fix regression involving blacklisted anchors [#1041328]
|
||||
- Support ppc64le in build [#1052707]
|
||||
|
||||
* Mon Sep 09 2013 Stef Walter <stefw@redhat.com> - 0.20.1-1
|
||||
- Update to upstream stable 0.20.1 release
|
||||
- Extract compat trust data after we've changes
|
||||
- Skip compat extraction if running as non-root
|
||||
- Better failure messages when removing anchors
|
||||
|
||||
* Thu Aug 29 2013 Stef Walter <stefw@redhat.com> - 0.19.4-1
|
||||
- Update to new upstream 0.19.4 release
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.19.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Wed Jul 24 2013 Stef Walter <stefw@redhat.com> - 0.19.3-1
|
||||
- Update to new upstream 0.19.3 release (#967822)
|
||||
|
||||
* Wed Jun 05 2013 Stef Walter <stefw@redhat.com> - 0.18.3-1
|
||||
- Update to new upstream stable release
|
||||
- Fix intermittent firefox cert validation issues (#960230)
|
||||
- Include the manual pages in the package
|
||||
|
||||
* Tue May 14 2013 Stef Walter <stefw@redhat.com> - 0.18.2-1
|
||||
- Update to new upstream stable release
|
||||
- Reduce the libtasn1 dependency minimum version
|
||||
|
||||
* Thu May 02 2013 Stef Walter <stefw@redhat.com> - 0.18.1-1
|
||||
- Update to new upstream stable release
|
||||
- 'p11-kit extract-trust' lives in libdir
|
||||
|
||||
* Thu Apr 04 2013 Stef Walter <stefw@redhat.com> - 0.18.0-1
|
||||
- Update to new upstream stable release
|
||||
- Various logging tweaks (#928914, #928750)
|
||||
- Make the 'p11-kit extract-trust' explicitly reject
|
||||
additional arguments
|
||||
|
||||
* Thu Mar 28 2013 Stef Walter <stefw@redhat.com> - 0.17.5-1
|
||||
- Make 'p11-kit extract-trust' call update-ca-trust
|
||||
- Work around 32-bit oveflow of certificate dates
|
||||
- Build fixes
|
||||
|
||||
* Tue Mar 26 2013 Stef Walter <stefw@redhat.com> - 0.17.4-2
|
||||
- Pull in patch from upstream to fix build on ppc (#927394)
|
||||
|
||||
* Wed Mar 20 2013 Stef Walter <stefw@redhat.com> - 0.17.4-1
|
||||
- Update to upstream version 0.17.4
|
||||
|
||||
* Mon Mar 18 2013 Stef Walter <stefw@redhat.com> - 0.17.3-1
|
||||
- Update to upstream version 0.17.3
|
||||
- Put the trust input paths in the right order
|
||||
|
||||
* Tue Mar 12 2013 Stef Walter <stefw@redhat.com> - 0.16.4-1
|
||||
- Update to upstream version 0.16.4
|
||||
|
||||
* Fri Mar 08 2013 Stef Walter <stefw@redhat.com> - 0.16.3-1
|
||||
- Update to upstream version 0.16.3
|
||||
- Split out system trust module into its own package.
|
||||
- p11-kit-trust provides an alternative to an nss module
|
||||
|
||||
* Tue Mar 05 2013 Stef Walter <stefw@redhat.com> - 0.16.1-1
|
||||
- Update to upstream version 0.16.1
|
||||
- Setup source directories as appropriate for Shared System Certificates feature
|
||||
|
||||
* Tue Mar 05 2013 Stef Walter <stefw@redhat.com> - 0.16.0-1
|
||||
- Update to upstream version 0.16.0
|
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.14-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Mon Sep 17 2012 Kalev Lember <kalevlember@gmail.com> - 0.14-1
|
||||
- Update to 0.14
|
||||
|
||||
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Mon Jul 16 2012 Kalev Lember <kalevlember@gmail.com> - 0.13-1
|
||||
- Update to 0.13
|
||||
|
||||
* Tue Mar 27 2012 Kalev Lember <kalevlember@gmail.com> - 0.12-1
|
||||
- Update to 0.12
|
||||
- Run self tests in %%check
|
||||
|
||||
* Sat Feb 11 2012 Kalev Lember <kalevlember@gmail.com> - 0.11-1
|
||||
- Update to 0.11
|
||||
|
||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Tue Dec 20 2011 Matthias Clasen <mclasen@redhat.com> - 0.9-1
|
||||
- Update to 0.9
|
||||
|
||||
* Wed Oct 26 2011 Kalev Lember <kalevlember@gmail.com> - 0.8-1
|
||||
- Update to 0.8
|
||||
|
||||
* Mon Sep 19 2011 Matthias Clasen <mclasen@redhat.com> - 0.6-1
|
||||
- Update to 0.6
|
||||
|
||||
* Sun Sep 04 2011 Kalev Lember <kalevlember@gmail.com> - 0.5-1
|
||||
- Update to 0.5
|
||||
|
||||
* Sun Aug 21 2011 Kalev Lember <kalevlember@gmail.com> - 0.4-1
|
||||
- Update to 0.4
|
||||
- Install the example config file to documentation directory
|
||||
|
||||
* Wed Aug 17 2011 Kalev Lember <kalevlember@gmail.com> - 0.3-2
|
||||
- Tighten -devel subpackage deps (#725905)
|
||||
|
||||
* Fri Jul 29 2011 Kalev Lember <kalevlember@gmail.com> - 0.3-1
|
||||
- Update to 0.3
|
||||
- Upstream rewrote the ASL 2.0 bits, which makes the whole package
|
||||
BSD-licensed
|
||||
|
||||
* Tue Jul 12 2011 Kalev Lember <kalevlember@gmail.com> - 0.2-1
|
||||
- Initial RPM release
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -1,87 +0,0 @@
|
|||
From 40fbf74b02b8ad6625e3aa49d2cdef2b52e47a04 Mon Sep 17 00:00:00 2001
|
||||
From: Daiki Ueno <ueno@gnu.org>
|
||||
Date: Mon, 25 Jan 2021 18:24:01 +0100
|
||||
Subject: [PATCH] compat: Pacify ASan complaints on intentionally leaked buffer
|
||||
|
||||
Reported by Viktor Ashirov in:
|
||||
https://bugzilla.redhat.com/show_bug.cgi?id=1905581
|
||||
---
|
||||
common/compat.c | 25 +++++++++++++++++++------
|
||||
common/library.c | 9 +++++++++
|
||||
2 files changed, 28 insertions(+), 6 deletions(-)
|
||||
|
||||
diff --git a/common/compat.c b/common/compat.c
|
||||
index 4390cef..d6c5af6 100644
|
||||
--- a/common/compat.c
|
||||
+++ b/common/compat.c
|
||||
@@ -100,6 +100,19 @@ extern char *program_invocation_short_name;
|
||||
extern char *__progname;
|
||||
#endif
|
||||
|
||||
+#ifdef __linux__
|
||||
+/* This symbol is also defined in library.c so as to be freed by the library
|
||||
+ * destructor. If weak symbols are not supported nor library.c is not linked we
|
||||
+ * simply leak the memory allocated with realpath(). */
|
||||
+#ifdef __GNUC__
|
||||
+extern char *p11_program_realpath;
|
||||
+
|
||||
+char *p11_program_realpath __attribute__((weak));
|
||||
+#else
|
||||
+static char *p11_program_realpath;
|
||||
+#endif
|
||||
+#endif
|
||||
+
|
||||
const char *
|
||||
getprogname (void)
|
||||
{
|
||||
@@ -124,14 +137,14 @@ getprogname (void)
|
||||
* Logic borrowed from:
|
||||
* <https://github.com/mesa3d/mesa/commit/759b94038987bb983398cd4b1d2cb1c8f79817a9>.
|
||||
*/
|
||||
- static char *buf;
|
||||
-
|
||||
- if (!buf)
|
||||
- buf = realpath ("/proc/self/exe", NULL);
|
||||
+ if (!p11_program_realpath)
|
||||
+ p11_program_realpath = realpath ("/proc/self/exe", NULL);
|
||||
|
||||
- if (buf && strncmp (buf, name, strlen (buf)) == 0)
|
||||
+ if (p11_program_realpath &&
|
||||
+ strncmp (p11_program_realpath, name,
|
||||
+ strlen (p11_program_realpath)) == 0)
|
||||
/* Use the executable path if the prefix matches. */
|
||||
- name = strrchr (buf, '/') + 1;
|
||||
+ name = strrchr (p11_program_realpath, '/') + 1;
|
||||
else
|
||||
/* Otherwise fall back to
|
||||
* program_invocation_short_name. */
|
||||
diff --git a/common/library.c b/common/library.c
|
||||
index 891344a..1581702 100644
|
||||
--- a/common/library.c
|
||||
+++ b/common/library.c
|
||||
@@ -82,6 +82,11 @@ unsigned int p11_forkid = 1;
|
||||
extern locale_t p11_message_locale;
|
||||
#endif
|
||||
|
||||
+#ifdef __linux__
|
||||
+/* used only under __linux__ in the getprogname() emulation in compat.c. */
|
||||
+char *p11_program_realpath;
|
||||
+#endif
|
||||
+
|
||||
static char *
|
||||
thread_local_message (void)
|
||||
{
|
||||
@@ -190,6 +195,10 @@ p11_library_uninit (void)
|
||||
#endif
|
||||
p11_mutex_uninit (&p11_virtual_mutex);
|
||||
p11_mutex_uninit (&p11_library_mutex);
|
||||
+
|
||||
+#ifdef __linux__
|
||||
+ free (p11_program_realpath);
|
||||
+#endif
|
||||
}
|
||||
|
||||
#endif /* OS_UNIX */
|
||||
--
|
||||
2.29.2
|
||||
|
||||
Binary file not shown.
Binary file not shown.
385
p11-kit.spec
385
p11-kit.spec
|
|
@ -1,14 +1,14 @@
|
|||
# This spec file has been automatically updated
|
||||
Version: 0.24.1
|
||||
Release: 3%{?dist}
|
||||
Version: 0.25.3
|
||||
Release: %{?autorelease}%{!?autorelease:1%{?dist}}
|
||||
Name: p11-kit
|
||||
Summary: Library for loading and sharing PKCS#11 modules
|
||||
|
||||
License: BSD
|
||||
License: BSD-3-Clause
|
||||
URL: http://p11-glue.freedesktop.org/p11-kit.html
|
||||
Source0: https://github.com/p11-glue/p11-kit/releases/download/%{version}/p11-kit-%{version}.tar.xz
|
||||
Source1: https://github.com/p11-glue/p11-kit/releases/download/%{version}/p11-kit-%{version}.tar.xz.sig
|
||||
Source2: gpgkey-462225C3B46F34879FC8496CD605848ED7E69871.gpg
|
||||
Source2: https://p11-glue.github.io/p11-glue/p11-kit/p11-kit-release-keyring.gpg
|
||||
Source3: trust-extract-compat
|
||||
Source4: p11-kit-client.service
|
||||
|
||||
|
|
@ -23,6 +23,7 @@ BuildRequires: bash-completion
|
|||
# Work around for https://bugzilla.redhat.com/show_bug.cgi?id=1497147
|
||||
# Remove this once it is fixed
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
BuildRequires: gnupg2
|
||||
BuildRequires: /usr/bin/xsltproc
|
||||
|
||||
|
|
@ -44,13 +45,13 @@ developing applications that use %{name}.
|
|||
%package trust
|
||||
Summary: System trust module from %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires(post): %{_sbindir}/update-alternatives
|
||||
Requires(postun): %{_sbindir}/update-alternatives
|
||||
Requires(post): %{_sbindir}/alternatives
|
||||
Requires(postun): %{_sbindir}/alternatives
|
||||
Conflicts: nss < 3.14.3-9
|
||||
|
||||
%description trust
|
||||
The %{name}-trust package contains a system trust PKCS#11 module which
|
||||
contains certificate anchors and black lists.
|
||||
contains certificate anchors and blocklists.
|
||||
|
||||
|
||||
%package server
|
||||
|
|
@ -99,13 +100,12 @@ install -p -m 644 %{SOURCE4} $RPM_BUILD_ROOT%{_userunitdir}
|
|||
|
||||
|
||||
%post trust
|
||||
%{_sbindir}/update-alternatives --install %{_libdir}/libnssckbi.so \
|
||||
%{alt_ckbi} %{_libdir}/pkcs11/p11-kit-trust.so 30
|
||||
%{_sbindir}/alternatives --install %{_libdir}/libnssckbi.so %{alt_ckbi} %{_libdir}/pkcs11/p11-kit-trust.so 30
|
||||
|
||||
%postun trust
|
||||
if [ $1 -eq 0 ] ; then
|
||||
# package removal
|
||||
%{_sbindir}/update-alternatives --remove %{alt_ckbi} %{_libdir}/pkcs11/p11-kit-trust.so
|
||||
%{_sbindir}/alternatives --remove %{alt_ckbi} %{_libdir}/pkcs11/p11-kit-trust.so
|
||||
fi
|
||||
|
||||
|
||||
|
|
@ -152,367 +152,4 @@ fi
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.24.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.24.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Mon Jan 17 2022 Packit Service <user-cont-team+packit-service@redhat.com> - 0.24.1-1
|
||||
- Release 0.24.1 (Daiki Ueno)
|
||||
- common: Support copying attribute array recursively (Daiki Ueno)
|
||||
- common: Add assert_ptr_cmp (Daiki Ueno)
|
||||
- gtkdoc: remove dependencies on custom target files (Eli Schwartz)
|
||||
- doc: Replace occurrence of black list with blocklist (Daiki Ueno)
|
||||
- build: Suppress cppcheck false-positive on array bounds (Daiki Ueno)
|
||||
- ci: Use Docker image from the same repository (Daiki Ueno)
|
||||
- ci: Integrate Docker image building to GitHub workflow (Daiki Ueno)
|
||||
- rpc: Fallback to version 0 if server does not support negotiation (Daiki Ueno)
|
||||
- build: Port e850e03be65ed573d0b69ee0408e776c08fad8a3 to meson (Daiki Ueno)
|
||||
- Link libp11-kit so that it cannot unload (Emmanuel Dreyfus)
|
||||
- trust: Use dngettext for plurals (Daiki Ueno)
|
||||
- rpc: Support protocol version negotiation (Daiki Ueno)
|
||||
- rpc: Separate authentication step from transaction (Daiki Ueno)
|
||||
- Meson: p11_system_config_modules instead of p11_package_config_modules (Issam E. Maghni)
|
||||
- shell: test -a|o is not POSIX (Issam E. Maghni)
|
||||
- Meson: Add libtasn1 to trust programs (Issam E. Maghni)
|
||||
- meson: optionalise glib's development files for gtk_doc (Đoàn Trần Công Danh)
|
||||
|
||||
* Sat Jan 08 2022 Miro Hrončok <mhroncok@redhat.com> - 0.23.22-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Changes/LIBFFI34
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.23.22-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Tue Jan 26 2021 Daiki Ueno <dueno@redhat.com> - 0.23.22-3
|
||||
- Suppress intentional memleak in getprogname emulation (#1905581)
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.23.22-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Fri Dec 11 2020 Packit Service <user-cont-team+packit-service@redhat.com> - 0.23.22-1
|
||||
- Release 0.23.22 (Daiki Ueno)
|
||||
- Follow-up to arithmetic overflow fix (David Cook)
|
||||
- Check for arithmetic overflows before allocating (David Cook)
|
||||
- Check attribute length against buffer size (David Cook)
|
||||
- Fix bounds check in p11_rpc_buffer_get_byte_array (David Cook)
|
||||
- Fix buffer overflow in log_token_info (David Cook)
|
||||
- common: Don't assume __STDC_VERSION__ is always defined (Daiki Ueno)
|
||||
- compat: getauxval: correct compiler macro for FreeBSD (Daiki Ueno)
|
||||
- compat: fdwalk: add guard for Linux specific local variables (Daiki Ueno)
|
||||
- meson: Add missing libtasn1 dependency (Daiki Ueno)
|
||||
- travis: Add freebsd build (Daiki Ueno)
|
||||
- anchor: Prefer persistent format when storing anchor (Daiki Ueno)
|
||||
- travis: Run "make check" along with "make distcheck" for coverage (Daiki Ueno)
|
||||
- travis: Use python3 as the default Python interpreter (Daiki Ueno)
|
||||
- travis: Route to Ubuntu 20.04 base image (Daiki Ueno)
|
||||
- meson: Set -fstack-protector for MinGW64 cross build (Daiki Ueno)
|
||||
- meson: expand ternary operator in function call for compatibility (Daiki Ueno)
|
||||
- meson: Use custom_target for generating external XML entities (Daiki Ueno)
|
||||
- meson: Allow building manpages without gtk-doc (Jan Alexander Steffens (heftig))
|
||||
- Rename is_path_component to is_path_separator (Alexander Sosedkin)
|
||||
- Use is_path_component in one more place (Alexander Sosedkin)
|
||||
- Remove more duplicate separators in p11_path_build (Alexander Sosedkin)
|
||||
- common: Fix infloop in p11_path_build (Daiki Ueno)
|
||||
- proxy: C_CloseAllSessions: Make sure that calloc args are non-zero (Daiki Ueno)
|
||||
- build: Use calloc in a consistent manner (Daiki Ueno)
|
||||
- meson: Allow override of default bashcompdir. Fixes meson regression (issue #322). Pass -Dbashcompdir=/xxx to meson. (John Hein)
|
||||
- common: Check for a NULL locale before freeing it (Tavian Barnes)
|
||||
- p11_test_copy_setgid: Skip setgid tests on nosuid filesystems (Anders Kaseorg)
|
||||
- unix-peer: replace incorrect include1 (Rosen Penev)
|
||||
- test-compat: Skip getprogname test if BUILDDIR contains a symlink (Daiki Ueno)
|
||||
- add trust-extract-compat into EXTRA-DIST (Xℹ Ruoyao)
|
||||
- meson: install trust-extract-compat (Xℹ Ruoyao)
|
||||
- rename trust-extract-compat.in to trust-extract-compat (Xℹ Ruoyao)
|
||||
|
||||
* Thu Nov 12 2020 Alexander Sosedkin <asosedkin@redhat.com> - 0.23.21-3
|
||||
- Add an explicit build dependency on xsltproc
|
||||
|
||||
* Tue Aug 18 2020 Packit Service <user-cont-team+packit-service@redhat.com> - 0.23.21-2
|
||||
- new upstream release: 0.23.21
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.23.20-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Wed Jan 29 2020 Daiki Ueno <dueno@redhat.com> - 0.23.20-1
|
||||
- Update to upstream 0.23.20 release
|
||||
|
||||
* Wed Jan 22 2020 Daiki Ueno <dueno@redhat.com> - 0.23.19-1
|
||||
- Update to upstream 0.23.19 release
|
||||
- Check archive signature in %%prep
|
||||
- Switch to using Meson as the build system
|
||||
|
||||
* Mon Sep 30 2019 Daiki Ueno <dueno@redhat.com> - 0.23.18.1-1
|
||||
- Update to upstream 0.23.18.1 release
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.23.16.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Thu May 23 2019 Daiki Ueno <dueno@redhat.com> - 0.23.16.1-1
|
||||
- Update to upstream 0.23.16.1 release
|
||||
|
||||
* Thu May 23 2019 Daiki Ueno <dueno@redhat.com> - 0.23.16-1
|
||||
- Update to upstream 0.23.16 release
|
||||
|
||||
* Mon Feb 18 2019 Daiki Ueno <dueno@redhat.com> - 0.23.15-3
|
||||
- trust: Ignore unreadable content in anchors
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.23.15-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Mon Jan 21 2019 Daiki Ueno <dueno@redhat.com> - 0.23.15-1
|
||||
- Update to upstream 0.23.15 release
|
||||
|
||||
* Fri Jan 11 2019 Nils Philippsen <nils@tiptoe.de> - 0.23.14-3
|
||||
- use spaces instead of tabs consistently
|
||||
- prefer fixed closures to libffi closures (#1656245, patch by Daiki Ueno)
|
||||
|
||||
* Mon Oct 29 2018 James Antill <james.antill@redhat.com> - 0.23.14-2
|
||||
- Remove ldconfig scriptlet, now done via. transfiletrigger in glibc.
|
||||
|
||||
* Fri Sep 07 2018 Daiki Ueno <dueno@redhat.com> - 0.23.14-1
|
||||
- Update to upstream 0.23.14 release
|
||||
|
||||
* Wed Aug 15 2018 Daiki Ueno <dueno@redhat.com> - 0.23.13-3
|
||||
- Forcibly link with libpthread to avoid regressions (rhbz#1615038)
|
||||
|
||||
* Wed Aug 15 2018 Daiki Ueno <dueno@redhat.com> - 0.23.13-2
|
||||
- Fix invalid memory access on proxy cleanup
|
||||
|
||||
* Fri Aug 10 2018 Daiki Ueno <dueno@redhat.com> - 0.23.13-1
|
||||
- Update to upstream 0.23.13 release
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.23.12-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Wed May 30 2018 Daiki Ueno <dueno@redhat.com> - 0.23.12-1
|
||||
- Update to upstream 0.23.11 release
|
||||
|
||||
* Wed Feb 28 2018 Daiki Ueno <dueno@redhat.com> - 0.23.10-1
|
||||
- Update to upstream 0.23.10 release
|
||||
|
||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.23.9-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Thu Oct 05 2017 Daiki Ueno <dueno@redhat.com> - 0.23.9-2
|
||||
- server: Make it possible to eval envvar settings
|
||||
|
||||
* Wed Oct 04 2017 Daiki Ueno <dueno@redhat.com> - 0.23.9-1
|
||||
- Update to upstream 0.23.9
|
||||
|
||||
* Fri Aug 25 2017 Kai Engert <kaie@redhat.com> - 0.23.8-2
|
||||
- Fix a regression caused by a recent nss.rpm change, add a %%ghost file
|
||||
for %%{_libdir}/libnssckbi.so that p11-kit-trust scripts install.
|
||||
|
||||
* Tue Aug 15 2017 Daiki Ueno <dueno@redhat.com> - 0.23.8-1
|
||||
- Update to 0.23.8 release
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.23.7-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.23.7-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Fri Jun 2 2017 Daiki Ueno <dueno@redhat.com> - 0.23.7-1
|
||||
- Update to 0.23.7 release
|
||||
|
||||
* Thu May 18 2017 Daiki Ueno <dueno@redhat.com> - 0.23.5-3
|
||||
- Update p11-kit-modifiable.patch to simplify the logic
|
||||
|
||||
* Thu May 18 2017 Daiki Ueno <dueno@redhat.com> - 0.23.5-2
|
||||
- Make "trust anchor --remove" work again
|
||||
|
||||
* Thu Mar 2 2017 Daiki Ueno <dueno@redhat.com> - 0.23.5-1
|
||||
- Update to 0.23.5 release
|
||||
- Rename -tools subpackage to -server and remove systemd unit files
|
||||
|
||||
* Fri Feb 24 2017 Daiki Ueno <dueno@redhat.com> - 0.23.4-3
|
||||
- Move p11-kit command back to main package
|
||||
|
||||
* Fri Feb 24 2017 Daiki Ueno <dueno@redhat.com> - 0.23.4-2
|
||||
- Split out command line tools to -tools subpackage, to avoid a
|
||||
multilib issue with the main package. Suggested by Yanko Kaneti.
|
||||
|
||||
* Wed Feb 22 2017 Daiki Ueno <dueno@redhat.com> - 0.23.4-1
|
||||
- Update to 0.23.4 release
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.23.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Fri Jan 6 2017 Daiki Ueno <dueno@redhat.com> - 0.23.3-2
|
||||
- Use internal hash implementation instead of NSS (#1390598)
|
||||
|
||||
* Tue Dec 20 2016 Daiki Ueno <dueno@redhat.com> - 0.23.3-1
|
||||
- Update to 0.23.3 release
|
||||
- Adjust executables location from %%libdir to %%libexecdir
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.23.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Tue Jan 12 2016 Martin Preisler <mpreisle@redhat.com> - 0.23.2-1
|
||||
- Update to stable 0.23.2 release
|
||||
|
||||
* Tue Jun 30 2015 Martin Preisler <mpreisle@redhat.com> - 0.23.1-4
|
||||
- In proxy module don't call C_Finalize on a forked process [#1217915]
|
||||
- Do not deinitialize libffi's wrapper functions [#1217915]
|
||||
|
||||
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.23.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 0.23.1-2
|
||||
- Rebuilt for Fedora 23 Change
|
||||
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
|
||||
|
||||
* Fri Feb 20 2015 Stef Walter <stefw@redhat.com> - 0.23.1-1
|
||||
- Update to 0.23.1 release
|
||||
|
||||
* Thu Oct 09 2014 Stef Walter <stefw@redhat.com> - 0.22.1-1
|
||||
- Update to 0.22.1 release
|
||||
- Use SubjectKeyIdentifier as a CKA_ID if possible rhbz#1148895
|
||||
|
||||
* Sat Oct 04 2014 Stef Walter <stefw@redhat.com> 0.22.0-1
|
||||
- Update to 0.22.0 release
|
||||
|
||||
* Wed Sep 17 2014 Stef Walter <stefw@redhat.com> 0.21.3-1
|
||||
- Update to 0.21.3 release
|
||||
- Includes definitions for trust extensions rhbz#1136817
|
||||
|
||||
* Fri Sep 05 2014 Stef Walter <stefw@redhat.com> 0.21.2-1
|
||||
- Update to 0.21.2 release
|
||||
- Fix problems with erroneous messages printed rhbz#1133857
|
||||
|
||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.21.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
* Thu Aug 07 2014 Stef Walter <stefw@redhat.com> - 0.21.1-1
|
||||
- Update to 0.21.1 release
|
||||
|
||||
* Wed Jul 30 2014 Tom Callaway <spot@fedoraproject.org> - 0.20.3-3
|
||||
- fix license handling
|
||||
|
||||
* Fri Jul 04 2014 Stef Walter <stefw@redhat.com> - 0.20.3-2
|
||||
- Update to stable 0.20.3 release
|
||||
|
||||
* Fri Jun 06 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Sat Jan 25 2014 Ville Skyttä <ville.skytta@iki.fi> - 0.20.2-2
|
||||
- Own the %%{_libdir}/pkcs11 dir in -trust.
|
||||
|
||||
* Tue Jan 14 2014 Stef Walter <stefw@redhat.com> - 0.20.2-1
|
||||
- Update to upstream stable 0.20.2 release
|
||||
- Fix regression involving blacklisted anchors [#1041328]
|
||||
- Support ppc64le in build [#1052707]
|
||||
|
||||
* Mon Sep 09 2013 Stef Walter <stefw@redhat.com> - 0.20.1-1
|
||||
- Update to upstream stable 0.20.1 release
|
||||
- Extract compat trust data after we've changes
|
||||
- Skip compat extraction if running as non-root
|
||||
- Better failure messages when removing anchors
|
||||
|
||||
* Thu Aug 29 2013 Stef Walter <stefw@redhat.com> - 0.19.4-1
|
||||
- Update to new upstream 0.19.4 release
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.19.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Wed Jul 24 2013 Stef Walter <stefw@redhat.com> - 0.19.3-1
|
||||
- Update to new upstream 0.19.3 release (#967822)
|
||||
|
||||
* Wed Jun 05 2013 Stef Walter <stefw@redhat.com> - 0.18.3-1
|
||||
- Update to new upstream stable release
|
||||
- Fix intermittent firefox cert validation issues (#960230)
|
||||
- Include the manual pages in the package
|
||||
|
||||
* Tue May 14 2013 Stef Walter <stefw@redhat.com> - 0.18.2-1
|
||||
- Update to new upstream stable release
|
||||
- Reduce the libtasn1 dependency minimum version
|
||||
|
||||
* Thu May 02 2013 Stef Walter <stefw@redhat.com> - 0.18.1-1
|
||||
- Update to new upstream stable release
|
||||
- 'p11-kit extract-trust' lives in libdir
|
||||
|
||||
* Thu Apr 04 2013 Stef Walter <stefw@redhat.com> - 0.18.0-1
|
||||
- Update to new upstream stable release
|
||||
- Various logging tweaks (#928914, #928750)
|
||||
- Make the 'p11-kit extract-trust' explicitly reject
|
||||
additional arguments
|
||||
|
||||
* Thu Mar 28 2013 Stef Walter <stefw@redhat.com> - 0.17.5-1
|
||||
- Make 'p11-kit extract-trust' call update-ca-trust
|
||||
- Work around 32-bit oveflow of certificate dates
|
||||
- Build fixes
|
||||
|
||||
* Tue Mar 26 2013 Stef Walter <stefw@redhat.com> - 0.17.4-2
|
||||
- Pull in patch from upstream to fix build on ppc (#927394)
|
||||
|
||||
* Wed Mar 20 2013 Stef Walter <stefw@redhat.com> - 0.17.4-1
|
||||
- Update to upstream version 0.17.4
|
||||
|
||||
* Mon Mar 18 2013 Stef Walter <stefw@redhat.com> - 0.17.3-1
|
||||
- Update to upstream version 0.17.3
|
||||
- Put the trust input paths in the right order
|
||||
|
||||
* Tue Mar 12 2013 Stef Walter <stefw@redhat.com> - 0.16.4-1
|
||||
- Update to upstream version 0.16.4
|
||||
|
||||
* Fri Mar 08 2013 Stef Walter <stefw@redhat.com> - 0.16.3-1
|
||||
- Update to upstream version 0.16.3
|
||||
- Split out system trust module into its own package.
|
||||
- p11-kit-trust provides an alternative to an nss module
|
||||
|
||||
* Tue Mar 05 2013 Stef Walter <stefw@redhat.com> - 0.16.1-1
|
||||
- Update to upstream version 0.16.1
|
||||
- Setup source directories as appropriate for Shared System Certificates feature
|
||||
|
||||
* Tue Mar 05 2013 Stef Walter <stefw@redhat.com> - 0.16.0-1
|
||||
- Update to upstream version 0.16.0
|
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.14-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Mon Sep 17 2012 Kalev Lember <kalevlember@gmail.com> - 0.14-1
|
||||
- Update to 0.14
|
||||
|
||||
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Mon Jul 16 2012 Kalev Lember <kalevlember@gmail.com> - 0.13-1
|
||||
- Update to 0.13
|
||||
|
||||
* Tue Mar 27 2012 Kalev Lember <kalevlember@gmail.com> - 0.12-1
|
||||
- Update to 0.12
|
||||
- Run self tests in %%check
|
||||
|
||||
* Sat Feb 11 2012 Kalev Lember <kalevlember@gmail.com> - 0.11-1
|
||||
- Update to 0.11
|
||||
|
||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Tue Dec 20 2011 Matthias Clasen <mclasen@redhat.com> - 0.9-1
|
||||
- Update to 0.9
|
||||
|
||||
* Wed Oct 26 2011 Kalev Lember <kalevlember@gmail.com> - 0.8-1
|
||||
- Update to 0.8
|
||||
|
||||
* Mon Sep 19 2011 Matthias Clasen <mclasen@redhat.com> - 0.6-1
|
||||
- Update to 0.6
|
||||
|
||||
* Sun Sep 04 2011 Kalev Lember <kalevlember@gmail.com> - 0.5-1
|
||||
- Update to 0.5
|
||||
|
||||
* Sun Aug 21 2011 Kalev Lember <kalevlember@gmail.com> - 0.4-1
|
||||
- Update to 0.4
|
||||
- Install the example config file to documentation directory
|
||||
|
||||
* Wed Aug 17 2011 Kalev Lember <kalevlember@gmail.com> - 0.3-2
|
||||
- Tighten -devel subpackage deps (#725905)
|
||||
|
||||
* Fri Jul 29 2011 Kalev Lember <kalevlember@gmail.com> - 0.3-1
|
||||
- Update to 0.3
|
||||
- Upstream rewrote the ASL 2.0 bits, which makes the whole package
|
||||
BSD-licensed
|
||||
|
||||
* Tue Jul 12 2011 Kalev Lember <kalevlember@gmail.com> - 0.2-1
|
||||
- Initial RPM release
|
||||
%autochangelog
|
||||
|
|
|
|||
4
sources
4
sources
|
|
@ -1 +1,3 @@
|
|||
SHA512 (p11-kit-0.24.1.tar.xz) = 8cf170c714bb9e0cf3df93e8ec55b8e3c55cabf2c6a27f177ac6de8b8028985df2ca0216d3215d6828dc2ae3095c4e1a4febe8cb26b88ec321defc66bb011e81
|
||||
SHA512 (p11-kit-0.25.3.tar.xz) = ad2d393bf122526cbba18dc9d5a13f2c1cad7d70125ec90ffd02059dfa5ef30ac59dfc0bb9bc6380c8f317e207c9e87e895f1945634f56ddf910c2958868fb4c
|
||||
SHA512 (p11-kit-0.25.3.tar.xz.sig) = 189a40b12e40818daff4aa6869d7e0fa342a42f3901d85fc52bb40f7023bb17790967be5ab9a183473fe8bb3e335a0d4d8c2b6345ccf811e90f8495009c085b8
|
||||
SHA512 (p11-kit-release-keyring.gpg) = 9a832a8ac3a139cbbf1ecb66573f0709847ebfef4975777cf82b4dca09af1ad8e6400f0af0bcdb92860e7ed4fc05082ba1edda0238a21fe24d49555a1069e881
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue