Merge ~mkukri/ubuntu/+source/libvpx:merge into ubuntu/+source/libvpx:debian/sid

Proposed by Mate Kukri
Status: Merged
Merge reported by: Mate Kukri
Merged at revision: b1eecb19ccddbe7b8fbf9eacb2b97a4428238b50
Proposed branch: ~mkukri/ubuntu/+source/libvpx:merge
Merge into: ubuntu/+source/libvpx:debian/sid
Diff against target: 108 lines (+56/-1)
3 files modified
debian/changelog (+51/-0)
debian/control (+2/-1)
debian/rules (+3/-0)
Reviewer Review Type Date Requested Status
Simon Quigley (community) Approve
git-ubuntu import Pending
Review via email: mp+455773@code.launchpad.net

Commit message

Merge libvpx with Debian sid.

Tested to ensure patch to disable LTO still needed on noble.

To post a comment you must log in.
Revision history for this message
Simon Quigley (tsimonq2) wrote :

                                 .........
                               .'------.' |
                              | .-----. | |
                              | | | | |
                            __| | | | |;. _______________
                           / |*`-----'.|.' `; //
                          / `---------' .;' //
                    /| / .''''////////;' //
                   |=| .../ ######### /;/ //|
                   |/ / / ######### // //||
                      / `-----------' // ||
                     /________________________________//| ||
                     `--------------------------------' | ||
                      : | || | || |__LL__|| || | ||
                      : | || | || | || `""'
                      n | || `""' | ||
                      M | || | ||
                        | || | ||
                        `""' `""'

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/debian/changelog b/debian/changelog
index 32e4c82..835b12c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
1libvpx (1.13.1-2ubuntu1) noble; urgency=medium
2
3 * Merge with Debian unstable. Remaining changes:
4 - d/rules: Disable LTO
5
6 -- Mate Kukri <mate.kukri@canonical.com> Fri, 17 Nov 2023 09:45:41 +0000
7
1libvpx (1.13.1-2) unstable; urgency=medium8libvpx (1.13.1-2) unstable; urgency=medium
29
3 * Upload to unstable10 * Upload to unstable
@@ -25,6 +32,29 @@ libvpx (1.12.0-1.1) unstable; urgency=high
2532
26 -- Salvatore Bonaccorso <carnil@debian.org> Thu, 28 Sep 2023 23:07:11 +020033 -- Salvatore Bonaccorso <carnil@debian.org> Thu, 28 Sep 2023 23:07:11 +0200
2734
35libvpx (1.12.0-1ubuntu2) mantic; urgency=medium
36
37 * SECURITY UPDATE: Heap buffer overflow in vp8 encoding
38 - debian/patches/CVE-2023-5217-1.patch: add ConfigResizeChangeThreadCount
39 to test/encode_api_test.cc.
40 - debian/patches/CVE-2023-5217-2.patch: disallow thread count changes
41 in test/encode_api_test.cc, vp8/encoder/onyx_if.c.
42 - CVE-2023-5217
43 * SECURITY UPDATE: Width mishandling in vp9 encoding
44 - debian/patches/CVE-2023-44488.patch: fix bug with smaller width
45 bigger size in test/resize_test.cc, vp9/common/vp9_alloccommon.c,
46 vp9/encoder/vp9_encoder.c.
47 - CVE-2023-44488
48
49 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Mon, 02 Oct 2023 06:43:10 -0400
50
51libvpx (1.12.0-1ubuntu1) kinetic; urgency=medium
52
53 * Merge with Debian unstable (LP: #1987051). Remaining changes:
54 - d/rules: Disable LTO
55
56 -- Simon Chopin <schopin@ubuntu.com> Fri, 19 Aug 2022 10:59:05 +0200
57
28libvpx (1.12.0-1) unstable; urgency=medium58libvpx (1.12.0-1) unstable; urgency=medium
2959
30 * Team upload60 * Team upload
@@ -34,6 +64,20 @@ libvpx (1.12.0-1) unstable; urgency=medium
3464
35 -- Sebastian Ramacher <sramacher@debian.org> Sat, 09 Jul 2022 15:20:25 +020065 -- Sebastian Ramacher <sramacher@debian.org> Sat, 09 Jul 2022 15:20:25 +0200
3666
67libvpx (1.11.0-2ubuntu2) jammy; urgency=high
68
69 * No change rebuild for ppc64el baseline bump.
70
71 -- Julian Andres Klode <juliank@ubuntu.com> Thu, 24 Mar 2022 17:21:29 +0100
72
73libvpx (1.11.0-2ubuntu1) jammy; urgency=medium
74
75 * Merge with Debian, reamining Ubuntu changes:
76 * debian/rules:
77 - Disable LTO and fix FTBFS when building with GCC 11.
78
79 -- Robert Ancell <robert.ancell@canonical.com> Wed, 17 Nov 2021 10:11:05 +1300
80
37libvpx (1.11.0-2) unstable; urgency=medium81libvpx (1.11.0-2) unstable; urgency=medium
3882
39 * Team upload83 * Team upload
@@ -79,6 +123,13 @@ libvpx (1.10.0-1) unstable; urgency=medium
79123
80 -- Sebastian Ramacher <sramacher@debian.org> Tue, 24 Aug 2021 22:56:11 +0200124 -- Sebastian Ramacher <sramacher@debian.org> Tue, 24 Aug 2021 22:56:11 +0200
81125
126libvpx (1.9.0-1ubuntu1) impish; urgency=medium
127
128 * d/rules: Disable LTO and fix FTBFS when building with GCC 11.
129 (LP: #1939640)
130
131 -- Sergio Durigan Junior <sergio.durigan@canonical.com> Wed, 11 Aug 2021 22:25:45 -0400
132
82libvpx (1.9.0-1) unstable; urgency=medium133libvpx (1.9.0-1) unstable; urgency=medium
83134
84 * Team upload135 * Team upload
diff --git a/debian/control b/debian/control
index f440b17..aadc121 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,8 @@
1Source: libvpx1Source: libvpx
2Section: video2Section: video
3Priority: optional3Priority: optional
4Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>4Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5XSBC-Original-Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
5Uploaders: Sebastian Dröge <slomo@debian.org>,6Uploaders: Sebastian Dröge <slomo@debian.org>,
6 Ondřej Nový <onovy@debian.org>,7 Ondřej Nový <onovy@debian.org>,
7 Sebastian Ramacher <sramacher@debian.org>,8 Sebastian Ramacher <sramacher@debian.org>,
diff --git a/debian/rules b/debian/rules
index 1723117..3b6354c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,9 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
4export DEB_CFLAGS_MAINT_APPEND = -Wall4export DEB_CFLAGS_MAINT_APPEND = -Wall
5export DEB_CXXFLAGS_MAINT_APPEND = -Wall5export DEB_CXXFLAGS_MAINT_APPEND = -Wall
66
7# The build fails with GCC 11 when using LTO.
8export DEB_BUILD_MAINT_OPTIONS = optimize=-lto
9
7include /usr/share/dpkg/architecture.mk10include /usr/share/dpkg/architecture.mk
811
9configure_flags += \12configure_flags += \

Subscribers

People subscribed via source and target branches