Bug#1025930: transition: openvdb

2022-12-15 Thread Mathieu Malaterre
> openvdb 10.0 is available in experimental (except mipsel):

openvdb 10.0 is now available in experimental (including mipsel):

https://buildd.debian.org/status/package.php?p=openvdb&suite=experimental

Thanks



NEW changes in stable-new

2022-12-15 Thread Debian FTP Masters
Processing changes file: 
debian-installer-netboot-images_20210731+deb11u7.b1_source.changes
  ACCEPT



Bug#1026199: release.debian.org: Is the toolchain list updated for bookworm

2022-12-15 Thread Sam Hartman
Package: release.debian.org
Severity: normal



I was looking at 
https://release.debian.org/testing/essential-and-build-essential.txt

trying to figure out which packages I'm involved in are covered by the
toolchain freeze.  I am wondering what's still pulling
libgssapi-krb5-2 and friends into build-essential.  It used to be
pulled in via pam via libtirpc, but that should have gone away with
the pam upload of 1.4.0-13.


I'm wondering if that list hasn't been recently updated or if there's some 
other dependency cycle pulling in krb5?

Thanks for your consideration,

--Sam



Bug#1026177: bullseye-pu: package golang-github-prometheus-exporter-toolkit/0.5.1-2

2022-12-15 Thread Martina Ferrari
Package: release.debian.org
Severity: normal
Tags: bullseye
User: release.debian@packages.debian.org
Usertags: pu
X-Debbugs-Cc: golang-github-prometheus-exporter-tool...@packages.debian.org, 
Santiago Vila 
Control: affects -1 + src:golang-github-prometheus-exporter-toolkit

[ Reason ]
This package is currently FTBFS on stable due to flaky tests.

[ Impact ]
No impact for users.

