Bug#1038001: librem-ec-acpi-dkms: module fails to build for Linux 6.3

2023-06-15 Thread Andreas Beckmann
Package: librem-ec-acpi-dkms
Version: 0.9.1-4
Severity: serious
Tags: sid trixie
User: debian...@lists.debian.org
Usertags: piuparts


DKMS make.log for librem_ec_acpi-0.9.1 for kernel 6.3.0-1-amd64 (x86_64)
Thu Jun 15 10:09:49 UTC 2023
make: Entering directory '/usr/src/linux-headers-6.3.0-1-amd64'
  CC [M]  /var/lib/dkms/librem_ec_acpi/0.9.1/build/librem_ec_acpi.o
/var/lib/dkms/librem_ec_acpi/0.9.1/build/librem_ec_acpi.c:276:24: error: 
initialization of 'int (*)(struct power_supply *, struct acpi_battery_hook *)' 
from incompatible pointer type 'int (*)(struct power_supply *)' 
[-Werror=incompatible-pointer-types]
  276 | .add_battery = librem_ec_battery_add,
  |^
/var/lib/dkms/librem_ec_acpi/0.9.1/build/librem_ec_acpi.c:276:24: note: (near 
initialization for 'librem_ec_battery_hook.add_battery')
/var/lib/dkms/librem_ec_acpi/0.9.1/build/librem_ec_acpi.c:277:27: error: 
initialization of 'int (*)(struct power_supply *, struct acpi_battery_hook *)' 
from incompatible pointer type 'int (*)(struct power_supply *)' 
[-Werror=incompatible-pointer-types]
  277 | .remove_battery = librem_ec_battery_remove,
  |   ^~~~
/var/lib/dkms/librem_ec_acpi/0.9.1/build/librem_ec_acpi.c:277:27: note: (near 
initialization for 'librem_ec_battery_hook.remove_battery')
/var/lib/dkms/librem_ec_acpi/0.9.1/build/librem_ec_acpi.c:773:27: error: 
initialization of 'void (*)(struct acpi_device *)' from incompatible pointer 
type 'int (*)(struct acpi_device *)' [-Werror=incompatible-pointer-types]
  773 | .remove = librem_ec_remove,
  |   ^~~~
/var/lib/dkms/librem_ec_acpi/0.9.1/build/librem_ec_acpi.c:773:27: note: (near 
initialization for 'librem_ec_driver.ops.remove')
cc1: some warnings being treated as errors
make[1]: *** [/usr/src/linux-headers-6.3.0-1-common/scripts/Makefile.build:257: 
/var/lib/dkms/librem_ec_acpi/0.9.1/build/librem_ec_acpi.o] Error 1
make: *** [/usr/src/linux-headers-6.3.0-1-common/Makefile:2050: 
/var/lib/dkms/librem_ec_acpi/0.9.1/build] Error 2
make: Leaving directory '/usr/src/linux-headers-6.3.0-1-amd64'


Andreas



Bug#1038015: achilles: Depends on SDL 1.2

2023-06-15 Thread Simon McVittie
Source: achilles
Tags: trixie sid
User: pkg-sdl-maintain...@lists.alioth.debian.org
Usertags: libsdl1.2

This package has a Depends or Build-Depends on SDL version 1.2, which
is unmaintained upstream.

If possible, please port this package to SDL 2 and close this bug. There
is a migration guide at ,
and examples of successful ports from SDL 1.2 to SDL 2 can be found in
the commit history of packages like darkplaces and ioquake3.

If it is not possible to port to SDL 2, please test the package with
libsdl1.2-compat-shim (preferably version 1.2.64 or later), and leave
this bug open to track the package as still using SDL 1.2 APIs.

libsdl1.2-compat-shim is a compatibility layer that provides the SDL 1.2
API/ABI by using SDL 2: it has already replaced the "classic" SDL 1.2
library in some other distributions like Fedora and Arch, and my intention
is to do the same in Debian during the trixie release cycle.

The interesting scenarios to test with libsdl1.2-compat-shim are:

1. Install libsdl1.2-compat-shim and run the program in an X11 environment,
   such as "GNOME on Xorg" or XFCE.
   ($XDG_RUNTIME_DIR/wayland-* should not exist)
2. Install libsdl1.2-compat-shim and run the program in a Wayland
   environment such as GNOME's default mode, using Xwayland.
   ($XDG_RUNTIME_DIR/wayland-* should exist)
3. Install libsdl1.2-compat-shim and run the program in a Wayland
   environment, but this time with environment variable
   SDL_VIDEODRIVER=wayland so that it uses the native Wayland interface
   (this is not currently the default for SDL 2).
4. Install libsdl1.2-compat-dev and recompile the package.

Note that using libsdl1.2-compat and LD_LIBRARY_PATH is not sufficient if
the package contains programs that are setgid games. See

for more information.

If any of those fail, please report it as a bug in the
libsdl1.2-compat-shim or libsdl1.2-compat-dev package as appropriate,
with "affects" pointing to the program that is affected.

Thanks,
smcv

-- 
This bug report is part of a mass-bug-filing:




Bug#1038016: adlibtracker2: Depends on SDL 1.2

2023-06-15 Thread Simon McVittie
Source: adlibtracker2
Tags: trixie sid
User: pkg-sdl-maintain...@lists.alioth.debian.org
Usertags: libsdl1.2

