Bug#874207: Debian package for ‘geckodriver’

2021-06-03 Thread Paul Wise
Control: clone -1 -2 Control: reassign -2 firefox-esr On Wed, 26 Feb 2020 16:09:20 +0800 Paul Wise wrote: > I noticed that Ubuntu have a firefox-geckodriver package built from > their firefox source package, so perhaps that could be used: Presumably we will want firefox-esr-geckodriver too,

Bug#982381: Workaround to get s3ql functional again

2021-06-03 Thread Anthony DeRobertis
Package: s3ql Version: 3.7.0+dfsg-2 Followup-For: Bug #982381 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 A workaround, at least if (like me) you've got S3QL running as a dedicated user: As the s3ql-user, run: pip3 install --user trio==0.18.0 This will install a newer version of trio

Bug#989452: bdebstrap: passing --target=- fails

2021-06-03 Thread Vagrant Cascadian
Package: bdebstrap Version: 0.1.1-1 Severity: normal X-Debbugs-Cc: vagr...@debian.org I'm trying to create a squashfs image using zstd compression, and when using mmdebstrap, this basically works using - as the image argument, as it outputs a tarball on stdout, which I can pass to tar2sqfs with

Bug#989406: wireguard-dkms makes little sense with the bullseye kernel

2021-06-03 Thread Daniel Kahn Gillmor
On Thu 2021-06-03 01:37:25 +0300, Adrian Bunk wrote: > Overall it feels like a package with high CVE risk and 0 users > in bullseye. I agree with Jason that some people may use non-standard, older kernels with bullseye, so there is some value in continuing to provide wireguard-dkms in bullseye to

Bug#968683: resolvconf and wireguard-tools

