XPost: linux.debian.bugs.dist
--sgnirk-54519118-bb43-47fd-8d59-3adba5c244f0
Content-Type: text/plain; charset=UTF-8
Package: release.debian.org
Tags: bookworm
User:
[email protected]
Usertags: pu
Dear release team,
[ Reason ]
libopenh264-cisco7 cannot be installed properly with my latest security upload.
[ Impact ]
#1099030 documents that the postinst downloads from a 404 HTTP URL.
[ Tests ]
The libopenh264-cisco7 build with the proposed changes properly downloads the library and finishes installation.
[ Risks ]
None.
[ Checklist ]
[x] *all* changes are documented in the d/changelog
[x] I reviewed all changes and I approve them
[x] attach debdiff against the package in stable
[x] the issue is verified as fixed in unstable (unstable was never affected)
[ Changes ]
Version change for the library to download.
Thanks for considering.
Bastian
--sgnirk-54519118-bb43-47fd-8d59-3adba5c244f0
Content-Type: application/octet-stream
Content-Disposition: attachment;
filename=openh264_2.3.1+dfsg-3+deb12u2.debdiff
X-UI-Content-Hash: 7402fa14a8d270240131302070648aaf6ee5eca64a853291206f510b38c65515
Content-Transfer-Encoding: quoted-printable
diff -Nru openh264-2.3.1+dfsg/debian/changelog openh264-2.3.1+dfsg/debian/changelog
--- openh264-2.3.1+dfsg/debian/changelog 2025-02-21 10:46:45.000000000 +0100
+++ openh264-2.3.1+dfsg/debian/changelog 2025-02-27 20:02:00.000000000 +0100
@@ -1,3 +1,9 @@
+openh264 (2.3.1+dfsg-3+deb12u2) bookworm; urgency=medium
+
+ * Fix Cisco download (Closes: #1099030)
+
+ -- Bastian Germann <
[email protected]> Thu, 27 Feb 2025 20:02:00 +0100
+
openh264 (2.3.1+dfsg-3+deb12u1) bookworm-security; urgency=medium
* Let libopenh264-cisco7 install version 2.6.0
diff -Nru openh264-2.3.1+dfsg/debian/libopenh264-cisco7.postinst openh264-2.3.1+dfsg/debian/libopenh264-cisco7.postinst
--- openh264-2.3.1+dfsg/debian/libopenh264-cisco7.postinst 2025-02-21 10:46:45.000000000 +0100
+++ openh264-2.3.1+dfsg/debian/libopenh264-cisco7.postinst 2025-02-27 20:00:55.000000000 +0100
@@ -5,7 +5,7 @@
set -e
-VER=$(dpkg-query --show --showformat='${Version}' $DPKG_MAINTSCRIPT_PACKAGE | cut -d+ -f1)
+VER="2.6.0"
case "$DPKG_MAINTSCRIPT_ARCH" in
### CHANGE SHA256SUMs FOR EACH NEW VER ###
i386) ARC