This package has a Depends or Build-Depends on SDL version 1.2, which
is unmaintained upstream.

If possible, please port this package to SDL 2 and close this bug. There
is a migration guide at ,
and examples of successful ports from SDL 1.2 to SDL 2 can be found in
the commit history of packages like darkplaces and ioquake3.

If it is not possible to port to SDL 2, please test the package with
libsdl1.2-compat-shim (preferably version 1.2.64 or later), and leave
this bug open to track the package as still using SDL 1.2 APIs.

libsdl1.2-compat-shim is a compatibility layer that provides the SDL 1.2
API/ABI by using SDL 2: it has already replaced the "classic" SDL 1.2
library in some other distributions like Fedora and Arch, and my intention
is to do the same in Debian during the trixie release cycle.

The interesting scenarios to test with libsdl1.2-compat-shim are:

1. Install libsdl1.2-compat-shim and run the program in an X11 environment,
   such as "GNOME on Xorg" or XFCE.
   ($XDG_RUNTIME_DIR/wayland-* should not exist)
2. Install libsdl1.2-compat-shim and run the program in a Wayland
   environment such as GNOME's default mode, using Xwayland.
   ($XDG_RUNTIME_DIR/wayland-* should exist)
3. Install libsdl1.2-compat-shim and run the program in a Wayland
   environment, but this time with environment variable
   SDL_VIDEODRIVER=wayland so that it uses the native Wayland interface
   (this is not currently the default for SDL 2).
4. Install libsdl1.2-compat-dev and recompile the package.

Note that using libsdl1.2-compat and LD_LIBRARY_PATH is not sufficient if
the package contains programs that are setgid games. See

for more information.

If any of those fail, please report it as a bug in the
libsdl1.2-compat-shim or libsdl1.2-compat-dev package as appropriate,
with "affects" pointing to the program that is affected.

Thanks,
smcv

-- 
This bug report is part of a mass-bug-filing:




Bug#1038017: adplay: Depends on SDL 1.2

2023-06-15 Thread Simon McVittie
Source: adplay
Tags: trixie sid
User: pkg-sdl-maintain...@lists.alioth.debian.org
Usertags: libsdl1.2

This package has a Depends or Build-Depends on SDL version 1.2, which
is unmaintained upstream.

If possible, please port this package to SDL 2 and close this bug. There
is a migration guide at ,
and examples of successful ports from SDL 1.2 to SDL 2 can be found in
the commit history of packages like darkplaces and ioquake3.

If it is not possible to port to SDL 2, please test the package with
libsdl1.2-compat-shim (preferably version 1.2.64 or later), and leave
this bug open to track the package as still using SDL 1.2 APIs.

libsdl1.2-compat-shim is a compatibility layer that provides the SDL 1.2
API/ABI by using SDL 2: it has already replaced the "classic" SDL 1.2
library in some other distributions like Fedora and Arch, and my intention
is to do the same in Debian during the trixie release cycle.

The interesting scenarios to test with libsdl1.2-compat-shim are:

1. Install libsdl1.2-compat-shim and run the program in an X11 environment,
   such as "GNOME on Xorg" or XFCE.
   ($XDG_RUNTIME_DIR/wayland-* should not exist)
2. Install libsdl1.2-compat-shim and run the program in a Wayland
   environment such as GNOME's default mode, using Xwayland.
   ($XDG_RUNTIME_DIR/wayland-* should exist)
3. Install libsdl1.2-compat-shim and run the program in a Wayland
   environment, but this time with environment variable
   SDL_VIDEODRIVER=wayland so that it uses the native Wayland interface
   (this is not currently the default for SDL 2).
4. Install libsdl1.2-compat-dev and recompile the package.

Note that using libsdl1.2-compat and LD_LIBRARY_PATH is not sufficient if
the package contains programs that are setgid games. See

for more information.

If any of those fail, please report it as a bug in the
libsdl1.2-compat-shim or libsdl1.2-compat-dev package as appropriate,
with "affects" pointing to the program that is affected.

Thanks,
smcv

-- 
This bug report is part of a mass-bug-filing:




Bug#1038024: antigrav: Depends on SDL 1.2

2023-06-15 Thread Simon McVittie
Source: antigrav
Tags: trixie sid
User: pkg-sdl-maintain...@lists.alioth.debian.org
Usertags: libsdl1.2

This package has a Depends or Build-Depends on SDL version 1.2, which
is unmaintained upstream.

If possible, please port this package to SDL 2 and close this bug. There
is a migration guide at ,
and examples of successful ports from SDL 1.2 to SDL 2 can be found in
the commit history of packages like darkplaces and ioquake3.

If it is not possible to port to SDL 2, please test the package with
libsdl1.2-compat-shim (preferably version 1.2.64 or later), and leave
this bug open to track the package as still using SDL 1.2 APIs.

libsdl1.2-compat-shim is a compatibility layer that provides the SDL 1.2
API/ABI by using SDL 2: it has already replaced the "classic" SDL 1.2
library in some other distributions like Fedora and Arch, and my intention
is to do the same in Debian during the trixie release cycle.

The interesting scenarios to test with libsdl1.2-compat-shim are:

