~sespiros/ubuntu-security-tools/+git/ubuntu-security-tools:umt-remove-quilt-check

Last commit made on 2022-04-07
Get this branch:
git clone -b umt-remove-quilt-check https://git.launchpad.net/~sespiros/ubuntu-security-tools/+git/ubuntu-security-tools
Only Spyros Seimenis can upload to this branch. If you are Spyros Seimenis please log in for upload directions.

Branch merges

Branch information

Name:
umt-remove-quilt-check
Repository:
lp:~sespiros/ubuntu-security-tools/+git/ubuntu-security-tools

Recent commits

277603d... by Spyros Seimenis

Remove "quilt patches applied" check from umt

It seems that this check is no longer needed
since dpkg-buildpackage handles the case where
patches are already applied even for quilt 1.0
by performing a pop -a.

Tested with a package which uses quilt 1.0.

b354e55... by Steve Beattie

audit-code.sh: add posix_spawn() as something to search for

Signed-off-by: Steve Beattie <email address hidden>

7afacca... by Steve Beattie

umt: add note for working with ghostscript

Signed-off-by: Steve Beattie <email address hidden>
MR: https://code.launchpad.net/~iconstantin/ubuntu-security-tools/+git/ubuntu-security-tools/+merge/417637

669c677... by Ian Constantin

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

05054be... by Alex Murray

umt check: Use a regex to parse LP bug URLs (thanks sarnold)

Signed-off-by: Alex Murray <email address hidden>

a6a0de6... by Alex Murray

umt check: Warn on missing LP bugs from referenced CVE file

Warn if the changelog references a CVE that contains a LP bug number which
is also not mentioned in the changelog.

Signed-off-by: Alex Murray <email address hidden>

5a6af38... by Alex Murray

umt qrt: Set an appropriate TERM value when running commands

This should ensure we don't get extraneous output and since we are
capturing the output anyway this is fine.

Signed-off-by: Alex Murray <email address hidden>

222d36c... by Alex Murray

umt autopkgtest: Treat rc of 2 from autopkgtest as success

This is returned if at least one test was skipped (or at least one flaky
test failed) which is near enough to success as far as I am concerned.

Signed-off-by: Alex Murray <email address hidden>

1cd96c6... by Alex Murray

umt qrt: Update for latest LXD changes in lxd backend

Signed-off-by: Alex Murray <email address hidden>

5c38ae6... by Paulo Flabiano Smorigo

ceviche: Add --release param and other fixes

Rename some settings variables
Refactor settings.releases and settings.all_releases
Patches are now downloaded inside the package directory
Code clean up

Signed-off-by: Paulo Flabiano Smorigo <email address hidden>