2015-03-04 20:00:18 +00:00
|
|
|
%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
|
|
|
|
|
2018-01-31 09:37:22 +00:00
|
|
|
Name: pesign
|
2012-06-21 13:33:06 +00:00
|
|
|
Summary: Signing utility for UEFI binaries
|
2016-04-21 14:29:31 +00:00
|
|
|
Version: 0.112
|
2019-07-26 08:32:10 +00:00
|
|
|
Release: 26%{?dist}
|
2012-06-21 13:33:06 +00:00
|
|
|
License: GPLv2
|
2018-01-31 09:37:22 +00:00
|
|
|
URL: https://github.com/vathpela/pesign
|
|
|
|
|
2015-12-08 15:05:55 +00:00
|
|
|
Obsoletes: pesign-rh-test-certs <= 0.111-7
|
2019-03-06 08:28:41 +00:00
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: git
|
|
|
|
BuildRequires: nspr
|
|
|
|
BuildRequires: nss
|
|
|
|
BuildRequires: nss-util
|
|
|
|
BuildRequires: popt-devel
|
2017-01-06 18:39:24 +00:00
|
|
|
BuildRequires: nss-tools
|
2012-10-22 14:32:14 +00:00
|
|
|
BuildRequires: nspr-devel >= 4.9.2-1
|
|
|
|
BuildRequires: nss-devel >= 3.13.6-1
|
2017-07-08 20:12:26 +00:00
|
|
|
BuildRequires: efivar-devel >= 31-1
|
2014-10-24 21:07:19 +00:00
|
|
|
BuildRequires: libuuid-devel
|
2019-03-06 08:28:41 +00:00
|
|
|
BuildRequires: tar
|
|
|
|
BuildRequires: xz
|
|
|
|
BuildRequires: python3-rpm-macros
|
|
|
|
BuildRequires: python3
|
2017-01-06 18:47:59 +00:00
|
|
|
%if 0%{?rhel} >= 7 || 0%{?fedora} >= 17
|
2019-03-06 08:28:41 +00:00
|
|
|
BuildRequires: systemd-rpm-macros
|
2017-01-06 18:47:59 +00:00
|
|
|
%endif
|
2019-03-06 08:28:41 +00:00
|
|
|
Requires: nspr
|
|
|
|
Requires: nss
|
|
|
|
Requires: nss-util
|
|
|
|
Requires: popt
|
|
|
|
Requires: rpm
|
2012-10-13 00:11:57 +00:00
|
|
|
Requires(pre): shadow-utils
|
2018-01-31 09:37:22 +00:00
|
|
|
ExclusiveArch: %{ix86} x86_64 ia64 aarch64 %{arm}
|
2017-10-06 15:39:01 +00:00
|
|
|
%if 0%{?rhel} == 7
|
2013-08-10 14:30:26 +00:00
|
|
|
BuildRequires: rh-signing-tools >= 1.20-2
|
|
|
|
%endif
|
2012-06-22 20:18:39 +00:00
|
|
|
|
2014-10-24 20:32:01 +00:00
|
|
|
Source0: https://github.com/vathpela/pesign/releases/download/%{version}/pesign-%{version}.tar.bz2
|
2015-10-28 19:42:00 +00:00
|
|
|
Source1: certs.tar.xz
|
2017-08-15 15:14:22 +00:00
|
|
|
Source2: pesign.py
|
2012-06-21 13:33:06 +00:00
|
|
|
|
2016-04-21 14:48:49 +00:00
|
|
|
Patch0001: 0001-cms-kill-generate_integer-it-doesn-t-build-on-i686-a.patch
|
2016-08-12 21:26:14 +00:00
|
|
|
Patch0002: 0002-Fix-command-line-parsing.patch
|
2017-08-10 18:19:50 +00:00
|
|
|
Patch0003: 0003-gcc-don-t-error-on-stuff-in-includes.patch
|
|
|
|
Patch0004: 0004-Fix-certficate-argument-name.patch
|
|
|
|
Patch0005: 0005-Fix-description-of-ascii-armor-option-in-manpage.patch
|
|
|
|
Patch0006: 0006-Make-ascii-work-since-we-documented-it.patch
|
|
|
|
Patch0007: 0007-Switch-pesign-client-to-also-accept-token-cert-macro.patch
|
|
|
|
Patch0008: 0008-pesigcheck-Verify-with-the-cert-as-an-object-signer.patch
|
|
|
|
Patch0009: 0009-pesigcheck-make-certfile-actually-work.patch
|
|
|
|
Patch0010: 0010-signerInfos-make-sure-err-is-always-initialized.patch
|
|
|
|
Patch0011: 0011-pesign-make-pesign-h-tell-you-the-file-name.patch
|
|
|
|
Patch0012: 0012-Add-coverity-build-scripts.patch
|
|
|
|
Patch0013: 0013-Document-implicit-fallthrough.patch
|
|
|
|
Patch0014: 0014-Actually-setfacl-each-directory-of-our-key-storage.patch
|
|
|
|
Patch0015: 0015-oid-add-SHIM_EKU_MODULE_SIGNING_ONLY-and-fix-our-arr.patch
|
|
|
|
Patch0016: 0016-efikeygen-add-modsign.patch
|
|
|
|
Patch0017: 0017-check_cert_db-try-even-harder-to-pick-a-reasonable-v.patch
|
|
|
|
Patch0018: 0018-show-which-db-we-re-checking.patch
|
|
|
|
Patch0019: 0019-more-about-the-time.patch
|
|
|
|
Patch0020: 0020-try-to-say-why-something-fails.patch
|
|
|
|
Patch0021: 0021-Fix-race-condition-in-SEC_GetPassword.patch
|
|
|
|
Patch0022: 0022-sysvinit-Create-the-socket-directory-at-runtime.patch
|
|
|
|
Patch0023: 0023-Better-authorization-scripts.-Again.patch
|
|
|
|
Patch0024: 0024-Make-the-daemon-also-try-to-give-better-errors-on-EP.patch
|
|
|
|
Patch0025: 0025-certdb-fix-PRTime-printfs-for-i686.patch
|
|
|
|
Patch0026: 0026-Clean-up-gcc-command-lines-a-little.patch
|
|
|
|
Patch0027: 0027-Make-pesign-users-groups-static-in-the-repo.patch
|
|
|
|
Patch0028: 0028-rpm-Make-the-client-signer-use-the-fedora-values-unl.patch
|
2017-08-15 15:14:22 +00:00
|
|
|
Patch0029: 0029-Make-macros.pesign-error-in-kojibuilder-if-we-don-t-.patch
|
2016-04-21 14:48:49 +00:00
|
|
|
|
2012-06-21 13:33:06 +00:00
|
|
|
%description
|
|
|
|
This package contains the pesign utility for signing UEFI binaries as
|
|
|
|
well as other associated tools.
|
|
|
|
|
|
|
|
%prep
|
2016-04-21 14:29:31 +00:00
|
|
|
%setup -q -T -b 0
|
|
|
|
%setup -q -T -D -c -n pesign-%{version}/ -a 1
|
2012-06-21 13:33:06 +00:00
|
|
|
git init
|
|
|
|
git config user.email "pesign-owner@fedoraproject.org"
|
|
|
|
git config user.name "Fedora Ninjas"
|
|
|
|
git add .
|
|
|
|
git commit -a -q -m "%{version} baseline."
|
|
|
|
git am %{patches} </dev/null
|
2014-10-24 20:32:01 +00:00
|
|
|
git config --unset user.email
|
|
|
|
git config --unset user.name
|
2012-06-21 13:33:06 +00:00
|
|
|
|
2019-03-06 08:54:16 +00:00
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1678146
|
|
|
|
sed -i 's|/var/run/pesign|/run/pesign|' src/tmpfiles.conf
|
|
|
|
|
2012-06-21 13:33:06 +00:00
|
|
|
%build
|
2012-06-22 15:39:18 +00:00
|
|
|
make PREFIX=%{_prefix} LIBDIR=%{_libdir}
|
2012-06-21 13:33:06 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
mkdir -p %{buildroot}/%{_libdir}
|
2012-10-18 16:59:28 +00:00
|
|
|
make PREFIX=%{_prefix} LIBDIR=%{_libdir} INSTALLROOT=%{buildroot} \
|
2013-02-06 14:37:05 +00:00
|
|
|
install
|
|
|
|
%if 0%{?rhel} >= 7 || 0%{?fedora} >= 17
|
|
|
|
make PREFIX=%{_prefix} LIBDIR=%{_libdir} INSTALLROOT=%{buildroot} \
|
|
|
|
install_systemd
|
|
|
|
%endif
|
2012-06-21 13:33:06 +00:00
|
|
|
|
|
|
|
# there's some stuff that's not really meant to be shipped yet
|
2012-10-13 00:24:33 +00:00
|
|
|
rm -rf %{buildroot}/boot %{buildroot}/usr/include
|
|
|
|
rm -rf %{buildroot}%{_libdir}/libdpe*
|
2015-10-28 19:42:00 +00:00
|
|
|
mkdir -p %{buildroot}%{_sysconfdir}/pki/pesign/
|
2015-12-01 20:21:31 +00:00
|
|
|
mkdir -p %{buildroot}%{_sysconfdir}/pki/pesign-rh-test/
|
2015-10-28 19:42:00 +00:00
|
|
|
cp -a etc/pki/pesign/* %{buildroot}%{_sysconfdir}/pki/pesign/
|
2015-12-01 20:21:31 +00:00
|
|
|
cp -a etc/pki/pesign-rh-test/* %{buildroot}%{_sysconfdir}/pki/pesign-rh-test/
|
2012-10-19 15:26:15 +00:00
|
|
|
|
2015-03-04 20:00:18 +00:00
|
|
|
if [ %{macrosdir} != %{_sysconfdir}/rpm ]; then
|
|
|
|
mkdir -p %{buildroot}%{macrosdir}
|
|
|
|
mv %{buildroot}%{_sysconfdir}/rpm/macros.pesign \
|
|
|
|
%{buildroot}%{macrosdir}
|
|
|
|
rmdir %{buildroot}%{_sysconfdir}/rpm
|
|
|
|
fi
|
2016-04-21 14:29:31 +00:00
|
|
|
rm -vf %{buildroot}/usr/share/doc/pesign-%{version}/COPYING
|
|
|
|
|
|
|
|
# and find-debuginfo.sh has some pretty awful deficencies too...
|
|
|
|
cp -av libdpe/*.[ch] src/
|
2015-03-04 20:00:18 +00:00
|
|
|
|
2017-08-15 15:14:22 +00:00
|
|
|
install -d -m 0755 %{buildroot}%{python3_sitelib}/mockbuild/plugins/
|
|
|
|
install -m 0755 %{SOURCE2} %{buildroot}%{python3_sitelib}/mockbuild/plugins/
|
|
|
|
|
2012-10-13 00:11:57 +00:00
|
|
|
%pre
|
|
|
|
getent group pesign >/dev/null || groupadd -r pesign
|
|
|
|
getent passwd pesign >/dev/null || \
|
|
|
|
useradd -r -g pesign -d /var/run/pesign -s /sbin/nologin \
|
|
|
|
-c "Group for the pesign signing daemon" pesign
|
|
|
|
exit 0
|
|
|
|
|
2013-02-06 14:37:05 +00:00
|
|
|
%if 0%{?rhel} >= 7 || 0%{?fedora} >= 17
|
2012-10-13 00:11:57 +00:00
|
|
|
%post
|
|
|
|
%systemd_post pesign.service
|
2017-01-06 18:39:24 +00:00
|
|
|
|
2017-08-15 15:14:22 +00:00
|
|
|
#%%posttrans
|
|
|
|
#%%{_libexecdir}/pesign/pesign-authorize
|
2017-08-10 18:19:50 +00:00
|
|
|
|
2012-10-13 00:11:57 +00:00
|
|
|
%preun
|
|
|
|
%systemd_preun pesign.service
|
|
|
|
|
|
|
|
%postun
|
|
|
|
%systemd_postun_with_restart pesign.service
|
2013-02-06 14:37:05 +00:00
|
|
|
%endif
|
2012-10-13 00:11:57 +00:00
|
|
|
|
2012-06-21 13:33:06 +00:00
|
|
|
%files
|
2015-10-28 19:42:00 +00:00
|
|
|
%{!?_licensedir:%global license %%doc}
|
|
|
|
%license COPYING
|
|
|
|
%doc README TODO
|
2014-10-24 20:32:01 +00:00
|
|
|
%{_bindir}/authvar
|
|
|
|
%{_bindir}/efikeygen
|
|
|
|
%{_bindir}/efisiglist
|
|
|
|
%{_bindir}/pesigcheck
|
2012-06-21 13:33:06 +00:00
|
|
|
%{_bindir}/pesign
|
2012-10-13 00:11:57 +00:00
|
|
|
%{_bindir}/pesign-client
|
2015-10-28 19:42:00 +00:00
|
|
|
%dir %{_libexecdir}/pesign/
|
2015-12-01 20:21:31 +00:00
|
|
|
%dir %attr(0770,pesign,pesign) %{_sysconfdir}/pki/pesign/
|
2017-08-10 18:19:50 +00:00
|
|
|
%config(noreplace) %attr(0660,pesign,pesign) %{_sysconfdir}/pki/pesign/*
|
2015-12-01 20:21:31 +00:00
|
|
|
%dir %attr(0775,pesign,pesign) %{_sysconfdir}/pki/pesign-rh-test/
|
2017-08-10 18:19:50 +00:00
|
|
|
%config(noreplace) %attr(0664,pesign,pesign) %{_sysconfdir}/pki/pesign-rh-test/*
|
|
|
|
%{_libexecdir}/pesign/pesign-authorize
|
2015-10-28 19:42:00 +00:00
|
|
|
%config(noreplace)/%{_sysconfdir}/pesign/users
|
|
|
|
%config(noreplace)/%{_sysconfdir}/pesign/groups
|
2012-06-21 13:33:06 +00:00
|
|
|
%{_sysconfdir}/popt.d/pesign.popt
|
2015-03-04 20:00:18 +00:00
|
|
|
%{macrosdir}/macros.pesign
|
2012-06-22 20:18:39 +00:00
|
|
|
%{_mandir}/man*/*
|
2012-10-13 00:11:57 +00:00
|
|
|
%dir %attr(0770, pesign, pesign) %{_localstatedir}/run/%{name}
|
|
|
|
%ghost %attr(0660, -, -) %{_localstatedir}/run/%{name}/socket
|
|
|
|
%ghost %attr(0660, -, -) %{_localstatedir}/run/%{name}/pesign.pid
|
2013-02-06 14:37:05 +00:00
|
|
|
%if 0%{?rhel} >= 7 || 0%{?fedora} >= 17
|
2015-10-28 19:42:00 +00:00
|
|
|
%{_tmpfilesdir}/pesign.conf
|
2013-02-06 14:37:05 +00:00
|
|
|
%{_unitdir}/pesign.service
|
|
|
|
%endif
|
2017-08-15 15:14:22 +00:00
|
|
|
%{python3_sitelib}/mockbuild/plugins/*/pesign.*
|
|
|
|
%{python3_sitelib}/mockbuild/plugins/pesign.*
|
2012-06-21 13:33:06 +00:00
|
|
|
|
|
|
|
%changelog
|
2019-07-26 08:32:10 +00:00
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.112-26
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-03-06 08:28:41 +00:00
|
|
|
* Wed Mar 6 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.112-25
|
|
|
|
- Fix build (#1675653)
|
|
|
|
- Add missing closing quote in macro (#1651020)
|
2019-03-06 08:54:16 +00:00
|
|
|
- Update obsolete /var/run/ path (#1678146)
|
2019-03-06 08:28:41 +00:00
|
|
|
|
2019-02-02 02:03:49 +00:00
|
|
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.112-25
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-13 21:04:09 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.112-24
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-02-09 02:50:22 +00:00
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.112-23
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-01-31 09:37:22 +00:00
|
|
|
* Mon Jan 22 2018 Peter Robinson <pbrobinson@fedoraproject.org> 0.112-22
|
|
|
|
- Minor spec cleanups, fix arm conditional
|
|
|
|
|
2017-10-06 15:39:01 +00:00
|
|
|
* Fri Oct 06 2017 Troy Dawson <tdawson@redhat.com> - 0.112-21
|
|
|
|
- Cleanup spec file conditionals
|
|
|
|
|
2017-08-15 16:34:35 +00:00
|
|
|
* Tue Aug 15 2017 Peter Jones <pjones@redhat.com> - 0.112-20
|
|
|
|
- Maybe fewer typoes would be better.
|
|
|
|
|
2017-08-15 15:14:22 +00:00
|
|
|
* Tue Aug 15 2017 Peter Jones <pjones@redhat.com> - 0.112-19
|
|
|
|
- Update to match f26's build so new kernel builds will work.
|
|
|
|
|
2017-08-10 18:19:50 +00:00
|
|
|
* Thu Aug 10 2017 Peter Jones <pjones@redhat.com> - 0.112-10
|
|
|
|
- Try to fix the db problem nirik is seeing trying to upgrade the builders.
|
|
|
|
|
2017-08-03 05:52:00 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.112-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-27 07:18:52 +00:00
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.112-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-07-08 20:12:26 +00:00
|
|
|
* Sat Jul 08 2017 Peter Jones <pjones@redhat.com> - 0.112-7
|
|
|
|
- Rebuild for efivar-31-1.fc26
|
|
|
|
Related: rhbz#1468841
|
|
|
|
|
2017-02-11 06:17:39 +00:00
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.112-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2017-01-06 18:39:24 +00:00
|
|
|
* Fri Jan 06 2017 Peter Jones <pjones@redhat.com> - 0.112-5
|
|
|
|
- Don't Req: or BuildReq: coolkey or opensc; those belong in system deploy
|
|
|
|
scripts.
|
|
|
|
Related: rhbz#1349073
|
|
|
|
|
2016-08-17 13:33:42 +00:00
|
|
|
* Wed Aug 17 2016 Peter Jones <pjones@redhat.com> - 0.112-4
|
|
|
|
- Build as -4 to make bodhi happy.
|
|
|
|
|
2016-08-12 21:26:14 +00:00
|
|
|
* Fri Aug 12 2016 Adam Williamson <awilliam@redhat.com> - 0.112-3
|
|
|
|
- backport fix for command line parsing from upstream master
|
|
|
|
|
2016-08-10 21:06:59 +00:00
|
|
|
* Wed Aug 10 2016 Peter Jones <pjones@redhat.com> - 0.112-2
|
|
|
|
- Build with newer efivar.
|
|
|
|
|
2016-04-21 14:29:31 +00:00
|
|
|
* Wed Apr 20 2016 Peter Jones <pjones@redhat.com> - 0.112-1
|
|
|
|
- Update to 0.112
|
|
|
|
- Also fix up some spec file woes:
|
|
|
|
- dumb things in %%setup
|
|
|
|
- find-debuginfo.sh not working right for some source files...
|
|
|
|
|
2016-02-04 16:53:37 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.111-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-12-08 15:05:55 +00:00
|
|
|
* Thu Dec 10 2015 Peter Jones <pjones@redhat.com> - 0.111-7
|
|
|
|
- Obsolete pesign-rh-test-certs, it was in -1's update.
|
|
|
|
Resolves: rhbz#1283475
|
|
|
|
|
2015-12-02 18:23:21 +00:00
|
|
|
* Wed Dec 02 2015 Peter Jones <pjones@redhat.com> - 0.111-6
|
|
|
|
- *Don't* use --certdir if we're using the socket.
|
|
|
|
Related: rhbz#1283475
|
|
|
|
Related: rhbz#1284063
|
|
|
|
Related: rhbz#1284561
|
|
|
|
|
2015-12-01 20:36:38 +00:00
|
|
|
* Tue Dec 01 2015 Peter Jones <pjones@redhat.com> - 0.111-5
|
|
|
|
- Actually do a better job of choosing which cert to use when, so people will
|
|
|
|
stop seeing any of this problem. (Thanks for the thought, jforbes.)
|
2015-11-30 20:11:29 +00:00
|
|
|
Resolves: rhbz#1283475
|
|
|
|
Resolves: rhbz#1284063
|
|
|
|
Resolves: rhbz#1284561
|
|
|
|
|
2015-12-01 20:36:38 +00:00
|
|
|
* Mon Nov 30 2015 Peter Jones <pjones@redhat.com> - 0.111-5
|
|
|
|
- setfacl even harder.
|
|
|
|
Related: rhbz#1283475
|
|
|
|
Related: rhbz#1284063
|
|
|
|
Related: rhbz#1284561
|
|
|
|
|
2015-11-21 00:22:59 +00:00
|
|
|
* Fri Nov 20 2015 Peter Jones <pjones@redhat.com> - 0.111-3
|
|
|
|
- Better ACL setting code.
|
2015-11-30 20:11:29 +00:00
|
|
|
Related: rhbz#1283475
|
2015-11-21 00:22:59 +00:00
|
|
|
|
2015-11-19 16:38:51 +00:00
|
|
|
* Thu Nov 19 2015 Peter Jones <pjones@redhat.com> - 0.111-2
|
|
|
|
- Allow the mockbuild user to read the nss database if the account exists.
|
|
|
|
|
2015-10-28 19:42:00 +00:00
|
|
|
* Wed Oct 28 2015 Peter Jones <pjones@redhat.com> - 0.111-1
|
|
|
|
- Rebase to 0.111
|
|
|
|
- Split test certs out into a "Recommends" subpackage.
|
|
|
|
|
2015-06-18 13:50:17 +00:00
|
|
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.110-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-03-04 20:00:18 +00:00
|
|
|
* Wed Mar 4 2015 Ville Skyttä <ville.skytta@iki.fi> - 0.110-2
|
|
|
|
- Install macros in %%{_rpmconfigdir}/macros.d where available (#1074281)
|
|
|
|
|
2014-10-24 20:32:01 +00:00
|
|
|
* Fri Oct 24 2014 Peter Jones <pjones@redhat.com> - 0.110-1
|
|
|
|
- Update to pesign-0.110
|
|
|
|
|
2014-08-17 18:14:55 +00:00
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.108-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-07 13:09:40 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.108-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-05-29 20:16:37 +00:00
|
|
|
* Thu May 29 2014 Peter Jones <pjones@redhat.com> - 0.108-2
|
|
|
|
- Fix a networking problem nirik observed when reinstalling builders.
|
|
|
|
|
2013-08-10 15:10:52 +00:00
|
|
|
* Sat Aug 10 2013 Peter Jones <pjones@redhat.com> - 0.108-1
|
2013-08-10 14:30:26 +00:00
|
|
|
- Remove errant result files and raise an error from %%pesign
|
|
|
|
|
|
|
|
* Tue Aug 06 2013 Peter Jones <pjones@redhat.com> - 0.106-3
|
|
|
|
- Add code for signing in RHEL 7
|
|
|
|
|
2013-08-05 13:19:38 +00:00
|
|
|
* Mon Aug 05 2013 Peter Jones <pjones@redhat.com> - 0.106-2
|
|
|
|
- Fix for new %%doc rules.
|
|
|
|
|
2013-08-04 02:23:08 +00:00
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.106-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-05-21 17:42:50 +00:00
|
|
|
* Tue May 21 2013 Peter Jones <pjones@redhat.com> - 0.106-1
|
|
|
|
- Update to 0.106
|
|
|
|
- Hopefully fix the segfault dgilmore was seeing.
|
|
|
|
|
2013-05-20 20:27:28 +00:00
|
|
|
* Mon May 20 2013 Peter Jones <pjones@redhat.com> - 0.105-1
|
|
|
|
- Various bug fixes.
|
|
|
|
|
2013-05-16 14:42:43 +00:00
|
|
|
* Wed May 15 2013 Peter Jones <pjones@redhat.com> - 0.104-1
|
|
|
|
- Make sure alignment is correct on signature list entries
|
|
|
|
Resolves: rhbz#963361
|
|
|
|
- Make sure section alignment is correct if we have to extend the file
|
|
|
|
|
2013-02-06 14:37:05 +00:00
|
|
|
* Wed Feb 06 2013 Peter Jones <pjones@redhat.com> - 0.103-2
|
|
|
|
- Conditionalize systemd bits so they don't show up in RHEL 6 builds
|
|
|
|
|
2013-02-05 20:26:33 +00:00
|
|
|
* Tue Feb 05 2013 Peter Jones <pjones@redhat.com> - 0.103-1
|
|
|
|
- One more compiler problem. Let's expect a few more, shall we?
|
|
|
|
|
2013-02-05 15:45:23 +00:00
|
|
|
* Tue Feb 05 2013 Peter Jones <pjones@redhat.com> - 0.102-1
|
|
|
|
- Don't use --std=gnu11 because we have to work on RHEL 6 builders.
|
|
|
|
|
2013-02-04 19:05:57 +00:00
|
|
|
* Mon Feb 04 2013 Peter Jones <pjones@redhat.com> - 0.101-1
|
|
|
|
- Update to 0.101 to fix more "pesign -E" issues.
|
|
|
|
|
2012-11-30 22:09:31 +00:00
|
|
|
* Fri Nov 30 2012 Peter Jones <pjones@redhat.com> - 0.100-1
|
|
|
|
- Fix insertion of signatures from a file.
|
|
|
|
|
2012-11-27 00:38:34 +00:00
|
|
|
* Mon Nov 26 2012 Matthew Garrett <mjg59@srcf.ucam.org> - 0.99-9
|
|
|
|
- Add a patch needed for new shim builds
|
|
|
|
|
2012-10-19 23:19:24 +00:00
|
|
|
* Fri Oct 19 2012 Peter Jones <pjones@redhat.com> - 0.99-8
|
|
|
|
- Get the Fedora signing token name right.
|
|
|
|
|
2012-10-19 15:26:15 +00:00
|
|
|
* Fri Oct 19 2012 Peter Jones <pjones@redhat.com>
|
|
|
|
- Add coolkey and opensc modules to pki database during %%install.
|
|
|
|
|
2012-10-19 14:24:10 +00:00
|
|
|
* Fri Oct 19 2012 Peter Jones <pjones@redhat.com> - 0.99-7
|
|
|
|
- setfacl u:kojibuilder:rw /var/run/pesign/socket
|
|
|
|
- Fix command line checking in client
|
|
|
|
- Add client stdin pin reading.
|
|
|
|
|
2012-10-18 19:18:31 +00:00
|
|
|
* Thu Oct 18 2012 Peter Jones <pjones@redhat.com> - 0.99-6
|
|
|
|
- Automatically select daemon as signer when using rpm macros.
|
|
|
|
|
2012-10-18 17:12:46 +00:00
|
|
|
* Thu Oct 18 2012 Peter Jones <pjones@redhat.com> - 0.99-5
|
|
|
|
- Make it work on the -el6 branch as well.
|
|
|
|
|
2012-10-18 15:38:53 +00:00
|
|
|
* Wed Oct 17 2012 Peter Jones <pjones@redhat.com> - 0.99-4
|
|
|
|
- Fix some more bugs found by valgrind and coverity.
|
|
|
|
- Don't build utils/ ; we're not using them and they're not ready anyway.
|
|
|
|
|
2012-10-17 14:37:36 +00:00
|
|
|
* Wed Oct 17 2012 Peter Jones <pjones@redhat.com> - 0.99-3
|
|
|
|
- Fix daemon startup bug from 0.99-2
|
|
|
|
|
2012-10-17 13:59:14 +00:00
|
|
|
* Wed Oct 17 2012 Peter Jones <pjones@redhat.com> - 0.99-2
|
|
|
|
- Fix various bugs from 0.99-1
|
|
|
|
- Don't make the database unreadable just yet.
|
|
|
|
|
2012-10-15 22:08:59 +00:00
|
|
|
* Mon Oct 15 2012 Peter Jones <pjones@redhat.com> - 0.99-1
|
|
|
|
- Update to 0.99
|
|
|
|
- Add documentation for client/server mode.
|
|
|
|
- Add --pinfd and --pinfile to server mode.
|
|
|
|
|
2012-10-13 00:11:57 +00:00
|
|
|
* Fri Oct 12 2012 Peter Jones <pjones@redhat.com> - 0.98-1
|
|
|
|
- Update to 0.98
|
|
|
|
- Add client/server mode.
|
|
|
|
|
2012-10-01 15:28:56 +00:00
|
|
|
* Mon Oct 01 2012 Peter Jones <pjones@redhat.com> - 0.10-5
|
|
|
|
- Fix missing section address fixup.
|
|
|
|
|
2012-08-15 15:42:25 +00:00
|
|
|
* Wed Aug 15 2012 Peter Jones <pjones@redhat.com> - 0.10-4
|
|
|
|
- Make macros.pesign even better (and make it work right for i686 packages)
|
|
|
|
|
2012-08-14 19:46:35 +00:00
|
|
|
* Tue Aug 14 2012 Peter Jones <pjones@redhat.com> - 0.10-3
|
|
|
|
- Only sign things on x86_64; all else ignore gracefully.
|
|
|
|
|
2012-08-14 18:31:05 +00:00
|
|
|
* Tue Aug 14 2012 Peter Jones <pjones@redhat.com> - 0.10-2
|
|
|
|
- Make macros.pesign more reliable
|
|
|
|
|
2012-08-13 19:42:07 +00:00
|
|
|
* Mon Aug 13 2012 Peter Jones <pjones@redhat.com> - 0.10-1
|
|
|
|
- Update to 0.10
|
|
|
|
- Include rpm macros to support easy custom signing of signed packages.
|
|
|
|
|
2012-08-10 20:42:18 +00:00
|
|
|
* Fri Aug 10 2012 Peter Jones <pjones@redhat.com> - 0.9-1
|
|
|
|
- Update to 0.9
|
|
|
|
- Bug fix from Gary Ching-Pang Lin
|
|
|
|
- Support NSS Token selection for use with smart cards.
|
|
|
|
|
2012-08-08 15:25:42 +00:00
|
|
|
* Wed Aug 08 2012 Peter Jones <pjones@redhat.com> - 0.8-1
|
|
|
|
- Update to 0.8
|
|
|
|
- Don't open the db read-write
|
|
|
|
- Fix permissions on keystore (everybody can sign with test keys)
|
|
|
|
|
2012-08-08 13:39:35 +00:00
|
|
|
* Wed Aug 08 2012 Peter Jones <pjones@redhat.com> - 0.7-2
|
|
|
|
- Include test keys.
|
|
|
|
|
2012-07-30 19:45:20 +00:00
|
|
|
* Mon Jul 30 2012 Peter Jones <pjones@redhat.com> - 0.7-1
|
|
|
|
- Update to 0.7
|
|
|
|
- Better fix for MS compatibility.
|
|
|
|
|
2012-07-30 19:04:01 +00:00
|
|
|
* Mon Jul 30 2012 Peter Jones <pjones@redhat.com> - 0.6-1
|
|
|
|
- Update to 0.6
|
|
|
|
- Bug-for-bug compatibility with signtool.exe .
|
|
|
|
|
2012-07-20 23:04:24 +00:00
|
|
|
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-07-11 19:06:04 +00:00
|
|
|
* Wed Jul 11 2012 Peter Jones <pjones@redhat.com> - 0.5-1
|
|
|
|
- Rebase to 0.5
|
|
|
|
- Do more rigorous bounds checking when hashing a new binary.
|
|
|
|
|
2012-07-10 20:04:33 +00:00
|
|
|
* Tue Jul 10 2012 Peter Jones <pjones@redhat.com> - 0.3-2
|
|
|
|
- Rebase to 0.4
|
|
|
|
|
2012-06-22 20:18:39 +00:00
|
|
|
* Fri Jun 22 2012 Peter Jones <pjones@redhat.com> - 0.3-2
|
|
|
|
- Move man page to a more reasonable place.
|
|
|
|
|
2012-06-22 15:39:18 +00:00
|
|
|
* Fri Jun 22 2012 Peter Jones <pjones@redhat.com> - 0.3-1
|
|
|
|
- Update to upstream's 0.3 .
|
|
|
|
|
2012-06-21 15:04:53 +00:00
|
|
|
* Thu Jun 21 2012 Peter Jones <pjones@redhat.com> - 0.2-4
|
|
|
|
- Do not build with smp flags.
|
|
|
|
|
2012-06-21 14:55:08 +00:00
|
|
|
* Thu Jun 21 2012 Peter Jones <pjones@redhat.com> - 0.2-3
|
|
|
|
- Make it build on i686, though it's unclear it'll ever be necessary.
|
|
|
|
|
2012-06-21 13:46:54 +00:00
|
|
|
* Thu Jun 21 2012 Peter Jones <pjones@redhat.com> - 0.2-2
|
|
|
|
- Fix compile problem with f18's compiler.
|
|
|
|
|
2012-06-21 13:33:06 +00:00
|
|
|
* Thu Jun 21 2012 Peter Jones <pjones@redhat.com> - 0.2-1
|
|
|
|
- Fix some rpmlint complaints nirik pointed out
|
|
|
|
- Add popt-devel build dep
|
|
|
|
|
|
|
|
* Fri Jun 15 2012 Peter Jones <pjones@redhat.com> - 0.1-1
|
|
|
|
- First version of SRPM.
|