Package: release.debian.org Severity: normal Tags: jessie User: release.debian....@packages.debian.org Usertags: pu
Hi stable release managers team, I prepared a package of flashplugin-nonfree for jessie to delete the old get-upstream-version.pl from the local cache. See #833413. Otherwise jessie users keep using an old insecure Adobe Flash Player version (or need to delete get-upstream-version.pl from cache manually). See attached debdiff. Permission to upload? -- System Information: Debian Release: stretch/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 4.6.0-1-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)
diff -Nru flashplugin-nonfree-3.6.1/debian/changelog flashplugin-nonfree-3.6.1+deb8u1/debian/changelog --- flashplugin-nonfree-3.6.1/debian/changelog 2014-12-21 10:03:31.000000000 +0100 +++ flashplugin-nonfree-3.6.1+deb8u1/debian/changelog 2016-08-04 11:01:28.000000000 +0200 @@ -1,3 +1,10 @@ +flashplugin-nonfree (1:3.6.1+deb8u1) jessie; urgency=medium + + * update-flashplugin-nonfree: Delete old get-upstream-version.pl from cache. + Closes: #833413. + + -- Bart Martens <ba...@debian.org> Thu, 04 Aug 2016 10:59:38 +0200 + flashplugin-nonfree (1:3.6.1) unstable; urgency=medium * debian/control: Pre-Depends: ca-certificates. Closes: #773633. diff -Nru flashplugin-nonfree-3.6.1/update-flashplugin-nonfree flashplugin-nonfree-3.6.1+deb8u1/update-flashplugin-nonfree --- flashplugin-nonfree-3.6.1/update-flashplugin-nonfree 2014-09-15 17:33:57.000000000 +0200 +++ flashplugin-nonfree-3.6.1+deb8u1/update-flashplugin-nonfree 2016-08-04 11:04:15.000000000 +0200 @@ -183,6 +183,15 @@ if [ -f $cachedir/get-upstream-version.pl ] then + if [ "`stat --format=%y $cachedir/get-upstream-version.pl`" \< "2016-08-04 09:35" ] + then + [ "$verbose" != "yes" ] || echo "deleting old $cachedir/get-upstream-version.pl" + rm $cachedir/get-upstream-version.pl + fi + fi + + if [ -f $cachedir/get-upstream-version.pl ] + then cp $cachedir/get-upstream-version.pl . upstream=`perl get-upstream-version.pl $arch_wget 2> /dev/null` || true