1. Install libsdl1.2-compat-shim and run the program in an X11 environment,
   such as "GNOME on Xorg" or XFCE.
   ($XDG_RUNTIME_DIR/wayland-* should not exist)
2. Install libsdl1.2-compat-shim and run the program in a Wayland
   environment such as GNOME's default mode, using Xwayland.
   ($XDG_RUNTIME_DIR/wayland-* should exist)
3. Install libsdl1.2-compat-shim and run the program in a Wayland
   environment, but this time with environment variable
   SDL_VIDEODRIVER=wayland so that it uses the native Wayland interface
   (this is not currently the default for SDL 2).
4. Install libsdl1.2-compat-dev and recompile the package.

Note that using libsdl1.2-compat and LD_LIBRARY_PATH is not sufficient if
the package contains programs that are setgid games. See

for more information.

If any of those fail, please report it as a bug in the
libsdl1.2-compat-shim or libsdl1.2-compat-dev package as appropriate,
with "affects" pointing to the program that is affected.

I did some brief testing on this package as part of some upstream work on
libsdl1.2-compat-shim and it seemed to work well, but I was not able to
test it thoroughly.

Thanks,
smcv

-- 
This bug report is part of a mass-bug-filing:




Bug#1038051: blobandconquer: Depends on SDL 1.2

2023-06-15 Thread Simon McVittie
Source: blobandconquer
Tags: trixie sid
User: pkg-sdl-maintain...@lists.alioth.debian.org
Usertags: libsdl1.2

This package has a Depends or Build-Depends on SDL version 1.2, which
is unmaintained upstream.

If possible, please port this package to SDL 2 and close this bug. There
is a migration guide at ,
and examples of successful ports from SDL 1.2 to SDL 2 can be found in
the commit history of packages like darkplaces and ioquake3.

If it is not possible to port to SDL 2, please test the package with
libsdl1.2-compat-shim (preferably version 1.2.64 or later), and leave
this bug open to track the package as still using SDL 1.2 APIs.

libsdl1.2-compat-shim is a compatibility layer that provides the SDL 1.2
API/ABI by using SDL 2: it has already replaced the "classic" SDL 1.2
library in some other distributions like Fedora and Arch, and my intention
is to do the same in Debian during the trixie release cycle.

It is *not* necessary to change dependencies from libsdl1.2debian to
libsdl1.2-compat-shim, or from libsdl1.2-dev to libsdl1.2-compat-dev.
My intention is to make a future version of sdl12-compat take over
the old package names, to minimize the changes that are required in
dependent packages.

The interesting scenarios to test with libsdl1.2-compat-shim are:

1. Install libsdl1.2-compat-shim and run the program in an X11 environment,
   such as "GNOME on Xorg" or XFCE.
   ($XDG_RUNTIME_DIR/wayland-* should not exist)
2. Install libsdl1.2-compat-shim and run the program in a Wayland
   environment such as GNOME's default mode, using Xwayland.
   ($XDG_RUNTIME_DIR/wayland-* should exist)
3. Install libsdl1.2-compat-shim and run the program in a Wayland
   environment, but this time with environment variable
   SDL_VIDEODRIVER=wayland so that it uses the native Wayland interface
   (this is not currently the default for SDL 2).
4. Install libsdl1.2-compat-dev and recompile the package.

Note that using libsdl1.2-compat and LD_LIBRARY_PATH is not sufficient if
the package contains programs that are setgid games. See

for more information.

If any of those fail, please report it as a bug in the
libsdl1.2-compat-shim or libsdl1.2-compat-dev package as appropriate,
with "affects" pointing to the program that is affected.

I did some brief testing on this package as part of some upstream work on
libsdl1.2-compat-shim and it seemed to work well, but I was not able to
test it thoroughly.

Thanks,
smcv

-- 
This bug report is part of a mass-bug-filing:




Bug#1038073: magicmaze: Indirectly depends on SDL 1.2

2023-06-15 Thread Simon McVittie
Source: magicmaze
Tags: trixie sid
User: pkg-sdl-maintain...@lists.alioth.debian.org
Usertags: libsdl1.2

This package depends on ruby-sdl, which is a language binding for SDL 1.2.
SDL 1.2 has been superseded by SDL 2 and is unmaintained upstream.

If possible, please port this package to SDL 2.

If it is not possible to port to SDL 2, please test the package with
libsdl1.2-compat-shim (preferably version 1.2.64 or later), and leave
this bug open to track the package as still using SDL 1.2 APIs.

libsdl1.2-compat-shim is a compatibility layer that provides the SDL 1.2
API/ABI by using SDL 2: it has already replaced the "classic" SDL 1.2
library in some other distributions like Fedora and Arch, and my intention
is to do the same in Debian during the trixie release cycle.

The interesting scenarios to test with libsdl1.2-compat-shim are:

1. Install libsdl1.2-compat-shim and run the program in an X11 environment,
   such as "GNOME on Xorg" or XFCE.
   ($XDG_RUNTIME_DIR/wayland-* should not exist)
2. Install libsdl1.2-compat-shim and run the program in a Wayland
   environment such as GNOME's default mode, using Xwayland.
   ($XDG_RUNTIME_DIR/wayland-* should exist)
