Bug#993491: grilo-plugins: Please switch to tracker 3

2021-09-01 Thread Laurent Bigonville
Source: grilo-plugins
Version: 0.3.13-2
Severity: serious
Tags: patch

Hello,

The transition to tracker 3 has begun, and grilo-plugins requires
changes to the build-dependencies to use that new version

There is already a MR proposed here:
https://salsa.debian.org/berto/grilo-plugins/-/merge_requests/2

Could you please apply that change?

Kind regards,
Laurent Bigonville

-- System Information:
Debian Release: bookworm/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1, 
'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 5.10.0-8-amd64 (SMP w/8 CPU threads)
Kernel taint flags: TAINT_WARN
Locale: LANG=fr_BE.UTF-8, LC_CTYPE=fr_BE.UTF-8 (charmap=UTF-8), 
LANGUAGE=fr_BE:fr
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: SELinux: enabled - Mode: Permissive - Policy name: refpolicy



Bug#993482: marked as done (python3-fonttools: missing dependency to python3-lxml)

2021-09-01 Thread Debian Bug Tracking System
Your message dated Thu, 02 Sep 2021 05:20:52 +
with message-id 
and subject line Bug#993482: fixed in fonttools 4.26.2-2
has caused the Debian Bug report #993482,
regarding python3-fonttools: missing dependency to python3-lxml
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.)


-- 
993482: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=993482
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: fonttools
Version: 4.19.1-1
Severity: important
X-Debbugs-Cc: deb...@microjoe.org

Dear Maintainer,

I am using fontmake to build a font source package in Debian.

During the invocation in an isolated environment (sbuild), the call
fails with the following stacktrace:

