1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128
|
imx-code-signing-tool (3.4.1+dfsg-6) unstable; urgency=medium
* Add manpages.
-- Andrej Shadura <andrewsh@debian.org> Wed, 04 Jun 2025 09:09:10 +0200
imx-code-signing-tool (3.4.1+dfsg-5) unstable; urgency=medium
* Unbreak build on big endian platforms by reusing ntohl instead of from_be32.
-- Andrej Shadura <andrewsh@debian.org> Tue, 03 Jun 2025 17:22:04 +0200
imx-code-signing-tool (3.4.1+dfsg-4) unstable; urgency=medium
* preinst:
- Verify the source is not already a symlink.
- Don’t run migrations needlessly.
* Pass LDFLAGS when building csf_parser.
* createSRKTable: Remove commented out lines resulting in incorrect shell
syntax.
* Enable all hardening options.
* Standards-Version: 4.7.2.
* Silence bash warning by depending on bash 4.
-- Andrej Shadura <andrewsh@debian.org> Tue, 03 Jun 2025 15:05:18 +0200
imx-code-signing-tool (3.4.1+dfsg-3) unstable; urgency=medium
* Fix upgrade path from previous versions.
-- Andrej Shadura <andrewsh@debian.org> Tue, 03 Jun 2025 13:52:00 +0200
imx-code-signing-tool (3.4.1+dfsg-2) unstable; urgency=medium
* Move Vcs-* to Salsa.
* Update standards version to 4.6.2, no changes needed.
* Set Collabora team as the maintainer.
* Add missing dependencies for the PKI scripts.
-- Andrej Shadura <andrewsh@debian.org> Mon, 02 Jun 2025 15:31:14 +0200
imx-code-signing-tool (3.4.1+dfsg-1) unstable; urgency=medium
* New upstream release.
* Clean the source during clean stage if Makefile’s still there.
* Install the new binary mac_dump.
* Update unbreak-scripts.patch to cover more scripts.
* Install "ca" directory with openssl configuration.
* Install scripts into libexec.
* Add autopkgtests.
-- Andrej Shadura <andrewsh@debian.org> Mon, 02 Jun 2025 14:00:25 +0200
imx-code-signing-tool (3.4.0+dfsg-2) unstable; urgency=medium
* Remove upstream Makefile before running dh_auto_clean.
-- Andrej Shadura <andrewsh@debian.org> Thu, 18 Jan 2024 15:48:27 +0100
imx-code-signing-tool (3.4.0+dfsg-1) unstable; urgency=medium
* New upstream release.
* Adjust paths according to the upstream changes.
* Update Vcs-Browser to point to the actual branch.
* Update the copyrights.
-- Andrej Shadura <andrewsh@debian.org> Thu, 18 Jan 2024 14:24:18 +0100
imx-code-signing-tool (3.3.2+dfsg-1) unstable; urgency=medium
* New upstream release.
* Refresh patches:
- Rebase script fix
- Drop patches no longer necessary due to upstream changes
* Add -ldl to LDLIBS just as the upstream does.
* Update copyrights.
-- Andrej Shadura <andrewsh@debian.org> Thu, 12 Oct 2023 22:15:13 +0100
imx-code-signing-tool (3.3.1+dfsg-3) unstable; urgency=medium
[ Martyn Welch ]
* Use .o rather than weakened .a.
* Make err_msg static so we don't get linking errors.
-- Andrej Shadura <andrewsh@debian.org> Tue, 20 Jun 2023 18:47:15 +0200
imx-code-signing-tool (3.3.1+dfsg-2) unstable; urgency=medium
* Unbreak the scripts.
Thanks to Sean Anderson (patch taken from Arch Linux).
-- Andrej Shadura <andrewsh@debian.org> Thu, 12 Aug 2021 16:02:12 +0200
imx-code-signing-tool (3.3.1+dfsg-1) unstable; urgency=medium
* New upstream release.
* Drop patches applied upstream.
* Update the copyrights.
-- Andrej Shadura <andrewsh@debian.org> Thu, 12 Aug 2021 15:10:25 +0200
imx-code-signing-tool (3.3.0+dfsg2-1) unstable; urgency=medium
* Remove the questionably licensed and unused HSM backend
(Closes: #985763).
* Refresh patches.
* Bump debhelper from old 12 to 13.
* Remove unused license definitions.
* Use execute_after_ instead of override_.
* Update gbp.conf and Vcs-*.
-- Andrej Shadura <andrewsh@debian.org> Tue, 23 Mar 2021 09:54:12 +0100
imx-code-signing-tool (3.3.0+dfsg-2) unstable; urgency=medium
* Update the patch to fix more issues of the kind.
Thanks to Peter Senna Tschudin <peter.senna@collabora.com>.
* Add Vcs-*.
* Add debian/gbp.conf.
-- Andrej Shadura <andrewsh@debian.org> Mon, 03 Feb 2020 22:11:09 +0100
imx-code-signing-tool (3.3.0+dfsg-1) unstable; urgency=low
* Initial release (Closes: #950017).
-- Andrej Shadura <andrewsh@debian.org> Tue, 28 Jan 2020 12:51:44 +0100
|