3. Install libsdl1.2-compat-shim and run the program in a Wayland
   environment, but this time with environment variable
   SDL_VIDEODRIVER=wayland so that it uses the native Wayland interface
   (this is not currently the default for SDL 2).
4. Install libsdl1.2-compat-dev and recompile the package.

If any of those fail, please report it as a bug in the
libsdl1.2-compat-shim or libsdl1.2-compat-dev package as appropriate,
with "affects" pointing to the program that is affected.

Thanks,
smcv

-- 
This bug report is part of a mass-bug-filing:




Bug#1038099: libdv-bin: Depends on SDL 1.2

2023-06-15 Thread Simon McVittie
Package: libdv-bin
Tags: trixie sid
User: pkg-sdl-maintain...@lists.alioth.debian.org
Usertags: libsdl1.2

This package has a Depends or Build-Depends on SDL version 1.2, which
is unmaintained upstream.

If possible, please port this package to SDL 2 and close this bug. There
is a migration guide at ,
and examples of successful ports from SDL 1.2 to SDL 2 can be found in
the commit history of packages like darkplaces and ioquake3.

If it is not possible to port to SDL 2, please test the package with
libsdl1.2-compat-shim (preferably version 1.2.64 or later), and leave
this bug open to track the package as still using SDL 1.2 APIs.

libsdl1.2-compat-shim is a compatibility layer that provides the SDL 1.2
API/ABI by using SDL 2: it has already replaced the "classic" SDL 1.2
library in some other distributions like Fedora and Arch, and my intention
is to do the same in Debian during the trixie release cycle.

It is *not* necessary to change dependencies from libsdl1.2debian to
libsdl1.2-compat-shim, or from libsdl1.2-dev to libsdl1.2-compat-dev.
My intention is to make a future version of sdl12-compat take over
the old package names, to minimize the changes that are required in
dependent packages.

The interesting scenarios to test with libsdl1.2-compat-shim are:

1. Install libsdl1.2-compat-shim and run the program in an X11 environment,
   such as "GNOME on Xorg" or XFCE.
   ($XDG_RUNTIME_DIR/wayland-* should not exist)
2. Install libsdl1.2-compat-shim and run the program in a Wayland
   environment such as GNOME's default mode, using Xwayland.
   ($XDG_RUNTIME_DIR/wayland-* should exist)
3. Install libsdl1.2-compat-shim and run the program in a Wayland
   environment, but this time with environment variable
   SDL_VIDEODRIVER=wayland so that it uses the native Wayland interface
   (this is not currently the default for SDL 2).
4. Install libsdl1.2-compat-dev and recompile the package.

If any of those fail, please report it as a bug in the
libsdl1.2-compat-shim or libsdl1.2-compat-dev package as appropriate,
with "affects" pointing to the program that is affected.

Thanks,
smcv

-- 
This bug report is part of a mass-bug-filing:




Bug#1038102: lv-tool-0.4: Depends on SDL 1.2

2023-06-15 Thread Simon McVittie
Package: lv-tool-0.4
Tags: trixie sid
User: pkg-sdl-maintain...@lists.alioth.debian.org
Usertags: libsdl1.2

This package has a Depends or Build-Depends on SDL version 1.2, which
is unmaintained upstream.

If possible, please port this package to SDL 2 and close this bug. There
is a migration guide at ,
and examples of successful ports from SDL 1.2 to SDL 2 can be found in
the commit history of packages like darkplaces and ioquake3.

If it is not possible to port to SDL 2, please test the package with
libsdl1.2-compat-shim (preferably version 1.2.64 or later), and leave
this bug open to track the package as still using SDL 1.2 APIs.

libsdl1.2-compat-shim is a compatibility layer that provides the SDL 1.2
API/ABI by using SDL 2: it has already replaced the "classic" SDL 1.2
library in some other distributions like Fedora and Arch, and my intention
is to do the same in Debian during the trixie release cycle.

It is *not* necessary to change dependencies from libsdl1.2debian to
libsdl1.2-compat-shim, or from libsdl1.2-dev to libsdl1.2-compat-dev.
My intention is to make a future version of sdl12-compat take over
the old package names, to minimize the changes that are required in
dependent packages.

The interesting scenarios to test with libsdl1.2-compat-shim are:

1. Install libsdl1.2-compat-shim and run the program in an X11 environment,
   such as "GNOME on Xorg" or XFCE.
   ($XDG_RUNTIME_DIR/wayland-* should not exist)
2. Install libsdl1.2-compat-shim and run the program in a Wayland
   environment such as GNOME's default mode, using Xwayland.
   ($XDG_RUNTIME_DIR/wayland-* should exist)
3. Install libsdl1.2-compat-shim and run the program in a Wayland
   environment, but this time with environment variable
   SDL_VIDEODRIVER=wayland so that it uses the native Wayland interface
   (this is not currently the default for SDL 2).
4. Install libsdl1.2-compat-dev and recompile the package.

If any of those fail, please report it as a bug in the
libsdl1.2-compat-shim or libsdl1.2-compat-dev package as appropriate,
with "affects" pointing to the program that is affected.

Thanks,
smcv

-- 
This bug report is part of a mass-bug-filing:




Processing of dhcpcd-ui_0.7.9-1_source.changes

