Package: release.debian.org
Severity: normal
Tags: buster
User: release.debian....@packages.debian.org
Usertags: pu

This fix was backported from -8 in bullseye/sid. It updates the URL to
the firmware binary in the downloader package to a persistent URL
pointing to the "old" firmware file (i.e. the file the package was
built for).  (The previous URL now delivers an updated file which no
longer matches the checksum, making package installation fail.)

The package was already uploaded.

Andreas
diff -Nru python-uflash-1.2.4+dfsg/debian/changelog 
python-uflash-1.2.4+dfsg/debian/changelog
--- python-uflash-1.2.4+dfsg/debian/changelog   2018-12-30 19:02:29.000000000 
+0100
+++ python-uflash-1.2.4+dfsg/debian/changelog   2021-08-05 01:58:32.000000000 
+0200
@@ -1,3 +1,11 @@
+python-uflash (1.2.4+dfsg-1+deb10u1) buster; urgency=medium
+
+  [ Nick Morrott ]
+  * d/firmware-microbit-micropython-dl.postinst:
+    - Update firmware URL (Closes: #991280)
+
+ -- Andreas Beckmann <a...@debian.org>  Thu, 05 Aug 2021 01:58:32 +0200
+
 python-uflash (1.2.4+dfsg-1) unstable; urgency=medium
 
   * Initial release. (Closes: #906450)
diff -Nru 
python-uflash-1.2.4+dfsg/debian/firmware-microbit-micropython-dl.postinst 
python-uflash-1.2.4+dfsg/debian/firmware-microbit-micropython-dl.postinst
--- python-uflash-1.2.4+dfsg/debian/firmware-microbit-micropython-dl.postinst   
2018-12-30 18:53:15.000000000 +0100
+++ python-uflash-1.2.4+dfsg/debian/firmware-microbit-micropython-dl.postinst   
2021-08-05 01:47:34.000000000 +0200
@@ -4,7 +4,7 @@
 
 # Adapted from firmware downloader for bladeRF (source package: bladerf)
 
-UPSTREAM='https://raw.githubusercontent.com/ntoll/uflash/master/firmware.hex'
+UPSTREAM='https://github.com/ntoll/uflash/raw/867468d386da0aa20212b69a152ce8bfc0972366/firmware.hex'
 CHECKSUM='81d92bccd9f26046aa3ba6a43ec553e0'
 DATAFILE='/usr/share/firmware-microbit-micropython/firmware.hex'
 DESCRIPT='micro:bit MicroPython runtime'

Reply via email to