Your message dated Sat, 29 Apr 2023 10:54:14 +0100 with message-id <502b8fb37ece620c9723446611a9287974ba5a0c.camel@adam-barratt.org.uk> and subject line Closing p-u requests for fixes included in 11.7 has caused the Debian Bug report #1029147, regarding bullseye-pu: package needrestart/3.5-4+deb11u3 to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner@bugs.debian.org immediately.) -- 1029147: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1029147 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: bullseye-pu: package needrestart/3.5-4+deb11u3
- From: Patrick Matthäi <pmatthaei@debian.org>
- Date: Wed, 18 Jan 2023 16:27:34 +0100
- Message-id: <167405565437.650006.13289172312825286054.reportbug@srv1.linux-dev.org>
Package: release.debian.org Severity: normal Tags: bullseye User: release.debian.org@packages.debian.org Usertags: pu [ Reason ] needrestart on stable reports a uninitialized perl warning on some amd64 systems when using option "-b" [ Tests ] Verified on my own Ryzen notebook: stable not working and patch approved [ 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 (old)stable [x ] the issue is verified as fixed in unstable debdiff against current stable version: diff -Naur tags/3.5-4+deb11u2/debian/changelog branches/bullseye/debian/changelog --- tags/3.5-4+deb11u2/debian/changelog 2022-05-29 09:57:10.173934775 +0200 +++ branches/bullseye/debian/changelog 2023-01-18 16:18:34.571042767 +0100 @@ -1,3 +1,11 @@ +needrestart (3.5-4+deb11u3) bullseye; urgency=medium + + * Add patch 10-amd-reporting from George Robbert to fix a Perl warning on + AMD64 systems. + Closes: #1026927 + + -- Patrick Matthäi <pmatthaei@debian.org> Wed, 18 Jan 2023 16:18:28 +0100 + needrestart (3.5-4+deb11u2) bullseye; urgency=medium * Add upstream patch 09-cgroupv2 to fix broken detection with cgroupv2. diff -Naur tags/3.5-4+deb11u2/debian/patches/10-amd-reporting.diff branches/bullseye/debian/patches/10-amd-reporting.diff --- tags/3.5-4+deb11u2/debian/patches/10-amd-reporting.diff 1970-01-01 01:00:00.000000000 +0100 +++ branches/bullseye/debian/patches/10-amd-reporting.diff 2023-01-18 15:56:59.058848074 +0100 @@ -0,0 +1,22 @@ +# Fix Perl warning with needrestart -b on AMD64 systems. +# Closes: #1026927 + +diff -Naur needrestart-3.5.orig/perl/lib/NeedRestart/uCode/AMD.pm needrestart-3.5/perl/lib/NeedRestart/uCode/AMD.pm +--- needrestart-3.5.orig/perl/lib/NeedRestart/uCode/AMD.pm 2020-03-22 17:40:19.000000000 +0100 ++++ needrestart-3.5/perl/lib/NeedRestart/uCode/AMD.pm 2023-01-18 15:53:14.522822806 +0100 +@@ -173,13 +173,13 @@ + _scan_ucodes(); + } + +- my %vars = ( CURRENT => sprintf( "0x%08x", $ucode ), ); ++ my %vars = ( CURRENT => sprintf( "0x%08x", $ucode ), AVAIL => "unavailable"); + + # check for microcode updates + if ( exists( $_ucodes->{cpuid}->{$cpuid} ) ) { + my $prid = $_ucodes->{cpuid}->{$cpuid}; + if ( exists( $_ucodes->{prid}->{$prid} ) ) { +- $vars{AVAIL} = sprintf( "0x%08x", $_ucodes->{prid}->{$prid} ), ++ $vars{AVAIL} = sprintf( "0x%08x", $_ucodes->{prid}->{$prid} ); + + print STDERR "$LOGPREF #$info->{processor} found ucode $vars{AVAIL}\n" if ($debug); + if ( $_ucodes->{prid}->{$prid} > $ucode ) { diff -Naur tags/3.5-4+deb11u2/debian/patches/series branches/bullseye/debian/patches/series --- tags/3.5-4+deb11u2/debian/patches/series 2022-05-29 09:57:10.233934382 +0200 +++ branches/bullseye/debian/patches/series 2023-01-18 15:56:00.978841509 +0100 @@ -7,3 +7,4 @@ 07-runit.diff 08-anchor-interp-re.diff 09-cgroupv2.diff +10-amd-reporting.diff
--- End Message ---
--- Begin Message ---
- To: 1009659-done@bugs.debian.org, 1016179-done@bugs.debian.org, 1024805-done@bugs.debian.org, 1025329-done@bugs.debian.org, 1025654-done@bugs.debian.org, 1025703-done@bugs.debian.org, 1025925-done@bugs.debian.org, 1026074-done@bugs.debian.org, 1026177-done@bugs.debian.org, 1026447-done@bugs.debian.org, 1026845-done@bugs.debian.org, 1026945-done@bugs.debian.org, 1027257-done@bugs.debian.org, 1027258-done@bugs.debian.org, 1027264-done@bugs.debian.org, 1027298-done@bugs.debian.org, 1027772-done@bugs.debian.org, 1028054-done@bugs.debian.org, 1028313-done@bugs.debian.org, 1028386-done@bugs.debian.org, 1028395-done@bugs.debian.org, 1028396-done@bugs.debian.org, 1028468-done@bugs.debian.org, 1028486-done@bugs.debian.org, 1028546-done@bugs.debian.org, 1028571-done@bugs.debian.org, 1029121-done@bugs.debian.org, 1029147-done@bugs.debian.org, 1029217-done@bugs.debian.org, 1029320-done@bugs.debian.org, 1029385-done@bugs.debian.org, 1029619-done@bugs.debian.org, 1029651-done@bugs.debian.org, 1029680-done@bugs.debian.org, 1029728-done@bugs.debian.org, 1029823-done@bugs.debian.org, 1029976-done@bugs.debian.org, 1029994-done@bugs.debian.org, 1030113-done@bugs.debian.org, 1030264-done@bugs.debian.org, 1030598-done@bugs.debian.org, 1030709-done@bugs.debian.org, 1030732-done@bugs.debian.org, 1030851-done@bugs.debian.org, 1030888-done@bugs.debian.org, 1030987-done@bugs.debian.org, 1031042-done@bugs.debian.org, 1031109-done@bugs.debian.org, 1031279-done@bugs.debian.org, 1031410-done@bugs.debian.org, 1031527-done@bugs.debian.org, 1031536-done@bugs.debian.org, 1031630-done@bugs.debian.org, 1031635-done@bugs.debian.org, 1031652-done@bugs.debian.org, 1031783-done@bugs.debian.org, 1031926-done@bugs.debian.org, 1031948-done@bugs.debian.org, 1032134-done@bugs.debian.org, 1032237-done@bugs.debian.org, 1032921-done@bugs.debian.org, 1033079-done@bugs.debian.org, 1033082-done@bugs.debian.org, 1033157-done@bugs.debian.org, 1033160-done@bugs.debian.org, 1033412-done@bugs.debian.org, 1033506-done@bugs.debian.org, 1033578-done@bugs.debian.org, 1033669-done@bugs.debian.org, 1033759-done@bugs.debian.org, 1033770-done@bugs.debian.org, 1033993-done@bugs.debian.org, 1034001-done@bugs.debian.org, 1034039-done@bugs.debian.org, 1034096-done@bugs.debian.org, 1034103-done@bugs.debian.org, 1034198-done@bugs.debian.org, 1034246-done@bugs.debian.org, 1034264-done@bugs.debian.org, 1034454-done@bugs.debian.org, 1034455-done@bugs.debian.org, 1034493-done@bugs.debian.org, 1034548-done@bugs.debian.org, 1034578-done@bugs.debian.org
- Subject: Closing p-u requests for fixes included in 11.7
- From: "Adam D. Barratt" <adam@adam-barratt.org.uk>
- Date: Sat, 29 Apr 2023 10:54:14 +0100
- Message-id: <502b8fb37ece620c9723446611a9287974ba5a0c.camel@adam-barratt.org.uk>
Package: release.debian.org Version: 11.7 Hi, Each of the updates referred to in these requests was included in this morning's 11.7 point release. Regards, Adam
--- End Message ---