2023-06-15 Thread Debian FTP Masters
dhcpcd-ui_0.7.9-1_source.changes uploaded successfully to localhost
along with the files:
  dhcpcd-ui_0.7.9-1.dsc
  dhcpcd-ui_0.7.9.orig.tar.xz
  dhcpcd-ui_0.7.9.orig.tar.xz.asc
  dhcpcd-ui_0.7.9-1.debian.tar.xz
  dhcpcd-ui_0.7.9-1_amd64.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



dhcpcd-ui_0.7.9-1_source.changes ACCEPTED into unstable

2023-06-15 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 15 Jun 2023 15:27:07 -0400
Source: dhcpcd-ui
Architecture: source
Version: 0.7.9-1
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Boyuan Yang 
Changes:
 dhcpcd-ui (0.7.9-1) unstable; urgency=medium
 .
   * QA upload.
   * New upstream release.
   * debian/watch: Fix upstream monitoring script.
Checksums-Sha1:
 873b3fbdfc5f7441c42da26619ab41991c5529ec 2153 dhcpcd-ui_0.7.9-1.dsc
 197738a2e42e0389f1281c4932d8c6c713d64e6c 104100 dhcpcd-ui_0.7.9.orig.tar.xz
 3c4e838fd69f6ebda158fbc97ec7af5e55e34b7a 488 dhcpcd-ui_0.7.9.orig.tar.xz.asc
 56bd3fb22a45f396a151437cea81940dc5ad88c3 3172 dhcpcd-ui_0.7.9-1.debian.tar.xz
 505a300714ba568086ffd5b1b10df8e438baaa0f 14702 
dhcpcd-ui_0.7.9-1_amd64.buildinfo
Checksums-Sha256:
 afa1ee2e508eba52b71795c57e2d3f5c9e3844cbcb6b5616837a0debeb1d1279 2153 
dhcpcd-ui_0.7.9-1.dsc
 daa4759174e89af76c06340add3cd296c0f3e1fac196911108368e41f10f7bb6 104100 
dhcpcd-ui_0.7.9.orig.tar.xz
 278e1af6c8e26d7542ccfa6abffd5fa13ffbe2de3e04dd191b458fbafd22e3aa 488 
dhcpcd-ui_0.7.9.orig.tar.xz.asc
 de3eec3990decc3810b5c0acee527b04fb8b53bdcb57770b3033d7d0097a4228 3172 
dhcpcd-ui_0.7.9-1.debian.tar.xz
 c64ebedde6558e616e27deaaafe16e6461abdf927dc499be6cf1ad045fbce430 14702 
dhcpcd-ui_0.7.9-1_amd64.buildinfo
Files:
 9668417f8c261ee317b7081d2bab8fac 2153 net optional dhcpcd-ui_0.7.9-1.dsc
 e3b0b1506688c71742a65a76c740a0e0 104100 net optional 
dhcpcd-ui_0.7.9.orig.tar.xz
 f4a0f7ad362fa0193551ef1465afbd36 488 net optional 
dhcpcd-ui_0.7.9.orig.tar.xz.asc
 5a5efb7d8277db4dba74f0653068351f 3172 net optional 
dhcpcd-ui_0.7.9-1.debian.tar.xz
 73b15a21678fcf1ea478ec6c37ba8865 14702 net optional 
dhcpcd-ui_0.7.9-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEfncpR22H1vEdkazLwpPntGGCWs4FAmSLZrAACgkQwpPntGGC
Ws6uDw//UXzgcZnWeh+O0vFhY+ho072ESN52kCXToCrMlH04SIjIb5fAHC8z+b3L
9ZLQlpyA5soqc2X43Lf6lE0ycTxIwiFOhRzwmUateE3iVfgEKxxEf1wvT8YbozoV
Bsw4pg0umCf6OjMYyE9pwdxBrVL0VVoJGqCJNZtdwnmDYyKZK9x5M7B2iIIuejN7
mTahI2EzGoId51L1v0RnJN/A/MModydgopNHEsvwwIKT+MBxjxlH1yPHyr3TkD8Y
u8eRJu2efbUcv+26gwsz3cyFFU4gdkRgLTOteaBibEhPEmnanZHgCMqtK2AnhsmF
uEFFvCjX+1YppXSNdq9NtIoNcbQ7zpHN318upAGosi4wl2LbNKaX519vOnoGPyg8
wnmEc61Q1YIk4Bvd6gpS7b+FZ7pe76vdaj+F/XISJazNZgK2gKqoNFchbHEnvAvG
hNb1cLqeACV8YIFzOD3/72TSSzAiuJ1zQkI/AmPzlw+hyd5oQwL3KJSJ59MyZ/lR
qWnXspHMJQrqnt149UyA/8HcffEurhbv2epjxDcnFhJOxB0qq/fgOLUYzOgve3Xp
v9B8NLHFQT305yxVS1UyuGYj1j+bGL2ZxQAJryoBZtq6Mv8HtPddo7G6/oYQW2Bn
fvDwH2F+QZifeIoYufUTzU93m38y3EJlwMKtfce/T0jIj13WFnQ=
=cBK8
-END PGP SIGNATURE-



Bug#1038144: plaintext password get's written to the log in case of a postgres connection failure

2023-06-15 Thread Markus Ziehe

Package: pmacct
Version: 1.7.6-2
Severity: important