> Traceback (most recent call last):
>   File "/usr/bin/fontmake", line 33, in 
> sys.exit(load_entry_point('fontmake==2.4.1', 'console_scripts', 
> 'fontmake')())
>   File "/usr/bin/fontmake", line 25, in importlib_load_entry_point
> return next(matches).load()
>   File "/usr/lib/python3.9/importlib/metadata.py", line 77, in load
> module = import_module(match.group('module'))
>   File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
>   File "", line 1030, in _gcd_import
>   File "", line 1007, in _find_and_load
>   File "", line 986, in _find_and_load_unlocked
>   File "", line 680, in _load_unlocked
>   File "", line 850, in exec_module
>   File "", line 228, in _call_with_frames_removed
>   File "/usr/lib/python3/dist-packages/fontmake/__main__.py", line 20, in 
> 
> from ufo2ft import CFFOptimization
>   File "/usr/lib/python3/dist-packages/ufo2ft/__init__.py", line 8, in 
> 
> from ufo2ft.featureCompiler import (
>   File "/usr/lib/python3/dist-packages/ufo2ft/featureCompiler.py", line 14, 
> in 
> from ufo2ft.featureWriters import (
>   File "/usr/lib/python3/dist-packages/ufo2ft/featureWriters/__init__.py", 
> line 11, in 
> from .markFeatureWriter import MarkFeatureWriter
>   File 
> "/usr/lib/python3/dist-packages/ufo2ft/featureWriters/markFeatureWriter.py", 
> line 9, in 
> from ufo2ft.fontInfoData import getAttrWithFallback
>   File "/usr/lib/python3/dist-packages/ufo2ft/fontInfoData.py", line 23, in 
> 
> from fontTools import ufoLib
>   File "/usr/lib/python3/dist-packages/fontTools/ufoLib/__init__.py", line 8, 
> in 
> import fs
>   File "/usr/lib/python3/dist-packages/fs/__init__.py", line 4, in 
> __import__("pkg_resources").declare_namespace(__name__)  # type: ignore
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3243, 
> in 
> Traceback (most recent call last):
>   File "/usr/bin/fontmake", line 33, in 
> sys.exit(load_entry_point('fontmake==2.4.1', 'console_scripts', 
> 'fontmake')())
>   File "/usr/bin/fontmake", line 25, in importlib_load_entry_point
> return next(matches).load()
>   File "/usr/lib/python3.9/importlib/metadata.py", line 77, in load
> module = import_module(match.group('module'))
>   File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
>   File "", line 1030, in _gcd_import
> def _initialize_master_working_set():
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3226, 
> in _call_aside
>   File "", line 1007, in _find_and_load
>   File "", line 986, in _find_and_load_unlocked
>   File "", line 680, in _load_unlocked
>   File "", line 850, in exec_module
>   File "", line 228, in _call_with_frames_removed
>   File "/usr/lib/python3/dist-packages/fontmake/__main__.py", line 20, in 
> 
> from ufo2ft import CFFOptimization
>   File "/usr/lib/python3/dist-packages/ufo2ft/__init__.py", line 8, in 
> 
> from ufo2ft.featureCompiler import (
>   File "/usr/lib/python3/dist-packages/ufo2ft/featureCompiler.py", line 14, 
> in 
> from ufo2ft.featureWriters import (
>   File "/usr/lib/python3/dist-packages/ufo2ft/featureWriters/__init__.py", 
> line 11, in 
> from .markFeatureWriter import MarkFeatureWriter
>   File 
> "/usr/lib/python3/dist-packages/ufo2ft/featureWriters/markFeatureWriter.py", 
> line 9, in 
> from ufo2ft.fontInfoData import getAttrWithFallback
>   File "/usr/lib/python3/dist-packages/ufo2ft/fontInfoData.py", line 23, in 
> 
> from fontTools import ufoLib
>   File "/usr/lib/python3/dist-packages/fontTools/ufoLib/__init__.py", line 8, 
> in 
> f(*args, **kwargs)
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3255, 
> in 

Bug#993482: marked as pending in fonttools

2021-09-01 Thread 魏銘廷
Control: tag -1 pending

Hello,

Bug #993482 in fonttools reported by you has been fixed in the
Git repository and is awaiting an upload. You can see the commit
message below and you can check the diff of the fix at:

https://salsa.debian.org/fonts-team/fonttools/-/commit/e7f5dea3c4a1bf631618d25c5a2e3f8a681a5b7d


debian/control: Add missing dependencies. Closes: #993482


(this message was generated automatically)
-- 
Greetings

https://bugs.debian.org/993482



Processed: Bug#993482 marked as pending in fonttools

2021-09-01 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #993482 [fonttools] python3-fonttools: missing dependency to python3-lxml
Added tag(s) pending.

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



Processed: reassign 993482 to fonttools

2021-09-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 993482 fonttools 4.23.1-1
Bug #993482 [fonttools] python3-fonttools: missing dependency to python3-lxml
Ignoring request to reassign bug #993482 to the same package
Bug #993482 [fonttools] python3-fonttools: missing dependency to python3-lxml
Marked as found in versions fonttools/4.23.1-1; no longer marked as found in 
versions fonttools/4.19.1-1.
> thanks
Stopping processing here.

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



Processed: severity of 993482 is serious

2021-09-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 993482 serious
Bug #993482 [fonttools] python3-fonttools: missing dependency to python3-lxml
Severity set to 'serious' from 'important'
> thanks
Stopping processing here.

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



Bug#971324: marked as done (zoneminder: uses deprecated libavresample)

2021-09-01 Thread Debian Bug Tracking System
Your message dated Thu, 02 Sep 2021 00:51:18 +
with message-id 
and subject line Bug#971324: fixed in zoneminder 1.36.5+dfsg1-1
has caused the Debian Bug report #971324,
regarding zoneminder: uses deprecated libavresample
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.)


-- 
971324: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=971324
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: zoneminder
Version: 1.34.21-1
Severity: important
Tags: sid bullseye
Usertags: libavresample-removal
Control: block 971318 by -1

Dear maintainer,

zoneminder currently Build-Depends or Depends on libavresample-dev.
The ffmpeg developers consider libavresample as obsolete and replaced
the library with libswresample. Please switch zoneminder to use
libswresample.

Note that this switch will require changes if zoneminder doesn't
already have support for libsvresample.

Cheers 
--- End Message ---
--- Begin Message ---
Source: zoneminder
Source-Version: 1.36.5+dfsg1-1
Done: Dmitry Smirnov 

We believe that the bug you reported is fixed in the latest version of
zoneminder, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 971...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dmitry Smirnov  (supplier of updated zoneminder package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 01 Sep 2021 21:58:52 +1000
Source: zoneminder
Architecture: source
Version: 1.36.5+dfsg1-1
Distribution: unstable
Urgency: medium
Maintainer: Dmitry Smirnov 
Changed-By: Dmitry Smirnov 
Closes: 971324
Changes:
 zoneminder (1.36.5+dfsg1-1) unstable; urgency=medium
 .
   * New upstream release.
   * Build-Depends += "libvncserver-dev".
   * Build-Depends: libavresample-dev --> libswresample-dev (Closes: #971324).
   * Removed dependency on "cakephp" in favour of bundled (private) "cakephp".
   * README: updated required MySQL privileges.
   * service: After/Wants=remote-fs.target
   * service: After/Wants=local-fs.target; init: require "$local_fs".
   * service: After=time-sync.target; init: require "$time".
   * service: Wants=fcgiwrap.service
   * Standards-Version: 4.6.0.
   * "/var/run" --> "/run".
   * Synchronised "logrotate" settings with upstream.
   * Install reference "zm.conf" and add API troubleshooting notes.
   * nginx: updated sample config with fix for "/zm/api".
   * nginx: added CSS override for the "/zm/api" page.
Checksums-Sha1:
 d07d4eb04a3c524b331bcb84b9bd9464a8b3c17d 3485 zoneminder_1.36.5+dfsg1-1.dsc
 4d3c88b6b1529c4294c7062a82036fec9b2c1132 3392 
zoneminder_1.36.5+dfsg1.orig-CakePHP-Enum-Behavior.tar.xz
 f73982a904a26ba2bdb02e09967417eb5ba30feb 59756 
zoneminder_1.36.5+dfsg1.orig-Crud.tar.xz
 9eacd7233cfde57fe86ac945083e16a6b23866f5 1385796 
zoneminder_1.36.5+dfsg1.orig-RtspServer.tar.xz
 8616e5d9379a6a6abc0cfa567e2391ca14dc096a 9234748 
zoneminder_1.36.5+dfsg1.orig.tar.xz
 fac41286c330b74ab07230eb890885caaa1691ae 191604 
zoneminder_1.36.5+dfsg1-1.debian.tar.xz
 90474ef4b92944a3e5d43c6e9c44995877e63c67 17078 
zoneminder_1.36.5+dfsg1-1_amd64.buildinfo
Checksums-Sha256:
 b86c4f493054c6e14746e372ccadd5289850e24180ce42cd1742c2ac4199da7b 3485 
zoneminder_1.36.5+dfsg1-1.dsc
 98776ede8b060bee95691ade695e9e973d0449f54f8e438e735edcc40b37c28f 3392 
zoneminder_1.36.5+dfsg1.orig-CakePHP-Enum-Behavior.tar.xz
 1fef57a3aa47515c5de938decba126cbf44aa39b3a1a3928a8c9039408d70f22 59756 
zoneminder_1.36.5+dfsg1.orig-Crud.tar.xz
 24f81cb970b0b833981e2d4128e3a0bb67deb156f913aac2116f338431921279 1385796 
zoneminder_1.36.5+dfsg1.orig-RtspServer.tar.xz
 ba43271096714dbbb2653bd574431286e6b4e6c051c019f7d16833f01388aa60 9234748 
zoneminder_1.36.5+dfsg1.orig.tar.xz
 b24a591363d522615f03d86999cd5ee3c39c70607f535bfd7dd810d95a0b415c 191604 
zoneminder_1.36.5+dfsg1-1.debian.tar.xz
 d29db1fdf95f4eaf6569cf913599841f088311f432f7b4dac3ded25fc1a3b7fc 17078 
zoneminder_1.36.5+dfsg1-1_amd64.buildinfo
Files:
 34098d2727afe6705ecd5564181f1ba8 3485 net optional 
zoneminder_1.36.5+dfsg1-1.dsc
 6b9f261ada6c5e3a6ca1df64bfaf94c9 3392 net optional 
zoneminder_1.36.5+dfsg1.orig-CakePHP-Enum-Behavior.tar.xz
 b79551bc0416103e65ad525b9f6c2b6c 59756 net optional 

Processed: Bug#971324 marked as pending in zoneminder

2021-09-01 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #971324 [src:zoneminder] zoneminder: uses deprecated libavresample
Ignoring request to alter tags of bug #971324 to the same tags previously set

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



Bug#971324: marked as pending in zoneminder

2021-09-01 Thread Dmitry Smirnov
Control: tag -1 pending

Hello,

Bug #971324 in zoneminder reported by you has been fixed in the
Git repository and is awaiting an upload. You can see the commit
message below and you can check the diff of the fix at:

https://salsa.debian.org/debian/zoneminder/-/commit/9f371101a9ab2dd81d72afd451ed9727491e102d


libavresample-dev --> libswresample-dev (Closes: #971324)


(this message was generated automatically)
-- 
Greetings

https://bugs.debian.org/971324



Bug#993430: marked as done (Breaks nautilus Settings schema 'org.freedesktop.Tracker.Miner.Files' is not installed)

2021-09-01 Thread Debian Bug Tracking System
Your message dated Wed, 01 Sep 2021 23:04:28 +
with message-id 
and subject line Bug#993430: fixed in tracker-miners 3.1.1-4
has caused the Debian Bug report #993430,
regarding Breaks nautilus  Settings schema 
'org.freedesktop.Tracker.Miner.Files' is not installed
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.)


-- 
993430: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=993430
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: tracker
Version: 3.1.1-3
Severity: serious

The latest update of tracker seems to have broken nautilus (which is
still at version 3.38.2-1 here, has I have plugins like
nautilus-nextcloud which haven't been updated yet).

After this upgrade, nautilus fails to start

$ /usr/bin/nautilus

** (org.gnome.Nautilus:22334): WARNING **: 10:24:58.527: Error on getting 
connection: Failed to load SPARQL backend: Unable to find default domain 
ontology rule /usr/share/tracker/domain-ontologies/default.rule

(org.gnome.Nautilus:22334): GLib-GIO-ERROR **: 10:24:58.612: Settings schema 
'org.freedesktop.Tracker.Miner.Files' is not installed
Trace/breakpoint trap (core dumped)







-- System Information:
Debian Release: bookworm/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (200, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.10.0-8-amd64 (SMP w/4 CPU threads)
Kernel taint flags: TAINT_FIRMWARE_WORKAROUND, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages tracker depends on:
ii  dbus-user-session [default-dbus-session-bus]  1.12.20-2
ii  dbus-x11 [dbus-session-bus]   1.12.20-2
ii  dpkg  1.20.9
ii  libc6 2.31-17
ii  libglib2.0-0  2.68.4-1
ii  libglib2.0-bin2.68.4-1
ii  libicu67  67.1-7
ii  libsqlite3-0  3.36.0-2
ii  libstemmer0d  2.1.0-1
ii  libtracker-sparql-3.0-0   3.1.1-3
ii  shared-mime-info  2.0-1

Versions of packages tracker recommends:
ii  tracker-miner-fs  3.1.1-3

tracker suggests no packages.

-- no debconf information
--- End Message ---
--- Begin Message ---
Source: tracker-miners
Source-Version: 3.1.1-4
Done: Jeremy Bicha 

We believe that the bug you reported is fixed in the latest version of
tracker-miners, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 993...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jeremy Bicha  (supplier of updated tracker-miners package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 01 Sep 2021 18:48:53 -0400
Source: tracker-miners
Built-For-Profiles: noudeb
Architecture: source
Version: 3.1.1-4
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 

Changed-By: Jeremy Bicha 
Closes: 993430
Changes:
 tracker-miners (3.1.1-4) unstable; urgency=medium
 .
   [ Laurent Bigonville ]
   * debian/control.in: Only BD against libnm-dev on linux-any architectures
 .
   [ Jeremy Bicha ]
   * debian/control.in: Have tracker-miner-fs Break older versions of apps
 since the gsettings schema & dbus path changed names (Closes: #993430)
Checksums-Sha1:
 95c525647f85df7c787d807996d1188723ba977d 3241 tracker-miners_3.1.1-4.dsc
 9dd2d7bcd68770864b24f639a489eb436e531c9c 12912 
tracker-miners_3.1.1-4.debian.tar.xz
 1ea2c4cd794ce2dca99f59730c9c7ebeeccc6792 15933 
tracker-miners_3.1.1-4_source.buildinfo
Checksums-Sha256:
 178301f091d83bb09f21ab2eda88b87ad31a631b1bb9a2f8f239fc779a5c0bae 3241 
tracker-miners_3.1.1-4.dsc
 147faf09547bf31db76e7ae9536a8091ed694ffa58729728d4e6c28d149b2136 12912 
tracker-miners_3.1.1-4.debian.tar.xz
 cb96b1c119298237eee2375cc361b9d0fa700457e4a8193b8ebe0f3c2a7d7102 15933 
tracker-miners_3.1.1-4_source.buildinfo
Files:
 

Bug#993338: octave: Setting up octave fails due to missing libGL.so.1

2021-09-01 Thread Witold Baryluk
Package: octave
Version: 6.2.0-1
Followup-For: Bug #993338
X-Debbugs-Cc: witold.bary...@gmail.com

Looking more detailed in the live-builds / dpkg logs, and checking
dependencies, it is actually not issue with dpkg or octave.

The libgl1 is fully unpacked and configured before octave postinst is
called.

I suspect `ldconfig` is not run properly in libgl1, or not triggered by
dpkg between libgl1 postinst and octave postinst.



Bug#979041: libopempi3: aborts python code due to libfabric fork() issues

2021-09-01 Thread Lucas Nussbaum
reopen 979041
notfixed 979041 4.1.0-7
thanks

Hi,

I ran into this problem with 4.1.0-7. The ofi BTL was disabled, but not
the ofi MTL. In some cases, both need to be disabled.

You need something like:
mtl = ^ofi
in addition to:
btl = ^ofi

(I ran into this with https://github.com/LLNL/mpiGraph and
libhwloc-contrib-plugins, and CUDA installed -- let me know if you need
help reproducing)

Lucas



Processed: Re: Bug#979041: libopempi3: aborts python code due to libfabric fork() issues

2021-09-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reopen 979041
Bug #979041 {Done: Alastair McKinstry } [libopenmpi3] 
libopempi3: aborts python code due to libfabric fork() issues
'reopen' may be inappropriate when a bug has been closed with a version;
all fixed versions will be cleared, and you may need to re-add them.
Bug reopened
No longer marked as fixed in versions openmpi/4.1.0-7.
> notfixed 979041 4.1.0-7
Bug #979041 [libopenmpi3] libopempi3: aborts python code due to libfabric 
fork() issues
Ignoring request to alter fixed versions of bug #979041 to the same values 
previously set
> thanks
Stopping processing here.

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



Processed: unarchiving 979041

2021-09-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> unarchive 979041
Bug #979041 {Done: Alastair McKinstry } [libopenmpi3] 
libopempi3: aborts python code due to libfabric fork() issues
Unarchived Bug 979041
> thanks
Stopping processing here.

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



Bug#982121: marked as done (python-django-analytical: autopkgtest failure)

2021-09-01 Thread Debian Bug Tracking System
Your message dated Wed, 01 Sep 2021 21:49:37 +
with message-id 
and subject line Bug#982121: fixed in python-django-analytical 3.0.0-2
has caused the Debian Bug report #982121,
regarding python-django-analytical: autopkgtest failure
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.)


-- 
982121: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=982121
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-django-analytical
Version: 3.0.0-1
Severity: serious

https://ci.debian.net/data/autopkgtest/testing/amd64/p/python-django-analytical/10264471/log.gz

...
autopkgtest [14:53:32]: test autodep8-python3: set -e ; for py in $(py3versions 
-r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c 
"import django_analytical; print(django_analytical)" ; done
autopkgtest [14:53:32]: test autodep8-python3: [---
Testing with python3.9:
Traceback (most recent call last):
  File "", line 1, in 
ModuleNotFoundError: No module named 'django_analytical'
autopkgtest [14:53:33]: test autodep8-python3: ---]
autopkgtest [14:53:33]: test autodep8-python3:  - - - - - - - - - - results - - 
- - - - - - - -
autodep8-python3 FAIL non-zero exit status 1
--- End Message ---
--- Begin Message ---
Source: python-django-analytical
Source-Version: 3.0.0-2
Done: Michael Fladischer 

We believe that the bug you reported is fixed in the latest version of
python-django-analytical, which is due to be installed in the Debian FTP 
archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 982...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Fladischer  (supplier of updated 
python-django-analytical package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 01 Sep 2021 21:13:04 +
Source: python-django-analytical
Architecture: source
Version: 3.0.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team 
Changed-By: Michael Fladischer 
Closes: 982121
Changes:
 python-django-analytical (3.0.0-2) unstable; urgency=medium
 .
   [ Diego M. Rodriguez ]
   * d/watch: update to GitHub format.
   * d/test: specify import_name. (Closes: #982121)
 .
   [ Michael Fladischer ]
   * Bump Standards-Version to 4.6.0.
   * Remove unnecessary autopkgtest-pkg-python testsuite.
Checksums-Sha1:
 93e08ffec4af2af2f5a882da3e25fa4f773f0a22 2018 
python-django-analytical_3.0.0-2.dsc
 3eb8c4ad9277dae838fe57ab7bf9e8090c338d2f 3096 
python-django-analytical_3.0.0-2.debian.tar.xz
 671ea03afb95c72bfc49e9246f1f60a04054b452 7637 
python-django-analytical_3.0.0-2_arm64.buildinfo
Checksums-Sha256:
 2fa6e2c7ea9e0078714a40b4b7460dc725932da1347db7f93e8618a70a78433f 2018 
python-django-analytical_3.0.0-2.dsc
 ee03a22328c07c3f6402dd81af5000f72a495e9fb117934374d31607e2bcc156 3096 
python-django-analytical_3.0.0-2.debian.tar.xz
 534d7d17f982594b8d14fa4d37655aa2fc8cf5851bada310b13353545e29e07c 7637 
python-django-analytical_3.0.0-2_arm64.buildinfo
Files:
 6c48138ed05c032488ca8f3a7ffa7ef5 2018 python optional 
python-django-analytical_3.0.0-2.dsc
 c9d867171d22726b793d75562f05509e 3096 python optional 
python-django-analytical_3.0.0-2.debian.tar.xz
 3d5cc2d4e812d2b65285d28765e2e099 7637 python optional 
python-django-analytical_3.0.0-2_arm64.buildinfo

-BEGIN PGP SIGNATURE-

iQEzBAEBCgAdFiEEqVSlRXW87UkkCnJc/9PIi5l90WoFAmEv724ACgkQ/9PIi5l9
0Wq/2wgAs7cOJA1kWGbxu7XVoymL4KqUqJ+qOEFFbz8obb4rImTbaV6EKI4JBW6R
QsH+tH6VTxXDx0WEiQ7FHXegoyOj8gZLxffdVdl+UInbw3EOcoy2JI4hIORMQz6Y
WAEOhbFge61nFhgm2zZBE0i7Kk2snsE6eYcZyN/sEKrvjO10YHAxAyGtntCVr28i
Ex6H/TtQ7l3kpPiEuYTSqxItb1ShyIipSb0x9uFqUFwtO8hflGi6+vbRqEMuu7+J
KC/q5Cs5rRiAw14tHwc5vXiTetQ/xBI54k7hYtgoC62BstqMTjJ2yWL3e2xGtV65
2bAICsyb3eRjt4t0+o3qLQr4Plv2hQ==
=6mNd
-END PGP SIGNATURE End Message ---


Bug#993430: marked as pending in tracker-miners

2021-09-01 Thread Jeremy Bicha
Control: tag -1 pending

Hello,

Bug #993430 in tracker-miners reported by you has been fixed in the
Git repository and is awaiting an upload. You can see the commit
message below and you can check the diff of the fix at:

https://salsa.debian.org/gnome-team/tracker-miners/-/commit/311e4e6d8c479fb3cad1d679be627de4a6182af3


debian/control.in: Have tracker-miner-extract Break older versions

of gnome-photos, nautilus & netatalk which depend on a gsettings
schema which changed names

Closes: #993430

Gbp-Dch: Full


(this message was generated automatically)
-- 
Greetings

https://bugs.debian.org/993430



Processed: Bug#993430 marked as pending in tracker-miners

2021-09-01 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #993430 [tracker-miner-fs] Breaks nautilus  Settings schema 
'org.freedesktop.Tracker.Miner.Files' is not installed
Added tag(s) pending.

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



Bug#993480: gcl: Fails to install in unstable

2021-09-01 Thread Samuel Thibault
Package: gcl
Version: 2.6.12-102
Severity: serious
Justification: cannot install

Hello,

gcl cannot be installed in a fresh unstable chroot:

Setting up gcl (2.6.12-102) ...
/var/lib/dpkg/info/gcl.postinst: 5: tempfile: not found
/var/lib/dpkg/info/gcl.postinst: 5: tempfile: not found
/var/lib/dpkg/info/gcl.postinst: 27: cannot create : Directory nonexistent
dpkg: error processing package gcl (--configure):
 installed gcl package post-installation script subprocess returned error exit 
status 2

tempfile was indeed dropped from the debianutils package as of its
version 5.0-1

Samuel

-- System Information:
Debian Release: bookworm/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable-debug'), (500, 
'testing-debug'), (500, 'stable-security'), (500, 'stable-debug'), (500, 
'proposed-updates-debug'), (500, 'proposed-updates'), (500, 
'oldstable-proposed-updates-debug'), (500, 'oldstable-proposed-updates'), (500, 
'oldoldstable'), (500, 'buildd-unstable'), (500, 'unstable'), (500, 'stable'), 
(500, 'oldstable'), (1, 'experimental-debug'), (1, 'buildd-experimental'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.13.0 (SMP w/8 CPU threads)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages gcl depends on:
ii  debconf  1.5.77
ii  emacs-gtk [emacsen]  1:27.1+1-3.1
ii  gcc  4:10.2.1-1
ii  libc62.31-17
ii  libgmp10 2:6.2.1+dfsg-1
pn  libreadline6 
ii  libreadline7 7.0-5
ii  libreadline8 8.1-2
ii  libtcl8.68.6.11+dfsg-1
ii  libtk8.6 8.6.11-2
ii  libx11-6 2:1.7.2-1
ii  ucf  3.0043

gcl recommends no packages.

Versions of packages gcl suggests:
pn  gcl-doc  

-- 
Samuel
"...very few phenomena can pull someone out of Deep Hack Mode, with two
noted exceptions: being struck by lightning, or worse, your *computer*
being struck by lightning."
(By Matt Welsh)



Bug#978858: marked as done (libthai: ftbfs with autoconf 2.70)

2021-09-01 Thread Debian Bug Tracking System
Your message dated Wed, 01 Sep 2021 20:49:22 +
with message-id 
and subject line Bug#978858: fixed in libthai 0.1.28-4.1
has caused the Debian Bug report #978858,
regarding libthai: ftbfs with autoconf 2.70
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.)


-- 
978858: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=978858
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:libthai
Version: 0.1.28-3
Severity: normal
Tags: sid bookworm
User: d...@debian.org
Usertags: ftbfs-ac270

[This bug report is not targeted to the upcoming bullseye release]

The package fails to build in a test rebuild on at least amd64 with
autoconf 2.70, but succeeds to build with autoconf 2.69. The
severity of this report will be raised before the bookworm release,
so nothing has to be done for the bullseye release.

The full build log can be found at:
http://qa-logs.debian.net/2020/09/26.ac270/libthai_0.1.28-3_unstable_ac270.log
The last lines of the build log are at the end of this report.

To build with autoconf 2.70, please install the autoconf package from
experimental:  apt-get -t=experimental install autoconf 

[...]
33pU3i1+pkRpqzeg4kTc3fpr7/B3Wp0yrUjtQwpLDEcEEAO7L6g=
=/0gi
-END PGP SIGNATURE-

gpgv: unknown type of key resource 'trustedkeys.kbx'
gpgv: keyblock resource '/tmp/dpkg-verify-sig.j5HY3xNn/trustedkeys.kbx': 
General error
gpgv: Signature made Tue Aug 27 00:59:58 2019 UTC
gpgv:using RSA key 32CC490E5A70B23DD6AA5AB2A2EBAED1B6F90241
gpgv: Can't check signature: No public key
dpkg-source: warning: failed to verify signature on ./libthai_0.1.28-3.dsc
dpkg-source: info: extracting libthai in /<>
dpkg-source: info: unpacking libthai_0.1.28.orig.tar.xz
dpkg-source: info: unpacking libthai_0.1.28-3.debian.tar.xz

Check disk space


Sufficient free space for build

User Environment


APT_CONFIG=/var/lib/sbuild/apt.conf
HOME=/sbuild-nonexistent
LANG=C.UTF-8
LC_ALL=C.UTF-8
LOGNAME=user42
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
SCHROOT_ALIAS_NAME=unstable
SCHROOT_CHROOT_NAME=sid-amd64-sbuild
SCHROOT_COMMAND=env
SCHROOT_GID=1001
SCHROOT_GROUP=user42
SCHROOT_SESSION_ID=sid-amd64-sbuild-e973991d-cf65-4415-be73-deeb44d5c6a5
SCHROOT_UID=1001
SCHROOT_USER=user42
SHELL=/bin/sh
USER=user42

dpkg-buildpackage
-

Command: dpkg-buildpackage -us -uc -sa -rfakeroot
dpkg-buildpackage: info: source package libthai
dpkg-buildpackage: info: source version 0.1.28-3
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Theppitak Karoonboonyanan 

 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
 debian/rules clean
dh clean
   dh_clean
 dpkg-source -b .
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building libthai using existing ./libthai_0.1.28.orig.tar.xz
dpkg-source: info: building libthai in libthai_0.1.28-3.debian.tar.xz
dpkg-source: info: building libthai in libthai_0.1.28-3.dsc
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
configure.ac:25: error: AC_CONFIG_MACRO_DIR can only be used once
./lib/autoconf/general.m4:1849: AC_CONFIG_MACRO_DIR is expanded from...
configure.ac:25: the top level
autom4te: error: /usr/bin/m4 failed with exit status: 1
aclocal: error: echo failed with exit status: 1
autoreconf: error: aclocal failed with exit status: 1
dh_autoreconf: error: autoreconf -f -i returned exit code 1
make: *** [debian/rules:13: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: libthai
Source-Version: 0.1.28-4.1
Done: Boyuan Yang 

We believe that the bug you reported is fixed in the latest version of
libthai, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 978...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Boyuan Yang  (supplier of updated libthai package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 27 Aug 2021 16:08:50 -0400
Source: libthai
Architecture: source
Version: 

Processed: src:fricas: fails to migrate to testing for too long: maintainer built arch:all binaries

2021-09-01 Thread Debian Bug Tracking System
Processing control commands:

> close -1 1.3.7-1
Bug #993478 [src:fricas] src:fricas: fails to migrate to testing for too long: 
maintainer built arch:all binaries
Marked as fixed in versions fricas/1.3.7-1.
Bug #993478 [src:fricas] src:fricas: fails to migrate to testing for too long: 
maintainer built arch:all binaries
Marked Bug as done

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



Bug#993478: src:fricas: fails to migrate to testing for too long: maintainer built arch:all binaries

2021-09-01 Thread Paul Gevers
Source: fricas
Version: 1.3.6-6
Severity: serious
Control: close -1 1.3.7-1
Tags: sid bookworm pending
User: release.debian@packages.debian.org
Usertags: out-of-sync

Dear maintainer(s),

As announced [1] last year, the Release Team now considers packages that
are out-of-sync between testing and unstable for more than 60 days as
having a Release Critical bug in testing. Your package src:fricas has
been trying to migrate for 62 days [2]. Hence, I am filing this bug.

If a package is out of sync between unstable and testing for a longer
period, this usually means that bugs in the package in testing cannot be
fixed via unstable. Additionally, blocked packages can have impact on
other packages, which makes preparing for the release more difficult.
Finally, it often exposes issues with the package and/or
its (reverse-)dependencies. We expect maintainers to fix issues that
hamper the migration of their package in a timely manner.

This bug will trigger auto-removal when appropriate. As with all new
bugs, there will be at least 30 days before the package is auto-removed.

I have immediately closed this bug with the version in unstable, so if
that version or a later version migrates, this bug will no longer affect
testing. I have also tagged this bug to only affect sid and bookworm, so
it doesn't affect (old-)stable.

Your package is only really blocked because the arch:all binary
package(s) aren't built on a buildd. Unfortunately the Debian
infrastructure doesn't allow arch:all packages to be properly binNMU'ed.
Hence, I will shortly do a no-changes source-only upload to DELAYED/15,
closing this bug. Please let me know if I should delay or cancel that
upload.

Paul

[1] https://lists.debian.org/debian-devel-announce/2020/02/msg5.html
[2] https://qa.debian.org/excuses.php?package=fricas




OpenPGP_signature
Description: OpenPGP digital signature


Processed: tagging 993355

2021-09-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 993355 + sid bookworm
Bug #993355 [src:haskell-hgettext] haskell-hgettext: autopkgtest regressed in 
August 2020
Added tag(s) sid and bookworm.
> thanks
Stopping processing here.

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



Processed: tagging 993470

2021-09-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 993470 + ftbfs
Bug #993470 [src:gcc-10] gcc-10 rejected
Added tag(s) ftbfs.
> thanks
Stopping processing here.

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



Bug#993470: gcc-10 rejected

2021-09-01 Thread Adrian Bunk
Source: gcc-10
Version: 10.3.0-8
Severity: serious

Your upload included the binary package lib32atomic1, version 10.3.0-8, for 
mips64el,
however unstable already has version 11.2.0-3+b1.



Bug#992817: marked as done (ledgersmb: CVE-2021-3693 CVE-2021-3694 CVE-2021-3731)

2021-09-01 Thread Debian Bug Tracking System
Your message dated Wed, 01 Sep 2021 18:48:50 +
with message-id 
and subject line Bug#992817: fixed in ledgersmb 1.6.9+ds-2.1
has caused the Debian Bug report #992817,
regarding ledgersmb: CVE-2021-3693 CVE-2021-3694 CVE-2021-3731
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.)


-- 
992817: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=992817
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ledgersmb
Version: 1.6.9+ds-2
Severity: grave
Tags: security upstream
Justification: user security hole
X-Debbugs-Cc: car...@debian.org, Debian Security Team 
Control: found -1 1.6.9+ds-1
Control: fixed -1 1.6.9+ds-1+deb10u2
Control: fixed -1 1.6.9+ds-2+deb11u2

Hi,

The following vulnerabilities were published for ledgersmb.

CVE-2021-3693[0]:
| LedgerSMB does not check the origin of HTML fragments merged into the
| browser's DOM. By sending a specially crafted URL to an authenticated
| user, this flaw can be abused for remote code execution and
| information disclosure.


CVE-2021-3694[1]:
| LedgerSMB does not sufficiently HTML-encode error messages sent to the
| browser. By sending a specially crafted URL to an authenticated user,
| this flaw can be abused for remote code execution and information
| disclosure.


CVE-2021-3731[2]:
| LedgerSMB does not sufficiently guard against being wrapped by other
| sites, making it vulnerable to 'clickjacking'. This allows an attacker
| to trick a targetted user to execute unintended actions.


If you fix the vulnerabilities please also make sure to include the
CVE (Common Vulnerabilities & Exposures) ids in your changelog entry.

For further information see:

[0] https://security-tracker.debian.org/tracker/CVE-2021-3693
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3693
[1] https://security-tracker.debian.org/tracker/CVE-2021-3694
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3694
[2] https://security-tracker.debian.org/tracker/CVE-2021-3731
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3731

Please adjust the affected versions in the BTS as needed.

Regards,
Salvatore
--- End Message ---
--- Begin Message ---
Source: ledgersmb
Source-Version: 1.6.9+ds-2.1
Done: Mattia Rizzolo 

We believe that the bug you reported is fixed in the latest version of
ledgersmb, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 992...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mattia Rizzolo  (supplier of updated ledgersmb package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 01 Sep 2021 20:19:24 +0200
Source: ledgersmb
Architecture: source
Version: 1.6.9+ds-2.1
Distribution: unstable
Urgency: medium
Maintainer: LedgerSMB Core Team 
Changed-By: Mattia Rizzolo 
Closes: 992817
Changes:
 ledgersmb (1.6.9+ds-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Upload the last security fixes also to unstable.  Closes: #992817
 .
 ledgersmb (1.6.9+ds-2+deb11u3) bullseye-security; urgency=medium
 .
   * Fix a regression in the display of some search results
 .
 ledgersmb (1.6.9+ds-2+deb11u2) bullseye-security; urgency=medium
 .
   * Fix CVE-2021-3731, thanks to Erik Huelsmann
 .
 ledgersmb (1.6.9+ds-2+deb11u1) bullseye-security; urgency=medium
 .
   * Fix CVE-2021-3693 and CVE-2021-3694, thanks to Erik Huelsmann
Checksums-Sha1:
 c5db18d0af429290e9258e4af13ba6fabd97a507 3241 ledgersmb_1.6.9+ds-2.1.dsc
 afaad1d50b746bed816647acc2e1bdc83af853e9 38380 
ledgersmb_1.6.9+ds-2.1.debian.tar.xz
 11ff32e100ac28c47c1c13500d7cba52af5b8836 15237 
ledgersmb_1.6.9+ds-2.1_amd64.buildinfo
Checksums-Sha256:
 3af1270aee67be5af8298c51cfe4c2d475306e661d87ece2cd1c00d568186992 3241 
ledgersmb_1.6.9+ds-2.1.dsc
 91f28e5c0f6b6fca1c1555d7083ffbc8883b61b245c4db790e9c44fccf86aa67 38380 
ledgersmb_1.6.9+ds-2.1.debian.tar.xz
 d6f9f0b64da3b8619cd1250eeda8b9ae557909c70cfd3534956080d292ccbc49 15237 
ledgersmb_1.6.9+ds-2.1_amd64.buildinfo
Files:
 c4debdee8daeb6412314ab946e6e6722 3241 web optional ledgersmb_1.6.9+ds-2.1.dsc
 90c9f6cab8c0e97ba8b536e5981c766c 38380 web optional 
ledgersmb_1.6.9+ds-2.1.debian.tar.xz
 0aeaaf798b7b50314283466628240b51 15237 web 

Bug#992627: marked as done (dino-im: Dino-im crashes with GLib error)

2021-09-01 Thread Debian Bug Tracking System
Your message dated Wed, 01 Sep 2021 17:34:14 +
with message-id 
and subject line Bug#992627: fixed in dino-im 0.2.1+git20210824.93e2e0d-1
has caused the Debian Bug report #992627,
regarding dino-im: Dino-im crashes with GLib error
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.)


-- 
992627: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=992627
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: dino-im
Version: 0.2.1+git20210607.ce292d0-1
Severity: important
Tags: upstream
X-Debbugs-Cc: poem...@gmail.com

Dear Maintainer,

   * What led up to the situation?
Running dino-im from experimental repo causes program to not run at all.

   * What exactly did you do (or not do) that was effective (or ineffective)?
Starting dino-im from terminal.

   * What was the outcome of this action?
Error message:
~/ dino-im

** (dino-im:658781): CRITICAL **: 13:45:21.898: table.vala:174: Qlite Error:
Add columns for version: SQLite error: 1 - duplicate column name: encryption

(dino-im:658781): libdino-WARNING **: 13:45:47.014: notifications.vala:25:
Couldn't get org.freedesktop.Notifications DBus instance: Error calling
StartServiceByName for org.freedesktop.Notifications: Timeout was reached


(dino-im:658781): GLib-CRITICAL **: 13:45:47.887: g_bytes_get_data: assertion
'bytes != NULL' failed

(dino-im:658781): GLib-CRITICAL **: 13:45:47.887: g_bytes_ref: assertion 'bytes
!= NULL' failed

(dino-im:658781): GLib-CRITICAL **: 13:45:47.887: g_bytes_get_data: assertion
'bytes != NULL' failed
**
GLib:ERROR:../../../glib/gvariant-
serialiser.c:1360:g_variant_serialised_n_children: assertion failed:
(g_variant_serialised_check (serialised))
Bail out! GLib:ERROR:../../../glib/gvariant-
serialiser.c:1360:g_variant_serialised_n_children: assertion failed:
(g_variant_serialised_check (serialised))
zsh: abort  dino-im

   * What outcome did you expect instead?
Dino-im fully working.


-- System Information:
Debian Release: 11.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.13.12-xanmod1-edge (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_WARN
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to
C.UTF-8), LANGUAGE=C.UTF-8
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages dino-im depends on:
ii  dino-im-common  0.2.1+git20210607.ce292d0-1
ii  libc6   2.31-16
ii  libcairo2   1.16.0-5
ii  libgcc-s1   11.2.0-2
ii  libgcrypt20 1.8.7-6
ii  libgdk-pixbuf-2.0-0 2.42.6+dfsg-2
ii  libgee-0.8-20.20.4-1
ii  libglib2.0-02.68.4-1
ii  libgnutls30 3.7.1-5
ii  libgpg-error0   1.42-2
ii  libgpgme11  1.14.0-1+b2
ii  libgspell-1-2   1.8.4-1
ii  libgstreamer-plugins-base1.0-0  1.18.4-2
ii  libgstreamer1.0-0   1.18.4-2.1
ii  libgtk-3-0  3.24.30-1
ii  libicu6767.1-7
ii  libnice10   0.1.18-1
ii  libpango-1.0-0  1.46.2-3
ii  libqrencode44.1.1-1
ii  libsignal-protocol-c2.3.2   2.3.3-1
ii  libsoup2.4-12.72.0-4
ii  libsqlite3-03.34.1-3
ii  libsrtp2-1  2.3.0-5
ii  libstdc++6  11.2.0-2
ii  libwebrtc-audio-processing1 0.3-1+b1

Versions of packages dino-im recommends:
ii  ca-certificates 20210119
ii  dbus1.12.20-2
ii  fonts-noto-color-emoji  2.028-1
ii  network-manager 1.30.6-1

dino-im suggests no packages.
--- End Message ---
--- Begin Message ---
Source: dino-im
Source-Version: 0.2.1+git20210824.93e2e0d-1
Done: Taowa 

We believe that the bug you reported is fixed in the latest version of
dino-im, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 992...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Taowa  (supplier of updated dino-im package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive

Bug#992689: marked as done (dino crashing with new gnome 40)

2021-09-01 Thread Debian Bug Tracking System
Your message dated Wed, 01 Sep 2021 17:34:14 +
with message-id 
and subject line Bug#992627: fixed in dino-im 0.2.1+git20210824.93e2e0d-1
has caused the Debian Bug report #992627,
regarding dino crashing with new gnome 40
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.)


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

Package: dino-im
Version: 0.2.0+git20210515.686035c-1
Severity: important

When updating some gnome components to version 40 (some of it is still 
in experimental but some components are already in unstable and 
remaining ones will hit unstable soon) dino crashes at start.


GLib:ERROR:../../../glib/gvariant-serialiser.c:1360:g_variant_serialised_n_children: 
assertion failed: (g_variant_serialised_check (serialised))
Bail out! 
GLib:ERROR:../../../glib/gvariant-serialiser.c:1360:g_variant_serialised_n_children: 
assertion failed: (g_variant_serialised_check (serialised))

Aborted

may be it needs a rebuild with the new glib versions?
--- End Message ---
--- Begin Message ---
Source: dino-im
Source-Version: 0.2.1+git20210824.93e2e0d-1
Done: Taowa 

We believe that the bug you reported is fixed in the latest version of
dino-im, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 992...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Taowa  (supplier of updated dino-im package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 01 Sep 2021 12:00:00 -0400
Source: dino-im
Architecture: source
Version: 0.2.1+git20210824.93e2e0d-1
Distribution: unstable
Urgency: critical
Maintainer: Debian XMPP Maintainers 
Changed-By: Taowa 
Closes: 992627
Changes:
 dino-im (0.2.1+git20210824.93e2e0d-1) unstable; urgency=critical
 .
   [ Taowa ]
   * new upstream release, as well as several patches
 - notably adds support for audio and video calls!
 - also fixes a bug causing crashes on launch (closes: #992627)
   * added myself to uploaders
 .
   [ Martin ]
   * removed patches that have been merged upstream
   * add new build dependencies
Checksums-Sha1:
 bfcad9f92f7d8c4d89ae4b871ba4dbb5c2f89fb5 1867 
dino-im_0.2.1+git20210824.93e2e0d-1.dsc
 7c7a1d135f00ea3330932cb2bdb44c5adb95334e 632979 
dino-im_0.2.1+git20210824.93e2e0d.orig.tar.gz
 cae7e9855897cc1f51d45cd6f69420b985d52217 9088 
dino-im_0.2.1+git20210824.93e2e0d-1.debian.tar.xz
 1f50261f861a14c534d3d10cca1bed91814136eb 17383 
dino-im_0.2.1+git20210824.93e2e0d-1_amd64.buildinfo
Checksums-Sha256:
 3d34d5f54dd329464f7a688f5d59a8873b4efb4154fb9c1005483e9d348abf52 1867 
dino-im_0.2.1+git20210824.93e2e0d-1.dsc
 ae0bd7371b64097b390561bcff006d0a2f0ce49f7f5ef60d981131a706cf6c8b 632979 
dino-im_0.2.1+git20210824.93e2e0d.orig.tar.gz
 d5df7a3188d0cba1e82838d791614a900b3a4ab7d36d930bc92b294c9d66d75a 9088 
dino-im_0.2.1+git20210824.93e2e0d-1.debian.tar.xz
 8adc5a3b7d358db711bd8811040d3215561fc1d20b8d40261b335acd7b1fd961 17383 
dino-im_0.2.1+git20210824.93e2e0d-1_amd64.buildinfo
Files:
 dda1adc5ef3822387005626eb9762d50 1867 net optional 
dino-im_0.2.1+git20210824.93e2e0d-1.dsc
 6a3edfe4a752c312d5f37d2c8990fc11 632979 net optional 
dino-im_0.2.1+git20210824.93e2e0d.orig.tar.gz
 1dba01374986b4ab465dbd43f8513a0c 9088 net optional 
dino-im_0.2.1+git20210824.93e2e0d-1.debian.tar.xz
 870c0264957dbe54da43f6012d0a176f 17383 net optional 
dino-im_0.2.1+git20210824.93e2e0d-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iHUEARYIAB0WIQTIelLvei7diK6KFY/yAsiXDJi5PwUCYS+zTAAKCRDyAsiXDJi5
P+8kAP9qfmtWjqzXxu6CqSSvbe/m4Oe36QLReqS4My/5Tbm/cAEA/CPwwSRj5AEM
6RgIZggZMDrFEG+r/MJ/2QyvKE5F1Qc=
=RmSa
-END PGP SIGNATURE End Message ---


Bug#993334: marked as done (gdal: FTBFS: configure.ac: error: required file 'config.rpath' not found)

2021-09-01 Thread Debian Bug Tracking System
Your message dated Wed, 01 Sep 2021 17:20:27 +
with message-id 
and subject line Bug#993334: fixed in gdal 3.2.2+dfsg-3
has caused the Debian Bug report #993334,
regarding gdal: FTBFS: configure.ac: error: required file 'config.rpath' not 
found
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.)


-- 
993334: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=993334
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: gdal
Version: 3.2.2+dfsg-2
Severity: serious
Tags: ftbfs sid bookworm

This package fails to build from source on current sid.

>From a build log:

   configure.ac:5590: warning: The macro `AC_CHECKING' is obsolete.
   configure.ac:5590: You should run autoupdate.
   ./lib/autoconf/general.m4:2499: AC_CHECKING is expanded from...
   configure.ac:5590: the top level
   configure.ac:6030: warning: AC_OUTPUT should be used without arguments.
   configure.ac:6030: You should run autoupdate.
   configure.ac: error: required file 'config.rpath' not found
   dh_autoreconf: error: autoreconf -f -i returned exit code 1
   make: *** [debian/rules:100: build] Error 25
   dpkg-buildpackage: error: debian/rules build subprocess returned exit status 
2
 
A full log is available at

  https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/gdal.html

-- 
Niko Tyni   nt...@debian.org
--- End Message ---
--- Begin Message ---
Source: gdal
Source-Version: 3.2.2+dfsg-3
Done: Bas Couwenberg 

We believe that the bug you reported is fixed in the latest version of
gdal, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 993...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bas Couwenberg  (supplier of updated gdal package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 01 Sep 2021 18:08:06 +0200
Source: gdal
Architecture: source
Version: 3.2.2+dfsg-3
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Closes: 993334
Changes:
 gdal (3.2.2+dfsg-3) unstable; urgency=medium
 .
   * Override dh_autoreconf to create config.rpath.
 (closes: #993334)
   * Drop obsolete ogdi patch.
   * Drop obsolete Breaks on libgdal1h.
   * Drop obsolete dh_shlibdeps override.
Checksums-Sha1:
 457e222194bcd4a2cfa79982adb18cc1ee0c0ae0 3232 gdal_3.2.2+dfsg-3.dsc
 90189fe0c6331a18c9347237a2170fafab129872 243656 gdal_3.2.2+dfsg-3.debian.tar.xz
 d0268c2b7dc2e36e6b704ab18e9c6c46e1918f2b 16760 
gdal_3.2.2+dfsg-3_amd64.buildinfo
Checksums-Sha256:
 7116bf66391ba9f5dfbd4369f834a65ff483ea2712bc5edd83b9c093e954103d 3232 
gdal_3.2.2+dfsg-3.dsc
 413129769616fb849c06fa6d4fe653f81c2f57d7624e26a8b67644e9916a5bc2 243656 
gdal_3.2.2+dfsg-3.debian.tar.xz
 5d67e136c3cfc4ced6c24fe91f3a04fd6ce5a9145a8921b40a1feaa6e1e8736b 16760 
gdal_3.2.2+dfsg-3_amd64.buildinfo
Files:
 ae5243b275aeceea36db9fc97ed4b0ec 3232 science optional gdal_3.2.2+dfsg-3.dsc
 181948adbab8a660e55659c1b4673bf9 243656 science optional 
gdal_3.2.2+dfsg-3.debian.tar.xz
 d5a43ea4f8480098d815df32b3fc3e35 16760 science optional 
gdal_3.2.2+dfsg-3_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEgYLeQXBWQI1hRlDRZ1DxCuiNSvEFAmEvsUAACgkQZ1DxCuiN
SvEpZhAA1rnvhm3qZL7Y8YXgJtnAUB1IuXIduKKbZJ768Q6B+VEkLct0yFW58Q7H
GNrAqGN66LxeZTFi/yIMCb0nmaHZ4XjkvyB361Q8NwBZqdqtBA/jDKOPP/jzuXET
9ef0M3fmt98fJFZozW+EVJO9Z+Wysfp/PY4ElNa0W37y2Bhta0FP/UbWciq8NK/w
AAlKP36OsxlnW5Jclz9sA6Ukuih2NqW8E+O9+KXC3T2jC3Q2MPFTrCfDMyJ5G7cq
3ClojFeWmMukNhuG2npbQpNcCfRrD2OP+JtyGgi5uNO123GRVIDpa/Pa8Loi7JRI
sqD5Lm8jmTcEx4S5K3Lmpcj4uschiUH9QChfVKeF7MYz5I2ukjWlK1ji1u8Vj8Yn
gqbx5BIcS0Ii9PoxWKWOnvBKjNJsj0Ve67w2gQtMCFlorVh8I9wVhw5kiAM0BvSH
u3XDzrLxpC3WUBqJf9w/8qCsEA+Arq6JoHMcF9TcYHJKuwx4l5A4r53yULgSQQNO
SvE/AsBFXixXO7BqUJ68wqIRKzFIuLuT7tqy+H4agN1OLVM0OynKMNETNL3bp3lH
Aa4hMXxJ/4FJkmeoVYzO0Zf61ycau3cn6ezr/GKkHihoWt9zJVdFUYYbHRhu4sCV
Pp3f6EG046RWxo4tYfKmSrEC1ijb6XG8i1JliWUmvQlL4gjn7o4=
=cvIV
-END PGP SIGNATURE End Message ---


Bug#992961: marked as done (netkit-bootparamd: FTBFS due to RPC removal from glibc)

2021-09-01 Thread Debian Bug Tracking System
Your message dated Wed, 01 Sep 2021 17:21:38 +
with message-id 
and subject line Bug#992961: fixed in netkit-bootparamd 0.17-11
has caused the Debian Bug report #992961,
regarding netkit-bootparamd: FTBFS due to RPC removal from glibc
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.)


-- 
992961: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=992961
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: netkit-bootparamd
Version: 0.17-10
Severity: serious
Tags: patch ftbfs
Justification: fails to build from source (but built successfully in the past)

Dear maintainer,

The glibc SunRPC implementation has been marked obsolete for some time.
It has been removed upstream from glibc 2.32, and it got disabled in the
recent glibc uploads. The TI RPC implementation should be used instead.

For this reason netkit-bootparamd now fails to build from source. You
will find attached a patch to switch to the TI RPC implementation,
fixing the FTBFS.

Regards,
Aurelien 
--- netkit-bootparamd-0.17/debian/control
+++ netkit-bootparamd-0.17/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Alberto Gonzalez Iniesta 
 Standards-Version: 4.3.0
-Build-Depends: debhelper (>= 10~), cmake
+Build-Depends: debhelper (>= 10~), cmake, pkg-config, libtirpc-dev
 
 Package: bootparamd
 Architecture: any
--- netkit-bootparamd-0.17/debian/patches/series
+++ netkit-bootparamd-0.17/debian/patches/series
@@ -1,3 +1,5 @@
 fix-getopt-return-type.patch
 use-cmake-as-buildsystem.patch
 use-cmake-as-buildsystem-debian-extras.patch
+use-cmake-as-buildsystem-tirpc.patch
+tirpc-drop-glibc-fix.patch
--- netkit-bootparamd-0.17/debian/patches/tirpc-drop-glibc-fix.patch
+++ netkit-bootparamd-0.17/debian/patches/tirpc-drop-glibc-fix.patch
@@ -0,0 +1,19 @@
+Description: Drop a GNU libc fix now that TI RPC is used instead
+Author: Aurelien Jarno 
+Forwarded: no
+Last-Update: 2021-08-25
+
+--- netkit-bootparamd-0.17.orig/rpc.bootparamd/main.c
 netkit-bootparamd-0.17/rpc.bootparamd/main.c
+@@ -16,11 +16,6 @@
+ #include "bootparam_prot.h"
+ 
+ 
+-#ifdef __GLIBC__
+-  /* quick fix */
+-  void get_myaddress(struct sockaddr_in *);
+-#endif
+-
+ int debug = 0;
+ int dolog = 0;
+ struct in_addr route_addr;
--- netkit-bootparamd-0.17/debian/patches/use-cmake-as-buildsystem-tirpc.patch
+++ netkit-bootparamd-0.17/debian/patches/use-cmake-as-buildsystem-tirpc.patch
@@ -0,0 +1,35 @@
+Description: Use TI RPC instead of GNU libc RPC 
+Author: Aurelien Jarno 
+Forwarded: no
+Last-Update: 2021-08-25
+
+--- netkit-bootparamd-0.17.orig/CMakeLists.txt
 netkit-bootparamd-0.17/CMakeLists.txt
+@@ -5,4 +5,7 @@ set(BIN_DIR "${CMAKE_INSTALL_PREFIX}/bin
+ set(SBIN_DIR "${CMAKE_INSTALL_PREFIX}/sbin")
+ set(MAN_DIR "${CMAKE_INSTALL_PREFIX}/share/man")
+ 
++find_package(PkgConfig REQUIRED)
++pkg_check_modules(TIRPC REQUIRED libtirpc)
++
+ add_subdirectory(rpc.bootparamd)
+--- netkit-bootparamd-0.17.orig/rpc.bootparamd/CMakeLists.txt
 netkit-bootparamd-0.17/rpc.bootparamd/CMakeLists.txt
+@@ -13,6 +13,8 @@ add_executable(
+ 
+ bootparam_prot.h
+ )
++target_include_directories(rpc.bootparamd PUBLIC ${TIRPC_INCLUDE_DIRS})
++target_link_libraries(rpc.bootparamd ${TIRPC_LIBRARIES})
+ add_executable(
+ callbootd
+ 
+@@ -22,6 +24,8 @@ add_executable(
+ 
+ bootparam_prot.h
+ )
++target_include_directories(callbootd PUBLIC ${TIRPC_INCLUDE_DIRS})
++target_link_libraries(callbootd ${TIRPC_LIBRARIES})
+ 
+ install(
+ TARGETS rpc.bootparamd
--- netkit-bootparamd-0.17/debian/control
+++ netkit-bootparamd-0.17/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Alberto Gonzalez Iniesta 
 Standards-Version: 4.3.0
-Build-Depends: debhelper (>= 10~), cmake
+Build-Depends: debhelper (>= 10~), cmake, pkg-config, libtirpc-dev
 
 Package: bootparamd
 Architecture: any
--- netkit-bootparamd-0.17/debian/patches/series
+++ netkit-bootparamd-0.17/debian/patches/series
@@ -1,3 +1,5 @@
 fix-getopt-return-type.patch
 use-cmake-as-buildsystem.patch
 use-cmake-as-buildsystem-debian-extras.patch
+use-cmake-as-buildsystem-tirpc.patch
+tirpc-drop-glibc-fix.patch
--- netkit-bootparamd-0.17/debian/patches/tirpc-drop-glibc-fix.patch
+++ netkit-bootparamd-0.17/debian/patches/tirpc-drop-glibc-fix.patch
@@ -0,0 +1,19 @@
+Description: Drop a GNU libc fix now that TI RPC is used instead
+Author: Aurelien Jarno 
+Forwarded: no
+Last-Update: 2021-08-25
+
+--- netkit-bootparamd-0.17.orig/rpc.bootparamd/main.c
 netkit-bootparamd-0.17/rpc.bootparamd/main.c
+@@ -16,11 +16,6 @@
+ #include "bootparam_prot.h"
+ 
+ 
+-#ifdef __GLIBC__
+-  /* quick 

Processed: Re: Bug#991981: python3-skbio: package installs .../dist-packages/benchmarks/..

2021-09-01 Thread Debian Bug Tracking System
Processing control commands:

> severity -1 serious
Bug #991981 [python3-skbio] python3-skbio: package installs 
.../dist-packages/benchmarks/..
Severity set to 'serious' from 'normal'
> clone -1 -2
Bug #991981 [python3-skbio] python3-skbio: package installs 
.../dist-packages/benchmarks/..
Bug 991981 cloned as bug 993463
> reassign -2 python3-sunpy 3.0.1-3
Bug #993463 [python3-skbio] python3-skbio: package installs 
.../dist-packages/benchmarks/..
Bug reassigned from package 'python3-skbio' to 'python3-sunpy'.
No longer marked as found in versions python-skbio/0.5.6-4.
Ignoring request to alter fixed versions of bug #993463 to the same values 
previously set
Bug #993463 [python3-sunpy] python3-skbio: package installs 
.../dist-packages/benchmarks/..
Marked as found in versions sunpy/3.0.1-3.
> retitle -2 python3-sunpy: package installs .../dist-packages/benchmarks/..
Bug #993463 [python3-sunpy] python3-skbio: package installs 
.../dist-packages/benchmarks/..
Changed Bug title to 'python3-sunpy: package installs 
.../dist-packages/benchmarks/..' from 'python3-skbio: package installs 
.../dist-packages/benchmarks/..'.

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



Bug#937269: peframe: Python2 removal in sid/bullseye

2021-09-01 Thread Sascha Steinbiss

Hi,


Please feel free to remove it for now, unless someone wants to take over.


Ack. Given that noone stepped up for about a year now, I'll go ahead and file
a removal request.


Fine with me!

Cheers
Sascha



Bug#993450: marked as done (golang-1.17-go: Can't compile golang.org/x/tools/imports, undefined defaultGOARCH in internal/buildcfg)

2021-09-01 Thread Debian Bug Tracking System
Your message dated Wed, 01 Sep 2021 16:34:06 +
with message-id 
and subject line Bug#993450: fixed in golang-1.17 1.17-3
has caused the Debian Bug report #993450,
regarding golang-1.17-go: Can't compile golang.org/x/tools/imports, undefined 
defaultGOARCH in internal/buildcfg
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.)


-- 
993450: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=993450
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: golang-1.17-go
Version: 1.17-2
Severity: important

It seems like the binary packages for 1.17-2 were somehow built wrong. Some
build-time generated code that would have defined defaultGOARCH and other
constants doesn't seem to have been generated & built, resulting in some
built-in packages being un-compilable.

This manifested for me with some build tooling, but I've narrowed it down to
this minimal reproducer:

package main
import _ "golang.org/x/tools/imports"
func main() {}

Trying to compile this results in errors:

# internal/buildcfg
/usr/lib/go-1.17/src/internal/buildcfg/cfg.go:25:29: undefined: defaultGOARCH
/usr/lib/go-1.17/src/internal/buildcfg/cfg.go:26:27: undefined: defaultGOOS
/usr/lib/go-1.17/src/internal/buildcfg/cfg.go:27:28: undefined: defaultGO386
/usr/lib/go-1.17/src/internal/buildcfg/cfg.go:33:13: undefined: defaultGO_LDSO
/usr/lib/go-1.17/src/internal/buildcfg/cfg.go:34:13: undefined: version
/usr/lib/go-1.17/src/internal/buildcfg/cfg.go:56:9: undefined: defaultGOARM
/usr/lib/go-1.17/src/internal/buildcfg/cfg.go:74:30: undefined: defaultGOMIPS
/usr/lib/go-1.17/src/internal/buildcfg/cfg.go:79:9: undefined: defaultGOMIPS
/usr/lib/go-1.17/src/internal/buildcfg/cfg.go:83:32: undefined: defaultGOMIPS64
/usr/lib/go-1.17/src/internal/buildcfg/exp.go:32:29: undefined: 
defaultGOEXPERIMENT
/usr/lib/go-1.17/src/internal/buildcfg/cfg.go:83:32: too many errors

Pulling 1.17-1 from snapshot.debian.org, it does not reproduce this. There's
only one meaningful commit on salsa between the two, though it's not clear
to me how it would produce this issue.

I tried building 1.17-2 locally from salsa commit 9a929cf2, and my locally
built packages also do not reproduce this issue, so it seems that there was
somehow simply an error in the build process for the official packages.

-- System Information:
Debian Release: 11.0
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'stable-security'), (500, 
'oldstable-updates'), (500, 'testing'), (500, 'oldstable'), (490, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.10.0-8-amd64 (SMP w/8 CPU threads)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages golang-1.17-go depends on:
ii  golang-1.17-src  1.17-2
ii  libc62.31-13

Versions of packages golang-1.17-go recommends:
ii  g++ 4:10.2.1-1
ii  gcc 4:10.2.1-1
ii  libc6-dev   2.31-13
ii  pkg-config  0.29.2-1

Versions of packages golang-1.17-go suggests:
pn  bzr | brz
ii  ca-certificates  20210119
ii  git  1:2.33.0-1
pn  mercurial
pn  subversion   

-- no debconf information
--- End Message ---
--- Begin Message ---
Source: golang-1.17
Source-Version: 1.17-3
Done: Shengjing Zhu 

We believe that the bug you reported is fixed in the latest version of
golang-1.17, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 993...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Shengjing Zhu  (supplier of updated golang-1.17 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 02 Sep 2021 00:08:21 +0800
Source: golang-1.17
Architecture: source
Version: 1.17-3
Distribution: unstable
Urgency: medium
Maintainer: Go Compiler Team 
Changed-By: Shengjing Zhu 
Closes: 993450
Changes:
 golang-1.17 (1.17-3) unstable; urgency=medium
 .
   * Team upload.
   * Add missing generated buildcfg file (Closes: #993450)
Checksums-Sha1:
 1c15cf9c6e16b80865ea547748a02e1c2d8dfdf1 2231 golang-1.17_1.17-3.dsc
 

Processed: Bug#993450 marked as pending in golang

2021-09-01 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #993450 [golang-1.17-go] golang-1.17-go: Can't compile 
golang.org/x/tools/imports, undefined defaultGOARCH in internal/buildcfg
Added tag(s) pending.

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



Bug#993450: marked as pending in golang

2021-09-01 Thread Shengjing Zhu
Control: tag -1 pending

Hello,

Bug #993450 in golang reported by you has been fixed in the
Git repository and is awaiting an upload. You can see the commit
message below and you can check the diff of the fix at:

https://salsa.debian.org/go-team/compiler/golang/-/commit/79afcf5dc538ebe63b23eefc139df7606ad9fa3f


Add missing generated buildcfg file (Closes: #993450)


(this message was generated automatically)
-- 
Greetings

https://bugs.debian.org/993450



Processed: Re: Bug#993449: libreoffice-calc: Top level tool menu is missing text labels and icons for most buttons

2021-09-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 993449 important
Bug #993449 [libreoffice-calc] libreoffice-calc: Top level tool menu is missing 
text labels and icons for most buttons
Severity set to 'important' from 'critical'
> tag 993449 + moreinfo
Bug #993449 [libreoffice-calc] libreoffice-calc: Top level tool menu is missing 
text labels and icons for most buttons
Added tag(s) moreinfo.
> tag 993449 + unreproducible
Bug #993449 [libreoffice-calc] libreoffice-calc: Top level tool menu is missing 
text labels and icons for most buttons
Added tag(s) unreproducible.
> thanks
Stopping processing here.

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



Processed: severity of 993450 is serious

2021-09-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 993450 serious
Bug #993450 [golang-1.17-go] golang-1.17-go: Can't compile 
golang.org/x/tools/imports, undefined defaultGOARCH in internal/buildcfg
Severity set to 'serious' from 'important'
> thanks
Stopping processing here.

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



Bug#993334: marked as done (gdal: FTBFS: configure.ac: error: required file 'config.rpath' not found)

2021-09-01 Thread Debian Bug Tracking System
Your message dated Wed, 01 Sep 2021 16:05:15 +
with message-id 
and subject line Bug#993334: fixed in gdal 3.3.2~rc3+dfsg-1~exp1
has caused the Debian Bug report #993334,
regarding gdal: FTBFS: configure.ac: error: required file 'config.rpath' not 
found
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.)


-- 
993334: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=993334
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: gdal
Version: 3.2.2+dfsg-2
Severity: serious
Tags: ftbfs sid bookworm

This package fails to build from source on current sid.

>From a build log:

   configure.ac:5590: warning: The macro `AC_CHECKING' is obsolete.
   configure.ac:5590: You should run autoupdate.
   ./lib/autoconf/general.m4:2499: AC_CHECKING is expanded from...
   configure.ac:5590: the top level
   configure.ac:6030: warning: AC_OUTPUT should be used without arguments.
   configure.ac:6030: You should run autoupdate.
   configure.ac: error: required file 'config.rpath' not found
   dh_autoreconf: error: autoreconf -f -i returned exit code 1
   make: *** [debian/rules:100: build] Error 25
   dpkg-buildpackage: error: debian/rules build subprocess returned exit status 
2
 
A full log is available at

  https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/gdal.html

-- 
Niko Tyni   nt...@debian.org
--- End Message ---
--- Begin Message ---
Source: gdal
Source-Version: 3.3.2~rc3+dfsg-1~exp1
Done: Bas Couwenberg 

We believe that the bug you reported is fixed in the latest version of
gdal, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 993...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bas Couwenberg  (supplier of updated gdal package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 01 Sep 2021 16:34:55 +0200
Source: gdal
Architecture: source
Version: 3.3.2~rc3+dfsg-1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Closes: 993334
Changes:
 gdal (3.3.2~rc3+dfsg-1~exp1) experimental; urgency=medium
 .
   * New upstream release candidate.
   * Override dh_autoreconf to create config.rpath.
 (closes: #993334)
   * Refresh patches.
   * Drop obsolete ogdi patch.
   * Update directory pattern to also match pre-releases.
Checksums-Sha1:
 b3d6f9c247c860cfcaac5637ed316c456453c99e 3266 gdal_3.3.2~rc3+dfsg-1~exp1.dsc
 10992d6602f723ac0254ec1cae462cabb63b0c3c 9276920 
gdal_3.3.2~rc3+dfsg.orig.tar.xz
 d556249dad4a506e3fc4a450366e4befbd41909d 249692 
gdal_3.3.2~rc3+dfsg-1~exp1.debian.tar.xz
 04599240a17e8dec5cde109dc39469e3df8ff6f8 17035 
gdal_3.3.2~rc3+dfsg-1~exp1_amd64.buildinfo
Checksums-Sha256:
 71faff25704d0a7ff2016bb90ae98c51c490dd48f159a25871b30fe2ef82a7ec 3266 
gdal_3.3.2~rc3+dfsg-1~exp1.dsc
 e1a7417262ae302104c9e502a32e006513ab5c300126945d65091fe7406dda73 9276920 
gdal_3.3.2~rc3+dfsg.orig.tar.xz
 a510e60bb875fac6e43187bf106f5c24ccb59e5788cf90a7feeaca9491db 249692 
gdal_3.3.2~rc3+dfsg-1~exp1.debian.tar.xz
 5f38d652f74b580b2bceefe7ae1b73da255e96fb36c6760119f1045b5acf6dd4 17035 
gdal_3.3.2~rc3+dfsg-1~exp1_amd64.buildinfo
Files:
 000e427eecfc8b7f69ea9ff3bc8abdc8 3266 science optional 
gdal_3.3.2~rc3+dfsg-1~exp1.dsc
 4321134e33dfc9e31d273fe56d148312 9276920 science optional 
gdal_3.3.2~rc3+dfsg.orig.tar.xz
 d3542e636191e3f42b667a58b89198fa 249692 science optional 
gdal_3.3.2~rc3+dfsg-1~exp1.debian.tar.xz
 06e39a2aac2e61c6170241ca0154f97e 17035 science optional 
gdal_3.3.2~rc3+dfsg-1~exp1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEgYLeQXBWQI1hRlDRZ1DxCuiNSvEFAmEvoL4ACgkQZ1DxCuiN
SvHaJg//Wm1puY/gsmxy6RS8mj+HAPg5RdxRIFq4S0WW34M/brxeT6yB3GVuuCuN
YUO8rrR5WyVy6ZE9SAnCrh0eHGiyv3NnBFL15oeb6vgZ4zhMvb9wlnOcanxnoB0H
o6OpfJF02A8pXZ4Njd7fJvBAYPUnWpxjL6Fpz61wBOh0XTN33q4i58d0IzuNUHOw
r+Biti/Fx+wPBDagj5/1NBnvTe5gqH7xX70S3tQRrRQ5+Ky75ZFyUTmbYQyfjNH4
VlT3E6wcBQSX5geAntlXJoxLVCCXO/18KygDEpNDRxrhx5v7Ywh3cL8kQWPIsMqh
+zfR0j8TJhQpQ8G342zTPtJBH534271Xhbofspl/or4Un7S4/UgSuggUa0L3nxc0
or72UomuqSaiJF5l4M4Crrd2CQss6ajqfsTp3g1dMByYM3XWGK0V0+SOTDx814GA
VIIahXDPvumybZKkif2mFozvc/+ENi62UW/alfUtAdeKjOYBTHTba0+w1hwt17m7

Bug#993398: marked as done (neutron: CVE-2021-40085: Arbitrary dnsmasq reconfiguration via extra_dhcp_opts)

2021-09-01 Thread Debian Bug Tracking System
Your message dated Wed, 01 Sep 2021 15:49:18 +
with message-id 
and subject line Bug#993398: fixed in neutron 2:18.1.0-3
has caused the Debian Bug report #993398,
regarding neutron: CVE-2021-40085: Arbitrary dnsmasq reconfiguration via 
extra_dhcp_opts
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.)


-- 
993398: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=993398
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: neutron
Version: 2:18.1.0-2
Severity: grave
Tags: security upstream
Justification: user security hole
Forwarded: https://launchpad.net/bugs/1939733
X-Debbugs-Cc: car...@debian.org, Debian Security Team 
Control: found -1 2:17.1.1-6

Hi,

The following vulnerability was published for neutron.

CVE-2021-40085[0]:
| An issue was discovered in OpenStack Neutron before 16.4.1, 17.x
| before 17.2.1, and 18.x before 18.1.1. Authenticated attackers can
| reconfigure dnsmasq via a crafted extra_dhcp_opts value.


If you fix the vulnerability please also make sure to include the
CVE (Common Vulnerabilities & Exposures) id in your changelog entry.

For further information see:

[0] https://security-tracker.debian.org/tracker/CVE-2021-40085
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-40085
[1] https://launchpad.net/bugs/1939733
[2] https://www.openwall.com/lists/oss-security/2021/08/31/2

Please adjust the affected versions in the BTS as needed.

Regards,
Salvatore
--- End Message ---
--- Begin Message ---
Source: neutron
Source-Version: 2:18.1.0-3
Done: Thomas Goirand 

We believe that the bug you reported is fixed in the latest version of
neutron, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 993...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thomas Goirand  (supplier of updated neutron package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 01 Sep 2021 17:00:21 +0200
Source: neutron
Architecture: source
Version: 2:18.1.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack 
Changed-By: Thomas Goirand 
Closes: 993398
Changes:
 neutron (2:18.1.0-3) unstable; urgency=medium
 .
   * CVE-2021-40085: By supplying a specially crafted extra_dhcp_opts value, an
 authenticated user may add arbitrary configuration to the dnsmasq process
 in order to crash the service, change parameters for other tenants sharing
 the same interface, or otherwise alter that daemon's behavior. This
 vulnerability may also be used to trigger a configuration parsing buffer
 overflow in versions of dnsmasq prior to 2.81, which could lead to remote
 code execution. All Neutron deployments are affected. Added upstream
 patch: Remove dhcp_extra_opt value after first newline character.
 (Closes: #993398)
Checksums-Sha1:
 b19878edadc3a48daf31df74495514294bba2439 4762 neutron_18.1.0-3.dsc
 3e61dc3b9342149ff79f6cdeea7e63b7dfe10700 39996 neutron_18.1.0-3.debian.tar.xz
 a6bec40e2413fcf5a170ae52f3973e019e60007b 19982 neutron_18.1.0-3_amd64.buildinfo
Checksums-Sha256:
 049c759e40112a08af1c3ac7ec0baf0882e56aec21d1ad555f4b524557ef94dc 4762 
neutron_18.1.0-3.dsc
 42af8b7dc069d73c69ae470f6cffdb42e9883786932f8e6f0b88510ebed53bda 39996 
neutron_18.1.0-3.debian.tar.xz
 bc95f76293a4f6d3d7203e6f2e31663bb050390d013cf1b937a0ebc0c1d3ec81 19982 
neutron_18.1.0-3_amd64.buildinfo
Files:
 17c2ce9a03cc6e6b7fa197338a57a714 4762 net optional neutron_18.1.0-3.dsc
 6e03682981eea64fd1bbeb83eff21d21 39996 net optional 
neutron_18.1.0-3.debian.tar.xz
 02d8dc2f973f20a816af0909ac0d6480 19982 net optional 
neutron_18.1.0-3_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmEvnN4ACgkQ1BatFaxr
Q/5t9RAAlZpKWs0alsHWbPp+rfHajndkgd1pQM/4k6CPn0RnZNHEi9Jr/qziw37A
ZXHaZF2il6M6+TVIoMXv46BlILvkyD0KQS2iJul5IwYt6OAwyhTIemYmxTEpzL55
XNYmBNVi4ic9OUSpjgxEeiNrL/DxUOoIZdM3XSPfjmkRGIKRXJP76O5MzuEtA9I4
l8WwEMqnCD7bRdtaAHPGHWUH3vejILqHbKEYr7gTfAOOKuXVwn/Abp3hVXTBqSKi
YiQRdNi36Y1xQUhEzneZtXWJ8jIdyw2Y185ED3qcSuaPqTZ8tJEG/eYKJd36vdGY
QaA39zKS/+n9DHNBShBqzOw9X08kDDbciUkfm+CE6MSwN04p1QVsm57qBxlBba8Z
B8j+VzSLJVNWIsFvtjpFdgRWCJ4tvio8GD90m3wHsL9g59f+/qktYlcJKZeI96Aw

Bug#992962: marked as done (netkit-rusers: FTBFS due to RPC removal from glibc)

2021-09-01 Thread Debian Bug Tracking System
Your message dated Wed, 01 Sep 2021 15:49:11 +
with message-id 
and subject line Bug#992962: fixed in netkit-rusers 0.17-11
has caused the Debian Bug report #992962,
regarding netkit-rusers: FTBFS due to RPC removal from glibc
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.)


-- 
992962: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=992962
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: netkit-rusers
Version: 0.17-10
Severity: serious
Tags: patch ftbfs
Justification: fails to build from source (but built successfully in the past)

Dear maintainer,

The glibc SunRPC implementation has been marked obsolete for some time.
It has been removed upstream from glibc 2.32, and it got disabled in the
recent glibc uploads. The TI RPC implementation should be used instead.

For this reason netkit-rusers now fails to build from source. You will
find attached a patch to switch to the TI RPC implementation, fixing the
FTBFS.

Regards,
Aurelien 
--- netkit-rusers-0.17/debian/control
+++ netkit-rusers-0.17/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Alberto Gonzalez Iniesta 
 Standards-Version: 4.2.1
-Build-Depends: debhelper (>= 11), cmake
+Build-Depends: debhelper (>= 11), cmake, pkg-config, libtirpc-dev
 
 Package: rusersd
 Architecture: any
--- netkit-rusers-0.17/debian/patches/series
+++ netkit-rusers-0.17/debian/patches/series
@@ -2,3 +2,4 @@
 system-headers-location.patch
 use-cmake-as-buildsystem.patch
 use-cmake-as-buildsystem-debian-extras.patch
+use-cmake-as-buildsystem-tirpc.patch
--- netkit-rusers-0.17/debian/patches/use-cmake-as-buildsystem-tirpc.patch
+++ netkit-rusers-0.17/debian/patches/use-cmake-as-buildsystem-tirpc.patch
@@ -0,0 +1,50 @@
+Description: Use TI RPC instead of GNU libc RPC 
+Author: Aurelien Jarno 
+Forwarded: no
+Last-Update: 2021-08-25
+
+--- netkit-rusers-0.17.orig/CMakeLists.txt
 netkit-rusers-0.17/CMakeLists.txt
+@@ -7,6 +7,9 @@ set(MAN_DIR "${CMAKE_INSTALL_PREFIX}/sha
+ 
+ set(USE_GLIBC 1)
+ 
++find_package(PkgConfig REQUIRED)
++pkg_check_modules(TIRPC REQUIRED libtirpc)
++
+ add_subdirectory(rpc.rusersd)
+ add_subdirectory(rup)
+ add_subdirectory(rusers)
+--- netkit-rusers-0.17.orig/rpc.rusersd/CMakeLists.txt
 netkit-rusers-0.17/rpc.rusersd/CMakeLists.txt
+@@ -21,6 +21,8 @@ add_executable(
+ daemon.c
+ rusers.h
+ )
++target_include_directories(rpc.rusersd PUBLIC ${TIRPC_INCLUDE_DIRS})
++target_link_libraries(rpc.rusersd ${TIRPC_LIBRARIES})
+ install(
+ TARGETS rpc.rusersd
+ DESTINATION ${SBIN_DIR}
+--- netkit-rusers-0.17.orig/rup/CMakeLists.txt
 netkit-rusers-0.17/rup/CMakeLists.txt
+@@ -16,6 +16,8 @@ add_executable(
+ rstat_xdr.c
+ rstat.h
+ )
++target_include_directories(rup PUBLIC ${TIRPC_INCLUDE_DIRS})
++target_link_libraries(rup ${TIRPC_LIBRARIES})
+ install(
+ TARGETS rup
+ DESTINATION ${BIN_DIR}
+--- netkit-rusers-0.17.orig/rusers/CMakeLists.txt
 netkit-rusers-0.17/rusers/CMakeLists.txt
+@@ -23,6 +23,8 @@ add_executable(
+ rusers_xdr.c
+ rusers.h
+ )
++target_include_directories(rusers PUBLIC ${TIRPC_INCLUDE_DIRS})
++target_link_libraries(rusers ${TIRPC_LIBRARIES})
+ install(
+ TARGETS rusers
+ DESTINATION ${BIN_DIR}
--- End Message ---
--- Begin Message ---
Source: netkit-rusers
Source-Version: 0.17-11
Done: Alberto Gonzalez Iniesta 

We believe that the bug you reported is fixed in the latest version of
netkit-rusers, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 992...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alberto Gonzalez Iniesta  (supplier of updated netkit-rusers 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 01 Sep 2021 17:17:28 +0200
Source: netkit-rusers
Architecture: source
Version: 0.17-11
Distribution: unstable
Urgency: medium
Maintainer: Alberto Gonzalez Iniesta 
Changed-By: Alberto Gonzalez Iniesta 
Closes: 992962
Changes:
 netkit-rusers (0.17-11) unstable; urgency=medium
 .
   * Fix FTBFS due to RPC removal from glibc. (Closes: #992962)
 Thanks Aurelien Jarno for the patch.
Checksums-Sha1:
 0fdecb68647a35c5b518ea06d5dcffc57ce8f7cd 

Processed: Bug#993398 marked as pending in neutron

2021-09-01 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #993398 [src:neutron] neutron: CVE-2021-40085: Arbitrary dnsmasq 
reconfiguration via extra_dhcp_opts
Ignoring request to alter tags of bug #993398 to the same tags previously set

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



Bug#993398: marked as pending in neutron

2021-09-01 Thread Thomas Goirand
Control: tag -1 pending

Hello,

Bug #993398 in neutron reported by you has been fixed in the
Git repository and is awaiting an upload. You can see the commit
message below and you can check the diff of the fix at:

https://salsa.debian.org/openstack-team/services/neutron/-/commit/ffe208b6bd1e9840764b7568cf17200949de8959


* CVE-2021-40085: By supplying a specially crafted extra_dhcp_opts value, an
authenticated user may add arbitrary configuration to the dnsmasq process
in order to crash the service, change parameters for other tenants sharing
the same interface, or otherwise alter that daemon's behavior. This
vulnerability may also be used to trigger a configuration parsing buffer
overflow in versions of dnsmasq prior to 2.81, which could lead to remote
code execution. All Neutron deployments are affected. Added upstream
patch: Remove dhcp_extra_opt value after first newline character.
(Closes: #993398)


(this message was generated automatically)
-- 
Greetings

https://bugs.debian.org/993398



Bug#992963: marked as done (netkit-rwall: FTBFS due to RPC removal from glibc)

2021-09-01 Thread Debian Bug Tracking System
Your message dated Wed, 01 Sep 2021 15:05:27 +
with message-id 
and subject line Bug#992963: fixed in netkit-rwall 0.17-9
has caused the Debian Bug report #992963,
regarding netkit-rwall: FTBFS due to RPC removal from glibc
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.)


-- 
992963: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=992963
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: netkit-rwall
Version: 0.17-8
Severity: serious
Tags: patch ftbfs
Justification: fails to build from source (but built successfully in the past)

Dear maintainer,

The glibc SunRPC implementation has been marked obsolete for some time.
It has been removed upstream from glibc 2.32, and it got disabled in the
recent glibc uploads. The TI RPC implementation should be used instead.

For this reason netkit-rwall now fails to build from source. You will
find attached a patch to switch to the TI RPC implementation, fixing the
FTBFS.

Regards,
Aurelien 
--- netkit-rwall-0.17/debian/control
+++ netkit-rwall-0.17/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Alberto Gonzalez Iniesta 
 Standards-Version: 4.2.1
-Build-Depends: debhelper (>= 10~), cmake
+Build-Depends: debhelper (>= 10~), cmake, pkg-config, libtirpc-dev
 
 Package: rwalld
 Architecture: any
--- netkit-rwall-0.17/debian/patches/series
+++ netkit-rwall-0.17/debian/patches/series
@@ -1,3 +1,4 @@
 define-salen.patch
 fix-typo.patch
 use-cmake-as-buildsystem.patch
+use-cmake-as-buildsystem-tirpc.patch
--- netkit-rwall-0.17/debian/patches/use-cmake-as-buildsystem-tirpc.patch
+++ netkit-rwall-0.17/debian/patches/use-cmake-as-buildsystem-tirpc.patch
@@ -0,0 +1,38 @@
+Description: Use TI RPC instead of GNU libc RPC 
+Author: Aurelien Jarno 
+Forwarded: no
+Last-Update: 2021-08-25
+
+--- netkit-rwall-0.17.orig/CMakeLists.txt
 netkit-rwall-0.17/CMakeLists.txt
+@@ -5,5 +5,8 @@ set(BIN_DIR "${CMAKE_INSTALL_PREFIX}/bin
+ set(SBIN_DIR "${CMAKE_INSTALL_PREFIX}/sbin")
+ set(MAN_DIR "${CMAKE_INSTALL_PREFIX}/share/man")
+ 
++find_package(PkgConfig REQUIRED)
++pkg_check_modules(TIRPC REQUIRED libtirpc)
++
+ add_subdirectory(rpc.rwalld)
+ add_subdirectory(rwall)
+--- netkit-rwall-0.17.orig/rpc.rwalld/CMakeLists.txt
 netkit-rwall-0.17/rpc.rwalld/CMakeLists.txt
+@@ -15,6 +15,8 @@ add_executable(
+ rwalld.c
+ rwall.h
+ )
++target_include_directories(rpc.rwalld PUBLIC ${TIRPC_INCLUDE_DIRS})
++target_link_libraries(rpc.rwalld ${TIRPC_LIBRARIES})
+ install(
+ TARGETS rpc.rwalld
+ DESTINATION ${SBIN_DIR}
+--- netkit-rwall-0.17.orig/rwall/CMakeLists.txt
 netkit-rwall-0.17/rwall/CMakeLists.txt
+@@ -14,6 +14,8 @@ add_executable(
+ rwall.c
+ rwall.h
+ )
++target_include_directories(rwall PUBLIC ${TIRPC_INCLUDE_DIRS})
++target_link_libraries(rwall ${TIRPC_LIBRARIES})
+ install(
+ TARGETS rwall
+ DESTINATION ${BIN_DIR}
--- End Message ---
--- Begin Message ---
Source: netkit-rwall
Source-Version: 0.17-9
Done: Alberto Gonzalez Iniesta 

We believe that the bug you reported is fixed in the latest version of
netkit-rwall, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 992...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alberto Gonzalez Iniesta  (supplier of updated netkit-rwall 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 01 Sep 2021 16:23:08 +0200
Source: netkit-rwall
Architecture: source
Version: 0.17-9
Distribution: unstable
Urgency: medium
Maintainer: Alberto Gonzalez Iniesta 
Changed-By: Alberto Gonzalez Iniesta 
Closes: 992963
Changes:
 netkit-rwall (0.17-9) unstable; urgency=medium
 .
   * Fix FTBFS due to RPC removal from glibc. (Closes: #992963)
 Thanks Aurelien Jarno for the patch.
   * debian/copyright: Cosmetic changes to keep lintian happy.
Checksums-Sha1:
 3abbc9765cf128b1c1daf98ca018db57657183a4 1783 netkit-rwall_0.17-9.dsc
 f422617771c58476c7255d58c6f5d0a06f74c577 4784 netkit-rwall_0.17-9.debian.tar.xz
 c86dee87df9ebcbf9e7a02b430df1a55fb5e7a31 7173 
netkit-rwall_0.17-9_amd64.buildinfo
Checksums-Sha256:
 517d5817d4c58530d77646cfc0685045acaf5288e91d4d590f8ef6093f31b1e0 1783 

Bug#993398: marked as pending in neutron

2021-09-01 Thread Thomas Goirand
Control: tag -1 pending

Hello,

Bug #993398 in neutron reported by you has been fixed in the
Git repository and is awaiting an upload. You can see the commit
message below and you can check the diff of the fix at:

https://salsa.debian.org/openstack-team/services/neutron/-/commit/d10f649abf34ab9b85080667b448eb27fb2d96c2


* CVE-2021-40085: By supplying a specially crafted extra_dhcp_opts value, an
authenticated user may add arbitrary configuration to the dnsmasq process
in order to crash the service, change parameters for other tenants sharing
the same interface, or otherwise alter that daemon's behavior. This
vulnerability may also be used to trigger a configuration parsing buffer
overflow in versions of dnsmasq prior to 2.81, which could lead to remote
code execution. All Neutron deployments are affected. Added upstream
patch: Remove dhcp_extra_opt value after first newline character.
(Closes: #993398).
  * Refresh patches.


(this message was generated automatically)
-- 
Greetings

https://bugs.debian.org/993398



Processed: Bug#993398 marked as pending in neutron

2021-09-01 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #993398 [src:neutron] neutron: CVE-2021-40085: Arbitrary dnsmasq 
reconfiguration via extra_dhcp_opts
Ignoring request to alter tags of bug #993398 to the same tags previously set

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



Bug#991606: marked as pending in ruby-libxml

2021-09-01 Thread Mattia Rizzolo
On Tue, Aug 31, 2021 at 10:49:05AM -0400, Sergio Durigan Junior wrote:
> On Tuesday, August 31 2021, Mattia Rizzolo wrote:
> 
> > On Mon, Aug 30, 2021 at 09:54:29PM +, Sergio Durigan Junior wrote:
> >> Bug #991606 in ruby-libxml reported by you has been fixed in the
> >> Git repository and is awaiting an upload. You can see the commit
> >> message below and you can check the diff of the fix at:
> >> 
> >> https://salsa.debian.org/ruby-team/ruby-libxml/-/commit/93e491e68dfef33329834820e45e911d01e3d89c
> >
> > I haven't tried, but doesn't this cause the tests to fail with libxml2
> > << 2.9.12, such as what's currently in unstable?
> 
> Yes, it would cause regressions with libxml2 2.9.10.  This should only
> be uploaded when libxml2 2.9.12 is also uploaded to unstable.  I think I
> should have made it clearer in the changelog; sorry about that.

if that's true, then you likely should add a build-depends on the newer
libxml2.

fwiw, I just uploaded libxml2 2.9.12 to unstable, so please go ahead
with the upload.

-- 
regards,
Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540  .''`.
More about me:  https://mapreri.org : :'  :
Launchpad user: https://launchpad.net/~mapreri  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-


signature.asc
Description: PGP signature


Bug#993398: marked as pending in neutron

2021-09-01 Thread Thomas Goirand
Control: tag -1 pending

Hello,

Bug #993398 in neutron reported by you has been fixed in the
Git repository and is awaiting an upload. You can see the commit
message below and you can check the diff of the fix at:

https://salsa.debian.org/openstack-team/services/neutron/-/commit/efe0b21d0ebe8e36c8773076a3c347ca5478665e


* CVE-2021-40085: By supplying a specially crafted extra_dhcp_opts value, an
authenticated user may add arbitrary configuration to the dnsmasq process
in order to crash the service, change parameters for other tenants sharing
the same interface, or otherwise alter that daemon's behavior. This
vulnerability may also be used to trigger a configuration parsing buffer
overflow in versions of dnsmasq prior to 2.81, which could lead to remote
code execution. All Neutron deployments are affected. Added upstream
patch: Remove dhcp_extra_opt value after first newline character.
(Closes: #993398)


(this message was generated automatically)
-- 
Greetings

https://bugs.debian.org/993398



Processed: Bug#993398 marked as pending in neutron

2021-09-01 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #993398 [src:neutron] neutron: CVE-2021-40085: Arbitrary dnsmasq 
reconfiguration via extra_dhcp_opts
Ignoring request to alter tags of bug #993398 to the same tags previously set

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



Bug#990428: ifenslave: Bonding not working on bullseye (using bond-slaves config)

2021-09-01 Thread Claudio Kuenzler
> In your case you could simply remove the stanzas for enp4s0f0 and enp4s0f1 
> which would leave you with just the stanza for bond1:

> iface bond1 inet static
>   bond-slaves enp4s0f0 enp4s0f1

Thank you Oleander. It works with this hint (the physical interfaces
were left out of the config).
Working config:
=
ck@bullseye:~$ cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

source /etc/network/interfaces.d/*

# The loopback network interface
auto lo
iface lo inet loopback

auto bond0
iface bond0 inet static
  address 192.168.12.4/24
  gateway 192.168.12.1
  bond-slaves enp3s0f0 enp3s0f1
  bond-mode 802.3ad
  bond-miimon 100
  bond-lacp-rate 1
=

> That should work but it is still a regression as it breaks configuration 
> which worked before.

Yes, agree. Do you know if your patch (I have not tested) will be
included in the next point release?

> https://serverfault.com/a/1075192/267378
>
> Best regards,
> Arunas

You mention both bond-master of the physical devices and blond-slaves
on the bond interface. This causes networking service to hiccup in my
case:

Sep 01 15:58:23 irczsrvp09 systemd[1]: Starting Raise network interfaces...
Sep 01 15:58:23 irczsrvp09 ifup[1251]: No iface stanza found for master bond0
Sep 01 15:58:23 irczsrvp09 ifup[1249]: run-parts:
/etc/network/if-pre-up.d/ifenslave exited with return code 1
Sep 01 15:58:23 irczsrvp09 ifup[1242]: ifup: failed to bring up enp3s0f0
Sep 01 15:58:23 irczsrvp09 ifup[1256]: No iface stanza found for master bond0
Sep 01 15:58:23 irczsrvp09 ifup[1254]: run-parts:
/etc/network/if-pre-up.d/ifenslave exited with return code 1
Sep 01 15:58:23 irczsrvp09 ifup[1242]: ifup: failed to bring up enp3s0f1
Sep 01 15:58:23 irczsrvp09 ifup[1261]: No iface stanza found for master bond1
Sep 01 15:58:23 irczsrvp09 ifup[1259]: run-parts:
/etc/network/if-pre-up.d/ifenslave exited with return code 1
Sep 01 15:58:23 irczsrvp09 ifup[1242]: ifup: failed to bring up enp4s0f0
Sep 01 15:58:23 irczsrvp09 ifup[1266]: No iface stanza found for master bond1
Sep 01 15:58:23 irczsrvp09 ifup[1264]: run-parts:
/etc/network/if-pre-up.d/ifenslave exited with return code 1
Sep 01 15:58:23 irczsrvp09 ifup[1242]: ifup: failed to bring up enp4s0f1

Although the bonding interface seems to work with your workaround, the
Systemd service (networking) is stuck at failed state.

So for now the "proper" way to fix this seems to be to remove the
physical device stanzas and only use the bonding interfaces - until
this bug is fixed.



Bug#993128: libvpx6: Unable to use camera or share screen on WebRTC conferences

2021-09-01 Thread Jan Hasebos

Hello Ramacher,


Could you please retry with 1.10.0-2 which is now available in unstable?


This new version fixed encoding VP8 with ffmpeg for me. I no longer get 
the "ABI version mismatch" error. Thank you!


~ Jan



Bug#993430: closed by Debian FTP Masters (reply to Jeremy Bicha ) (Bug#993430: fixed in gedit 40.1-2)

2021-09-01 Thread Michael Biebl

Am 01.09.21 um 13:51 schrieb Debian Bug Tracking System:

This is an automatic notification regarding your Bug report
which was filed against the tracker package:

#993430: Breaks nautilus  Settings schema 'org.freedesktop.Tracker.Miner.Files' 
is not installed

It has been closed by Debian FTP Masters  (reply to 
Jeremy Bicha ).


Looks like there is still a breaks missing in tracker3 against older 
nautilus versions?




OpenPGP_signature
Description: OpenPGP digital signature


Bug#993421: marked as done (sdl-kitchensink build-depends on removed package libavresample-dev)

2021-09-01 Thread Debian Bug Tracking System
Your message dated Wed, 01 Sep 2021 12:52:01 +
with message-id 
and subject line Bug#993421: fixed in sdl-kitchensink 1.0.9-3
has caused the Debian Bug report #993421,
regarding sdl-kitchensink build-depends on removed package libavresample-dev
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.)


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

Source: sdl-kitchensink
Version: 1.0.9-2
Severity: serious
Tags: bookworm, sid

The ffmpeg package no longer builds libavresample-dev, it is completely gone
from testing and while it is present in unstable as a cruft package, it is
uninstallable there due to dependency versions. So this package's
build-dependencies can no longer be satisfied in testing.
--- End Message ---
--- Begin Message ---
Source: sdl-kitchensink
Source-Version: 1.0.9-3
Done: Didier Raboud 

We believe that the bug you reported is fixed in the latest version of
sdl-kitchensink, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 993...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Didier Raboud  (supplier of updated sdl-kitchensink package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 01 Sep 2021 14:09:02 +0200
Source: sdl-kitchensink
Architecture: source
Version: 1.0.9-3
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Didier Raboud 
Closes: 993421
Changes:
 sdl-kitchensink (1.0.9-3) unstable; urgency=medium
 .
   * Orphan package
   * Drop unused libavresample-dev B-D (Closes: #993421)
   * S-V: Upgrade to 4.6.0 without changes needed
Checksums-Sha1:
 f6df42de2379dd0fd23208cfa7b6e92869f501e4 2287 sdl-kitchensink_1.0.9-3.dsc
 59c670613fb6fcc6de6767146710764542c97206 3924 
sdl-kitchensink_1.0.9-3.debian.tar.xz
Checksums-Sha256:
 ee7d735b6183544a0a659a10b5609e29a99d272ac5c0f9d49bac58d814036de9 2287 
sdl-kitchensink_1.0.9-3.dsc
 0a51f07177d40bede48b6d9d4bf943f38be22d5677cab6a6c4e31cbc6c7875dc 3924 
sdl-kitchensink_1.0.9-3.debian.tar.xz
Files:
 ff8829f6d349325a4a184718131c5749 2287 libs optional sdl-kitchensink_1.0.9-3.dsc
 7364964b3e86ab62ea1d9d31a416cb89 3924 libs optional 
sdl-kitchensink_1.0.9-3.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEJ3k7rA0YCplkx4gZqcb6xg1jAWkFAmEvcB0ACgkQqcb6xg1j
AWm+fw//SAnWXhuNB61h++eqA0OMVq+bpQBI6Nrh399fQfqZRrZ4bcYEyNwkGtfL
qGEmHxp1cUL7+fM4guMlBXLLCEtUHxPcgVjb85boM3ciWhaI4Lv4d1dShwCgU5pX
gciBUWKjC9heLCrnb1sOVpFGJbhqksMp7HN2O9Nu52Ku/l8N7tBXHuh5x4AC9//w
Sy0Fize9pxOPu2PoAzHNHRpnnvQJLH+IU11tTC8PgwQN4vq5SkqOm+jia1qGjbW1
3QoyGU4VfVbsFedxmZCq0c/WDuBYJ05FvrirmRVLMWBrnxO9x8CKjYv25TRicF+W
MCs0IswTVA6EHMJIYWIRChI7XwZ12Jk/k8/n5UDd7aOvV/LEURVSPrjwZ4Rfr1g1
qQOtnbT0Dx1LBEvTBtRUq8v7BD1V7Q6VZzfGwPa6azVhVvJdCSQAj//V6kGaiuWq
U+sNnaxdOALBeuvL47PPsit4+CFY0sVOI3xldHBXOLjmPOndI9Ba5svW24F8TFge
PkIkH8K9CZxBtzEC6tteChgsiELg1VKz1UKS/Zcwq4LShBfhrYc+N+WCLFSCDa26
qzjrUGGpAzezouWKLsqUWtFH7LK0Nai0He9x5Eq7dRVScu2SLRuTbTiJukzOGxHt
pix+V37cOaSGUxhTgHgyR2k7lm2gsoKoICqwdnhQVXlMhj2ujXc=
=NjmS
-END PGP SIGNATURE End Message ---


Bug#993222: marked as done (ffmpeg: Having libvpx 1.10.0-1 installed gives "ABI version mismatch" error)

2021-09-01 Thread Debian Bug Tracking System
Your message dated Wed, 1 Sep 2021 14:52:21 +0200
with message-id 
and subject line Re: Bug#993128: libvpx6: Unable to use camera or share screen 
on WebRTC conferences
has caused the Debian Bug report #993128,
regarding ffmpeg: Having libvpx 1.10.0-1 installed gives "ABI version mismatch" 
error
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.)


-- 
993128: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=993128
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: ffmpeg
Version: 7:4.4-5
Severity: normal

Dear Maintainer,

A recent apt-upgrade installed the latest version of libvpx, 1.10.0-1,
on my system. The next time I tried to encode a video with VP8, it gave
the error message "Failed to initialize encoder: ABI version mismatch".
Downgrading to the previous version, 1.9.0-1, fixed the issue.
FFmpeg should declare its incompatibility with 1.10.0-1 so the package
gets kept back.
Besides that, no issues with the package. Thank you for maintaining it!

Sincerely,
Jan

-- System Information:
Debian Release: bookworm/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.10.0-8-amd64 (SMP w/8 CPU threads)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages ffmpeg depends on:
ii  libavcodec587:4.4-5
ii  libavdevice58   7:4.4-5
ii  libavfilter77:4.4-5
ii  libavformat58   7:4.4-5
ii  libavutil56 7:4.4-5
ii  libc6   2.31-17
ii  libpostproc55   7:4.4-5
ii  libsdl2-2.0-0   2.0.14+dfsg2-3
ii  libswresample3  7:4.4-5
ii  libswscale5 7:4.4-5

ffmpeg recommends no packages.

Versions of packages ffmpeg suggests:
pn  ffmpeg-doc  

-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 1.10.0-2

On 2021-09-01 09:38:24 -0300, Paulo wrote:
> On Tue, 31 Aug 2021 18:10:36 +0200 Sebastian Ramacher  
> wrote:
> > Control: tags -1 moreinfo
> > 
> > On 2021-08-27 12:10:14 -0300, Paulo Roberto Alves de Oliveira (aka 
> > kretcheu) wrote:
> > > Package: libvpx6
> > > Version: 1.10.0-1
> > > Severity: important
> > > Tags: a11y
> > > > Dear Maintainer,
> > > > When we try do use camera or share screen on WebRTC like, Jitsi,
> > GoogleMeeting, it's not working.
> > > > Running Chromium on terminal we can see many error messages:
> > > > ERROR:video_stream_encoder.cc(1729)] Failed to encode frame. Error
> > code: -7
> > > > Downgrading to version 1.9.0-1 it's working again.
> > 
> > Could you please retry with 1.10.0-2 which is now available in unstable?
> > 
> > Cheers
> > 
> > > > Thank's
> > > > > -- System Information:
> > > Debian Release: bookworm/sid
> > >   APT prefers unstable
> > >   APT policy: (500, 'unstable')
> > > Architecture: amd64 (x86_64)
> > > > Kernel: Linux 5.10.0-8-amd64 (SMP w/4 CPU threads)
> > > Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8), LANGUAGE 
> > > not set
> > > Shell: /bin/sh linked to /bin/dash
> > > Init: systemd (via /run/systemd/system)
> > > LSM: AppArmor: enabled
> > > > Versions of packages libvpx6 depends on:
> > > ii  libc6  2.31-17
> > > > libvpx6 recommends no packages.
> > > > libvpx6 suggests no packages.
> > > > -- no debconf information
> > >
> > 
> > -- 
> > Sebastian Ramacher
> 
> 
> Hi Sebastian,
> 
> It's working again, normal using Chromium and Firefox.
> 
> For me you could (Closes: #993128).

Thanks for checking.

Cheers
-- 
Sebastian Ramacher


signature.asc
Description: PGP signature
--- End Message ---


Bug#993128: marked as done (libvpx6: Unable to use camera or share screen on WebRTC conferences)

2021-09-01 Thread Debian Bug Tracking System
Your message dated Wed, 1 Sep 2021 14:52:21 +0200
with message-id 
and subject line Re: Bug#993128: libvpx6: Unable to use camera or share screen 
on WebRTC conferences
has caused the Debian Bug report #993128,
regarding libvpx6: Unable to use camera or share screen on WebRTC conferences
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.)


-- 
993128: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=993128
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libvpx6
Version: 1.10.0-1
Severity: important
Tags: a11y

Dear Maintainer,

When we try do use camera or share screen on WebRTC like, Jitsi, GoogleMeeting, 
it's not working.

Running Chromium on terminal we can see many error messages:

ERROR:video_stream_encoder.cc(1729)] Failed to encode frame. Error code: -7

Downgrading to version 1.9.0-1 it's working again.

Thank's


-- System Information:
Debian Release: bookworm/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 5.10.0-8-amd64 (SMP w/4 CPU threads)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages libvpx6 depends on:
ii  libc6  2.31-17

libvpx6 recommends no packages.

libvpx6 suggests no packages.

-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 1.10.0-2

On 2021-09-01 09:38:24 -0300, Paulo wrote:
> On Tue, 31 Aug 2021 18:10:36 +0200 Sebastian Ramacher  
> wrote:
> > Control: tags -1 moreinfo
> > 
> > On 2021-08-27 12:10:14 -0300, Paulo Roberto Alves de Oliveira (aka 
> > kretcheu) wrote:
> > > Package: libvpx6
> > > Version: 1.10.0-1
> > > Severity: important
> > > Tags: a11y
> > > > Dear Maintainer,
> > > > When we try do use camera or share screen on WebRTC like, Jitsi,
> > GoogleMeeting, it's not working.
> > > > Running Chromium on terminal we can see many error messages:
> > > > ERROR:video_stream_encoder.cc(1729)] Failed to encode frame. Error
> > code: -7
> > > > Downgrading to version 1.9.0-1 it's working again.
> > 
> > Could you please retry with 1.10.0-2 which is now available in unstable?
> > 
> > Cheers
> > 
> > > > Thank's
> > > > > -- System Information:
> > > Debian Release: bookworm/sid
> > >   APT prefers unstable
> > >   APT policy: (500, 'unstable')
> > > Architecture: amd64 (x86_64)
> > > > Kernel: Linux 5.10.0-8-amd64 (SMP w/4 CPU threads)
> > > Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8), LANGUAGE 
> > > not set
> > > Shell: /bin/sh linked to /bin/dash
> > > Init: systemd (via /run/systemd/system)
> > > LSM: AppArmor: enabled
> > > > Versions of packages libvpx6 depends on:
> > > ii  libc6  2.31-17
> > > > libvpx6 recommends no packages.
> > > > libvpx6 suggests no packages.
> > > > -- no debconf information
> > >
> > 
> > -- 
> > Sebastian Ramacher
> 
> 
> Hi Sebastian,
> 
> It's working again, normal using Chromium and Firefox.
> 
> For me you could (Closes: #993128).

Thanks for checking.

Cheers
-- 
Sebastian Ramacher


signature.asc
Description: PGP signature
--- End Message ---


Bug#993441: kleopatra: Creates unsafe ~/.gnupg when not already present

2021-09-01 Thread Diederik de Haas
Package: kleopatra
Version: 4:21.08.0-1
Severity: grave
Tags: security
Justification: user security hole
X-Debbugs-Cc: Debian Security Team 

I had previously 'improved' my gnupg configuration, but that is (now)
deprecated.
So I moved my ~/.gnupg directory to a backup location to start anew.

If I then start Kleopatra, but don't do anything with it, that directory
gets created, but with the wrong permissions:
diederik@bagend:~$ stat .gnupg/
  File: .gnupg/
  Size: 4096Blocks: 8  IO Block: 4096   directory
Device: 10304h/66308d   Inode: 12845182Links: 3
Access: (0755/drwxr-xr-x)  Uid: ( 1000/diederik)   Gid: ( 1000/diederik)

Running a gpg command from a Konsole window reports the issue:
diederik@bagend:~$ gpg --list-keys
gpg: WARNING: unsafe permissions on homedir '/home/diederik/.gnupg'


If I uninstall Kleopatra and remove the ~/.gnupg directory (again) and
then do 'gpg --list-keys', I get:
diederik@bagend:~$ gpg --list-keys
gpg: directory '/home/diederik/.gnupg' created
gpg: keybox '/home/diederik/.gnupg/pubring.kbx' created
gpg: /home/diederik/.gnupg/trustdb.gpg: trustdb created
diederik@bagend:~$ stat .gnupg/
  File: .gnupg/
  Size: 4096Blocks: 8  IO Block: 4096   directory
Device: 10304h/66308d   Inode: 12845180Links: 2
Access: (0700/drwx--)  Uid: ( 1000/diederik)   Gid: ( 1000/diederik)

So Kleopatra creates ~/.gnupg with incorrect permissions when the
directory doesn't exist.

Cheers,
  Diederik

-- System Information:
Debian Release: bookworm/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'testing-debug'), (500, 
'unstable'), (500, 'testing'), (101, 'experimental'), (1, 'experimental-debug')
Architecture: amd64 (x86_64)
Foreign Architectures: arm64

Kernel: Linux 5.10.0-8-amd64 (SMP w/16 CPU threads)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages kleopatra depends on:
ii  dirmngr2.2.27-2
ii  gnupg  2.2.27-2
ii  gpgsm  2.2.27-2
ii  libassuan0 2.5.5-1
ii  libc6  2.31-17
ii  libgcc-s1  11.2.0-3
ii  libgpg-error0  1.42-3
ii  libgpgme11 1.16.0-1
ii  libgpgmepp61.16.0-1
ii  libkf5codecs5  5.85.0-2
ii  libkf5configcore5  5.85.0-2
ii  libkf5configgui5   5.85.0-2
ii  libkf5configwidgets5   5.85.0-2
ii  libkf5coreaddons5  5.85.0-2
ii  libkf5crash5   5.85.0-2
ii  libkf5dbusaddons5  5.85.0-2
ii  libkf5i18n55.85.0-2
ii  libkf5iconthemes5  5.85.0-2
ii  libkf5itemmodels5  5.85.0-2
ii  libkf5libkleo5 [libkf5libkleo5-21.08]  4:21.08.0-1
ii  libkf5mime5abi1 [libkf5mime5-21.08]21.08.0-1
ii  libkf5notifications5   5.85.0-3
ii  libkf5textwidgets5 5.85.0-2
ii  libkf5widgetsaddons5   5.85.0-2
ii  libkf5windowsystem55.85.0-2
ii  libkf5xmlgui5  5.85.0-3
ii  libqgpgme7 1.16.0-1
ii  libqt5core5a   5.15.2+dfsg-10
ii  libqt5dbus55.15.2+dfsg-10
ii  libqt5gui5 5.15.2+dfsg-10
ii  libqt5network5 5.15.2+dfsg-10
ii  libqt5printsupport55.15.2+dfsg-10
ii  libqt5widgets5 5.15.2+dfsg-10
ii  libstdc++6 11.2.0-3
ii  paperkey   1.6-1
ii  pinentry-qt1.1.1-1

kleopatra recommends no packages.

kleopatra suggests no packages.

-- no debconf information



Bug#993128: libvpx6: Unable to use camera or share screen on WebRTC conferences

2021-09-01 Thread Paulo

On Tue, 31 Aug 2021 18:10:36 +0200 Sebastian Ramacher  
wrote:

Control: tags -1 moreinfo

On 2021-08-27 12:10:14 -0300, Paulo Roberto Alves de Oliveira (aka kretcheu) 
wrote:
> Package: libvpx6
> Version: 1.10.0-1
> Severity: important
> Tags: a11y
> 
> Dear Maintainer,
> 
> When we try do use camera or share screen on WebRTC like, Jitsi, GoogleMeeting, it's not working.
> 
> Running Chromium on terminal we can see many error messages:
> 
> ERROR:video_stream_encoder.cc(1729)] Failed to encode frame. Error code: -7
> 
> Downgrading to version 1.9.0-1 it's working again.


Could you please retry with 1.10.0-2 which is now available in unstable?

Cheers

> 
> Thank's
> 
> 
> -- System Information:

> Debian Release: bookworm/sid
>   APT prefers unstable
>   APT policy: (500, 'unstable')
> Architecture: amd64 (x86_64)
> 
> Kernel: Linux 5.10.0-8-amd64 (SMP w/4 CPU threads)

> Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8), LANGUAGE not 
set
> Shell: /bin/sh linked to /bin/dash
> Init: systemd (via /run/systemd/system)
> LSM: AppArmor: enabled
> 
> Versions of packages libvpx6 depends on:

> ii  libc6  2.31-17
> 
> libvpx6 recommends no packages.
> 
> libvpx6 suggests no packages.
> 
> -- no debconf information
> 


--
Sebastian Ramacher



Hi Sebastian,

It's working again, normal using Chromium and Firefox.

For me you could (Closes: #993128).

Thank you.



Processed: Re: Bug#993430: Breaks nautilus: Settings schema 'org.freedesktop.Tracker.Miner.Files' is not installed

2021-09-01 Thread Debian Bug Tracking System
Processing control commands:

> reopen -1
Bug #993430 {Done: Jeremy Bicha } [tracker] Breaks nautilus  
Settings schema 'org.freedesktop.Tracker.Miner.Files' is not installed
'reopen' may be inappropriate when a bug has been closed with a version;
all fixed versions will be cleared, and you may need to re-add them.
Bug reopened
No longer marked as fixed in versions gedit/40.1-2.
> reassign -1 tracker-miner-fs 3.1.1-3
Bug #993430 [tracker] Breaks nautilus  Settings schema 
'org.freedesktop.Tracker.Miner.Files' is not installed
Bug reassigned from package 'tracker' to 'tracker-miner-fs'.
No longer marked as found in versions tracker/3.1.1-3.
Ignoring request to alter fixed versions of bug #993430 to the same values 
previously set
Bug #993430 [tracker-miner-fs] Breaks nautilus  Settings schema 
'org.freedesktop.Tracker.Miner.Files' is not installed
Marked as found in versions tracker-miners/3.1.1-3.
> tags -1 = bookworm sid
Bug #993430 [tracker-miner-fs] Breaks nautilus  Settings schema 
'org.freedesktop.Tracker.Miner.Files' is not installed
Added tag(s) bookworm and sid.
> block 993052 by -1
Bug #993052 [release.debian.org] transition: tracker
993052 was blocked by: 993412 993361
993052 was not blocking any bugs.
Added blocking bug(s) of 993052: 993430

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



Bug#993430: Breaks nautilus: Settings schema 'org.freedesktop.Tracker.Miner.Files' is not installed

2021-09-01 Thread Simon McVittie
Control: reopen -1
Control: reassign -1 tracker-miner-fs 3.1.1-3
Control: tags -1 = bookworm sid
Control: block 993052 by -1

On Wed, 01 Sep 2021 at 11:51:02 +, Debian Bug Tracking System wrote:
> The latest update of tracker seems to have broken nautilus (which is
> still at version 3.38.2-1 here, has I have plugins like
> nautilus-nextcloud which haven't been updated yet).

tracker-miner-fs (>= 3) needs a Breaks: nautilus (<< 40) for this.
Older nautilus relied on tracker-miner-fs providing the version 2 schema.

smcv



Bug#993398: marked as pending in neutron

2021-09-01 Thread Thomas Goirand
Control: tag -1 pending

Hello,

Bug #993398 in neutron reported by you has been fixed in the
Git repository and is awaiting an upload. You can see the commit
message below and you can check the diff of the fix at:

https://salsa.debian.org/openstack-team/services/neutron/-/commit/8a70539dc9afdb80b2f0aac4f8e44e784729c6ab


* CVE-2021-40085: By supplying a specially crafted extra_dhcp_opts value, an
authenticated user may add arbitrary configuration to the dnsmasq process
in order to crash the service, change parameters for other tenants sharing
the same interface, or otherwise alter that daemon's behavior. This
vulnerability may also be used to trigger a configuration parsing buffer
overflow in versions of dnsmasq prior to 2.81, which could lead to remote
code execution. All Neutron deployments are affected. Added upstream
patch: Remove dhcp_extra_opt value after first newline character.
(Closes: #993398)


(this message was generated automatically)
-- 
Greetings

https://bugs.debian.org/993398



Processed: Bug#993398 marked as pending in neutron

2021-09-01 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #993398 [src:neutron] neutron: CVE-2021-40085: Arbitrary dnsmasq 
reconfiguration via extra_dhcp_opts
Added tag(s) pending.

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



Processed: Bug#993398 marked as pending in neutron

2021-09-01 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #993398 [src:neutron] neutron: CVE-2021-40085: Arbitrary dnsmasq 
reconfiguration via extra_dhcp_opts
Ignoring request to alter tags of bug #993398 to the same tags previously set

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



Bug#993398: marked as pending in neutron

2021-09-01 Thread Thomas Goirand
Control: tag -1 pending

Hello,

Bug #993398 in neutron reported by you has been fixed in the
Git repository and is awaiting an upload. You can see the commit
message below and you can check the diff of the fix at:

https://salsa.debian.org/openstack-team/services/neutron/-/commit/b4ddfab9af3d87809eb17502d0c2bf9d3bf4dc33


* CVE-2021-40085: By supplying a specially crafted extra_dhcp_opts value, an
authenticated user may add arbitrary configuration to the dnsmasq process
in order to crash the service, change parameters for other tenants sharing
the same interface, or otherwise alter that daemon's behavior. This
vulnerability may also be used to trigger a configuration parsing buffer
overflow in versions of dnsmasq prior to 2.81, which could lead to remote
code execution. All Neutron deployments are affected. Added upstream
patch: Remove dhcp_extra_opt value after first newline character.
(Closes: #993398)


(this message was generated automatically)
-- 
Greetings

https://bugs.debian.org/993398



Bug#993430: marked as done (Breaks nautilus Settings schema 'org.freedesktop.Tracker.Miner.Files' is not installed)

2021-09-01 Thread Debian Bug Tracking System
Your message dated Wed, 01 Sep 2021 11:48:36 +
with message-id 
and subject line Bug#993430: fixed in gedit 40.1-2
has caused the Debian Bug report #993430,
regarding Breaks nautilus  Settings schema 
'org.freedesktop.Tracker.Miner.Files' is not installed
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.)


-- 
993430: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=993430
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: tracker
Version: 3.1.1-3
Severity: serious

The latest update of tracker seems to have broken nautilus (which is
still at version 3.38.2-1 here, has I have plugins like
nautilus-nextcloud which haven't been updated yet).

After this upgrade, nautilus fails to start

$ /usr/bin/nautilus

** (org.gnome.Nautilus:22334): WARNING **: 10:24:58.527: Error on getting 
connection: Failed to load SPARQL backend: Unable to find default domain 
ontology rule /usr/share/tracker/domain-ontologies/default.rule

(org.gnome.Nautilus:22334): GLib-GIO-ERROR **: 10:24:58.612: Settings schema 
'org.freedesktop.Tracker.Miner.Files' is not installed
Trace/breakpoint trap (core dumped)







-- System Information:
Debian Release: bookworm/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (200, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.10.0-8-amd64 (SMP w/4 CPU threads)
Kernel taint flags: TAINT_FIRMWARE_WORKAROUND, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages tracker depends on:
ii  dbus-user-session [default-dbus-session-bus]  1.12.20-2
ii  dbus-x11 [dbus-session-bus]   1.12.20-2
ii  dpkg  1.20.9
ii  libc6 2.31-17
ii  libglib2.0-0  2.68.4-1
ii  libglib2.0-bin2.68.4-1
ii  libicu67  67.1-7
ii  libsqlite3-0  3.36.0-2
ii  libstemmer0d  2.1.0-1
ii  libtracker-sparql-3.0-0   3.1.1-3
ii  shared-mime-info  2.0-1

Versions of packages tracker recommends:
ii  tracker-miner-fs  3.1.1-3

tracker suggests no packages.

-- no debconf information
--- End Message ---
--- Begin Message ---
Source: gedit
Source-Version: 40.1-2
Done: Jeremy Bicha 

We believe that the bug you reported is fixed in the latest version of
gedit, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 993...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jeremy Bicha  (supplier of updated gedit package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 01 Sep 2021 07:35:24 -0400
Source: gedit
Built-For-Profiles: noudeb
Architecture: source
Version: 40.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 

Changed-By: Jeremy Bicha 
Closes: 993430
Changes:
 gedit (40.1-2) unstable; urgency=medium
 .
   * debian/control.in: Build-Depend on dh-sequence-gir, -gnome, and -python3
   * debian/rules: Simplify a bit
   * Release to unstable. Closes: #993430
 .
 gedit (40.1-1) experimental; urgency=medium
 .
   [ Olivier Tilloy ]
   * New upstream release
   * debian/patches/upstream-fa587e0-deteplification.patch: backport upstream
 commit from master branch to remove the dependency on Tepl
 (https://gitlab.gnome.org/GNOME/gedit/-/commit/fa587e0)
   * debian/control{,.in}:
 - remove build dependency on libtepl-5-dev and libamtk-5-dev
 - bump Standards-Version to 4.5.1 (no changes required)
 .
   [ Iain Lane ]
   * control: BD on gnome-pkg-tools 22.
 To support the new GNOME versioning scheme properly
   * control: trivial: Add BD on libxml2-dev.
 This seems to be pulled in transitively by something else, but it's a
 direct requirement of gedit, so let's BD on it directly.
 .
 gedit (3.38.1-1) unstable; urgency=medium
 .
   * New 

Processed: tagging 992915

2021-09-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 992915 + sid bookworm
Bug #992915 {Done: Colin Watson } [grub-legacy] 
grub-legacy: Removing kernel image fails: /usr/sbin/update-grub: line 273: 
tempfile: command not found
Added tag(s) sid and bookworm.
> thanks
Stopping processing here.

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



Processed: tagging 993412

2021-09-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 993412 + sid bookworm
Bug #993412 [src:netatalk] netatalk: Switch to tracker 3
Added tag(s) sid and bookworm.
> thanks
Stopping processing here.

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



Processed: tagging 993431

2021-09-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 993431 + sid bookworm
Bug #993431 [src:virtuoso-opensource] virtuoso-opensource: checking WBXML2 
library usability... bad. Check config.log for details
Added tag(s) sid and bookworm.
> thanks
Stopping processing here.

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



Bug#983758: marked as done (python-xarray: autopkgtest regression on several architectures)

2021-09-01 Thread Debian Bug Tracking System
Your message dated Wed, 01 Sep 2021 11:04:45 +
with message-id 
and subject line Bug#983758: fixed in python-xarray 0.19.0-5
has caused the Debian Bug report #983758,
regarding python-xarray: autopkgtest regression on several architectures
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.)


-- 
983758: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=983758
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-xarray
Version: 0.17.0-1
Severity: serious

https://ci.debian.net/data/autopkgtest/testing/arm64/p/python-xarray/10765498/log.gz
https://ci.debian.net/data/autopkgtest/testing/arm64/p/python-xarray/10765498/log.gz

...
=== FAILURES ===
___ TestDataArray.test_pad_constant 

self = 

def test_pad_constant(self):
ar = DataArray(np.arange(3 * 4 * 5).reshape(3, 4, 5))
actual = ar.pad(dim_0=(1, 3))
expected = DataArray(
np.pad(
np.arange(3 * 4 * 5).reshape(3, 4, 5).astype(np.float32),
mode="constant",
pad_width=((1, 3), (0, 0), (0, 0)),
constant_values=np.nan,
)
)
assert actual.shape == (7, 4, 5)
assert_identical(actual, expected)

ar = xr.DataArray([9], dims="x")

actual = ar.pad(x=1)
expected = xr.DataArray([np.NaN, 9, np.NaN], dims="x")
assert_identical(actual, expected)

actual = ar.pad(x=1, constant_values=1.23456)
expected = xr.DataArray([1, 9, 1], dims="x")
assert_identical(actual, expected)

if LooseVersion(np.__version__) >= "1.20":
with pytest.raises(ValueError, match="cannot convert float NaN to 
integer"):
ar.pad(x=1, constant_values=np.NaN)
else:
actual = ar.pad(x=1, constant_values=np.NaN)
expected = xr.DataArray(
[-9223372036854775808, 9, -9223372036854775808], dims="x"
)
>   assert_identical(actual, expected)
E   AssertionError: Left and right DataArray objects are not identical
E   
E   Differing values:
E   L
E   array([0, 9, 0])
E   R
E   array([-9223372036854775808,9, 
-9223372036854775808],
E dtype=int64)

/usr/lib/python3/dist-packages/xarray/tests/test_dataarray.py:4523: 
AssertionError
=== warnings summary ===
...


https://ci.debian.net/data/autopkgtest/testing/i386/p/python-xarray/10765494/log.gz

...
=== FAILURES ===
___ TestDataArray.test_pad_constant 

self = 

def test_pad_constant(self):
ar = DataArray(np.arange(3 * 4 * 5).reshape(3, 4, 5))
actual = ar.pad(dim_0=(1, 3))
expected = DataArray(
np.pad(
np.arange(3 * 4 * 5).reshape(3, 4, 5).astype(np.float32),
mode="constant",
pad_width=((1, 3), (0, 0), (0, 0)),
constant_values=np.nan,
)
)
assert actual.shape == (7, 4, 5)
assert_identical(actual, expected)

ar = xr.DataArray([9], dims="x")

actual = ar.pad(x=1)
expected = xr.DataArray([np.NaN, 9, np.NaN], dims="x")
assert_identical(actual, expected)

actual = ar.pad(x=1, constant_values=1.23456)
expected = xr.DataArray([1, 9, 1], dims="x")
assert_identical(actual, expected)

if LooseVersion(np.__version__) >= "1.20":
with pytest.raises(ValueError, match="cannot convert float NaN to 
integer"):
ar.pad(x=1, constant_values=np.NaN)
else:
actual = ar.pad(x=1, constant_values=np.NaN)
expected = xr.DataArray(
[-9223372036854775808, 9, -9223372036854775808], dims="x"
)
>   assert_identical(actual, expected)
E   AssertionError: Left and right DataArray objects are not identical
E   
E   Differing values:
E   L
E   array([-2147483648,   9, -2147483648])
E   R
E   array([-9223372036854775808,9, 
-9223372036854775808],
E dtype=int64)

/usr/lib/python3/dist-packages/xarray/tests/test_dataarray.py:4523: 
AssertionError
=== warnings summary 

Bug#992923: marked as done (manaplus: binary-any FTBFS)

2021-09-01 Thread Debian Bug Tracking System
Your message dated Wed, 01 Sep 2021 10:34:17 +
with message-id 
and subject line Bug#992923: fixed in manaplus 2.1.3.17-2
has caused the Debian Bug report #992923,
regarding manaplus: binary-any FTBFS
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.)


-- 
992923: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=992923
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: manaplus
Version: 2.1.3.17-1
Severity: serious
Tags: ftbfs

https://buildd.debian.org/status/logs.php?pkg=manaplus=2.1.3.17-1

...
   debian/rules override_dh_install
make[1]: Entering directory '/<>'
dh_install
chmod -x 
/<>/debian/manaplus-data/usr/share/icons/hicolor/scalable/apps/manaplus.svg
chmod: cannot access 
'/<>/debian/manaplus-data/usr/share/icons/hicolor/scalable/apps/manaplus.svg':
 No such file or directory
make[1]: *** [debian/rules:17: override_dh_install] Error 1
--- End Message ---
--- Begin Message ---
Source: manaplus
Source-Version: 2.1.3.17-2
Done: Patrick Matthäi 

We believe that the bug you reported is fixed in the latest version of
manaplus, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 992...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Patrick Matthäi  (supplier of updated manaplus package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 01 Sep 2021 11:39:20 +0200
Source: manaplus
Architecture: source
Version: 2.1.3.17-2
Distribution: unstable
Urgency: high
Maintainer: Patrick Matthäi 
Changed-By: Patrick Matthäi 
Closes: 992923
Changes:
 manaplus (2.1.3.17-2) unstable; urgency=high
 .
   * Fix FTBFS.
 Closes: #992923
Checksums-Sha1:
 31d68dfd4ad9930d66b20f21b717a6a8b7069bf8 2242 manaplus_2.1.3.17-2.dsc
 14210ecb244b88cb7dfbcd0a8ed7c6afc77b20e4 14132800 manaplus_2.1.3.17.orig.tar.xz
 67752b6965936ff5309daaeb67964c2b83093b02 833 manaplus_2.1.3.17.orig.tar.xz.asc
 7c5a7a7180b3c6ae08f8ae3d8290da6461992882 19284 
manaplus_2.1.3.17-2.debian.tar.xz
 9085c45ef3c82658e793b5c3415728323e4580eb 6099 
manaplus_2.1.3.17-2_source.buildinfo
Checksums-Sha256:
 7488e6161f3fac3b298cf1718b1ebe4afb76eb790fa652881ae17361948b98d7 2242 
manaplus_2.1.3.17-2.dsc
 e8d16ac548c4029eda88849cc93385876b53ecf7ee4c2287d6f4e03e94e6fa3d 14132800 
manaplus_2.1.3.17.orig.tar.xz
 7d1594e866837cb73b2a6ca8f2e238a1bd79b1bb5486d7cee2cd18e333606c2e 833 
manaplus_2.1.3.17.orig.tar.xz.asc
 d49e287cdd9b75c8d51e92d7b2a4e29a2e05da5a061a11a3b7da8cf6678b44d3 19284 
manaplus_2.1.3.17-2.debian.tar.xz
 943086f45c740de4687ee6bf867dfcb64e6a3638dfa9c4c82e7c4391413d541b 6099 
manaplus_2.1.3.17-2_source.buildinfo
Files:
 cdb27565a0855fcaf0b27adb11717a70 2242 games optional manaplus_2.1.3.17-2.dsc
 dad47df3f6c5c9254aacde3f566fdbb3 14132800 games optional 
manaplus_2.1.3.17.orig.tar.xz
 bbd8fde286619a6f544e41ba7d111b14 833 games optional 
manaplus_2.1.3.17.orig.tar.xz.asc
 bad55a8c7f037c25264853f14bf596d0 19284 games optional 
manaplus_2.1.3.17-2.debian.tar.xz
 6939df4f75d249732f2c3cf9880dc3f6 6099 games optional 
manaplus_2.1.3.17-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEWKA9xYJCWk3IuQ4TEtmwSpDL2OQFAmEvUYIACgkQEtmwSpDL
2OQy4Q//eIeKolfbCA0EgHqElyxA3s9Exqvo8il6B0t8iKL4bdhBd4jaCyULlIvy
WhSeUVSVKVtHiiu0qBKuCfawFxmFCCCZNh4WT3If1WzSbRFXC/g0mKdNjsqvzFQF
pg7axhDYsLhlWBNXjyVzputUQYjg6XKlv3GAgEVqu6tf3P9WPFY3G1rDtRIuIvzX
xdUd6NsVhs7jN3IIb6zLkVjbbD5PgTXXNCAoLX95rsRJbGwhtNbXzDcVp5V9p8x7
CK+xQk59I4RVFLxTQCMoP5yogF/xR/7AJ5OMbzOjqijLA6kyt5f/9p7ZtLN1iRqn
8IfeK8fqR+DN3eaGfDfFi3euBQCizDMIEg3+a3HC6GoRVBriVuUJ7hK3LmPQhRSG
Pl2lVOCZ2sm6VSt7yACOVUqH6rr3sbivJjze6mOUDt8IftqoKQxqOY21xOJn+mR0
oPSxlOT74ZDI36ui3O8HEYy3aMQS8zxxps+5r3tUi6eeCkDBtRlNoA3UpTnrTih/
sdCNxP2NfbStLBHHDHArvjYjkdlLFLaF7eIa6LcQ61/mM2hLrUzGmGQM1FDobnGp
/eAFZOsCe304fekoSUpYrRukQU4j/3215frPBRsjphI8BHbv8la/L0F9bwZhR8sN
sIdu03xV7+YpHXANM9ov7CmyDSiDP5jPlmbvTEJ5SpUuvbVpdDc=
=54Sb
-END PGP SIGNATURE End Message ---


Bug#993435: unsatisfied installation dependencies: python3-flask-wtf

2021-09-01 Thread Eric Marsden

Package: python3-etesync-dav
Version: 0.17.0-1
Severity: serious

The package is not installable. Package python3-etesync-dav depends on 
package python3-flask-wtf, which is not available (replaced by 
python3-flaskext.wtf, which is also listed as a dependency).




Bug#993430: Acknowledgement (Breaks nautilus Settings schema 'org.freedesktop.Tracker.Miner.Files' is not installed)

2021-09-01 Thread Michael Biebl

Small correction:
nautilus wasn't updated because it would have forced the removal of gedit.



OpenPGP_signature
Description: OpenPGP digital signature


Processed: Re: Bug#992970: transition: wbxml2

2021-09-01 Thread Debian Bug Tracking System
Processing control commands:

> block -1 by 993431 993390
Bug #992970 [release.debian.org] transition: wbxml2
992970 was not blocked by any bugs.
992970 was not blocking any bugs.
Added blocking bug(s) of 992970: 993390 and 993431

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



Bug#993430: Breaks nautilus Settings schema 'org.freedesktop.Tracker.Miner.Files' is not installed

2021-09-01 Thread Michael Biebl
Package: tracker
Version: 3.1.1-3
Severity: serious

The latest update of tracker seems to have broken nautilus (which is
still at version 3.38.2-1 here, has I have plugins like
nautilus-nextcloud which haven't been updated yet).

After this upgrade, nautilus fails to start

$ /usr/bin/nautilus

** (org.gnome.Nautilus:22334): WARNING **: 10:24:58.527: Error on getting 
connection: Failed to load SPARQL backend: Unable to find default domain 
ontology rule /usr/share/tracker/domain-ontologies/default.rule

(org.gnome.Nautilus:22334): GLib-GIO-ERROR **: 10:24:58.612: Settings schema 
'org.freedesktop.Tracker.Miner.Files' is not installed
Trace/breakpoint trap (core dumped)







-- System Information:
Debian Release: bookworm/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (200, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.10.0-8-amd64 (SMP w/4 CPU threads)
Kernel taint flags: TAINT_FIRMWARE_WORKAROUND, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages tracker depends on:
ii  dbus-user-session [default-dbus-session-bus]  1.12.20-2
ii  dbus-x11 [dbus-session-bus]   1.12.20-2
ii  dpkg  1.20.9
ii  libc6 2.31-17
ii  libglib2.0-0  2.68.4-1
ii  libglib2.0-bin2.68.4-1
ii  libicu67  67.1-7
ii  libsqlite3-0  3.36.0-2
ii  libstemmer0d  2.1.0-1
ii  libtracker-sparql-3.0-0   3.1.1-3
ii  shared-mime-info  2.0-1

Versions of packages tracker recommends:
ii  tracker-miner-fs  3.1.1-3

tracker suggests no packages.

-- no debconf information



Bug#993431: virtuoso-opensource: checking WBXML2 library usability... bad. Check config.log for details

2021-09-01 Thread Sebastian Ramacher
Source: virtuoso-opensource
Version: 7.2.5.1+dfsg1-0.1
Severity: serious
X-Debbugs-Cc: sramac...@debian.org

virtuoso-opensource silently drops support for WBXML2 when building
against libwbxml2-dev 0.11.7:

| checking WBXML2 library usability... bad. Check config.log for details

and later:

| make[5]: Entering directory '/<>/binsrc/samples/wbxml2'
| **
| ** WARNING: wbxml2 plugin can not be build
| **
| make[5]: Leaving directory '/<>/binsrc/samples/wbxml2'

https://buildd.debian.org/status/fetch.php?pkg=virtuoso-opensource=amd64=7.2.5.1%2Bdfsg1-0.1%2Bb1=1630425431=0

Cheers
-- 
Sebastian Ramacher


signature.asc
Description: PGP signature


Bug#993016: marked as done (libdap: Includes rpc/types.h which is no longer provided by libc6-dev)

2021-09-01 Thread Debian Bug Tracking System
Your message dated Wed, 01 Sep 2021 08:23:13 +
with message-id 
and subject line Bug#993016: fixed in libdap 3.20.7-7
has caused the Debian Bug report #993016,
regarding libdap: Includes rpc/types.h which is no longer provided by libc6-dev
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.)


-- 
993016: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=993016
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libdap
Version: 3.20.7-6
Severity: serious
Tags: upstream
Justification: makes the package in question unusable or mostly so

Dear Maintainer,

The recent changes in glibc break libdap and its rdeps:

 In file included from /usr/include/libdap/XDRUtils.h:37,
  from /usr/include/libdap/Sequence.h:50,
  from libdap_headers.h:52,
  from ogr_dods.h:44,
  from ogrdodsdriver.cpp:29:
 /usr/include/libdap/xdr-datatypes.h:16:10: fatal error: rpc/types.h: No such 
file or directory
16 | #include 
   |  ^

/usr/include/rpc/types.h was provided by libc6-dev in bullseye, but it is no 
longer included in libc6-dev (2.31-17).

Kind Regards,

Bas
--- End Message ---
--- Begin Message ---
Source: libdap
Source-Version: 3.20.7-7
Done: Alastair McKinstry 

We believe that the bug you reported is fixed in the latest version of
libdap, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 993...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alastair McKinstry  (supplier of updated libdap package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 31 Aug 2021 11:24:50 +0100
Source: libdap
Architecture: source
Version: 3.20.7-7
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry 
Changed-By: Alastair McKinstry 
Closes: 993016
Changes:
 libdap (3.20.7-7) unstable; urgency=medium
 .
   * Standards-Version: 4.6.0
   * Patch from Aurelian Jarno for tirpc support. Closes: #993016
Checksums-Sha1:
 c300e04ccc3cc740c7d2f164f6028521c8e0e7d8 2405 libdap_3.20.7-7.dsc
 fb6f3eadc1a3518c1b7a73a484d6f471bea1f77c 14576 libdap_3.20.7-7.debian.tar.xz
Checksums-Sha256:
 eb6686aea2ef7cf1112ee781c143fb88f9ffedf25f210a81e5e16b1253222180 2405 
libdap_3.20.7-7.dsc
 9375ad72d5d9c1bed7e5a59c93b2e3a88eecca9967c780b8acd2946a972f567d 14576 
libdap_3.20.7-7.debian.tar.xz
Files:
 5f23adb81ff9865db3c59a2afb72762b 2405 utils optional libdap_3.20.7-7.dsc
 84b8a5c3165c5418b691fce843d0246e 14576 utils optional 
libdap_3.20.7-7.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAmEvMb8ACgkQy+a7Tl2a
06Vl7Q//ZshEs3JCF/+IiLBdoGArvPWBv+8NuFdo9JwdiuROnnDqfk88bDXuEmOu
JWMzzVxJj27FyFMvBaZM5uX0XOMRMhYZRUERTgZ4iciChS2LzWKySoAXg6VJE2PS
9JBtPf9C89qxtmWfrDB0FhYiGLZzJmOZemnDokmvT/FYcGbpgIcTWOzXbjhp0X5o
AGmEqnG57XavLZ7/xrd3hqi/vnh3+wqpLA71mqGggn0+jjwbgVJLIVV8lba+5YxI
5SOD6ARkFu7C1CeaeV/ywSgWDVv/xYVgo9isgs0WDLJpekfGodRBVGeYmcAEM67L
30oEa0uIsoI3CagWBVhURl0QmVcOGyI66dBtYapat6gctQNsO8LD2Wxw5y/SlCE3
hx4vP+E6qvnh2/QhsfPhYo+GsfWlSGROx4z+nvyiJV3yMy1ci9NJ8GI+Bp+L6E94
RPe8lAPewM0GUgiwg1MjLlqVM+Ttd/Z2gDlw8ER6xZ8kCGNnx6M1FuIQQlL/KYjE
K43KqG/wTuiN8VTTIbxD4qZKAddS7qgvLu8/OIr7ci00qrUjb/mK8ShOOfJQlm8a
S0rX3Eg833Kta3u4f1rWuc/dfesu+k4wQx46Oj3JIGC0RhJqBTeCRUn/ebEiNe6b
Z/K0pvzlnytABbRDyIHDJQhJzBXSroJl22GYC1ooR8siL9YyiaA=
=xtL2
-END PGP SIGNATURE End Message ---


Bug#993398: neutron: CVE-2021-40085: Arbitrary dnsmasq reconfiguration via extra_dhcp_opts

2021-09-01 Thread Thomas Goirand
On 8/31/21 9:17 PM, Salvatore Bonaccorso wrote:
> Source: neutron
> Version: 2:18.1.0-2
> Severity: grave
> Tags: security upstream
> Justification: user security hole
> Forwarded: https://launchpad.net/bugs/1939733
> X-Debbugs-Cc: car...@debian.org, Debian Security Team 
> 
> Control: found -1 2:17.1.1-6
> 
> Hi,
> 
> The following vulnerability was published for neutron.
> 
> CVE-2021-40085[0]:
> | An issue was discovered in OpenStack Neutron before 16.4.1, 17.x
> | before 17.2.1, and 18.x before 18.1.1. Authenticated attackers can
> | reconfigure dnsmasq via a crafted extra_dhcp_opts value.
> 
> 
> If you fix the vulnerability please also make sure to include the
> CVE (Common Vulnerabilities & Exposures) id in your changelog entry.
> 
> For further information see:
> 
> [0] https://security-tracker.debian.org/tracker/CVE-2021-40085
> https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-40085
> [1] https://launchpad.net/bugs/1939733
> [2] https://www.openwall.com/lists/oss-security/2021/08/31/2
> 
> Please adjust the affected versions in the BTS as needed.
> 
> Regards,
> Salvatore

Dear Security team,

Please find attached the debdiff to close this bug in Bullseye. Let me
know if I can upload right away.

I'm preparing updates for Unstable and Buster (the patch applies kind of
cleanly in Buster as well, modulo a few tests).

Cheers,

Thomas Goirand (zigo)
diff -Nru neutron-17.1.1/debian/changelog neutron-17.1.1/debian/changelog
--- neutron-17.1.1/debian/changelog 2021-06-30 10:51:00.0 +0200
+++ neutron-17.1.1/debian/changelog 2021-08-25 16:53:24.0 +0200
@@ -1,3 +1,17 @@
+neutron (2:17.1.1-6+deb11u1) bullseye; urgency=medium
+
+  * CVE-2021-40085: By supplying a specially crafted extra_dhcp_opts value, an
+authenticated user may add arbitrary configuration to the dnsmasq process
+in order to crash the service, change parameters for other tenants sharing
+the same interface, or otherwise alter that daemon's behavior. This
+vulnerability may also be used to trigger a configuration parsing buffer
+overflow in versions of dnsmasq prior to 2.81, which could lead to remote
+code execution. All Neutron deployments are affected. Added upstream
+patch: Remove dhcp_extra_opt value after first newline character.
+(Closes: #993398)
+
+ -- Thomas Goirand   Wed, 25 Aug 2021 16:53:24 +0200
+
 neutron (2:17.1.1-6) unstable; urgency=medium
 
   * Add fix-rootwrap-does-not-include-python-3.9.patch.
diff -Nru 
neutron-17.1.1/debian/patches/CVE-2021-40085-Remove-dhcp_extra_opt-value-after-first-newline-character.patch
 
neutron-17.1.1/debian/patches/CVE-2021-40085-Remove-dhcp_extra_opt-value-after-first-newline-character.patch
--- 
neutron-17.1.1/debian/patches/CVE-2021-40085-Remove-dhcp_extra_opt-value-after-first-newline-character.patch
1970-01-01 01:00:00.0 +0100
+++ 
neutron-17.1.1/debian/patches/CVE-2021-40085-Remove-dhcp_extra_opt-value-after-first-newline-character.patch
2021-08-25 16:53:24.0 +0200
@@ -0,0 +1,68 @@
+Author: Slawek Kaplonski 
+Date: Mon, 23 Aug 2021 13:01:37 +0200
+Description: CVE-2021-40085 Remove dhcp_extra_opt value after first newline 
character
+ Passing newline to the dnsmasq may cause security issues, especially
+ that in case of Neutron that dhcp options' values are controlled by
+ cloud users.
+ This patch removes everything what is after first newline character
+ in the dhcp_extra_opt's values before passing them to dnsmasq.
+Closes-Bug: https://bugs.launchpad.net/neutron/+bug/1939733
+Change-Id: Ifeaf258f0b5ea86f25620ac4116d618980a7272e
+Bug-Debian: https://bugs.debian.org/993398
+Last-Update: 2021-09-01
+
+Index: neutron/neutron/agent/linux/dhcp.py
+===
+--- neutron.orig/neutron/agent/linux/dhcp.py
 neutron/neutron/agent/linux/dhcp.py
+@@ -1293,10 +1293,11 @@ class Dnsmasq(DhcpLocalProcess):
+ elif not option.isdigit():
+ option = 'option:%s' % option
+ if extra_tag:
+-tags = ('tag:' + tag, extra_tag[:-1], '%s' % option)
++tags = ['tag:' + tag, extra_tag[:-1], '%s' % option]
+ else:
+-tags = ('tag:' + tag, '%s' % option)
+-return ','.join(tags + args)
++tags = ['tag:' + tag, '%s' % option]
++
++return ','.join(tags + [v.split("\n", 1)[0] for v in args])
+ 
+ @staticmethod
+ def _convert_to_literal_addrs(ip_version, ips):
+Index: neutron/neutron/tests/unit/agent/linux/test_dhcp.py
+===
+--- neutron.orig/neutron/tests/unit/agent/linux/test_dhcp.py
 neutron/neutron/tests/unit/agent/linux/test_dhcp.py
+@@ -230,6 +230,9 @@ class FakeV6PortExtraOpt(object):
+ self.extra_dhcp_opts = [
+ DhcpOpt(opt_name='dns-server',
+ opt_value='ffea:3ba5:a17a:4ba3::100',
++ip_version=constants.IP_VERSION_6),
++   

Bug#961359: Bug#929276: remem: diff for NMU version 2.12-7.1

2021-09-01 Thread Javier Fernandez-Sanguino
Dear Boyuan,

On Tue, 31 Aug 2021 at 16:39, Boyuan Yang  wrote:

> Control: tags -1 +patch  +pending
> X-Debbugs-CC: j...@debian.org
>
> Dear maintainer,
>
> I've prepared an NMU for remem (versioned as 2.12-7.1) and
> uploaded it to DELAYED/5. Please feel free to tell me if I
> should delay it longer.
>

Thank you very much for preparing this NMU. I do not see any need to delay
it longer, and will incorporate your patch in my next package upload.

Best regards

Javier


Processed: tagging 971324

2021-09-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 971324 + pending
Bug #971324 [src:zoneminder] zoneminder: uses deprecated libavresample
Added tag(s) pending.
> thanks
Stopping processing here.

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