2021-06-03 Thread Daniel Kahn Gillmor
On Mon 2020-10-12 09:35:56 +0200, Jack Henschel wrote: > I also just ran into this issue yesterday. > I installed `wireguard-tools` on a minimal Debian Buster system and > `wg-quick` gave me the same error: > >> wg-quick up wg0 >> ... >> >> [#] resolvconf -a wg0 -m 0 -x >> /usr/bin/wg-quick:

Bug#425405: Not a bug

2021-06-03 Thread Jonathan Nieder
Hi, Jonas Smedegaard wrote: > I agree that this is unlikely a bug in Ghostscript. > > The test PDF provided by Jonathan Nieder _is_ searchable with Evince > 3.38.2-1. > > If same file was not searchable with Evince available in January 2011, > then the issue might be the encoding of the strings

Bug#989451: Please backport "net: usb: cdc_ncm: don't spew notifications" (de658a195ee23ca6aaffe197d1d2ea040beea0a2)

2021-06-03 Thread Josh Triplett
Package: src:linux Version: 5.10.40-1 Severity: normal X-Debbugs-Cc: j...@joshtriplett.org Some USB Ethernet devices using the cdc_ncm driver produce several of these messages per second: Jun 03 19:25:17 s kernel: cdc_ncm 3-2.2:2.0 enx(mac address): 1000 mbit/s downlink 1000 mbit/s uplink This

Bug#573254: (no subject)

2021-06-03 Thread Sam Pinkus
Issue still exists in upstream. Is considered very minor and won't be fixed. See https://github.com/rsnapshot/rsnapshot/issues/281 Thanks, Sam. -- PGP: 0xA53455C1

Bug#989448: unblock: htmldoc/1.9.11-4

2021-06-03 Thread Håvard Flaget Aasen
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock X-Debbugs-Cc: haavard_aa...@yahoo.no Please unblock package htmldoc This release adds patches to fix 8 CVE's and closes: #989437. There are two things which is not needed in this release.

Bug#989444: Debian: jemalloc: add arc support

2021-06-03 Thread Vineet Gupta
Update: upstream change has just now been merged. Thx, -Vineet

Bug#989444: Debian: jemalloc: add arc support

2021-06-03 Thread Vineet Gupta
Source: jemalloc Severity: normal Tags: patch Hi, This is needed to bootstrap arc port. Merge request exist in upstream jemalloc: https://github.com/jemalloc/jemalloc/pull/2070 And also in debian https://salsa.debian.org/debian/jemalloc/-/merge_requests/5 Thx, -Vineet

Bug#793687: (no subject)

2021-06-03 Thread Sam Pinkus
Cannot reproduce on upstream source. This appears to have been fixed in upstream master and in last tagged release (1.4.3, Nov 17 2019). Thanks, Sam. -- PGP: 0xA53455C1

Bug#859099: (no subject)

2021-06-03 Thread Sam Pinkus
Cannot reproduce. This appears to have been fixed in upstream master and in last tagged release (1.4.3, Nov 17 2019). Thanks, Sam. -- *PGP*: 0xA53455C1

Bug#989443: Debian: libffi: update symbols for ARC

2021-06-03 Thread Vineet Gupta
Source: libffi Severity: normal Tags: patch Hi, This is needed to bootstrap arc port. Patch attached. Thx, -Vineet --- a/debian/libffi7.symbols.orig 2021-04-02 04:04:04.290554369 + +++ b/debian/libffi7.symbols 2021-04-02 04:05:46.914554369 + @@ -1,6 +1,6 @@ libffi.so.7 libffi7 #MINVER#

Bug#989442: Debian: openssl: Add ARC target

2021-06-03 Thread Vineet Gupta
Source: openssl Severity: normal Tags: patch Hi, This is needed to bootstrap arc port. Patch attached. Thx, -Vineet From 3268f18d797fb807a91a71266243e37749711b81 Mon Sep 17 00:00:00 2001 From: Vineet Gupta Date: Thu, 3 Jun 2021 12:12:46 -0700 Subject: [PATCH] ARC arc target Signed-off-by:

Bug#989440: Debian: gmp: add support for arc

2021-06-03 Thread Vineet Gupta
Source: gmp Severity: normal Tags: patch Hi, To bootstrap arc port we need symbols file update in gmp. Patch attached. Thx, -Vineet From 5894e168f3a19e2f113f672697cf8bb078a65a9f Mon Sep 17 00:00:00 2001 From: Vineet Gupta Date: Thu, 3 Jun 2021 11:33:05 -0700 Subject: [PATCH] Update symbols

Bug#989450: bdebstrap: Unconditionally passes verbose "-v" option to mmdebstrap

2021-06-03 Thread Vagrant Cascadian
Package: bdebstrap Version: 0.1.1-1 Severity: wishlist X-Debbugs-Cc: Vagrant Cascadian bdebstrap is a nice way to pass complicated commands to mmdebstrap, thanks! There appears to be no way to disable the "-v" argument passed to mmdebstrap. While I can see value in increased verbosity in some

Bug#989449: unblock: exabgp/4.2.8-2

2021-06-03 Thread Vincent Bernat
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Please unblock package exabgp [ Reason ] When run as root, ExaBGP won't be able to access the FIFO owned by the exabgp user. Make ExaBGP

Bug#989434: libsepol 3.2: cherry-pick fix for role attributes

2021-06-03 Thread Christian Göttsche
Source: libsepol Version: 3.2-1 Severity: serious Please cherry-pick commit f7431d0e0ed9 ("libsepol: Expand role attributes in constraint expressions") [1], as it fixes a regression using role attributes in constraints reported at [2]. Otherwise role attributes in constraints are not validated,

Bug#989447: exabgp service keeps restarting indifinitely

2021-06-03 Thread Lucas da Vila
Package: exabgp Version: 4.2.8-1 Severity: normal X-Debbugs-Cc: ldav...@syt.net Dear Maintainer, * What led up to the situation? After installing the exabgp package and creating the /etc/exabgp/exabgp.conf file I've tried to start the service `service exabgp start`. Exabgp started

Bug#989446: unblock: apt-transport-s3/2.0.0-2

2021-06-03 Thread Marcin Kulisz
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock Please unblock package apt-transport-s3 We need this package to be included in the Bullseye release, changeset is minimal and only contains fix for the RC bug (#986647). Impact of this

Bug#989399: nauty FTCBFS -- multiple reasons

2021-06-03 Thread Étienne Mollier
Control: severity -1 important Greetings everyone, focusing on the baseline violation aspect… Helmut Grohne, on 2021-06-02: > The check does not want to know whether the compiler supports > popcnt (which could be determined using AC_LINK_IFELSE), but whether the > CPU does and AC_LINK_IFELSE

Bug#981794: RFS: gftools/0.5.2+dfsg-1 [ITP] -- Google Fonts Tools

2021-06-03 Thread Romain Porte
03/06/2021 09:27, Tobias Frost : > On Wed, Jun 02, 2021 at 11:57:51PM +0200, Romain Porte wrote: >> Hi tobi, >> >> On Wed, 02 Jun 2021 17:02:06 +0200 Tobias Frost wrote: >> >> I have fixed this issue by renaming the dependency to the correct name >> (python3-ots instead of

Bug#988442: unblock: linux/5.10.40-1

2021-06-03 Thread Cyril Brulebois
Cyril Brulebois (2021-06-02): > Paul Gevers (2021-06-01): > > On 01-06-2021 08:06, Salvatore Bonaccorso wrote: > > > The version is not 4 days in unstable, looks good to me to let it > > > migrate to testing (unless Cyril spotted issues in recent d-i tests). > > > > I'm still good to go. > >

Bug#989445: "Command not found" when dragging file into folder ending in ".deb".

2021-06-03 Thread Brian Woods
Package: nemo Version: 4.6.5+ulyana uname -a: Linux ##ComputerName## 5.4.0-72-generic #80-Ubuntu SMP Mon Apr 12 17:35:00 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux Issue: Dragging a file into a folder with a ".deb" extension results in a popup error stating: Could not open

Bug#988830: [pre-approval] unblock e2fsprogs [Was: Bug#987641: e2fsprogs: FTBFS on armel/armhf with a 64-bit kernel]

2021-06-03 Thread Paul Gevers
Control: tags -1 = confirmed d-i Hi Theodore, Sorry it took so long. On 20-05-2021 19:40, Theodore Y. Ts'o wrote: > That patch is rather long, but it's all mostly of the form: > > - tail = (struct ext4_fc_tail *)ext4_fc_tag_val(tl); > + memcpy(, ext4_fc_tag_val(tl), sizeof(tail)); > >

Bug#988214: fixed in rails 2:6.0.3.7+dfsg-1

2021-06-03 Thread Paul Gevers
Hi Utkarsh, On 27-05-2021 21:51, Paul Gevers wrote: > You haven't answered my question: "does rails still work with the old > version of ruby-marcel and can the version bump be reverted" Ping. Without a proper answer, I can't decide. Paul OpenPGP_signature Description: OpenPGP digital

Bug#987262: [pre-approval] unblock: node-lodash/4.17.21+dfsg+~cs8.31.189.20210220-2

2021-06-03 Thread Paul Gevers
Hi Pirate, On Thu, 22 Apr 2021 13:50:18 +0200 Ivo De Decker wrote: > It seems the RC bug fix is unrelated to the new upstream. Please prepare an > upload based on the version currently in testing that only contains the fix > for the RC bug, not the new upsteam. Are you going to follow up on

Bug#989441: Missing Nvidia /lib/firmware/nouveau/nv106_fuc084

2021-06-03 Thread Paul van der Vlis
Package: firmware-nonfree Version: 20210315-2 I did install a computer with this videocard with Debian 11 RC1: 0b:00.0 VGA compatible controller: NVIDIA Corporation GK208B [GeForce GT 710] (rev a1) This firmware file was missing: /lib/firmware/nouveau/nv106_fuc084 Without it, vdpauinfo did

Bug#989439: CVE-2020-22033 CVE-2020-22021 CVE-2020-22019 CVE-2020-22015 CVE-2020-21041

2021-06-03 Thread Moritz Muehlenhoff
Package: ffmpeg Version: 7:4.3.2-0+deb11u1 Severity: important Tags: security X-Debbugs-Cc: Debian Security Team A few security issues: CVE-2020-22033: https://trac.ffmpeg.org/ticket/8246 https://trac.ffmpeg.org/ticket/8241

Bug#989354: smokeping: Classical initscript (Sysvinit) fails to stop daemon

2021-06-03 Thread Gabriel Filion
Hi there Patrik, Thanks for the change you've submitted! As you said, the init script is still there in the package so we might as well keep it maintained. I've committed your change to salsa and it should make it to the next upload. I'll see if I can gather the efforts necessary to get an

Bug#987504: imagemagick: attempt to perform an operation not allowed by the security policy `EPS'

2021-06-03 Thread Moritz Mühlenhoff
Am Wed, May 19, 2021 at 08:49:01PM +0200 schrieb Paul Gevers: > Hi, > > First off, thanks Adrian for raising the concern. In general, at this > stage we don't like packages breaking other packages. This should have been fixed in unstable for a long time, I pinged the maintainer multiple times

Bug#989438: CVE-2021-31855

2021-06-03 Thread Moritz Muehlenhoff
Source: kf5-messagelib Severity: grave Tags: security X-Debbugs-Cc: Debian Security Team https://kde.org/info/security/advisory-20210429-1.txt Patch: https://commits.kde.org/messagelib/3b5b171e91ce78b966c98b1292a1bcbc8d984799 Cheers, Moritz

Bug#989437: CVE-2021-23165 CVE-2021-26948 CVE-2021-26259 CVE-2021-26252 CVE-2021-23206 CVE-2021-23191 CVE-2021-23180 CVE-2021-23158

2021-06-03 Thread Moritz Muehlenhoff
Package: htmldoc Severity: important Tags: security X-Debbugs-Cc: Debian Security Team CVE-2021-26948: https://github.com/michaelrsweet/htmldoc/issues/410 https://github.com/michaelrsweet/htmldoc/commit/008861d8339c6ec777e487770b70b95b1ed0c1d2 CVE-2021-26259;

Bug#989436: websimba: project's website is wrong

2021-06-03 Thread Berthold Humkamp
Package: websimba Version: 0.8.4-6 Severity: minor X-Debbugs-Cc: timew...@network-application.de Dear Maintainer, the project's website isn't reachable. (for sale) Maybe this project is dead. Best regards, Berthold -- System Information: Debian Release: 11.0 APT prefers testing-security

Bug#989431: nftables runs to early at system boot

2021-06-03 Thread Friedemann Stoyan
On 3.06.21 17:49, Arturo Borrero Gonzalez wrote: > On 6/3/21 5:26 PM, F.Stoyan wrote: > > > > nftables runs to early at system boot. At this time not all interfaces are > > available: > > > > # journalctl -b -3 --unit=systemd-networkd.service --unit=nftables.service > > --no-hostname > > --

Bug#989435: simba: project website is wrong

2021-06-03 Thread Berthold Humkamp
Package: simba Version: 0.8.4-6 Severity: minor X-Debbugs-Cc: timew...@network-application.de Dear Maintainer, the project website isn't reachable any longer. Maybe the project is dead, as I can't find any information about it. Best regards, Berthold -- System Information: Debian Release:

Bug#989433: tcpdump: -Z doesn't seem to work properly

2021-06-03 Thread Dennis Boone
Package: tcpdump Version: 4.99.0-2 Severity: normal X-Debbugs-Cc: d...@msu.edu According to the manpage, if run as root, tcpdump switches to the tcpdump user. It's supposed to be possible to override this behavior by using the "-Z root" command line option. The following session was executed as

Bug#989370: closed by Chris Hofstaedtler (Re: Bug#989370: general: In bonding network configuration, hwaddress crashes networking service, fails to restart)

2021-06-03 Thread Dachshund Digital
Chris, Please open this bug again... I have confirmed the bug exists on straight Debian 10 (on AMD64 Hardware).  On reboot or direct restart of networking, the networking is broken.  The only change between the two files below is first has hwaddr set under bond0, the other file that line is

Bug#989061: Update protobuf to new upstream 3.15.5 or later

2021-06-03 Thread GCS
On Sat, May 29, 2021 at 8:34 PM Pirate Praveen wrote: > Thanks, I have built it here > https://people.debian.org/~praveen/devel/pool/main/p/protobuf/ I see. Then just for the record, I further updated the protobuf package[1]. Regards, Laszlo/GCS [1] dget -x

Bug#989432: extlinux writes ldlinux.c32 and ldlinux.sys in multiple fragments

2021-06-03 Thread Josh Triplett
Package: extlinux Version: 3:6.04~git20190206.bf6db5b4+dfsg1-3 Severity: normal X-Debbugs-Cc: j...@joshtriplett.org On a freshly created and nearly empty filesystem, after extlinux --install creates ldlinux.c32 and ldlinux.sys, they're both fragmented: $ filefrag ldlinux.* ldlinux.c32: 3 extents

Bug#989431: nftables runs to early at system boot

2021-06-03 Thread Arturo Borrero Gonzalez
On 6/3/21 5:26 PM, F.Stoyan wrote: nftables runs to early at system boot. At this time not all interfaces are available: # journalctl -b -3 --unit=systemd-networkd.service --unit=nftables.service --no-hostname -- Journal begins at Fri 2021-05-28 15:13:07 CEST, ends at Thu 2021-06-03

Bug#989431: nftables runs to early at system boot

2021-06-03 Thread F.Stoyan
Package: nftables Version: 0.9.8-3 Severity: normal Tags: patch Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? * What exactly did you do (or not do) that was effective (or ineffective)? * What was the

Bug#989430: urxvt-config-reload perl plugin stops working after 19_sigsegv_perl_environ.diff

2021-06-03 Thread Ryan Kavanagh
Package: rxvt-unicode Version: 9.22-11 Severity: normal According to a user in #rxvt-unicode, the perl plugin https://github.com/regnarg/urxvt-config-reload no longer works in 9.25. They bisected the issue and the first bad commit is

Bug#974678: ITP: openh264 -- H.264 encoding and decoding

2021-06-03 Thread Sam Hartman
> "Bastian" == Bastian Germann writes: Bastian> There are H.264 patents that are applicable. I do not know Bastian> how the existing H.264 implementations in Debian handle Bastian> this, e.g. x264 or ffmpeg. According to the legal FAQ, Bastian> these seem to be ignored. I

Bug#989429: policykit-1: CVE-2021-3560: local privilege escalation using polkit_system_bus_name_get_creds_sync()

2021-06-03 Thread Salvatore Bonaccorso
Control: tags -1 + patch On Thu, Jun 03, 2021 at 03:49:02PM +0200, Salvatore Bonaccorso wrote: > Source: policykit-1 > Version: 0.105-30 > Severity: grave > Tags: security upstream > Justification: user security hole > Forwarded: https://gitlab.freedesktop.org/polkit/polkit/-/issues/140 >

Bug#989429: policykit-1: CVE-2021-3560: local privilege escalation using polkit_system_bus_name_get_creds_sync()

2021-06-03 Thread Salvatore Bonaccorso
Source: policykit-1 Version: 0.105-30 Severity: grave Tags: security upstream Justification: user security hole Forwarded: https://gitlab.freedesktop.org/polkit/polkit/-/issues/140 X-Debbugs-Cc: car...@debian.org, Debian Security Team Control: found -1 0.105-26 Hi, The following vulnerability

Bug#989428: libx265-dev: pygdal does not like to the right version

2021-06-03 Thread ldng
Package: libx265-dev Version: 3.4-2 Severity: normal X-Debbugs-Cc: l...@free.fr Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? When installing pygdal in a python 3.6 virtualenv on debian 11 (bullseye) and try

Bug#989310: partx: /dev/$VG/$LV: adding partition #4 failed: Invalid argument

2021-06-03 Thread Thorsten Glaser
Hi Chris, >Right. Thanks for the report, however could I ask you to directly >report this to upstream? I don't think this is a Debian peculiarity >and I cannot think of anything useful that I could add to an >upstream bug report. could you please do that? I have no relationship with upstream and

Bug#986399: sgf2dg: The sgf2dg program fails to start on bullseye

2021-06-03 Thread John Green
An update. The problem was solved by purging (apt-get purge sgf2dg) and reinstalling the package. There must have been something bad in my installation. I do not know what that was because I have not consciously changed or played with any components of sgf2dg. The lesson is to try a purge and

Bug#989427: unblock:jverein/2.8.18+git20200921.6212a59+dfsg-7

2021-06-03 Thread Mechtilde Stehmann
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock X-Debbugs-Cc: pkg-java-maintainers%40lists.alioth.debian.org Please unblock jverein (2.8.18+git20200921.6212a59+dfsg-7) It fixed #988929 Piuparts tests are ok now this package can be

Bug#989399: nauty FTCBFS -- multiple reasons

2021-06-03 Thread Andrius Merkys
Hi Nilesh, On 2021-06-03 13:05, Nilesh Patra wrote: > On Thu, 3 Jun 2021 at 13:10, Andrius Merkys > wrote: > On 2021-06-02 19:29, Nilesh Patra wrote: > > Nauty fails to cross build due to two reasons: > > > > 1. It uses AC_RUN_IFELSE testing which cannot

Bug#989245: python3-django needs to depends on libjs-jquery, not only recommend this package

2021-06-03 Thread Chris Lamb
Hi Carsten, > I'd say there is a gap which is difficult to handle in the end by only > pointing and strictly using our more technically packaging policy in > contrary to make the system much as possible user friendly. But o.k., I > see your point and will respect the decision of the package

Bug#988820: libddsc-doc: broken symlinks: /usr/share/doc/libddsc-dev/html/_static/*.js -> ../../../../../javascript/sphinxdoc/1.0/*.js

2021-06-03 Thread Timo Röhling
Control: tags -1 + pending * Andreas Beckmann [2021-05-19 22:42]: This looks like a superfluous '../' in the targets. I looks like dh_sphinxdoc got confused because there are two sphinx builds (main doc and example doc) in the package, and I symlinked the _static folder of one to the other.

Bug#989426: unblock: python-django/2:2.2.24-1

2021-06-03 Thread Chris Lamb
Package: release.debian.org User: release.debian@packages.debian.org Usertags: unblock Dear Release Team, Please consider unblocking python-django 2:2.2.24-1. It actually constitutes two versions, the first addressing security releases which should be uncontroversial and the second

Bug#989425: unblock: libpam-chroot/0.9-5

2021-06-03 Thread Javier Fernández-Sanguino Peña
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock Please unblock package libpam-chroot [ Reason ] This version includes fixes to build properly the package including: - Installing the PAM module in the correct location (#980047) -

Bug#934349: (no subject)

2021-06-03 Thread Sam Pinkus
This is fixed on latest upstream master. As yet, there is no tagged version that includes the fix for this however. -- PGP: 0xA53455C1

Bug#989274: Sway PR

2021-06-03 Thread Daniel Eklof
Sway PR to restore SIGPIPE: https://github.com/swaywm/sway/pull/6306

Bug#989424: RFS: radsecproxy/1.8.2-4~bpo10+1 -- RADIUS protocol proxy supporting RadSec

2021-06-03 Thread Sven Hartge
Package: sponsorship-requests Severity: normal Dear mentors, I am looking for a sponsor for my package "radsecproxy": * Package name: radsecproxy Version : 1.8.2-4~bpo10+1 Upstream Author : Fabian Mauchle * URL : https://radsecproxy.github.io/ * License

Bug#869247: (no subject)

2021-06-03 Thread Sam Pinkus
This is expected behavior. rsnapshot man page:    cmd_preexec    Full path (plus any arguments) to preexec script (optional).  This script will run immediately before each backup operation (but not any rotations). If the   

Bug#986637: Advertisement Require https://planet.ubuntu.com/

2021-06-03 Thread Katie Maya
Hello, I am a professional blogger outreach service provider. I have several clients and their running orders. https://planet.ubuntu.com/ I am working for my several clients & outreach to get them quality guest post links. I would like to have your website list where you can provide guest

Bug#989423: anki: Anki not displaying any decks after clicking "Study Now"

2021-06-03 Thread Jack Thomson
Package: anki Version: 2.1.15+dfsg-3 Severity: important Dear Maintainer, * What led up to the situation? - I installed anki via apt, and neither creating decks nor importing decks seems to work. The terminal constantly prints: "JS error on line 1: Uncaught ReferenceError: $ is

Bug#989310: partx: /dev/$VG/$LV: adding partition #4 failed: Invalid argument

2021-06-03 Thread Chris Hofstaedtler
* Thorsten Glaser [210531 21:09]: > I’m trying to use partx instead of kpartx to make partitions > available to the system, but it completely fails: > > tglase@tglase:~ $ sudo partx -a -v - /dev/vg-tglase/ufs > > partition: none, disk:

Bug#989420: buster-pu: package isc-dhcp/4.4.1-2+deb10u1

2021-06-03 Thread Cyril Brulebois
Salvatore Bonaccorso (2021-06-03): > This brings the update to address CVE-2021-25217 / #989157 in buster > (the fix was applied already as NMU in unstable and unblocked > accordingly). > > The debian/changelog entry is > > +isc-dhcp (4.4.1-2+deb10u1) buster; urgency=medium > + > + *

Bug#989420: buster-pu: package isc-dhcp/4.4.1-2+deb10u1

2021-06-03 Thread Salvatore Bonaccorso
Package: release.debian.org Severity: normal Tags: buster User: release.debian@packages.debian.org Usertags: pu X-Debbugs-Cc: car...@debian.org,k...@debian.org Hi Stable release managers, This brings the update to address CVE-2021-25217 / #989157 in buster (the fix was applied already as NMU

Bug#987874: [pre-approval] unblock: osspd/1.3.2-12

2021-06-03 Thread Ralf Jung
Dear release team, osspd maintainer here. Version 1.3.2-12 has hit unstable now that my new key is finally in the keyring. > diff --git a/debian/changelog b/debian/changelog > index c412732..9481d07 100644 > --- a/debian/changelog > +++ b/debian/changelog > @@ -1,3 +1,17 @@ > +osspd

Bug#989419: dash: remove obsolete upgrade path from ash versions predating sarge

2021-06-03 Thread Helmut Grohne
Package: dash Version: 0.5.11+git20210120+802ebd4-1 Tags: patch dash.postinst still contains code that handles diversions of /bin/sh performed by ash. At least since sarge, ash no longer performs such diversions. Since skipping stable release upgrades is unsupported, this code can go away without

Bug#984761: dcraw: buffer-overflow caused by integer-overflow in foveon_load_camf()

2021-06-03 Thread Filip Hroch
Dear Salvatore, unfortunatelly, I have not fixed it yet. I suppose to report it to upstream author -- Mr. Coffin. In past, I send patches without any response. The last upstream version of dcraw has been issued tree years ago, so I've some worry about him. Regards, FH Salvatore Bonaccorso

Bug#984520: 'error: symbol "grub_register_command_lockdown" not found' and then lightdm fails to start

2021-06-03 Thread Colin Watson
On Thu, Jun 03, 2021 at 11:07:27AM +0200, Jesús Ángel wrote: > I am also facing this error every now and then. Sometimes GRUB doesn't > boot and keeps showing "error: symbol `grub_register_command_lockdown' > not found.". > On pressing any key, GRUB restarts and I get the same error again. If

Bug#961197: debmirror does not clean up temporary files created under /tmp

2021-06-03 Thread Colin Watson
On Mon, May 25, 2020 at 10:35:39PM -0700, Kees Cook wrote: > I think this patch will fix the problem... > --- debmirror~2020-05-25 22:33:49.328041109 -0700 > +++ debmirror 2020-05-25 22:32:12.255722606 -0700 > @@ -2326,6 +2326,8 @@ > push (@errlog,$@); > $num_errors++; >

Bug#989418: unblock: libpappsomspp/0.8.25-2

2021-06-03 Thread Filippo Rusconi
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock unblock libpappsomspp/0.8.25-2 Please unblock package libpappsomspp Greetings, Fellow Developers, I would like in this mail to advocate the unblocking of the transition for two packages:

Bug#988722: postgresql-common: Upgrading cluster with postgis does not migrate tables using postgis

2021-06-03 Thread Sebastian Ramacher
Hi Andreas On 2021-06-03 01:41:37 +0200, Andreas Beckmann wrote: > On 02/06/2021 22.22, Sebastian Ramacher wrote: > > So, what if we use the free versions between 103 and 200 to transition > > to a Debian-specific version? Attached is a patch that does that. It's > > not an optimal solution as we

Bug#989399: nauty FTCBFS -- multiple reasons

2021-06-03 Thread Nilesh Patra
Hello Andrius On Thu, 3 Jun 2021 at 13:10, Andrius Merkys wrote: > Hi Nilesh, > > On 2021-06-02 19:29, Nilesh Patra wrote: > > Nauty fails to cross build due to two reasons: > > > > 1. It uses AC_RUN_IFELSE testing which cannot heppen during cross build > >Simply replacing it by

Bug#425405: Not a bug

2021-06-03 Thread Jonas Smedegaard
Control: reassign -1 printer-driver-cups-pdf Control: unarchive 847462 Control: forcemerge -1 847462 Quoting alex (2021-06-03 09:36:51) > How Ghostscript can guess what Unicode code points > correspond to the characters in the sample PS file? > The PS file gives no clues at all. > > Modern

Bug#989417: mc could recognize foot’s default TERM

2021-06-03 Thread Grzegorz Szymaszek
Package: mc Version: 3:4.8.26-1 Dear Maintainer, foot is a “fast, lightweight and minimalistic Wayland terminal emulator”[1]. Its Debian package is recommended by the Debian sway (a Wayland compositor) package[2]. Its default TERM value is “foot”, which is unrecognized by the mc version packaged

Bug#989416: unblock: homebank/5.5.2-1

2021-06-03 Thread Francesco Namuri
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock Please unblock package homebank (Please provide enough (but not too much) information to help the release team to judge the request efficiently. E.g. by filling in the sections below.) [

Bug#989415: network-manager: Intel WiFi on Thinkpad X280 cannot connect: reason=CONN_FAILED

2021-06-03 Thread Tommaso Gagliardoni
Package: network-manager Version: 1.30.0-2 Severity: important X-Debbugs-Cc: donotre...@gagliardoni.net Dear Maintainer, not sure exactly when it started because I use regularly my laptop connected via ethernet. This is a Lenovo Thinkpad X280 with Debian testing and Gnome. Connection to any WiFi

Bug#989407: tpm-tss: CVE-2020-24455 not in buster

2021-06-03 Thread Salvatore Bonaccorso
Hi Bastian, On Thu, Jun 03, 2021 at 11:27:25AM +0200, Bastian Germann wrote: > Am 03.06.21 um 10:48 schrieb Salvatore Bonaccorso: > > p.s.: why did you filled this as bug against the package? ;-) > > > > What is the official way to get info in the security tracker corrected? > Sending an

Bug#989414: gnome-software: High memory usage

2021-06-03 Thread Paul Menzel
Package: gnome-software Version: 3.38.1-1 Severity: normal Forwarded: https://gitlab.gnome.org/GNOME/gnome-software/-/issues/941 Dear Debian folks, After 13 days of uptime, gnome-software used almost 2 GB of memory. XXX 1396 0.0 12.1 3093792 1974280 ? Sl Mai21 3:18 | \_

Bug#989332: libwebkit2gtk-4.0-37: May 30 upgrade for DSA-4923-1 broke the epiphany browser

2021-06-03 Thread Alberto Garcia
On Thu, Jun 03, 2021 at 01:37:45AM +0200, Jose wrote: > > Can you install gstreamer1.0-plugins-good and try again? > > That was the issue. Thank you for helping. > > I don't understand why it was working before the libwebkit2gtk > update. Maybe this is a dependency that should be added to the >

Bug#984520: 'error: symbol "grub_register_command_lockdown" not found' and then lightdm fails to start

2021-06-03 Thread Jesús Ángel
Package: grub2 Version: 2.02+dfsg1-20+deb10u4 Followup-For: Bug #984520 Dear Maintainer, I am also facing this error every now and then. Sometimes GRUB doesn't boot and keeps showing "error: symbol `grub_register_command_lockdown' not found.". On pressing any key, GRUB restarts and I get the

Bug#989406:

2021-06-03 Thread Jason A. Donenfeld
Many people run Debian on different kernels. Therefore the dkms remains useful and should not be removed.

Bug#425405: Not a bug

2021-06-03 Thread alex
How Ghostscript can guess what Unicode code points correspond to the characters in the sample PS file? The PS file gives no clues at all. Modern programs can search the attached PDF file by assuming that encoding is ASCII of some standard encoding similar to ASCII.. IMHO it is not a bug. At

Bug#989400: [debian-mysql] Bug#989400: mariadb-server-10.5: MariaDB fail to execute CONVERT TO CHARACTER

2021-06-03 Thread Dmitriy Rabotyagov
Hi! I think I can't get 10.5.9? I'm missing some repo that contains previously built versions? Or you mean to build own deb packages for it? ~# apt-cache policy mariadb-server-10.5 mariadb-server-10.5: Installed: 1:10.5.10-2 Candidate: 1:10.5.10-2 Version table: *** 1:10.5.10-2 500

Bug#989399: nauty FTCBFS -- multiple reasons

2021-06-03 Thread Andrius Merkys
Hi Nilesh, On 2021-06-02 19:29, Nilesh Patra wrote: > Nauty fails to cross build due to two reasons: > > 1. It uses AC_RUN_IFELSE testing which cannot heppen during cross build >Simply replacing it by AC_LINK_IFELSE does the trick. Please find the >patch for this below, and consider

Bug#989400: [debian-mysql] Bug#989400: mariadb-server-10.5: MariaDB fail to execute CONVERT TO CHARACTER

2021-06-03 Thread Otto Kekäläinen
Hello! Seems upstream devs are working on https://jira.mariadb.org/browse/MDEV-25672 Once 10.5.11 is available we will work to quickly introduce it to Debian. You can get the previous version in Debian (10.5.9) and deploy that on your systems if you want. We don't plan to do any Debian-wide

Bug#981794: RFS: gftools/0.5.2+dfsg-1 [ITP] -- Google Fonts Tools

2021-06-03 Thread Tobias Frost
On Wed, Jun 02, 2021 at 11:57:51PM +0200, Romain Porte wrote: > Hi tobi, > > On Wed, 02 Jun 2021 17:02:06 +0200 Tobias Frost wrote: > > I have fixed this issue by renaming the dependency to the correct name > (python3-ots instead of python3-opentype-sanitizer). New package version > has just

Bug#989413: Build network-manager 1.14.6-2+deb10u1 on Debian 10 failed

2021-06-03 Thread 莊敬中
Package: network-manager Version: 1.14.6-2+deb10u1 I downloaded src code and debian from https://packages.debian.org/zh-tw/source/buster/network-manager Try to use dpkg-buildpackage -uc -us -b -nc to build debian package locally It failed and showed the following error

Bug#989412: unblock: ifupdown-extra/0.32

2021-06-03 Thread Javier Fernández-Sanguino Peña
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock Please unblock package ifupdown-extra [ Reason ] There is a bug (#987310) in the package in testing which prevents the static-routes script (/etc/network/if-up.d/20static-routes) from

Bug#989411: podman: Please add zsh completion to podman package.

2021-06-03 Thread Jan Srzednicki
Package: podman Version: 3.0.1+dfsg1-2 Severity: wishlist Tags: patch X-Debbugs-Cc: k...@wrzask.pl Dear Maintainer, * What led up to the situation? I'm using zsh, completion for podman is not installed by the package (only bash completion is included). Solution is simple: $ podman

Bug#989410: nss breaks dogtag-pki autopkgtest on ppc64el: [SSL: LENGTH_MISMATCH] length mismatch (_ssl.c:1123)

2021-06-03 Thread Paul Gevers
Source: nss, dogtag-pki Control: found -1 nss/2:3.66-1 Control: found -1 dogtag-pki/10.10.2-3 Severity: serious Tags: sid bullseye X-Debbugs-CC: debian...@lists.debian.org User: debian...@lists.debian.org Usertags: breaks needs-update Dear maintainer(s), With a recent upload of nss the

Bug#989404: wtf: Very outdated; missing entries such as LGTM

2021-06-03 Thread Alejandro Colomar (man-pages)
Hi Bruno, On 6/3/21 8:00 AM, Bruno Kleinert wrote: I cannot reproduce your report, maybe you had a typo in the command? The wtf query on a sid/unstable works: fuddl@flutschi :~$ dpkg-query -W -f '${Version}\n' bsdgames 2.17-28 fuddl@flutschi

Bug#979614: seamly2d: virtually dead fork of valentina

2021-06-03 Thread dismine
Hi, My name is Roman, and I am the developer of the Valentina project. > Seamly2D is a fork of Valentina. Technically it is not true. I have left the original project. Thus, current Valentina is a fork of what is left of Valentina after rename. > well, compared to valentina it seems to have

Bug#983095: pidgin: 5353/udp probe every 2 sec

2021-06-03 Thread Richard Laager
On 5/16/21 7:50 PM, Richard Laager wrote: So it's happening in a child process. Gary had an idea here... Pidgin generally only uses child processes for DNS. Is it possible that you have some NSS plugin that is doing this? Specifically, do you have libnss-mdns installed? I do, and I still

Bug#989404: wtf: Very outdated; missing entries such as LGTM

2021-06-03 Thread Bruno Kleinert
> Today I wanted to know what LGTM means. I didn't find it with wtf(1), > so I went looking for the upstream source code to try to patch it. Hi  Alex, I cannot reproduce your report, maybe you had a typo in the command? The wtf query on a sid/unstable works: fuddl@flutschi:~$ dpkg-query -W -f