If pmacct cannot connect to the PostgreSQL database for whatever reason, 
pmacct writes the credentials in plain text to the log.


A bugfix has already been submitted to the official repository on GitHub 
by me as a merge request and accepted.


Now it just needs to be merged into the Debian version in the official 
Debian repositories.


Link to GitHub: https://github.com/pmacct/pmacct/pull/693



Processing of buzztrax_0.10.2-9_source.changes

2023-06-15 Thread Debian FTP Masters
buzztrax_0.10.2-9_source.changes uploaded successfully to localhost
along with the files:
  buzztrax_0.10.2-9.dsc
  buzztrax_0.10.2-9.debian.tar.xz
  buzztrax_0.10.2-9_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



buzztrax_0.10.2-9_source.changes ACCEPTED into unstable

2023-06-15 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 15 Jun 2023 13:41:42 -0300
Source: buzztrax
Architecture: source
Version: 0.10.2-9
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Aquila Macedo Costa 
Changes:
 buzztrax (0.10.2-9) unstable; urgency=medium
 .
   * QA upload.
   * Upload to unstable.
Checksums-Sha1:
 810af1daad2f8b1bd4e96d007d8274c258cc7465 2288 buzztrax_0.10.2-9.dsc
 f1e93ff9064add07a0d7d93c3989db8095d5dac3 11960 buzztrax_0.10.2-9.debian.tar.xz
 98f2d6eb58c5daa6777a231d57f287200bad2040 18519 
buzztrax_0.10.2-9_source.buildinfo
Checksums-Sha256:
 3a377c8eacaa5118ba66701b6d0fb87257256e110dced4f8da8739caf470279f 2288 
buzztrax_0.10.2-9.dsc
 81b1a0ba8ae0cb77218a3349c5a1c8c0daad05c8b1c5c38ae829331724a29610 11960 
buzztrax_0.10.2-9.debian.tar.xz
 c13a8a0a3a00bb0aa8a503c20616472349689cafbe7f1f8ce8aa99b06fd07130 18519 
buzztrax_0.10.2-9_source.buildinfo
Files:
 4c4aefac848b14cb3f2f8217fd7fe3bc 2288 sound optional buzztrax_0.10.2-9.dsc
 f1dec7db7309c848e6afe52327914c63 11960 sound optional 
buzztrax_0.10.2-9.debian.tar.xz
 6cd1678d73db29e8d3dda5f7dcaaba56 18519 sound optional 
buzztrax_0.10.2-9_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEENX3LDuyVoBrrofDS3mO5xwTr6e8FAmSLkvEACgkQ3mO5xwTr
6e8jKw/9ErgP72ExPQlW68dvycyfMYnApUygEVMSMth9AGgocQoeaJ0n4deX+SBF
/H+CaRYq5yD6AWP80UO5W8Ep3EVuoFqUIhdLTaRJbiEAHHqWg47ohBFcdU0DRs5A
t48Uk31n3IRVY+PZuKj6ZA1ryx0cAHU0P1A3bNCjIxPWewmDN/cGq0iWGhYs2LQ5
oC7hh3jpu8SSdtyXi6sk+v0/aPuwXNPF6pr91hxGNlwIVtx3nWvuwN2x/fnE4jcE
UzV642+GEjXldSMQfTH7IdEiJCThlluKKL0p4XA0slv4lKRbCvm46o00EI8kppIN
as8U1av4khcMiHZ6aS/BWsvtfNfusiHscov6PVNRkPfkZ6Xto2jHIy0W0HmErkwt
oVC9aGC5cFsoYzpi5veAAhVNkCj8NkKmAVIzu/4Smvn7J+JDC5/P2/n2iewPA+Nm
LuRoTrFAt4RdLBPdu5V0Af4LVo2NoNGVY+b0gjC3Vy2PpQbmjPa5eSp2tMGBxFGJ
VQYEJR338sQQpEMac2OPoxmikh2dcoMpuEV2kxe8sa7XNU5OvD+potMGASD+FQz5
kEs8Uusxa2bPp8jc4wL/4R775AdKYQLheX8lTWznlWrjkhUwqUb9HUM22zBCc5H9
iwhW3o3eACKbh9y7PhKs9odW1pVu50IvyzBAFGGGHoxRK89GnNM=
=pHjH
-END PGP SIGNATURE-



Processing of ukopp_4.9-3_source.changes

2023-06-15 Thread Debian FTP Masters
ukopp_4.9-3.dsc has incorrect size; deleting it

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



Processing of ukopp_4.9-3_source.changes

2023-06-15 Thread Debian FTP Masters
ukopp_4.9-3_source.changes uploaded successfully to localhost
along with the files:
  ukopp_4.9-3.dsc
  ukopp_4.9-3.debian.tar.xz

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



Bug#1037243: marked as done (dhcpcd-ui: updated debian/watch file)

2023-06-15 Thread Debian Bug Tracking System
Your message dated Thu, 15 Jun 2023 23:35:27 -0300
with message-id 

and subject line RE: dhcpcd-ui: updated debian/watch file
has caused the Debian Bug report #1037243,
regarding dhcpcd-ui: updated debian/watch file
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.)


-- 
1037243: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037243
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: dhcpcd-ui
Version: 0.7.8-1
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Upstream recently discontinued his own repositories. Everything has been moved 
to Github.

