NEW changes in oldstable-new

2024-06-19 Thread Debian FTP Masters
Processing changes file: allegro5_5.2.6.0-3+deb11u1_s390x-buildd.changes
  ACCEPT
Processing changes file: nano_5.4-2+deb11u3_s390x-buildd.changes
  ACCEPT
Processing changes file: sendmail_8.15.2-22+deb11u3_s390x-buildd.changes
  ACCEPT



NEW changes in stable-new

2024-06-19 Thread Debian FTP Masters
Processing changes file: bluez_5.66-1+deb12u2_mips64el-buildd.changes
  ACCEPT
Processing changes file: cjson_1.7.15-1+deb12u1_mips64el-buildd.changes
  ACCEPT
Processing changes file: cjson_1.7.15-1+deb12u1_mipsel-buildd.changes
  ACCEPT
Processing changes file: libreoffice_7.4.7-1+deb12u3_amd64-buildd.changes
  ACCEPT
Processing changes file: 
lxc-templates_3.0.4.48.g4765da8-1+deb12u1_mips64el-buildd.changes
  ACCEPT
Processing changes file: 
lxc-templates_3.0.4.48.g4765da8-1+deb12u1_mipsel-buildd.changes
  ACCEPT
Processing changes file: pymongo_3.11.0-1+deb12u1_mips64el-buildd.changes
  ACCEPT
Processing changes file: pymongo_3.11.0-1+deb12u1_mipsel-buildd.changes
  ACCEPT



Re: Requesting for the loong64 port could be included in the Official ports

2024-06-19 Thread zhangdandan

Hi Thorsten,

在 2024/6/19 上午6:23, Thorsten Alteholz 写道:

Hi Dandan,

On Mon, 17 Jun 2024, zhangdandan wrote:
I hope you don't mind if I already make use of the Loongson team. Do 
you have any idea why package cups does occasionally fail to build 
on loong64?