[ Tests ]
Santiago Vila has manually tested this issue and fix extensively, documented in
the original bug report (#1013578).

[ Risks ]
No risks, this just adds delays in tests.

[ 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

[ Changes ]
Just a couple of calls to time.Sleep(), plus updated Uploaders field in
debian/control.
diff -Nru golang-github-prometheus-exporter-toolkit-0.5.1/debian/changelog 
golang-github-prometheus-exporter-toolkit-0.5.1/debian/changelog
--- golang-github-prometheus-exporter-toolkit-0.5.1/debian/changelog
2021-01-25 14:10:41.0 +
+++ golang-github-prometheus-exporter-toolkit-0.5.1/debian/changelog
2022-12-15 22:33:17.0 +
@@ -1,3 +1,10 @@
+golang-github-prometheus-exporter-toolkit (0.5.1-2+deb11u1) bullseye; 
urgency=medium
+
+  * Patch tests to avoid race condition. Closes: #1013578.
+Thanks to Santiago Vila for the adjusted patch.
+
+ -- Martina Ferrari   Thu, 15 Dec 2022 22:33:17 +
+
 golang-github-prometheus-exporter-toolkit (0.5.1-2) unstable; urgency=medium
 
   * Team upload.
diff -Nru golang-github-prometheus-exporter-toolkit-0.5.1/debian/control 
golang-github-prometheus-exporter-toolkit-0.5.1/debian/control
--- golang-github-prometheus-exporter-toolkit-0.5.1/debian/control  
2021-01-19 14:44:59.0 +
+++ golang-github-prometheus-exporter-toolkit-0.5.1/debian/control  
2022-12-15 22:33:17.0 +
@@ -1,6 +1,7 @@
 Source: golang-github-prometheus-exporter-toolkit
 Maintainer: Debian Go Packaging Team 
-Uploaders: Daniel Swarbrick 
+Uploaders: Daniel Swarbrick ,
+   Martina Ferrari ,
 Section: devel
 Testsuite: autopkgtest-pkg-go
 Priority: optional
diff -Nru 
golang-github-prometheus-exporter-toolkit-0.5.1/debian/patches/02-Avoid_race_in_test.patch
 
golang-github-prometheus-exporter-toolkit-0.5.1/debian/patches/02-Avoid_race_in_test.patch
--- 
golang-github-prometheus-exporter-toolkit-0.5.1/debian/patches/02-Avoid_race_in_test.patch
  1970-01-01 00:00:00.0 +
+++ 
golang-github-prometheus-exporter-toolkit-0.5.1/debian/patches/02-Avoid_race_in_test.patch
  2022-12-15 22:33:17.0 +
@@ -0,0 +1,31 @@
+Author: Martina Ferrari 
+Description: Fix test failures due to race conditions
+Forwarded: https://github.com/prometheus/exporter-toolkit/issues/108
+Last-Updated: Mon, 29 Aug 2022 17:39:56 +
+
+--- a/web/users_test.go
 b/web/users_test.go
+@@ -18,6 +18,7 @@
+   "net/http"
+   "sync"
+   "testing"
++  "time"
+ )
+ 
+ // TestBasicAuthCache validates that the cache is working by calling a 
password
+@@ -42,6 +43,7 @@
+   ListenAndServe(server, 
"testdata/tls_config_users_noTLS.good.yml", testlogger)
+   close(done)
+   }()
++  time.Sleep(250 * time.Millisecond)
+ 
+   login := func(username, password string, code int) {
+   client := &http.Client{}
+@@ -106,6 +108,7 @@
+   ListenAndServe(server, 
"testdata/tls_config_users_noTLS.good.yml", testlogger)
+   close(done)
+   }()
++  time.Sleep(250 * time.Millisecond)
+ 
+   login := func() {
+   client := &http.Client{}
diff -Nru golang-github-prometheus-exporter-toolkit-0.5.1/debian/patches/series 
golang-github-prometheus-exporter-toolkit-0.5.1/debian/patches/series
--- golang-github-prometheus-exporter-toolkit-0.5.1/debian/patches/series   
1970-01-01 00:00:00.0 +
+++ golang-github-prometheus-exporter-toolkit-0.5.1/debian/patches/series   
2022-12-15 22:33:17.0 +
@@ -0,0 +1 @@
+02-Avoid_race_in_test.patch


Processed: bullseye-pu: package golang-github-prometheus-exporter-toolkit/0.5.1-2

2022-12-15 Thread Debian Bug Tracking System
Processing control commands:

> affects -1 + src:golang-github-prometheus-exporter-toolkit
Bug #1026177 [release.debian.org] bullseye-pu: package 
golang-github-prometheus-exporter-toolkit/0.5.1-2
Added indication that 1026177 affects 
src:golang-github-prometheus-exporter-toolkit

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



Bug#1014460: [pkg-php-pear] Bug#1014460: transition: php8.2

2022-12-15 Thread Ondřej Surý
Hey all,

I think everything is mostly ready in experimental. I'll try to sort out
the rest of the missing extensions over the weekend (imagick, memcached,
redis and maybe few others).

The bump from 8.x to 8.2 is relatively painless, so can we schedule the
transition in few days/weeks?

Ondrej
--
Ondřej Surý (He/Him)
ond...@sury.org



> On 10. 12. 2022, at 17:23, Ondřej Surý  wrote:
> 
> Hi Bas,
> 
> yes, in fact, I've mass uploaded[1] all the extensions to the experimental 
> today
> to be rebuilt with PHP 8.2
> 
> 1. It's kind of hackish, so it might take me couple of retries to figure out 
> the
> right mangling of the packages for the experimental uploads. So far, I hit
> the "empty-binary-package" auto-REJECTs and missing orig source. I hope
> that exp3 did hit the sweet spot, but even that there are couple NEW packages
> built from the source, so it might take some time to get them processed 
> through
> NEW queue.
> 
> Ondrej
> --
> Ondřej Surý (He/Him)
> ond...@sury.org
> 
> 
> 
>> On 5. 12. 2022, at 16:33, Sebastiaan Couwenberg  wrote:
>> 
>> On 10/22/22 21:46, Ondřej Surý wrote:
>>> I'll be uploading the PECL extensions for PHP 8.2 to experimental as I will 
>>> update them
>>> for PHP 8.2 - I haven't started yet, but should be able to do before or 
>>> around the PHP 8.2.0
>>> release.
>> 
>> Do you plan to include php-imagick in this?
>> 
>> I had to rebuild it with php8.2 from experimental for icingaweb2.
>> 
>> Kind regards,
>> 
>> Bas
>> 
>> -- 
>> GPG Key ID: 4096R/6750F10AE88D4AF1
>> Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1
>> 
> 



NEW changes in stable-new

2022-12-15 Thread Debian FTP Masters
Processing changes file: 
debian-installer_20210731+deb11u7+b1_amd64-buildd.changes
  ACCEPT
Processing changes file: 
debian-installer_20210731+deb11u7+b1_arm64-buildd.changes
  ACCEPT
Processing changes file: 
debian-installer_20210731+deb11u7+b1_armel-buildd.changes
  ACCEPT
Processing changes file: 
debian-installer_20210731+deb11u7+b1_armhf-buildd.changes
  ACCEPT
Processing changes file: 
debian-installer_20210731+deb11u7+b1_i386-buildd.changes
  ACCEPT
Processing changes file: 
debian-installer_20210731+deb11u7+b1_mips64el-buildd.changes
  ACCEPT
Processing changes file: 
debian-installer_20210731+deb11u7+b1_mipsel-buildd.changes
  ACCEPT
Processing changes file: 
debian-installer_20210731+deb11u7+b1_ppc64el-buildd.changes
  ACCEPT
Processing changes file: 
debian-installer_20210731+deb11u7+b1_s390x-buildd.changes
  ACCEPT



NEW changes in stable-new

2022-12-15 Thread Debian FTP Masters
Processing changes file: debian-installer_20210731+deb11u7_armhf-buildd.changes
  ACCEPT
Processing changes file: debian-installer_20210731+deb11u7_mipsel-buildd.changes
  ACCEPT



NEW changes in stable-new

2022-12-15 Thread Debian FTP Masters
Processing changes file: debian-installer_20210731+deb11u7_amd64-buildd.changes
  ACCEPT
Processing changes file: debian-installer_20210731+deb11u7_arm64-buildd.changes
  ACCEPT
Processing changes file: debian-installer_20210731+deb11u7_armel-buildd.changes
  ACCEPT
Processing changes file: debian-installer_20210731+deb11u7_i386-buildd.changes
  ACCEPT
Processing changes file: 
debian-installer_20210731+deb11u7_mips64el-buildd.changes
  ACCEPT
Processing changes file: 
debian-installer_20210731+deb11u7_ppc64el-buildd.changes
  ACCEPT



NEW changes in stable-new

2022-12-15 Thread Debian FTP Masters
Processing changes file: debian-installer_20210731+deb11u7_s390x-buildd.changes
  ACCEPT