The attached updated debian/watch file monitors for new Git tags on Github.

Martin-Éric

- -- System Information:
Debian Release: 12.0
  APT prefers unstable
  APT policy: (900, 'unstable')
Architecture: i386 (x86_64)

Kernel: Linux 6.1.0-9-amd64 (SMP w/4 CPU threads; PREEMPT)
Locale: LANG=fi_FI.UTF-8, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8), LANGUAGE=fi:en
Shell: /bin/sh linked to /usr/bin/dash
Init: unable to detect

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEyJACx3qL7GpObXOQrh+Cd8S017YFAmSCns0ACgkQrh+Cd8S0
17bFSQ//dP6RTuzFR9sQdY30KTi3eJbDYG7CutTAotZHXUzWadTHWGS6PKqKEBCk
mVrgGyWkePmjy+TcmiCn1CKgMHYiBBURZLJqb/oInMocmHH/wEI8CJnNQeihKFZi
OUCYdfsaVKQ0E8YDSMEE2w69v/tQQkUS81e7DJ3OnlxQZJEBkBXlHVJqsyS+e6+L
L30Lo2Kz6Fqqymt6DR2XY0cxJf0ysTvOLC5FZu+xscuZ8L1Nmw9fE6AtIW3sTaMC
14aRhVQastwYSug+njUSC319lFTrZy2kIFmmK3xg5w5WDK8ZF05mSOaK9JJld3Nh
eSDzBJp4WgyPr1zsrv4mj3rZnw27JizHzlKe9jecz0PE/esCbYlvKoqt/Qx9egTO
rqLxhSkUWoQZ76gvxvOXZA9g+SlAJ4SDjDKGt4fIJMNkPrBvxBnx8G7ugxZZF3yv
I5BtmZkKXfa3yQCyhoJ6CDmVKO0Y593dv6o2fNt8QBzX6l+hIGsHhvkzPkHd4TxD
6tn+9oF5c4fCHBRFKvqGqxLjzv5Kb+hgL4Rj5rRgqeke7eLtm/lM77j5tkHhQLHD
MnWQ39Yc5Y9V07qrTDhXim90/YP4iVqHgEvxTuuOQmuEi9TUXc9Y48BxT/BTko/T
2HlDZpcRULuKeJJoedr7QM6W3xfluiU0jmov8KfuXiiU5xp/ZwE=
=jiKd
-END PGP SIGNATURE-
version=4
opts="mode=git,pgpmode=gittag" \
https://github.com/NetworkConfiguration/dhcpcd-ui.git refs/tags/v([\d\.]+) \
debian uupdate --no-symlink
--- End Message ---
--- Begin Message ---
Hi,

Fixed.
https://tracker.debian.org/news/1435150/accepted-dhcpcd-ui-079-1-source-into-unstable

-- 
Cheers,
Leandro Cunha--- End Message ---


Bug#1037244: marked as done (dhcpcd-ui: new upstream 0.7.9 release)

2023-06-15 Thread Debian Bug Tracking System
Your message dated Thu, 15 Jun 2023 23:59:48 -0300
with message-id 

and subject line RE: dhcpcd-ui: new upstream 0.7.9 release
has caused the Debian Bug report #1037244,
regarding dhcpcd-ui: new upstream 0.7.9 release
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.)


-- 
1037244: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037244
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: dhcpcd-ui
Version: 0.7.8-1
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Upstream released dhcpcd-ui 0.7.9 in April 2023 on Github.

This is upstream's first release on Github. Upstream's personal repository has 
been discontinued.

This is also upstream's first release with GPG-signed tarballs and GPG-signed 
Git tags.

Debian's dhcpcd package may be used as an example for importing upstream's GPG 
key and for tracking GPG-signed Git commits. Merely tracking the tarballs also 
is possible.

Martin-Éric

- -- System Information:
Debian Release: 12.0
  APT prefers unstable
  APT policy: (900, 'unstable')
Architecture: i386 (x86_64)

Kernel: Linux 6.1.0-9-amd64 (SMP w/4 CPU threads; PREEMPT)
Locale: LANG=fi_FI.UTF-8, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8), LANGUAGE=fi:en
Shell: /bin/sh linked to /usr/bin/dash
Init: unable to detect

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEyJACx3qL7GpObXOQrh+Cd8S017YFAmSCoPsACgkQrh+Cd8S0
17a1ehAAuDZaBhMsPUOggIryAhu8jBH209QG+qF2xt1Ld89Knj+vMZVPcZ/bTLaF
g8/FmAfRafOigRZ2coZ22ZIq7Qkdvmg5Zr/+LAfIF22XBNnId4CwnTyL5xYZZTLl
bsomRwY60gaZ0LLHBLUukRpwwGvW+8+R/s7eB5OdfJ95PDtrfYE7jsy1IEMDA73V
mz+RnN09vGLbO9s8CogUREDi/I4TA3wGVeIRfWl71jJBB50DSXfcVglvFyHFB5px
jofa1zm+SnIgLDdEeIFnWbsuTFhI03u8UezyRB0v7Gl+UkHiqYkLiojhWAz3hbSZ
TFguxYbrU64FEI+sOBOyGB2oGjOXxh5L2z+qQFFzEY2jVWpxxFcCJa/q+SrqhO+Q
h32WzY1hyf4E1EzZvsDlp9xEHzNKLXSRoYFfRh7GtU2+YoCcWaWb1VA4aUG7Pcc2
b381YTA4uv2B60Eq1UE0ACvMjy3cTVWcsNed+13zSlHtHsJSY9bW+q65VKNnhhzG
PXa74rdJxZLu3d307wBeKURRDC5aqC4MAh9BD/Vbi3h94KnefGd6xj5z2m+GLEDL
toZiY8RCyvtt+XL0omHRB/nyGxIJpHv9fqRb4N+IA6vv277T1GhTDuly+uKYxFyF
0mWeFVXD7pl1p8o1FPzE5wCLkj+kSnGI6KXNCasbANG+OigdmkQ=
=3XCi
-END PGP SIGNATURE-
--- End Message ---
--- Begin Message ---
Hi,