(-> https://buildd.debian.org/status/logs.php?pkg=cups=loong64)


Thanks for your reply and help.
There is no additional need for architectural support for cups.
Currently, the cups package has been built and installed.
Please view 
http://ftp.ports.debian.org/debian-ports/pool-loong64/main/c/cups/.
Sometimes fail to build in Debian Package Auto-Building ENV due to 
source package version upgrades, but are quickly fixed by the cups 
maintainers.


when you look at the link I provided:
https://buildd.debian.org/status/logs.php?pkg=cups=loong64
you can see that building cups failed several times. It even failed 
twice for version 2.4.7-1.2+b1 and once for 2.4.7-3. Those failures 
have nothing to do with source package version upgrades and please be 
assured that the maintainer didn't fix anything but just gave back the 
package to the buildd. Such unreliable builds might be fine with the 
ports architectures, but not really acceptable for release 
architectures (I am not part of the release team, so I hope nobody 
disagrees with this statement).
This issue looks like a typical task for the porters of an 
architecture, so I have a favour to ask you. Could the Loongson team 
please have a look at it and maybe provide a patch to make the build 
more reliable?


  Thorsten



Thanks for your care and reminder.
An analysis of why building cups occasionally fail several times in the 
Debian Package Auto-Building environment.

Two types of phenomena exist, as follows,
1. Compiling 2.4.7-1.1 (experimental) and 2.4.7-1.2 (sid) failed once each.
From the error log, we can see that the header file "asm/errno.h" is 
missing, and the error message is as follows:

```
/usr/include/linux/errno.h:1:10: fatal error: asm/errno.h: No such file 
or directory

1 | #include 
```
The full log can be found at 
https://buildd.debian.org/status/fetch.php?pkg=cups=loong64=2.4.7-1.2=1709193457=0.


The reason for both failures is the same, that the 
linux-libc-dev_6.6.9-1 all package has incomplete loong64 support.
After we manually built the unreleased version of linux-libc-dev all 
6.6.15-2+loong64, the cups build with linux-libc-dev all 
6.6.15-2+loong64 no longer reports missing header file errors.
The root cause is that Debian linux did not merge the loong64 patch in 
the build rules before version 6.7.9-1 (sid), and we needed to manually 
upload the unreleased version of the linux-libc-dev header file to the 
pool-loong64 repository.
In January and February Debian linux versions were updated very quickly, 
and the linux-libc-dev_6.6.9-1 package that the cups build relied on 
happened not to be the one we manually uploaded.
But thanks to the help of linux maintainers, the patch for loong64 [1] 
was merged by Debian linux.
Based on linux unstable, loong64 was built natively since 6.7.9-1 (sid) 
[2] in the Debian Auto-Building.

[1]:https://salsa.debian.org/kernel-team/linux/-/merge_requests/879
[2]:https://buildd.debian.org/status/fetch.php?pkg=linux=loong64=6.7.9-1=1710019550=0
With the support for loong64 in Debian linux, compiling cups no longer 
reports missing header file errors.


2. Compiling cups failed twice for version 2.4.7-1.2+b1 and once for 
2.4.7-3.
For loong64, the compilation failures are consistent with the problem of 
occasional test case failures, specifically the occurrence of 1 test 
case failure.

For amd64, the same error was reported before, link below:
https://buildd.debian.org/status/fetch.php?pkg=cups=amd64=2.4.1op1-1=1645484739=0.

Intercepting the error log for 1 test case failure is:
```
FAIL: 4 warning messages, expected 14.
W [16/Jun/2024:00:41:15.064175 +] No JobPrivateAccess defined in 
policy default - using defaults.
W [16/Jun/2024:00:41:15.064183 +] No JobPrivateValues defined in 
policy default - using defaults.
W [16/Jun/2024:00:41:15.064189 +] No SubscriptionPrivateAccess 
defined in policy default - using defaults.
W [16/Jun/2024:00:41:15.064194 +] No SubscriptionPrivateValues 
defined in policy default - using defaults.

grep: /tmp/cups.b28ApG/log/error_log: binary file matches
..
```

From the code of the test case in test/run-stp-tests.sh file:
if the number of "^W" searched by grep is not equal to 14, it will 
report "FAIL: $count warning messages, expected 14." and then 
"fail=`expr $fail + 1`".

```
# Warning log messages
count=`$GREP '^W ' $BASE/log/error_log | $GREP -v CreateProfile | $GREP 
-v 'libusb error' | $GREP -v ColorManager | $GREP -v 'Avahi client 
failed' | wc -l | awk '{print $1}'`

if test $count != 14; then
    echo "FAIL: $count warning messages, expected 14."
    $GREP '^W ' $BASE/log/error_log
    echo "    FAIL: $count warning messages, expected 14." 
>>$strfile

    echo 

NEW changes in stable-new

2024-06-19 Thread Debian FTP Masters
Processing changes file: bluez_5.66-1+deb12u2_mipsel-buildd.changes
  ACCEPT



NEW changes in oldstable-new

2024-06-19 Thread Debian FTP Masters
Processing changes file: allegro5_5.2.6.0-3+deb11u1_mips64el-buildd.changes
  ACCEPT
Processing changes file: allegro5_5.2.6.0-3+deb11u1_mipsel-buildd.changes
  ACCEPT
Processing changes file: nano_5.4-2+deb11u3_mips64el-buildd.changes
  ACCEPT
Processing changes file: sendmail_8.15.2-22+deb11u3_mips64el-buildd.changes
  ACCEPT



NEW changes in stable-new

2024-06-19 Thread Debian FTP Masters
Processing changes file: libreoffice_7.4.7-1+deb12u3_i386-buildd.changes
  ACCEPT
Processing changes file: libreoffice_7.4.7-1+deb12u3_ppc64el-buildd.changes
  ACCEPT



NEW changes in oldstable-new

2024-06-19 Thread Debian FTP Masters
Processing changes file: nano_5.4-2+deb11u3_mipsel-buildd.changes
  ACCEPT
Processing changes file: sendmail_8.15.2-22+deb11u3_mipsel-buildd.changes
  ACCEPT



NEW changes in stable-new

2024-06-19 Thread Debian FTP Masters
Processing changes file: bluez_5.66-1+deb12u2_armel-buildd.changes
  ACCEPT
Processing changes file: bluez_5.66-1+deb12u2_armhf-buildd.changes
  ACCEPT
Processing changes file: cjson_1.7.15-1+deb12u1_armel-buildd.changes
  ACCEPT
Processing changes file: cjson_1.7.15-1+deb12u1_armhf-buildd.changes
  ACCEPT
Processing changes file: libreoffice_7.4.7-1+deb12u3_all-buildd.changes
  ACCEPT
Processing changes file: libreoffice_7.4.7-1+deb12u3_arm64-buildd.changes
  ACCEPT
Processing changes file: libreoffice_7.4.7-1+deb12u3_armel-buildd.changes
  ACCEPT
Processing changes file: 
lxc-templates_3.0.4.48.g4765da8-1+deb12u1_armel-buildd.changes
  ACCEPT
Processing changes file: 
lxc-templates_3.0.4.48.g4765da8-1+deb12u1_armhf-buildd.changes
  ACCEPT
Processing changes file: pymongo_3.11.0-1+deb12u1_armel-buildd.changes
  ACCEPT
Processing changes file: pymongo_3.11.0-1+deb12u1_armhf-buildd.changes
  ACCEPT



NEW changes in oldstable-new

2024-06-19 Thread Debian FTP Masters
Processing changes file: allegro5_5.2.6.0-3+deb11u1_amd64-buildd.changes
  ACCEPT
Processing changes file: allegro5_5.2.6.0-3+deb11u1_arm64-buildd.changes
  ACCEPT
Processing changes file: allegro5_5.2.6.0-3+deb11u1_armel-buildd.changes
  ACCEPT
Processing changes file: allegro5_5.2.6.0-3+deb11u1_armhf-buildd.changes
  ACCEPT
Processing changes file: allegro5_5.2.6.0-3+deb11u1_i386-buildd.changes
  ACCEPT
Processing changes file: nano_5.4-2+deb11u3_amd64-buildd.changes
  ACCEPT
Processing changes file: nano_5.4-2+deb11u3_arm64-buildd.changes
  ACCEPT
Processing changes file: nano_5.4-2+deb11u3_armel-buildd.changes
  ACCEPT
Processing changes file: nano_5.4-2+deb11u3_armhf-buildd.changes
  ACCEPT
Processing changes file: nano_5.4-2+deb11u3_i386-buildd.changes
  ACCEPT
Processing changes file: sendmail_8.15.2-22+deb11u3_amd64-buildd.changes
  ACCEPT
Processing changes file: sendmail_8.15.2-22+deb11u3_arm64-buildd.changes
  ACCEPT
Processing changes file: sendmail_8.15.2-22+deb11u3_armel-buildd.changes
  ACCEPT
Processing changes file: sendmail_8.15.2-22+deb11u3_armhf-buildd.changes
  ACCEPT
Processing changes file: sendmail_8.15.2-22+deb11u3_i386-buildd.changes
  ACCEPT



NEW changes in stable-new

2024-06-19 Thread Debian FTP Masters
Processing changes file: bluez_5.66-1+deb12u2_amd64-buildd.changes
  ACCEPT
Processing changes file: bluez_5.66-1+deb12u2_arm64-buildd.changes
  ACCEPT
Processing changes file: bluez_5.66-1+deb12u2_i386-buildd.changes
  ACCEPT
Processing changes file: cjson_1.7.15-1+deb12u1_amd64-buildd.changes
  ACCEPT
Processing changes file: cjson_1.7.15-1+deb12u1_arm64-buildd.changes
  ACCEPT
Processing changes file: cjson_1.7.15-1+deb12u1_i386-buildd.changes
  ACCEPT
Processing changes file: 
lxc-templates_3.0.4.48.g4765da8-1+deb12u1_amd64-buildd.changes
  ACCEPT
Processing changes file: 
lxc-templates_3.0.4.48.g4765da8-1+deb12u1_arm64-buildd.changes
  ACCEPT
Processing changes file: 
lxc-templates_3.0.4.48.g4765da8-1+deb12u1_i386-buildd.changes
  ACCEPT
Processing changes file: pymongo_3.11.0-1+deb12u1_amd64-buildd.changes
  ACCEPT
Processing changes file: pymongo_3.11.0-1+deb12u1_arm64-buildd.changes
  ACCEPT
Processing changes file: pymongo_3.11.0-1+deb12u1_i386-buildd.changes
  ACCEPT



Processed: tagging 1070151

2024-06-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 1070151 + confirmed
Bug #1070151 [release.debian.org] bookworm-pu: package wpa/2:2.10-12
Added tag(s) confirmed.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
1070151: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1070151
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



NEW changes in stable-new

2024-06-19 Thread Debian FTP Masters
Processing changes file: 
lxc-templates_3.0.4.48.g4765da8-1+deb12u1_ppc64el-buildd.changes
  ACCEPT
Processing changes file: pymongo_3.11.0-1+deb12u1_ppc64el-buildd.changes
  ACCEPT



Processed: tagging 1063736, tagging 1070175, tagging 1070198, tagging 1070199, tagging 1072589

2024-06-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 1063736 + pending
Bug #1063736 [release.debian.org] RM: snort -- RoQA; security issues, 
unmaintained
Added tag(s) pending.
> tags 1070175 + pending
Bug #1070175 [release.debian.org] RM: salt -- RoST; unsupportable; unmaintained
Added tag(s) pending.
> tags 1070198 + pending
Bug #1070198 [release.debian.org] RM: pytest-salt-factories -- RoST; only 
needed for to-be-removed salt
Added tag(s) pending.
> tags 1070199 + pending
Bug #1070199 [release.debian.org] RM: pytest-testinfra -- RoST; only needed for 
to-be-removed salt
Added tag(s) pending.
> tags 1072589 + pending
Bug #1072589 [release.debian.org] RM: phppgadmin -- RoM; security issues in 
bullseye
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
1063736: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063736
1070175: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1070175
1070198: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1070198
1070199: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1070199
1072589: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1072589
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: severity of 1060103 is normal

2024-06-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 1060103 normal
Bug #1060103 [release.debian.org] transition: imagemagick7
Severity set to 'normal' from 'important'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
1060103: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1060103
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



NEW changes in oldstable-new

2024-06-19 Thread Debian FTP Masters
Processing changes file: allegro5_5.2.6.0-3+deb11u1_all-buildd.changes
  ACCEPT
Processing changes file: allegro5_5.2.6.0-3+deb11u1_ppc64el-buildd.changes
  ACCEPT
Processing changes file: nano_5.4-2+deb11u3_ppc64el-buildd.changes
  ACCEPT
Processing changes file: reportbug_7.10.3+deb11u2_all-buildd.changes
  ACCEPT
Processing changes file: sendmail_8.15.2-22+deb11u3_all-buildd.changes
  ACCEPT
Processing changes file: sendmail_8.15.2-22+deb11u3_ppc64el-buildd.changes
  ACCEPT



NEW changes in stable-new

2024-06-19 Thread Debian FTP Masters
Processing changes file: pymongo_3.11.0-1+deb12u1_all-buildd.changes
  ACCEPT
Processing changes file: python-asdf_2.14.3-1+deb12u1_all-buildd.changes
  ACCEPT
Processing changes file: 
ruby-aws-partitions_1.653.0-3~deb12u1_all-buildd.changes
  ACCEPT



Bug#1073197: RM: spip/4.1.9+dfsg-1+deb12u4

2024-06-19 Thread Adam D. Barratt
On Fri, 2024-06-14 at 13:24 +0200, David Prévot wrote:
> Unless you agree with bumping the spip version in stable, I’d like to
> see the package removed during an upcoming point release.

Out of curiosity, what does that look like?

Regards,

Adam



Processed: retitle 1073197 to RM: spip -- RoM; incompatible with bookwork's PHP version

2024-06-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 1073197 RM: spip -- RoM; incompatible with bookwork's PHP version
Bug #1073197 [release.debian.org] RM: spip/4.1.9+dfsg-1+deb12u4
Changed Bug title to 'RM: spip -- RoM; incompatible with bookwork's PHP 
version' from 'RM: spip/4.1.9+dfsg-1+deb12u4'.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
1073197: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1073197
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



NEW changes in stable-new

2024-06-19 Thread Debian FTP Masters
Processing changes file: bluez_5.66-1+deb12u2_all-buildd.changes
  ACCEPT
Processing changes file: bluez_5.66-1+deb12u2_ppc64el-buildd.changes
  ACCEPT
Processing changes file: cjson_1.7.15-1+deb12u1_ppc64el-buildd.changes
  ACCEPT
Processing changes file: comitup_1.38-2~deb12u1_all-buildd.changes
  ACCEPT
Processing changes file: dm-writeboost_2.2.17-0.2~deb12u1_all-buildd.changes
  ACCEPT



Processed: tagging 1072300

2024-06-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 1072300 + pending
Bug #1072300 [release.debian.org] RM: phppgadmin -- RoM; security issues; 
incompatible with bookworm's PostgreSQL version
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
1072300: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1072300
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: Re: Bug#1073839: bookworm-pu: package libimage-imlib2-perl/2.03-1.2~deb12u1

2024-06-19 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + confirmed
Bug #1073839 [release.debian.org] bookworm-pu: package 
libimage-imlib2-perl/2.03-1.2~deb12u1
Added tag(s) confirmed.

-- 
1073839: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1073839
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#1073839: bookworm-pu: package libimage-imlib2-perl/2.03-1.2~deb12u1

2024-06-19 Thread Adam D. Barratt
Control: tags -1 + confirmed

On Wed, 2024-06-19 at 18:00 +0200, Andreas Beckmann wrote:
> Rebuilding libimage-imlib2-perl would create a broken package.
> This is caused by libimlib2-dev dropping imlib2-config.
> The package currently in bookworm is not yet broken as the last
> binNMU happened before the imlib2 change.

Please go ahead.

Regards,

Adam



Bug#1073208: bookworm-pu: package nvidia-graphics-drivers/535.183.01-1~deb12u1

2024-06-19 Thread Adam D. Barratt
Control: tags -1 + confirmed

On Wed, 2024-06-19 at 13:27 +0200, Andreas Beckmann wrote:
> Control: tag -1 - moreinfo
> 
> On 17/06/2024 19.23, Adam D. Barratt wrote:
> > Assuming britney's correct here, is there a plan for updating
> > nvidia-
> > open-gpu-kernel-modules suitably soon?
> 
> Updated package is in sid and corresponding pu request has been
> filed.

Thanks. Please go ahead.

Regards,

Adam



Processed: Re: Bug#1073208: bookworm-pu: package nvidia-graphics-drivers/535.183.01-1~deb12u1

2024-06-19 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + confirmed
Bug #1073208 [release.debian.org] bookworm-pu: package 
nvidia-graphics-drivers/535.183.01-1~deb12u1
Added tag(s) confirmed.

-- 
1073208: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1073208
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: Re: Bug#1070155: bullseye-pu: package wpa/2.9.0-21+deb11u1

2024-06-19 Thread Debian Bug Tracking System
Processing control commands:

> severity -1 normal
Bug #1070155 [release.debian.org] bullseye-pu: package wpa/2.9.0-21+deb11u1
Severity set to 'normal' from 'important'
> tags -1 + confirmed
Bug #1070155 [release.debian.org] bullseye-pu: package wpa/2.9.0-21+deb11u1
Added tag(s) confirmed.

-- 
1070155: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1070155
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#1070155: bullseye-pu: package wpa/2.9.0-21+deb11u1

2024-06-19 Thread Adam D. Barratt
Control: severity -1 normal
Control: tags -1 + confirmed

On Tue, 2024-04-30 at 23:31 +, Bastien Roucariès wrote:
> [ Reason ]
> CVE-2023-52160 security bug

Please go ahead.

Regards,

Adam



Processed: Re: Bug#1070151: bookworm-pu: package wpa/2:2.10-12

2024-06-19 Thread Debian Bug Tracking System
Processing control commands:

> severity -1 normal
Bug #1070151 [release.debian.org] bookworm-pu: package wpa/2:2.10-12
Severity set to 'normal' from 'important'

-- 
1070151: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1070151
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#1070151: bookworm-pu: package wpa/2:2.10-12

2024-06-19 Thread Adam D. Barratt
Control: severity -1 normal

On Tue, 2024-04-30 at 23:03 +, Bastien Roucariès wrote:
> Package: release.debian.org
> Severity: important
> 

p-u requests are always "normal"; fixed.

> [ Reason ]
> CVE-2023-52160 security bug

Please go ahead.

Regards,

Adam



NEW changes in oldstable-new

2024-06-19 Thread Debian FTP Masters
Processing changes file: allegro5_5.2.6.0-3+deb11u1_source.changes
  ACCEPT
Processing changes file: composer_2.0.9-2+deb11u3_source.changes
  ACCEPT
Processing changes file: composer_2.0.9-2+deb11u3_all-buildd.changes
  ACCEPT
Processing changes file: firefox-esr_115.12.0esr-1~deb11u1_source.changes
  ACCEPT
Processing changes file: firefox-esr_115.12.0esr-1~deb11u1_all-buildd.changes
  ACCEPT
Processing changes file: firefox-esr_115.12.0esr-1~deb11u1_amd64-buildd.changes
  ACCEPT
Processing changes file: firefox-esr_115.12.0esr-1~deb11u1_arm64-buildd.changes
  ACCEPT
Processing changes file: firefox-esr_115.12.0esr-1~deb11u1_armhf-buildd.changes
  ACCEPT
Processing changes file: firefox-esr_115.12.0esr-1~deb11u1_i386-buildd.changes
  ACCEPT
Processing changes file: 
firefox-esr_115.12.0esr-1~deb11u1_ppc64el-buildd.changes
  ACCEPT
Processing changes file: firefox-esr_115.12.0esr-1~deb11u1_s390x-buildd.changes
  ACCEPT
Processing changes file: nano_5.4-2+deb11u3_source.changes
  ACCEPT
Processing changes file: reportbug_7.10.3+deb11u2_source.changes
  ACCEPT
Processing changes file: roundcube_1.4.15+dfsg.1-1+deb11u3_source.changes
  ACCEPT
Processing changes file: roundcube_1.4.15+dfsg.1-1+deb11u3_all-buildd.changes
  ACCEPT
Processing changes file: sendmail_8.15.2-22+deb11u3_source.changes
  ACCEPT
Processing changes file: thunderbird_115.12.0-1~deb11u1_source.changes
  ACCEPT
Processing changes file: thunderbird_115.12.0-1~deb11u1_all-buildd.changes
  ACCEPT
Processing changes file: thunderbird_115.12.0-1~deb11u1_amd64-buildd.changes
  ACCEPT
Processing changes file: thunderbird_115.12.0-1~deb11u1_arm64-buildd.changes
  ACCEPT
Processing changes file: thunderbird_115.12.0-1~deb11u1_i386-buildd.changes
  ACCEPT
Processing changes file: thunderbird_115.12.0-1~deb11u1_ppc64el-buildd.changes
  ACCEPT
Processing changes file: thunderbird_115.12.0-1~deb11u1_s390x-buildd.changes
  ACCEPT



NEW changes in stable-new

2024-06-19 Thread Debian FTP Masters
Processing changes file: 
lxc-templates_3.0.4.48.g4765da8-1+deb12u1_source.changes
  ACCEPT
Processing changes file: pymongo_3.11.0-1+deb12u1_source.changes
  ACCEPT
Processing changes file: python-asdf_2.14.3-1+deb12u1_source.changes
  ACCEPT
Processing changes file: roundcube_1.6.5+dfsg-1+deb12u2_source.changes
  ACCEPT
Processing changes file: roundcube_1.6.5+dfsg-1+deb12u2_all-buildd.changes
  ACCEPT
Processing changes file: ruby-aws-partitions_1.653.0-3~deb12u1_source.changes
  ACCEPT



Processed: tagging 1073833

2024-06-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> # incorrect bug number when originally accepted
> tags 1073833 + pending - confirmed
Bug #1073833 [release.debian.org] bullseye-pu: package 
nvidia-graphics-drivers/470.256.02-1
Added tag(s) pending.
Bug #1073833 [release.debian.org] bullseye-pu: package 
nvidia-graphics-drivers/470.256.02-1
Ignoring request to alter tags of bug #1073833 to the same tags previously set
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
1073833: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1073833
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



NEW changes in stable-new

2024-06-19 Thread Debian FTP Masters
Processing changes file: bluez_5.66-1+deb12u2_source.changes
  ACCEPT
Processing changes file: cjson_1.7.15-1+deb12u1_source.changes
  ACCEPT
Processing changes file: comitup_1.38-2~deb12u1_source.changes
  ACCEPT
Processing changes file: composer_2.5.5-1+deb12u2_source.changes
  ACCEPT
Processing changes file: composer_2.5.5-1+deb12u2_all-buildd.changes
  ACCEPT
Processing changes file: dm-writeboost_2.2.17-0.2~deb12u1_source.changes
  ACCEPT
Processing changes file: libreoffice_7.4.7-1+deb12u3_source.changes
  ACCEPT



Processed: sendmail 8.15.2-22+deb11u3 flagged for acceptance

2024-06-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> package release.debian.org
Limiting to bugs with field 'package' containing at least one of 
'release.debian.org'
Limit currently set to 'package':'release.debian.org'

> tags 1073231 = bullseye pending
Bug #1073231 [release.debian.org] bullseye-pu: package 
sendmail/8.15.2-22+deb11u1
Ignoring request to alter tags of bug #1073231 to the same tags previously set
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
1073231: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1073231
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: nano 5.4-2+deb11u3 flagged for acceptance

2024-06-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> package release.debian.org
Limiting to bugs with field 'package' containing at least one of 
'release.debian.org'
Limit currently set to 'package':'release.debian.org'

> tags 1073556 = bullseye pending
Bug #1073556 [release.debian.org] bullseye-pu: package nano/5.4-2+deb11u3
Added tag(s) pending; removed tag(s) confirmed.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
1073556: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1073556
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: reportbug 7.10.3+deb11u2 flagged for acceptance

2024-06-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> package release.debian.org
Limiting to bugs with field 'package' containing at least one of 
'release.debian.org'
Limit currently set to 'package':'release.debian.org'

> tags 1069297 = bullseye pending
Bug #1069297 [release.debian.org] bullseye-pu: package reportbug/7.10.3+deb11u2
Added tag(s) pending; removed tag(s) confirmed.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
1069297: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1069297
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: allegro5 5.2.6.0-3+deb11u1 flagged for acceptance

2024-06-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> package release.debian.org
Limiting to bugs with field 'package' containing at least one of 
'release.debian.org'
Limit currently set to 'package':'release.debian.org'

> tags 1067392 = bullseye pending
Bug #1067392 [release.debian.org] bullseye-pu: package 
allegro5/2:5.2.6.0-3+deb11u1
Added tag(s) pending; removed tag(s) confirmed.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
1067392: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1067392
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#1073556: nano 5.4-2+deb11u3 flagged for acceptance

2024-06-19 Thread Adam D Barratt
package release.debian.org
tags 1073556 = bullseye pending
thanks

Hi,

The upload referenced by this bug report has been flagged for acceptance into 
the proposed-updates queue for Debian bullseye.

Thanks for your contribution!

Upload details
==

Package: nano
Version: 5.4-2+deb11u3

Explanation: fix malicious symlink issue [CVE-2024-5742]



Bug#1073231: sendmail 8.15.2-22+deb11u3 flagged for acceptance

2024-06-19 Thread Adam D Barratt
package release.debian.org
tags 1073231 = bullseye pending
thanks

Hi,

The upload referenced by this bug report has been flagged for acceptance into 
the proposed-updates queue for Debian bullseye.

Thanks for your contribution!

Upload details
==

Package: sendmail
Version: 8.15.2-22+deb11u3

Explanation: add forgotten configuration for rejecting NUL by defualt



Bug#1069297: reportbug 7.10.3+deb11u2 flagged for acceptance

2024-06-19 Thread Adam D Barratt
package release.debian.org
tags 1069297 = bullseye pending
thanks

Hi,

The upload referenced by this bug report has been flagged for acceptance into 
the proposed-updates queue for Debian bullseye.

Thanks for your contribution!

Upload details
==

Package: reportbug
Version: 7.10.3+deb11u2

Explanation: fix suite name to codename mappings to reflect the bookworm release



Bug#1067392: allegro5 5.2.6.0-3+deb11u1 flagged for acceptance

2024-06-19 Thread Adam D Barratt
package release.debian.org
tags 1067392 = bullseye pending
thanks

Hi,

The upload referenced by this bug report has been flagged for acceptance into 
the proposed-updates queue for Debian bullseye.

Thanks for your contribution!

Upload details
==

Package: allegro5
Version: 5.2.6.0-3+deb11u1

Explanation: fix buffer overflow issues [CVE-2021-36489]



Processed: ruby-aws-partitions 1.653.0-3~deb12u1 flagged for acceptance

2024-06-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> package release.debian.org
Limiting to bugs with field 'package' containing at least one of 
'release.debian.org'
Limit currently set to 'package':'release.debian.org'

> tags 1073838 = bookworm pending
Bug #1073838 [release.debian.org] bookworm-pu: package 
ruby-aws-partitions/1.653.0-3~deb12u1
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
1073838: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1073838
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: python-asdf 2.14.3-1+deb12u1 flagged for acceptance

2024-06-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> package release.debian.org
Limiting to bugs with field 'package' containing at least one of 
'release.debian.org'
Limit currently set to 'package':'release.debian.org'

> tags 1069295 = bookworm pending
Bug #1069295 [release.debian.org] bookworm-pu: package 
python-asdf/2.14.3-1+deb12u1
Added tag(s) pending; removed tag(s) confirmed.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
1069295: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1069295
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: libreoffice 7.4.7-1+deb12u3 flagged for acceptance

2024-06-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> package release.debian.org
Limiting to bugs with field 'package' containing at least one of 
'release.debian.org'
Limit currently set to 'package':'release.debian.org'

> tags 1071826 = bookworm pending
Bug #1071826 [release.debian.org] bookworm-pu: package 
libreoffice/4:7.4.7-1+deb12u3
Added tag(s) pending; removed tag(s) confirmed.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
1071826: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1071826
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: pymongo 3.11.0-1+deb12u1 flagged for acceptance

2024-06-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> package release.debian.org
Limiting to bugs with field 'package' containing at least one of 
'release.debian.org'
Limit currently set to 'package':'release.debian.org'

> tags 1073524 = bookworm pending
Bug #1073524 [release.debian.org] bookworm-pu: package pymongo/3.11.0-1+deb12u1
Added tag(s) pending; removed tag(s) confirmed.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
1073524: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1073524
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: lxc-templates 3.0.4.48.g4765da8-1+deb12u1 flagged for acceptance

2024-06-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> package release.debian.org
Limiting to bugs with field 'package' containing at least one of 
'release.debian.org'
Limit currently set to 'package':'release.debian.org'

> tags 1073194 = bookworm pending
Bug #1073194 [release.debian.org] bookworm-pu: package 
lxc-templates/3.0.4.48.g4765da8-1+deb12u1
Added tag(s) pending; removed tag(s) confirmed.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
1073194: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1073194
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: dm-writeboost 2.2.17-0.2~deb12u1 flagged for acceptance

2024-06-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> package release.debian.org
Limiting to bugs with field 'package' containing at least one of 
'release.debian.org'
Limit currently set to 'package':'release.debian.org'

> tags 1070466 = bookworm pending
Bug #1070466 [release.debian.org] bookworm-pu: package 
dm-writeboost/2.2.17-0.2~deb12u1
Added tag(s) pending; removed tag(s) confirmed.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
1070466: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1070466
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: comitup 1.38-2~deb12u1 flagged for acceptance

2024-06-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> package release.debian.org
Limiting to bugs with field 'package' containing at least one of 
'release.debian.org'
Limit currently set to 'package':'release.debian.org'

> tags 1069291 = bookworm pending
Bug #1069291 [release.debian.org] bookworm-pu: package comitup/1.38-2~deb12u1
Added tag(s) pending; removed tag(s) confirmed.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
1069291: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1069291
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: cjson 1.7.15-1+deb12u1 flagged for acceptance

2024-06-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> package release.debian.org
Limiting to bugs with field 'package' containing at least one of 
'release.debian.org'
Limit currently set to 'package':'release.debian.org'

> tags 1068633 = bookworm pending
Bug #1068633 [release.debian.org] bookworm-pu: package cjson/1.7.15-1+deb12u1
Added tag(s) pending; removed tag(s) confirmed.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
1068633: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1068633
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#1073838: ruby-aws-partitions 1.653.0-3~deb12u1 flagged for acceptance

2024-06-19 Thread Adam D Barratt
package release.debian.org
tags 1073838 = bookworm pending
thanks

Hi,

The upload referenced by this bug report has been flagged for acceptance into 
the proposed-updates queue for Debian bookworm.

Thanks for your contribution!

Upload details
==

Package: ruby-aws-partitions
Version: 1.653.0-3~deb12u1

Explanation: ensure binary package includes partitions.json and 
partitions-metadata.json files



Processed: bluez 5.66-1+deb12u2 flagged for acceptance

2024-06-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> package release.debian.org
Limiting to bugs with field 'package' containing at least one of 
'release.debian.org'
Limit currently set to 'package':'release.debian.org'

> tags 1073235 = bookworm pending
Bug #1073235 [release.debian.org] bookworm-pu: package bluez/5.66-1+deb12u2
Added tag(s) pending; removed tag(s) confirmed.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
1073235: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1073235
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#1073524: pymongo 3.11.0-1+deb12u1 flagged for acceptance

2024-06-19 Thread Adam D Barratt
package release.debian.org
tags 1073524 = bookworm pending
thanks

Hi,

The upload referenced by this bug report has been flagged for acceptance into 
the proposed-updates queue for Debian bookworm.

Thanks for your contribution!

Upload details
==

Package: pymongo
Version: 3.11.0-1+deb12u1

Explanation: fix out-of-bounds read issue [CVE-2024-5629]



Bug#1073194: lxc-templates 3.0.4.48.g4765da8-1+deb12u1 flagged for acceptance

2024-06-19 Thread Adam D Barratt
package release.debian.org
tags 1073194 = bookworm pending
thanks

Hi,

The upload referenced by this bug report has been flagged for acceptance into 
the proposed-updates queue for Debian bookworm.

Thanks for your contribution!

Upload details
==

Package: lxc-templates
Version: 3.0.4.48.g4765da8-1+deb12u1

Explanation: fix the "mirror" option of lxc-debian



Bug#1073235: bluez 5.66-1+deb12u2 flagged for acceptance

2024-06-19 Thread Adam D Barratt
package release.debian.org
tags 1073235 = bookworm pending
thanks

Hi,

The upload referenced by this bug report has been flagged for acceptance into 
the proposed-updates queue for Debian bookworm.

Thanks for your contribution!

Upload details
==

Package: bluez
Version: 5.66-1+deb12u2

Explanation: fix remote code execution issues [CVE-2023-27349 CVE-2023-50229 
CVE-2023-50230]



Bug#1070466: dm-writeboost 2.2.17-0.2~deb12u1 flagged for acceptance

2024-06-19 Thread Adam D Barratt
package release.debian.org
tags 1070466 = bookworm pending
thanks

Hi,

The upload referenced by this bug report has been flagged for acceptance into 
the proposed-updates queue for Debian bookworm.

Thanks for your contribution!

Upload details
==

Package: dm-writeboost
Version: 2.2.17-0.2~deb12u1

Explanation: fix build error with 6.9 kernel and backports



Bug#1069295: python-asdf 2.14.3-1+deb12u1 flagged for acceptance

2024-06-19 Thread Adam D Barratt
package release.debian.org
tags 1069295 = bookworm pending
thanks

Hi,

The upload referenced by this bug report has been flagged for acceptance into 
the proposed-updates queue for Debian bookworm.

Thanks for your contribution!

Upload details
==

Package: python-asdf
Version: 2.14.3-1+deb12u1

Explanation: remove unnecessary dependency on asdf-unit-schemas



Bug#1071826: libreoffice 7.4.7-1+deb12u3 flagged for acceptance

2024-06-19 Thread Adam D Barratt
package release.debian.org
tags 1071826 = bookworm pending
thanks

Hi,

The upload referenced by this bug report has been flagged for acceptance into 
the proposed-updates queue for Debian bookworm.

Thanks for your contribution!

Upload details
==

Package: libreoffice
Version: 7.4.7-1+deb12u3

Explanation: fix backup copy creation for files on mounted samba shares; don't 
remove libforuilo.so in -core-nogui



Bug#1069291: comitup 1.38-2~deb12u1 flagged for acceptance

2024-06-19 Thread Adam D Barratt
package release.debian.org
tags 1069291 = bookworm pending
thanks

Hi,

The upload referenced by this bug report has been flagged for acceptance into 
the proposed-updates queue for Debian bookworm.

Thanks for your contribution!

Upload details
==

Package: comitup
Version: 1.38-2~deb12u1

Explanation: ensure service is unmasked in post install



Bug#1068633: cjson 1.7.15-1+deb12u1 flagged for acceptance

2024-06-19 Thread Adam D Barratt
package release.debian.org
tags 1068633 = bookworm pending
thanks

Hi,

The upload referenced by this bug report has been flagged for acceptance into 
the proposed-updates queue for Debian bookworm.

Thanks for your contribution!

Upload details
==

Package: cjson
Version: 1.7.15-1+deb12u1

Explanation: fix missing NULL checks [CVE-2023-50471 CVE-2023-50472]



Processed: Re: Bug#1073843: bookworm-pu: package kio/5.103.0-1+deb12u1

2024-06-19 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + confirmed
Bug #1073843 [release.debian.org] bookworm-pu: package kio/5.103.0-1+deb12u1
Added tag(s) confirmed.

-- 
1073843: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1073843
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#1073843: bookworm-pu: package kio/5.103.0-1+deb12u1

2024-06-19 Thread Adam D. Barratt
Control: tags -1 + confirmed

On Wed, 2024-06-19 at 18:54 +0200, Andreas B. Mundt wrote:
> With network shares mounted using CIFS, under some circumstances
> libreoffice documents may disappear from the file system.  The
> underlying reason are locking mechanisms by the file system.
> A lock prevents moving a temporary file when saving the document.
> The latter gets lost in the unfortunate case.
> 
> A patched kio seems to fix the problem.

Please go ahead.

Regards,

Adam



Bug#1073234: bookworm-pu: package gdk-pixbuf/2.42.10+dfsg-1+deb12u1

2024-06-19 Thread Adam D. Barratt
On Sat, 2024-06-15 at 08:28 +0200, Salvatore Bonaccorso wrote:
> Hi Jeremy, Simon,
> 
> On Fri, Jun 14, 2024 at 06:22:13PM -0400, Jeremy Bícha wrote:
> > 
[...]
> > Salvatore, I pushed commits a few days ago to the debian/bookworm
> > and
> > debian/bullseye branches of
> > https://salsa.debian.org/gnome-team/gdk-pixbuf based directly on
> > similar work that had been done by Ubuntu Security but I hadn't
> > made
> > time to do further testing and reach out to Debian Security. Do you
> > want to use those versions or the version you have prepared now?
> 
> Ups, apologies I did no spot that you did as well already the work.
> 
> If you prefer to have your version included for the point-release we
> can ask there SRM to reject my version and you can upload your one
> (notice to please change the target distribtuion to 'bookworm' for
> the point release update).
> 
> As you have already done as well the bullseye one, can you fille a
> bullseye-pu request + upload for bullseye-pu as well?
> 
> Just let here know if you want 
> 
> gdk-pixbuf | 2.42.10+dfsg-1+deb12u1 | stable-new  | source
> 
> rejected in favour of your version.

Ping on this, as we're getting closer to the freeze windows.

Regards,

Adam



Bug#1073843: bookworm-pu: package kio/5.103.0-1+deb12u1

2024-06-19 Thread Andreas B. Mundt
Package: release.debian.org
Severity: normal
Tags: bookworm
X-Debbugs-Cc: k...@packages.debian.org, couc...@debian.org, s...@vuorela.dk, 
r...@debian.org, a...@debian.org
Control: affects -1 + src:kio
User: release.debian@packages.debian.org
Usertags: pu

[ Reason ]
With network shares mounted using CIFS, under some circumstances
libreoffice documents may disappear from the file system.  The
underlying reason are locking mechanisms by the file system.
A lock prevents moving a temporary file when saving the document.
The latter gets lost in the unfortunate case.

A patched kio seems to fix the problem.

The problem is described in more detail #1070322 and in #1069855 (the
latter, related to the same underlying reason, is not fixed by the
patches available so far).

