Merge ~iconstantin/ubuntu-security-tools:master into ubuntu-security-tools:master

Proposed by Ian Constantin
Status: Merged
Merged at revision: 7afaccad5c06a34513b5ff67cd3a46583c7ff7f4
Proposed branch: ~iconstantin/ubuntu-security-tools:master
Merge into: ubuntu-security-tools:master
Diff against target: 12 lines (+1/-0)
1 file modified
build-tools/umt (+1/-0)
Reviewer Review Type Date Requested Status
Steve Beattie Approve
Marc Deslauriers Pending
Review via email: mp+417637@code.launchpad.net

Commit message

Added a special warning for ghostscript on trusty/xenial/bionic to check that openjpeg patches are for files that compile when ghostscript builds.

Description of the change

ghostscript prior to focal vendors openjpeg - this warning for `umt check` will give an extra notice to check that any changes to openjpeg are to files that are ultimately used/compiled.

To post a comment you must log in.
Revision history for this message
Steve Beattie (sbeattie) wrote :

LGTM, merged. Thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/build-tools/umt b/build-tools/umt
index 3c33569..9416371 100755
--- a/build-tools/umt
+++ b/build-tools/umt
@@ -895,6 +895,7 @@ def cmd_check():
895 'eglibc' : [ None, "IMPORTANT: ABI changes may break running daemons! See $QRT/notes-testing/glibc/README" ],895 'eglibc' : [ None, "IMPORTANT: ABI changes may break running daemons! See $QRT/notes-testing/glibc/README" ],
896 'fwupd' : [ None, "IMPORTANT: also needs fwupd-signed updates, and special publishing procedure - talk to infinity" ],896 'fwupd' : [ None, "IMPORTANT: also needs fwupd-signed updates, and special publishing procedure - talk to infinity" ],
897 'glibc' : [ None, "IMPORTANT: ABI changes may break running daemons! See $QRT/notes-testing/glibc/README" ],897 'glibc' : [ None, "IMPORTANT: ABI changes may break running daemons! See $QRT/notes-testing/glibc/README" ],
898 'ghostscript' : [ [ 'trusty', 'xenial', 'bionic' ], "Important: if addressing a CVE in the embedded version of openjpeg, ensure the patches change files that ultimately get compiled" ],
898 'grub2' : [ None, "IMPORTANT: also needs grub2-signed updates, and special publishing procedure - talk to infinity" ],899 'grub2' : [ None, "IMPORTANT: also needs grub2-signed updates, and special publishing procedure - talk to infinity" ],
899 'isc-dhcp' : [ [ 'natty', 'oneiric', 'precise' ], "IMPORTANT: patches at end of 00list file may get reverted at build, see $QRT/build_testing/isc-dhcp!! Also, please include LP: #727837 fix!" ],900 'isc-dhcp' : [ [ 'natty', 'oneiric', 'precise' ], "IMPORTANT: patches at end of 00list file may get reverted at build, see $QRT/build_testing/isc-dhcp!! Also, please include LP: #727837 fix!" ],
900 'json-c' : [ 'xenial', "IMPORTANT: Must test upstart with the updated json-c package! (LP: #1878723)" ],901 'json-c' : [ 'xenial', "IMPORTANT: Must test upstart with the updated json-c package! (LP: #1878723)" ],

Subscribers

People subscribed via source and target branches