Mike Gabriel pushed to branch master at Debian Security Tracker / security-tracker
Commits: 710adf03 by Mike Gabriel at 2018-08-31T21:12:42Z Revert "bin/gen-DSA: Fix package removal from the needed_file. Don't remove packages starting with the same string as the to be removed package." This reverts commit 774eb447f4302c83e57978af5a429b9cbe306ab3. Because the commit message was incomplete. - - - - - b3070631 by Mike Gabriel at 2018-08-31T21:12:42Z bin/gen-DSA: Fix package removal from the needed_file. Don't remove packages starting with the same string as the to be removed package. Before this patch (spice was to be removed, spice-gtk got removed, too). ``` diff --git a/data/dla-needed.txt b/data/dla-needed.txt index 106dbb0477..a8e6526c01 100644 --- a/data/dla-needed.txt +++ b/data/dla-needed.txt @@ -99,12 +99,6 @@ qemu (Santiago) -- samba (Holger Levsen) -- -spice (Mike Gabriel) - NOTE: 20180819: Patch is possibly incomplete. See http://www.openwall.com/lists/oss-security/2018/08/17/2 (Brian May) --- -spice-gtk (Mike Gabriel) - NOTE: 20180819: Patch is possibly incomplete. See http://www.openwall.com/lists/oss-security/2018/08/17/2 (Brian May) --- suricata (Thorsten Alteholz) -- symfony (Thorsten Alteholz) ``` With this patch (only spice gets removed, spice-gtk stays): ``` diff --git a/data/dla-needed.txt b/data/dla-needed.txt index 106dbb0477..c7a975a471 100644 --- a/data/dla-needed.txt +++ b/data/dla-needed.txt @@ -99,9 +99,6 @@ qemu (Santiago) -- samba (Holger Levsen) -- -spice (Mike Gabriel) - NOTE: 20180819: Patch is possibly incomplete. See http://www.openwall.com/lists/oss-security/2018/08/17/2 (Brian May) --- spice-gtk (Mike Gabriel) NOTE: 20180819: Patch is possibly incomplete. See http://www.openwall.com/lists/oss-security/2018/08/17/2 (Brian May) -- ``` - - - - - 0 changed files: Changes: View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/compare/bc32cdb6857549930ff4fe01de7406af8aadaf89...b3070631dfbbc8a23426194a88286096d8a72b3f -- View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/compare/bc32cdb6857549930ff4fe01de7406af8aadaf89...b3070631dfbbc8a23426194a88286096d8a72b3f You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-security-tracker-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-security-tracker-commits