[ Impact ]
For the person preparing a document in libreoffice, the impact is
rather high, of course depending on the work that has been put into
the document's preparation so far. 

[ Tests ]
We've tested the patch on our systems (a school with perhaps right now
about several hundred active PC users per day) and did not notice any
suspicious events.
The case with libreoffice documents was not reproducible with the
patched kio.
The problem with ark (#1069855) remains.
( https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1070322#129 ) 

[ Risks ]
I cannot estimate the risk apart from reporting our successful tests.
Perhaps people more familiar with the code can comment.

[ 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 (only the libreoffice one) 

[ Changes ]
>From the Changelog:
 - Don't unlink + rename on CIFS mounts during copy operations; Don't crash
   if KMountPoint gives nothing back while checking. 
 - Don't leak existing file handles to newly spanwed KIO workers.

[ Other info ]
-
diff -Nru kio-5.103.0/debian/changelog kio-5.103.0/debian/changelog
--- kio-5.103.0/debian/changelog2023-02-12 21:44:31.0 +0100
+++ kio-5.103.0/debian/changelog2024-05-23 23:13:17.0 +0200
@@ -1,3 +1,14 @@
+kio (5.103.0-1+deb12u1) bookworm; urgency=medium
+
+  [ Aurélien COUDERC ]
+  * Backport upstream patches to fix incorrect behaviours with CIFS:
+- Don't unlink + rename on CIFS mounts during copy operations; Don't crash
+  if KMountPoint gives nothing back while checking. (Closes: #1069855) 
+- Don't leak existing file handles to newly spanwed KIO workers.
+  (Closes: #1070322)
+
+ -- Aurélien COUDERC   Thu, 23 May 2024 23:13:17 +0200
+
 kio (5.103.0-1) unstable; urgency=medium
 
   [ Aurélien COUDERC ]
diff -Nru kio-5.103.0/debian/patches/fix_cifs_file_locks.patch 
kio-5.103.0/debian/patches/fix_cifs_file_locks.patch
--- kio-5.103.0/debian/patches/fix_cifs_file_locks.patch1970-01-01 
01:00:00.0 +0100
+++ kio-5.103.0/debian/patches/fix_cifs_file_locks.patch2024-05-23 
23:13:17.0 +0200
@@ -0,0 +1,45 @@
+From d1a2dab1da43d613ae5a8459ddcb62c8d78c46ff Mon Sep 17 00:00:00 2001
+From: Kevin Ottens 
+Date: Fri, 5 Jan 2024 11:51:49 +0100
+Subject: [PATCH] Don't leak file descriptors when spawning new workers
+
+By default we inherit file descriptors from the parent in
+the worker process. This is a leak of resources since the
+worker won't be able to do anything with them. Also, in
+the case of CIFS this causes locks which might lead to bad
+surprises in the parent process.
+---
+
+Index: kio-5.103.0/src/kioslave/kioslave.cpp
+===
+--- kio-5.103.0.orig/src/kioslave/kioslave.cpp
 kio-5.103.0/src/kioslave/kioslave.cpp
+@@ -18,6 +18,10 @@
+ #include 
+ #include 
+ 
++#ifdef Q_OS_UNIX
++#include 
++#endif
++
+ #ifdef Q_OS_WIN
+ #include 
+ #include 
+@@ -40,6 +44,17 @@ extern "C" KIO::AuthInfo *_kioslave_init
+ 
+ int main(int argc, char **argv)
+ {
++#ifdef Q_OS_UNIX
++int max_fd = INT_MAX;
++struct rlimit limit;
++if (getrlimit(RLIMIT_NOFILE, ) == 0) {
++max_fd = limit.rlim_cur;
++}
++for (int fd = STDERR_FILENO + 1; fd < max_fd; fd++) {
++::close(fd);
++}
++#endif
++
+ if (argc < 5) {
+ fprintf(stderr, "Usage: kioslave5   
 \n\nThis program is part of KDE.\n");
+ return 1;
diff -Nru kio-5.103.0/debian/patches/series kio-5.103.0/debian/patches/series
--- kio-5.103.0/debian/patches/series   2022-05-12 22:53:40.0 +0200
+++ kio-5.103.0/debian/patches/series   2024-05-23 23:13:17.0 +0200
@@ -2,3 +2,6 @@
 #fix_kfreebsd_build
 hurd_disable_unimplemented.diff
 Use-CXX_FLAGS-for-moc_predefs.h.patch
+upstream_3e6800b3_fix_cifs_copy.patch
+upstream_48322f44_fix_crash_when_kmountpoint_gives_nothing_on_cifs.patch
+fix_cifs_file_locks.patch
diff -Nru kio-5.103.0/debian/patches/upstream_3e6800b3_fix_cifs_copy.patch 
kio-5.103.0/debian/patches/upstream_3e6800b3_fix_cifs_copy.patch
--- 

Processed: bookworm-pu: package kio/5.103.0-1+deb12u1

2024-06-19 Thread Debian Bug Tracking System
Processing control commands:

> affects -1 + src:kio
Bug #1073843 [release.debian.org] bookworm-pu: package kio/5.103.0-1+deb12u1
Added indication that 1073843 affects src:kio

-- 
1073843: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1073843
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: Re: Bug#1073817: bookworm-pu: package nvidia-open-gpu-kernel-modules/535.183.01-1~deb12u1

2024-06-19 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + confirmed
Bug #1073817 [release.debian.org] bookworm-pu: package 
nvidia-open-gpu-kernel-modules/535.183.01-1~deb12u1
Added tag(s) confirmed.

-- 
1073817: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1073817
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#1073817: bookworm-pu: package nvidia-open-gpu-kernel-modules/535.183.01-1~deb12u1

2024-06-19 Thread Adam D. Barratt
Control: tags -1 + confirmed

On Wed, 2024-06-19 at 09:44 +0200, Andreas Beckmann wrote:
> To finish the update series of the nvidia 535 driver series and fix a
> few new CVEs we need to update src:nvidia-open-gpu-kernel-modules to
> a
> new upstream release, too.
> There are no additional packaging changes besides refreshing the
> patches.

Please go ahead.

Regards,

Adam



Processed: bookworm-pu: package libimage-imlib2-perl/2.03-1.2~deb12u1

2024-06-19 Thread Debian Bug Tracking System
Processing control commands:

> affects -1 + src:libimage-imlib2-perl
Bug #1073839 [release.debian.org] bookworm-pu: package 
libimage-imlib2-perl/2.03-1.2~deb12u1
Added indication that 1073839 affects src:libimage-imlib2-perl

-- 
1073839: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1073839
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#1073839: bookworm-pu: package libimage-imlib2-perl/2.03-1.2~deb12u1

2024-06-19 Thread Andreas Beckmann
Package: release.debian.org
Severity: normal
Tags: bookworm
User: release.debian@packages.debian.org
Usertags: pu
X-Debbugs-Cc: gregor herrmann 
Control: affects -1 + src:libimage-imlib2-perl

[ Reason ]
Rebuilding libimage-imlib2-perl would create a broken package.
This is caused by libimlib2-dev dropping imlib2-config.
The package currently in bookworm is not yet broken as the last
binNMU happened before the imlib2 change.

[ Impact ]
No immediate problems, but after libimage-imlib2-perl gets binNMUed
for whatever reason in stable.

[ Tests ]
Package contents are complete again.
(No differences between 2.03-1.1+b2 and 2.03-1.2~deb12u1.)

[ Risks ]
Low.

[ Checklist ]
  [*] *all* changes are documented in the d/changelog
  [*] I reviewed all changes and I approve them
  [*] attach debdiff against the package in (old)stable
  [*] the issue is verified as fixed in unstable

[ Changes ]
+libimage-imlib2-perl (2.03-1.2~deb12u1) bookworm; urgency=medium
+
+  * Non-maintainer upload.
+  * Rebuild for bookworm.
+
+ -- Andreas Beckmann   Wed, 19 Jun 2024 17:34:53 +0200
+
+libimage-imlib2-perl (2.03-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix "Creates empty package on bookworm upwards":
+`imlib2-config' went missing from libimlib2-dev, so use pkgconfig (new
+patch pkg-config.diff and build dependency on libextutils-pkgconfig-perl)
+(Closes: #1040223)
+  * Add patch 0001-Work-around-an-imlib2-bug-with-alpha-channel-cloning.patch
+from Niko Tyni to work around an imlib2 bug with alpha channel cloning
+which makes a test fail.
+
+ -- gregor herrmann   Sat, 29 Jul 2023 16:09:32 +0200

[ Other info ]
n/a

Andreas
diff -Nru libimage-imlib2-perl-2.03/debian/changelog 
libimage-imlib2-perl-2.03/debian/changelog
--- libimage-imlib2-perl-2.03/debian/changelog  2022-10-06 18:56:50.0 
+0200
+++ libimage-imlib2-perl-2.03/debian/changelog  2024-06-19 17:34:53.0 
+0200
@@ -1,3 +1,23 @@
+libimage-imlib2-perl (2.03-1.2~deb12u1) bookworm; urgency=medium
+
+  * Non-maintainer upload.
+  * Rebuild for bookworm.
+
+ -- Andreas Beckmann   Wed, 19 Jun 2024 17:34:53 +0200
+
+libimage-imlib2-perl (2.03-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix "Creates empty package on bookworm upwards":
+`imlib2-config' went missing from libimlib2-dev, so use pkgconfig (new
+patch pkg-config.diff and build dependency on libextutils-pkgconfig-perl)
+(Closes: #1040223)
+  * Add patch 0001-Work-around-an-imlib2-bug-with-alpha-channel-cloning.patch
+from Niko Tyni to work around an imlib2 bug with alpha channel cloning
+which makes a test fail.
+
+ -- gregor herrmann   Sat, 29 Jul 2023 16:09:32 +0200
+
 libimage-imlib2-perl (2.03-1.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru libimage-imlib2-perl-2.03/debian/control 
libimage-imlib2-perl-2.03/debian/control
--- libimage-imlib2-perl-2.03/debian/control2011-10-16 02:28:18.0 
+0200
+++ libimage-imlib2-perl-2.03/debian/control2023-07-29 16:00:08.0 
+0200
@@ -3,7 +3,7 @@
 Priority: extra
 Section: perl
 Standards-Version: 3.9.2
-Build-Depends: debhelper (>= 8), libmodule-build-perl, libimlib2-dev, 
libtest-simple-perl, quilt
+Build-Depends: debhelper (>= 8), libmodule-build-perl, libimlib2-dev, 
libtest-simple-perl, quilt, libextutils-pkgconfig-perl
 
 Package: libimage-imlib2-perl
 Architecture: any
diff -Nru 
libimage-imlib2-perl-2.03/debian/patches/0001-Work-around-an-imlib2-bug-with-alpha-channel-cloning.patch
 
libimage-imlib2-perl-2.03/debian/patches/0001-Work-around-an-imlib2-bug-with-alpha-channel-cloning.patch
--- 
libimage-imlib2-perl-2.03/debian/patches/0001-Work-around-an-imlib2-bug-with-alpha-channel-cloning.patch
1970-01-01 01:00:00.0 +0100
+++ 
libimage-imlib2-perl-2.03/debian/patches/0001-Work-around-an-imlib2-bug-with-alpha-channel-cloning.patch
2023-07-29 16:01:50.0 +0200
@@ -0,0 +1,49 @@
+From c2d646b9fa925ac2a91cb6cfb3fe6dad430c7927 Mon Sep 17 00:00:00 2001
+From: Niko Tyni 
+Date: Tue, 18 Jul 2023 15:16:21 +0100
+Subject: [PATCH] Work around an imlib2 bug with alpha channel cloning
+
+As discussed in https://bugs.debian.org/1041406 imlib2 1.10.0 introduced
+a bug where imlib_clone_image() no longer copies the alpha flag. This
+breaks test 12 of t/simple.t :
+
+  #   Failed test at t/simple.t line 68.
+  #  got: '0'
+  # expected: '1'
+
+Work around this on our side by checking for any difference after
+cloning and copying the alpha flag if necessary.
+
+Bug-Debian: https://bugs.debian.org/1040223
+---
+ lib/Image/Imlib2.xs | 11 +++
+ 1 file changed, 11 insertions(+)
+
+diff --git a/lib/Image/Imlib2.xs b/lib/Image/Imlib2.xs
+index f48d4ec..cc54d2b 100644
+--- a/lib/Image/Imlib2.xs
 b/lib/Image/Imlib2.xs
+@@ -931,9 +931,20 @@ Imlib2_clone(image)
+ CODE:
+   {
+   Imlib_Image cloned;
++  char alpha_orig;
++  char alpha_cloned;
+   

Processed: Re: Bug#1057330: bullseye-pu: package midge/0.2.41+dfsg-1~deb11u1

2024-06-19 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 - moreinfo
Bug #1057330 [release.debian.org] bullseye-pu: package 
midge/0.2.41+dfsg-1~deb11u1
Removed tag(s) moreinfo.

-- 
1057330: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057330
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#1057330: bullseye-pu: package midge/0.2.41+dfsg-1~deb11u1

2024-06-19 Thread Andreas Beckmann

Control: tag -1 - moreinfo

On 19/12/2023 22.51, Jonathan Wiltshire wrote:

I'm fine with the changes but I'm a bit uncomfortable about the backwards
version history in debian/changelog. Shouldn't 0.2.41+dfsg-1~deb12u1 just
be dropped in this upload?


That's the scheme I use for other packages as well, e.g. 
src:nvidia-graphics-drivers-tesla-470 which frequently gets new upstream 
releases going to sid -> bookworm -> bullseye.



Andreas



Bug#1073838: bookworm-pu: package ruby-aws-partitions/1.653.0-3~deb12u1

2024-06-19 Thread Andreas Beckmann
Package: release.debian.org
Severity: normal
Tags: bookworm
User: release.debian@packages.debian.org
Usertags: pu
X-Debbugs-Cc: Pirate Praveen 
Control: affects -1 + src:ruby-aws-partitions

[ Reason ]
Due to a change in gem2deb the package misses two datafiles rendering it
unusable.

[ Impact ]
ruby-aws-partitions stays unusable

[ Tests ]
manual test in irb

[ Risks ]
Low. Only missing datafiles being added.

[ Checklist ]
  [*] *all* changes are documented in the d/changelog
  [*] I reviewed all changes and I approve them
  [*] attach debdiff against the package in (old)stable
  [*] the issue is verified as fixed in unstable

[ Changes ]
+ruby-aws-partitions (1.653.0-3~deb12u1) bookworm; urgency=medium
+
+  * Non-maintainer upload.
+  * Rebuild for bookworm.
+
+ -- Andreas Beckmann   Wed, 19 Jun 2024 17:07:32 +0200
+
+ruby-aws-partitions (1.653.0-3) unstable; urgency=medium
+
+  * Team upload
+  * Include partitions-metadata.json in binary package (Closes: #1042415)
+  * Bump Standards-Version to 4.7.0 (no changes needed)
+
+ -- Pirate Praveen   Sat, 25 May 2024 21:07:46 +0530
+
+ruby-aws-partitions (1.653.0-2) unstable; urgency=medium
+
+  * Team upload
+
+  [ Stephen Gelman ]
+  * Change DH_RUBY_GEM_INSTALL_WHITELIST_APPEND to DH_RUBY_GEM_INSTALL_INCLUDE
+in debian/rules to work with newer gem2deb and install back
+partitions.json. Thanks Stephen Gelman for the bug report and the fix
+(Closes: #1042415)
+
+ -- Cédric Boutillier   Wed, 20 Sep 2023 22:59:25 +0200

The binary debdiff is

$ debdiff ruby-aws-partitions_1.653.0-1_all.deb 
ruby-aws-partitions_1.653.0-3~deb12u1_all.deb
[The following lists of changes regard files as different if they have
different names, permissions or owners.]

Files in second .deb but not in first
-
-rw-r--r--  root/root   
/usr/share/rubygems-integration/all/gems/aws-partitions-1.653.0/partitions-metadata.json
-rw-r--r--  root/root   
/usr/share/rubygems-integration/all/gems/aws-partitions-1.653.0/partitions.json

Control files: lines which differ (wdiff format)

Installed-Size: [-73-] {+701+}
[-Ruby-Versions: all-]
Version: [-1.653.0-1-] {+1.653.0-3~deb12u1+}

[ Other info ]
I'll immediately upload the fixed package.


Andreas
diff --git a/debian/changelog b/debian/changelog
index eb0ee93..ba9aefd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,30 @@
+ruby-aws-partitions (1.653.0-3~deb12u1) bookworm; urgency=medium
+
+  * Non-maintainer upload.
+  * Rebuild for bookworm.
+
+ -- Andreas Beckmann   Wed, 19 Jun 2024 17:07:32 +0200
+
+ruby-aws-partitions (1.653.0-3) unstable; urgency=medium
+
+  * Team upload
+  * Include partitions-metadata.json in binary package (Closes: #1042415)
+  * Bump Standards-Version to 4.7.0 (no changes needed)
+
+ -- Pirate Praveen   Sat, 25 May 2024 21:07:46 +0530
+
+ruby-aws-partitions (1.653.0-2) unstable; urgency=medium
+
+  * Team upload
+
+  [ Stephen Gelman ]
+  * Change DH_RUBY_GEM_INSTALL_WHITELIST_APPEND to DH_RUBY_GEM_INSTALL_INCLUDE
+in debian/rules to work with newer gem2deb and install back
+partitions.json. Thanks Stephen Gelman for the bug report and the fix
+(Closes: #1042415)
+
+ -- Cédric Boutillier   Wed, 20 Sep 2023 22:59:25 +0200
+
 ruby-aws-partitions (1.653.0-1) unstable; urgency=medium
 
   * Team Upload
diff --git a/debian/control b/debian/control
index ea3bc1e..1c206a7 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Ruby Team 

 Build-Depends: debhelper-compat (= 13),
gem2deb
-Standards-Version: 4.6.1
+Standards-Version: 4.7.0
 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-aws-partitions.git
 Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-aws-partitions
 Homepage: https://github.com/aws/aws-sdk-ruby
diff --git a/debian/rules b/debian/rules
index 549f307..1faddc0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 
 export GEM2DEB_TEST_RUNNER = --check-dependencies
 export DH_RUBY = --gem-install
-export DH_RUBY_GEM_INSTALL_WHITELIST_APPEND := partitions.json
+export DH_RUBY_GEM_INSTALL_INCLUDE := partitions.json partitions-metadata.json
 
 %:
dh $@ --buildsystem=ruby --with ruby


Processed: bookworm-pu: package ruby-aws-partitions/1.653.0-3~deb12u1

2024-06-19 Thread Debian Bug Tracking System
Processing control commands:

> affects -1 + src:ruby-aws-partitions
Bug #1073838 [release.debian.org] bookworm-pu: package 
ruby-aws-partitions/1.653.0-3~deb12u1
Added indication that 1073838 affects src:ruby-aws-partitions

-- 
1073838: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1073838
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: unblock

2024-06-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> unblock 1068624 by 1068633
Bug #1068624 [sponsorship-requests] RFS: cjson/1.7.15-1+deb12u1 [ITA] -- 
Ultralightweight JSON parser in ANSI C
1068624 was blocked by: 1068633
1068624 was blocking: 1067510
Removed blocking bug(s) of 1068624: 1068633
> tags 1068624 - moreinfo
Bug #1068624 [sponsorship-requests] RFS: cjson/1.7.15-1+deb12u1 [ITA] -- 
Ultralightweight JSON parser in ANSI C
Removed tag(s) moreinfo.
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
1068624: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1068624
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



yojson/botch blockage

2024-06-19 Thread Stéphane Glondu

Dear Release Team,

It seems yojson/2.2.1-2 is blocked because of a failure of botch/0.24-3 
test suite. But this has been fixed in botch/0.24-4 which won't migrate 
because it depends on yojson/2.2.1-2... It looks like some manual hint 
is needed here?



Cheers,

--
Stéphane



Processed: user release.debian....@packages.debian.org, usertagging 1072653, tagging 1070151 ...

2024-06-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> user release.debian@packages.debian.org
Setting user to release.debian@packages.debian.org (was a...@debian.org).
> usertags 1072653 pu
There were no usertags set.
Usertags are now: pu.
> tags 1070151 + bookworm
Bug #1070151 [release.debian.org] bookworm-pu: package wpa/2:2.10-12
Added tag(s) bookworm.
> usertags 1070151 pu
Usertags were: pu.
Usertags are now: pu.
> tags 1070155 + bullseye
Bug #1070155 [release.debian.org] bullseye-pu: package wpa/2.9.0-21+deb11u1
Added tag(s) bullseye.
> usertags 1070155 pu
Usertags were: pu.
Usertags are now: pu.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
1070151: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1070151
1070155: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1070155
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#1073833: bullseye-pu: package nvidia-graphics-drivers/470.256.02-1

2024-06-19 Thread Andreas Beckmann
Package: release.debian.org
Severity: normal
Tags: bullseye
User: release.debian@packages.debian.org
Usertags: pu

[ Reason ]
We need to update src:nvidia-graphics-drivers in bullseye to a new
upstream release fixing a few new CVEs.

There are a few dependency fixes and several changelog updates resulting
from resynchronizing the supported driver branches.

[ Impact ]
A proprietary grpahics driver with open CVEs.

[ Tests ]
Only building the module can e tested without using nvidia hardware and
driver.

[ Risks ]
Updating (old)stable to new upstream releases from the same branch has
been done in the past (and at least once for the current point release).

[ Checklist ]
  [*] *all* changes are documented in the d/changelog
  [*] I reviewed all changes and I approve them
  (excluding the blobs)
  [*] attach debdiff against the package in (old)stable
  (excluding the blobs)
  [*] the issue is verified as fixed in unstable

[ Changes ]
+  * New upstream LTS and Tesla branch release 470.256.02 (2024-06-04).
+* Fixed CVE-2024-0090, CVE-2024-0092.  (Closes: #1072792)
+  https://nvidia.custhelp.com/app/answers/detail/a_id/5551
+- Fixed a bug that could cause the X server to crash when graphics
+  applications requested single-buffered drawables while certain
+  features (such as Vulkan sharpening) are enabled.
+
+  [ Andreas Beckmann ]
+  * Refresh patches.
+  * xserver-xorg-video-nvidia: Recommend nvidia-vulkan-icd.
+  * Move the libnvidia-glvkspirv dependency to libnvidia-(e)glcore.
+(Cf. #1064194)
+  * Bump Standards-Version to 4.7.0. No changes needed.

[ Other info ]
This package is nearly equivalent to
src:nvidia-graphics-drivers-tesla-470 in sid/bookworm/bullseye.

The package has already been accepted, but associated with the wrong
bullseye-pu request: #1072965 for src:nvidia-graphics-drivers-tesla-470
(which is a nearly identical package with nearly identical changes)
since I seem to have missed to file this PU request while uploading.

Fortunately we'll get rid of similar package duplication in bookworm
in the upcoming point release (which makes
src:nvidia-graphics-drivers-tesla transitional).


Andreas


ngd-470.256.02-1.diff.xz
Description: application/xz


Processed: Re: Bug#1073208: bookworm-pu: package nvidia-graphics-drivers/535.183.01-1~deb12u1

2024-06-19 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 - moreinfo
Bug #1073208 [release.debian.org] bookworm-pu: package 
nvidia-graphics-drivers/535.183.01-1~deb12u1
Removed tag(s) moreinfo.

-- 
1073208: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1073208
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#1073208: bookworm-pu: package nvidia-graphics-drivers/535.183.01-1~deb12u1

2024-06-19 Thread Andreas Beckmann

Control: tag -1 - moreinfo

On 17/06/2024 19.23, Adam D. Barratt wrote:

Assuming britney's correct here, is there a plan for updating nvidia-
open-gpu-kernel-modules suitably soon?


Updated package is in sid and corresponding pu request has been filed.


Andreas



Bug#1071235: marked as done (transition: qt6-base 6.6.2)

2024-06-19 Thread Debian Bug Tracking System
Your message dated Wed, 19 Jun 2024 12:54:02 +0200
with message-id 
and subject line Re: Bug#1071235: transition: qt6-base 6.6.2
has caused the Debian Bug report #1071235,
regarding transition: qt6-base 6.6.2
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 ow...@bugs.debian.org
immediately.)


-- 
1071235: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1071235
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
X-Debbugs-Cc: delta...@debian.org
User: release.debian@packages.debian.org
Usertags: transition

Hi Release Team,

we would like to request a transition for Qt 6 from 6.4.2 to 6.6.2.

To prepare for this transition, we tried to build as many reverse
dependencies as possible. We encountered some FTBFS, but those failures have
either been fixed since or patches are available to make the packages
build with Qt 6.6.

As part of this transition, we also reverted the name changes from the
time_t transition for all libraries in qt6-base except the core library
which will keep the t64-suffix (libqt6core6t64).
We think this is ok since every Qt library depends on libqt6core6t64 and
hence depending on libqt6core6t64 signals t64-compatibility.

The Ben file for the transition is attached.


Thank you.


--
Patrick Franz
title = "Qt 6.6.2";

is_affected = .depends ~ 
/\b(libqt6concurrent6|libqt6dbus6|libqt6gui6|libqt6network6|libqt6opengl6|libqt6openglwidgets6|libqt6printsupport6|libqt6sql6|libqt6test6|libqt6widgets6|libqt6xml6|libqt6concurrent6t64|libqt6dbus6t64|libqt6gui6t64|libqt6network6t64|libqt6opengl6t64|libqt6openglwidgets6t64|libqt6printsupport6t64|libqt6sql6t64|libqt6test6t64|libqt6widgets6t64|libqt6xml6t64|qt6-.*-abi
 \(= 6\.4\.2\)|qt6-.*-private-abi \(= 6\.6\.2\))\b/;

is_good = .depends ~ 
/\b(libqt6concurrent6|libqt6dbus6|libqt6gui6|libqt6network6|libqt6opengl6|libqt6openglwidgets6|libqt6printsupport6|libqt6sql6|libqt6test6|libqt6widgets6|libqt6xml6|qt6-.*-private-abi
 \(= 6\.6\.2\))\b/;

is_bad = .depends ~ 
/\b(libqt6concurrent6t64|libqt6dbus6t64|libqt6gui6t64|libqt6network6t64|libqt6opengl6t64|libqt6openglwidgets6t64|libqt6printsupport6t64|libqt6sql6t64|libqt6test6t64|libqt6widgets6t64|libqt6xml6t64|qt6-.*-abi
 \(= 6\.4\.2\))\b/;
--- End Message ---
--- Begin Message ---

On 13/06/2024 09:22, Emilio Pozuelo Monfort wrote:

On 06/06/2024 21:40, Patrick Franz wrote:

Hej,

Am Donnerstag, 6. Juni 2024, 09:49:59 CEST schrieb Emilio Pozuelo
Monfort:
[...]

Sounds like we're in good shape. You can go ahead.


All Qt packages have been uploaded, so you can start with the binNUMs
soon.


The kuserfeedback s390x build issue is blocking this. Can you take a look at it? 
From a quick look it looks like the renderer vendor is empty, which could be a 
regression in mesa.


Thanks for uploading kuserfeedback. I had to remove a couple of packages that 
were blocked on texlive-bin, and Qt6 has migrated to testing.


Cheers,
Emilio--- End Message ---


Bug#1073817: bookworm-pu: package nvidia-open-gpu-kernel-modules/535.183.01-1~deb12u1

2024-06-19 Thread Andreas Beckmann
Package: release.debian.org
Severity: normal
Tags: bookworm
User: release.debian@packages.debian.org
Usertags: pu

[ Reason ]
To finish the update series of the nvidia 535 driver series and fix a
few new CVEs we need to update src:nvidia-open-gpu-kernel-modules to a
new upstream release, too.
There are no additional packaging changes besides refreshing the
patches.

[ Impact ]
A graphics driver with open CVEs.

[ Tests ]
Only building the module has been tested, everything else would require
usage of nvidia GPUs and drivers.

[ Risks ]
Updating to a new upstream release from the same series is an
established procedure in stable.

[ Checklist ]
  [*] *all* changes are documented in the d/changelog
  [.] I reviewed all changes and I approve them
  only the debian part, the upstream part is partly firmware blobs
  as hexdump and otherwise full of new features and reorganizations
  [.] attach debdiff against the package in (old)stable
  The full debdiff for debian/* is attached, for the upstream part
  (i.e. what is equivalent to the blob in
  src:nvidia-graphics-drivers/non-free I'm only attaching the diffstat.
  [*] the issue is verified as fixed in unstable

[ Changes ]
+nvidia-open-gpu-kernel-modules (535.183.01-1~deb12u1) bookworm; urgency=medium
+
+  * Rebuild for bookworm.
+
+ -- Andreas Beckmann   Wed, 19 Jun 2024 09:17:48 +0200
+
+nvidia-open-gpu-kernel-modules (535.183.01-1) unstable; urgency=medium
+
+  * New upstream LTS and Tesla branch release 535.183.01 (2024-06-04).
+* Fixed CVE-2024-0090, CVE-2024-0092.  (Closes: #1072800)
+  https://nvidia.custhelp.com/app/answers/detail/a_id/5551
+  * New upstream long term support branch release 535.179 (2024-05-09).
+  * New upstream long term support branch release 535.171.04 (2024-03-21).
+  * Sync with src:nvidia-graphics-drivers.
+  * Refresh patches.
+
+ -- Andreas Beckmann   Wed, 19 Jun 2024 04:56:43 +0200

 README.md  |   12 +-
 debian/changelog   |   18 +
 debian/patches/hmm.patch   |   10 +-
 ...-remove-empty-lines-from-uts_release-outp.patch |6 +-
 debian/patches/module/0034-fix-typos.patch |6 +-
 debian/patches/module/bashisms.patch   |2 +-
 debian/patches/module/cc_version_check-gcc5.patch  |2 +-
 debian/patches/module/conftest-verbose.patch   |   14 +-
 debian/patches/module/series.in|2 +-
 debian/patches/module/use-kbuild-flags.patch   |   12 +-
 kernel-open/Kbuild |4 +-
 kernel-open/common/inc/nv-linux.h  |   27 +-
 kernel-open/conftest.sh|   60 +-
 kernel-open/nvidia-modeset/nvidia-modeset-linux.c  |6 +-
 kernel-open/nvidia-uvm/uvm_ats.h   |   10 -
 kernel-open/nvidia-uvm/uvm_ats_faults.c|  174 +++-
 kernel-open/nvidia-uvm/uvm_ats_faults.h|   20 +
 kernel-open/nvidia-uvm/uvm_gpu.h   |   20 +-
 kernel-open/nvidia-uvm/uvm_gpu_access_counters.c   |  193 +++-
 kernel-open/nvidia-uvm/uvm_gpu_replayable_faults.c |   10 +-
 kernel-open/nvidia-uvm/uvm_linux.h |   10 +
 kernel-open/nvidia-uvm/uvm_test.c  |   28 +-
 kernel-open/nvidia-uvm/uvm_test_ioctl.h|2 -
 kernel-open/nvidia-uvm/uvm_va_space_mm.c   |4 +-
 kernel-open/nvidia/nv-pci.c|9 +
 kernel-open/nvidia/nv.c|6 +-
 kernel-open/nvidia/nvidia.Kbuild   |2 +
 kernel-open/nvidia/os-interface.c  |  151 ++-
 kernel-open/nvidia/os-mlock.c  |   67 +-
 src/common/displayport/inc/dp_connectorimpl.h  |3 +-
 src/common/displayport/inc/dp_regkeydatabase.h |   10 +-
 src/common/displayport/src/dp_connectorimpl.cpp|6 +-
 src/common/displayport/src/dp_evoadapter.cpp   |5 +-
 src/common/inc/nvBldVer.h  |   20 +-
 src/common/inc/nvUnixVersion.h |2 +-
 .../inc/swref/published/ampere/ga100/dev_runlist.h |   62 +-
 src/common/nvlink/interface/nvlink.h   |4 +-
 .../nvswitch/kernel/inc/soe/bin/g_soeuc_lr10_dbg.h | 1098 ++--
 .../nvswitch/kernel/inc/soe/bin/g_soeuc_lr10_prd.h | 1098 ++--
 .../nvidia/inc/ctrl/ctrl2080/ctrl2080internal.h|   13 +
 src/common/sdk/nvidia/inc/nvos.h   |1 +
 .../uproc/os/common/include/nv-crashcat-decoder.h  |7 +
 src/common/uproc/os/common/include/nv-crashcat.h   |   27 +-
 src/nvidia-modeset/Makefile|1 +
 src/nvidia-modeset/include/nvkms-hdmi.h|2 +-
 src/nvidia-modeset/src/nvkms-dpy.c |   23 +-
 src/nvidia-modeset/src/nvkms-evo.c |6 +-
 src/nvidia-modeset/src/nvkms-evo3.c|   27 +-
 src/nvidia-modeset/src/nvkms-hdmi.c|4 +-