Fixed.
https://tracker.debian.org/news/1435150/accepted-dhcpcd-ui-079-1-source-into-unstable

-- 
Cheers,
Leandro Cunha
-BEGIN PGP PUBLIC KEY BLOCK-

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
bNYcy

ukopp_4.9-3_source.changes ACCEPTED into unstable

2023-06-15 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 07 Jun 2023 16:11:08 -0300
Source: ukopp
Architecture: source
Version: 4.9-3
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Aquila Macedo Costa 
Changes:
 ukopp (4.9-3) unstable; urgency=medium
 .
   * QA upload.
   * Set Debian QA Group as maintainer.
   * Using new DH level format. Consequently:
 - debian/compat: removed.
 - debian/control: changed from 'debhelper' to 'debhelper-compat' in
   Build-Depends field and bumped level to 13.
   * debian/control: bumped Standards-Version to 4.6.2.
   * debian/watch: adding comment in the watch file about replacing 'ukopp'
 with the new 'backwild' software. The current link does not work.
   * debian/ukopp.install: changing the installation directory of the files.
   * debian/rules: added compilation option to enable "bindnow" in linker.
   * Update doc-base to reflect new documentation directory.
Checksums-Sha1:
 0fc143f7ae8b59b059c759a0762ace6c23a1b61e 1853 ukopp_4.9-3.dsc
 99200c5b89d984f2e07c8584613cf273dc33599f 4144 ukopp_4.9-3.debian.tar.xz
Checksums-Sha256:
 584f13449908604e0c8a857856943530ce9e8f8855b8834bacf492017cc6d2fb 1853 
ukopp_4.9-3.dsc
 c31516060fbcc7eb408d82357e5f3f84568076678fe13f2f12383931369af6c7 4144 
ukopp_4.9-3.debian.tar.xz
Files:
 9c9c2711f288f5e3faefc4e8da6f21d8 1853 admin optional ukopp_4.9-3.dsc
 8cbdd95cdae314346c546e0c93a280db 4144 admin optional ukopp_4.9-3.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQJJBAEBCAAzFiEEjtbD+LrJ23/BMKhw+COicpiDyXwFAmSLuwcVHGthbmFzaGly
b0BkZWJpYW4ub3JnAAoJEPgjonKYg8l842QP/jXuUTdTI5dqXfTOLeJtHgvZxtE4
r5WXg1X4mHMAnNIaB+bPpApzipZuGLRJxSO84bFTuXKGopOdgfHmy4UK18ty/Xcc
kj8Ba0StomegVU4Sc8V9FF2QmmLQqJzc335G21yFkrB3zlWs/Biw8mSBlxiacA5E
e7doURWIpq4C17GSb6UvozClYl0PO+IQyn1mGU5VtZ9dWmeKk1Ehp1RbckRcODk6
UsBdMsvTIOH6sDEHs9IrH7vCPS6BLPGrQhcfPbAXNwdgY5F8Z2pcAOZeeNiUbuS+
xMX3eUzlN/oljTISVHiHR7ZUfVYNk+wj5siXp7HM/+W+sXH/+CT+VezdUsxDVfCu
B7vPM2aYHiQGkC5n4sLJma6ucE2ltkvUMI62mzN6tOOngwKHal9BtjGGprSPcKfy
WMyitWTB6oTgh+QMzNuXjRSM4aiehRbKABF4qp+fVDEaUJlp3ByfsAJX4H/5/RmG
wiiKknq3Dti8/tenFKr19XnqwkZ6AFYM8IYpQiF1XNTRgTmqxdwMug3QynHc1ARO
PLlYardH1AAhS1VYdpUYrtzYasga1EGLwlRlM4TtrRAdmvdDZEK3BN3E40AJAoOX
zUoKusbRzHkf0qUq5VLsol3KxHV0NmVr4NquMwi1PPKzezCoo/psbAdot81rP2ww
/IbQEjYCh7lvN6UQ
=7pDP
-END PGP SIGNATURE-



awstats is marked for autoremoval from testing

2023-06-15 Thread Debian testing autoremoval watch
awstats 7.8-3 is marked for autoremoval from testing on 2023-07-06

It is affected by these RC bugs:
1037213: awstats: prompting due to modified conffiles which were not modified 
by the user: /etc/logrotate.d/httpd-prerotate/awstats
 https://bugs.debian.org/1037213



This mail is generated by:
https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl

Autoremoval data is generated by:
https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl