Bug#757582: closed by Bernhard Schmidt (Closing bugs opened for old Gtk client)

2021-01-17 Thread Bernhard Schmidt
Dear Frank, > At this point it's probably less effort if you take the old linphone > sources to reproduce the bug with them, than for me to set up a new > test environment. You seem to forget that a) we are all volunteers b) we are not upstream c) noone has looked at the project for several

Bug#980326: mutt: mutt recipient parsing memory leak

2021-01-17 Thread Salvatore Bonaccorso
Hi, On Sun, Jan 17, 2021 at 09:01:22PM +0100, Salvatore Bonaccorso wrote: > Source: mutt > Version: 2.0.2-1 > Severity: important > Tags: security upstream > X-Debbugs-Cc: car...@debian.org, Debian Security Team > > > > Hi, > > This was reported at >

Bug#980331: tokyotyrant: should ship with bullseye?

2021-01-17 Thread Salvatore Bonaccorso
Hi, On Sun, Jan 17, 2021 at 10:44:09PM +0100, Chris Hofstaedtler wrote: > Source: tokyotyrant > > tokyotyrant is a network server. It's upstream has vanished, and > the last upstream release was in 2012 or earlier; that version is > not packaged in Debian. The package is currently orphaned in

Bug#980354: mailman3: should depend on python3-pymysql

2021-01-17 Thread Russell Coker
Package: mailman3 Version: 3.3.2-1 Severity: normal When you run mailman without python3-pymysql installed you get the following: Traceback (most recent call last): File "/usr/bin/mailman", line 33, in sys.exit(load_entry_point('mailman==3.3.2', 'console_scripts', 'mailman')()) File

Bug#980322: RFS: zpb-ttf/1.0.4-1 [QA] -- Access TrueType fonts with Common Lisp

2021-01-17 Thread Leandro Cunha
X-Debbugs-CC: debian-ment...@lists.debian.org Dear mentors, I am looking for a sponsor for my package "zpb-ttf": * Package name: zpb-ttf Version: 1.0.4-1 Upstream Author: Zachary Beane * URL: https://www.xach.com/lisp/zpb-ttf/ * License: BSD-2-Clause * Vcs:

Bug#742854: Open source Atheros wifi? (ath10k)

2021-01-17 Thread Andrei POPESCU
On Du, 17 ian 21, 12:43:26, Darac Marjal wrote: > > In theory, I imagine it would be possible to make some sort of hook for > apt here. That is, in the same way that apt-listbugs and apt-listchanges > fire off before apt runs and as "Are you still sure you want to install > these packages?", it

Bug#980354: mailman3: should depend on python3-pymysql

2021-01-17 Thread Stefan Bühler
Hi, On 18.01.21 04:25, Russell Coker wrote: > Package: mailman3 > Version: 3.3.2-1 > Severity: normal > > When you run mailman without python3-pymysql installed you get the following: > Traceback (most recent call last): > [...] > ModuleNotFoundError: No module named 'pymysql' I see: Package:

Bug#980364: sudo: segfault when /var/lib/sudo/lectured not writable

2021-01-17 Thread Frank Heckenbach
Package: sudo Version: 1.8.27-1+deb10u2 Severity: normal On a system with disk errors, which had therefore remounted its file systems read-only, I tried to sudo in order to do further diagnostics as root, but sudo crashed with a segfault. I think it should be possible (perhaps with a special

Bug#757582: closed by Bernhard Schmidt (Closing bugs opened for old Gtk client)

2021-01-17 Thread Frank Heckenbach
> you have reported a bug against Linhone 3.12 or earlier. This version > has been deprecated upstream for a couple of years Well, I did report the bug many years ago, so ... > We are sorry we could not deal with your bug report in time. s/could not/did not choose to/ ! You certainly could

Bug#977466: rootskel: bterm cannot start when requesting graphical console and serial console at the same time

2021-01-17 Thread Wang Shanker
Dear Maintainers, I wonder if the two patches to debian-installer can be applied to stable-pu, so that users (especially those who are using arm64 platforms) installing the latest stable debian version will get a working console on screen. Also, it will be nice if my name can be corrected as

Bug#980363: u-boot: Set BL31 SCP on the command line instead of the environment

2021-01-17 Thread Nicolas Boulenguez
Source: u-boot Severity: wishlist Tags: patch The data flow is more explicit and traced in the logs. Apparently, the only problem is that this possibility is underdocumented :-) >From 1690c2d3f7fec6e4b4ec9c860b437b14faa8eb5b Mon Sep 17 00:00:00 2001 From: Nicolas Boulenguez Date: Sun, 17 Jan

Bug#980362: u-boot: Name the platform list temp file after subpackage instead of subarch

2021-01-17 Thread Nicolas Boulenguez
Source: u-boot Severity: wishlist Tags: patch This simplifies debian/bin/update-substvars a bit.>From 7dccfdc53729b8db672ec87c6f02f6553901829c Mon Sep 17 00:00:00 2001 From: Nicolas Boulenguez Date: Sun, 17 Jan 2021 14:36:36 +0100 Subject: Name the platform list temp file after subpackage

Bug#980361: u-boot: Store all dh_install commands into the same file

2021-01-17 Thread Nicolas Boulenguez
Source: u-boot Severity: wishlist Tags: patch This simplifies the build, compared to several *.install executable files. The debian/*.install files now only contain meaningful information, and the installed targets are visible in logs. >From 4a2ba0ebff8ffb23eb26e6b5653e19d2f0121ddb Mon Sep 17

Bug#980359: u-boot: Install configurations with dh_installdocs instead of dh_install

2021-01-17 Thread Nicolas Boulenguez
Source: u-boot Severity: wishlist Tags: patch Construct a per-package configs subdirectory because of the dh_installdocs interface. >From 6bfdcdb990022d84406c7927fc9c0871a057aea0 Mon Sep 17 00:00:00 2001 From: Nicolas Boulenguez Date: Sun, 17 Jan 2021 14:30:42 +0100 Subject: Install

Bug#980360: u-boot: Encode the GNU type instead of the Debian arch alias for qemu

2021-01-17 Thread Nicolas Boulenguez
Source: u-boot Severity: wishlist Tags: patch This removes an unneeded dpkg-architecture-like conversion. If the attached solution is refused, I suggest # dpkg-architecture -a$ARCH -qDEB_HOST_GNU_TYPE instead of a hard-coded case statement. The attached patch follows 980236 but is easily

Bug#980358: u-boot: Pass distinct substvars to gencontrol on the command line

2021-01-17 Thread Nicolas Boulenguez
Source: u-boot Severity: wishlist Tags: patch A command line does not add the same value twice. This change prepares a full gencontrol command line built from a Make variable and visible in the logs. The variable names have to change, else debian/rules would have to run dh_gencontrol on each

Bug#975228: bug marked as pending in xdg-utils

2021-01-17 Thread Nicholas Guriev
Control: tag -1 pending Hello, I made a fix of this bug by myself and committed it into the xdg-utils repository and now it is awaiting an upload. You can check the diff at: https://salsa.debian.org/freedesktop-team/xdg-utils/-/commit/628e0246c37260db118d71ffec47802f042b7773 signature.asc

Bug#970203: bug marked as pending in xdg-utils

2021-01-17 Thread Nicholas Guriev
Control: tag -1 pending Hello, I have sent a fix of this bug to the xdg-utils repository and the fix is awaiting an upload. You can check the diff at: https://salsa.debian.org/freedesktop-team/xdg-utils/-/commit/f3217557170e1a4f97939d0411be1c551b3da407 signature.asc Description: This is a

Bug#847164: bug marked as pending in xdg-utils

2021-01-17 Thread Nicholas Guriev
Control: tag -1 pending Hello, I have fixed this bug in xdg-utils repository and the fix is awaiting an upload. You can check the diff at: https://salsa.debian.org/freedesktop-team/xdg-utils/-/commit/cff1b517ea99e076195e093eaf86b50bc8f52572 signature.asc Description: This is a digitally

Bug#980357: RFS: xdg-utils/1.1.3-3 [RC] -- desktop integration utilities from freedesktop.org

2021-01-17 Thread Nicholas Guriev
Package: sponsorship-requests Severity: important Dear mentors, I am looking for a sponsor for my package "xdg-utils": * Package name: xdg-utils Version : 1.1.3-3 Upstream Author : FreeDesktop Group * URL : https://www.freedesktop.org/wiki/Software/xdg-utils/ *

Bug#979612: after upgrade from 78.6.0esr-1~deb10u1 to 78.6.1esr-1~deb10u1 gnome interface behave erratically

2021-01-17 Thread DM
More testing has been done over the weekend and here's the details. First to address a response from Stefan Benter - This issue manifested itself not on a Debian Bullseye, it manifests itself on a Debian: Distributor ID: Debian Description:Debian GNU/Linux 10 (buster) Release:10

Bug#980339: pyosmium: drop unused Build-Depends

2021-01-17 Thread Sebastiaan Couwenberg
Control: tags -1 pending Fixed in git, probably won't be uploaded any time soon though. Kind Regards, Bas -- GPG Key ID: 4096R/6750F10AE88D4AF1 Fingerprint: 8182 DE41 7056 408D 6146 50D1 6750 F10A E88D 4AF1

Bug#980356: dh-strip-nondeterminism: Should not bail out on read-only files

2021-01-17 Thread Axel Beckert
Package: dh-strip-nondeterminism Version: 1.9.0-1 Severity: wishlist Hi, working on packages not updated for quite a while, I did the following changes to libcgi-github-webhook-perl: * Bump debhelper from 9 to 13. * Set "Rules-Requires-Root: no". This caused a FTBFS because

Bug#979534: wolfssl: CVE-2020-36177

2021-01-17 Thread Felix Lechner
Hi, On Thu, Jan 7, 2021 at 12:12 PM Salvatore Bonaccorso wrote: > > CVE-2020-36177[0]: This vulnerability will be fixed in the next couple of days via upload of version 4.6.0 to unstable. A backport of the fix is not possible (freeze notwithstanding). Also, the patches from #978676 do not

Bug#980206: Acknowledgement ((LXC: lxc-start fails and cgroup IO error)

2021-01-17 Thread shan . bharani
Hi Harald, Could you please add more information on where do you want to make this changes? To the GRUB of the Host? Furthering add mount command output. mount | grep -i "/sys/fs" cgroup2 on /sys/fs/cgroup type cgroup2 (rw,nosuid,nodev,noexec,relatime) pstore on /sys/fs/pstore type pstore

Bug#980296: bpfcc-tools: ${lang}gc-bpfcc and ${lang}stat-bpfcc do not work properly

2021-01-17 Thread Vasudev Kamath
Hi Ritesh, Ritesh Raj Sarraf writes: > I had fixed this some time ago. Looks like the recent new updates needed a > new adaptation. Thanks for reporting this bug > I had fixed a couple of paths before but this one I did not find out. If you are not considering fixing this I will go ahead and

Bug#980355: ca-certificates-java: option to store the jks elsewhere

2021-01-17 Thread Mattia Rizzolo
Package: ca-certificates-java Version: 20190909 Severity: wishlist Control: affects -1 jenkins.debian.org Dear ca-certificates-java maintainer, I would like to propose a simple feature for /usr/share/ca-certificates-java/ca-certificates-java.jar. I'd like a new flag to override the hadcoded

Bug#957312: gringotts: ftbfs with GCC-10

2021-01-17 Thread Logan Rosen
Package: gringotts Version: 1.2.10-3 Followup-For: Bug #957312 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu hirsute ubuntu-patch Control: tags -1 patch Hi, In Ubuntu, the attached patch was applied to achieve the following: * d/p/fix-build-with-gcc10.patch: Cherrypick/modify

Bug#968131: hdate-applet FTBFS with gcc-10

2021-01-17 Thread Logan Rosen
Package: hdate-applet Version: 0.15.11-3 Followup-For: Bug #968131 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu hirsute ubuntu-patch Control: tags -1 patch Hi, In Ubuntu, the attached patch was applied to achieve the following: * d/p/gcc-10: Fix FTBFS with GCC 10 due to

Bug#980343: RM: twig-extensions -- ROM; abandoned upstream

2021-01-17 Thread William Desportes
Package: ftp.debian.org Severity: normal Dear FTP Masters, The package twig-extensions is not used anymore by phpMyAdmin since phpMyAdmin 5.0 entered testing, unstable and buster-backports. Please remove the package "twig-extensions" from all Debian places: unstable, testing,

Bug#980341: Remove this package from testing/next Debian

2021-01-17 Thread William Desportes
Package: dasprid-enum Severity: serious [ Filed by the maintainer to see the package removed from testing. ] Hi, This package is not used by anyone one at Debian, it can be removed for the next release and will be used afterwards. Yes, baconqrcode depends on it and a bug is filed to also

Bug#980342: Remove this package from testing/next Debian

2021-01-17 Thread William Desportes
Package: baconqrcode Severity: serious [ Filed by the maintainer to see the package removed from testing. ] Hi, This package is not used by anyone one at Debian, it can be removed for the next release and will be used afterwards. Regards, William Desportes

Bug#942853: ITP: python-mitogen - Python library for writing distributed self-replicating programs

2021-01-17 Thread Antoine Beaupré
On 2021-01-16 14:35:54, Stefano Rivera wrote: > Hi Emmanuel (2020.10.26_11:37:19_-0700) >> > > I created this salsa repo >> > > https://salsa.debian.org/python-team/packages/python-mitogen >> > >> > Are you okay if I start pushing changes there directly? I'll ping you >> > >> yes of course start

Bug#980353: feed2imap: missing dependency on ruby-rubymail

2021-01-17 Thread Sylvain L. Sauvage
Package: feed2imap Version: 1.2.6-1 Severity: important ruby-rubymail dependency was removed, but it’s still needed. Here’s the error message when ruby-rubymail is not installed (note that it’s not obvious “rmail” refers to ruby-rubymail and not ruby-mail): $ feed2imap Traceback (most recent

Bug#890343: linux: make fq_codel default for default_qdisc

2021-01-17 Thread Ivan Baldo
    Hello.     Not an expert nor kernel developer, etc., just simple sysadmin here, but will answer anyway since nobody did yet.     I think we want the mq qdisc to distribute the load between cores, to support very high speed network cards or too slow CPUs.     Also, if

Bug#923387: Not resolved. logind dependencies still require updating.

2021-01-17 Thread nito
On Sun, Jan 17, 2021 at 19:04:17 +0100, Michael Biebl wrote: > On Thu, 2 Jul 2020 13:57:55 +0100 Mark Hindley wrote: > > These dependencies are not updated. Please don't close and archive > > unresolved > > bugs without notification or explanation. > > The situation regarding inhibitors has not

Bug#938509: Intent to request the removal from Debian

2021-01-17 Thread Markus Koschany
Hi, thanks for the patch. I have pushed your changes to https://salsa.debian.org/games-team/snowballz/-/tree/experimental However I can't build the package as is. The build system seems to require python-distutils instead of pybuild and all the dependencies haven't been updated yet. Regards,

Bug#902493:

2021-01-17 Thread lassina Coulibaly
lassinacoulibaly...@gmail.com

Bug#902493:

2021-01-17 Thread lassina Coulibaly

Bug#980352: linux-image-5.10.0-1-amd64: fscache/CacheFiles crashing with assertion failure

2021-01-17 Thread Daniel Lo Nigro
Package: src:linux Version: 5.10.4-1 Severity: important X-Debbugs-Cc: li...@d.sb Dear Maintainer, I'm seeing an assertion failure when attempting to use fscache with NFS. This is causing programs that read from the NFS share to crash. Trace:

Bug#980266: RFS: duperemove/0.11.2-1 -- extent-based deduplicator for file systems

2021-01-17 Thread Adam Borowski
On Sat, Jan 16, 2021 at 10:22:24PM +, Peter Zahradnik wrote: > Package: sponsorship-requests > Severity: normal > > * Package name : duperemove > Version : 0.11.2-1 Could you please include the changes (and at the very least changelog) from NMU 0.11.1-3.1, please? Meow! -- ⢀⣴⠾⠻⢶⣦⠀ .--[

Bug#977520: buster-pu: package steam/1.0.0.59-4+deb10u1

2021-01-17 Thread Simon McVittie
On Sat, 16 Jan 2021 at 18:14:15 +, Adam D. Barratt wrote: > On Tue, 2020-12-15 at 23:36 +, Simon McVittie wrote: > > If the release team would accept it, a backport of the .deb from > > testing/unstable would be a reasonable alternative to this. > > Does that include many changes that

Bug#980274: lomiri-api: Symbol mismatch when built with -O3

2021-01-17 Thread Mike Gabriel
Hi Logan, On So 17 Jan 2021 03:11:01 CET, Logan Rosen wrote: Package: lomiri-api Version: 0.1.1-3 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu hirsute ubuntu-patch Hi, We build on ppc64el in Ubuntu with -O3 enabled, and there is a symbol mismatch

Bug#980312: RFP: gnome-notes — A note taking editor, designed for simplicity

2021-01-17 Thread Simon McVittie
On Sun, 17 Jan 2021 at 23:18:57 +0200, Andrei POPESCU wrote: > On Du, 17 ian 21, 17:42:48, Marek Ľach wrote: > > Package: gnome-notes ... > > - formerly was known as ''Bijiben''. https://tracker.debian.org/pkg/bijiben already exists. Is that the package you wanted? smcv

Bug#980288: mate-desktop: Please add gnome-system-tools dependency

2021-01-17 Thread Mike Gabriel
Hi Jean-Philippe, On So 17 Jan 2021 12:16:09 CET, Jean-Philippe MENGUAL wrote: I think we should have this again via the package gnome-system-tools as dependency or recommended. Would be great! I know this is old but still compatible with mate I agree. Do you rather see this recommendation

Bug#980346: (no subject)

2021-01-17 Thread Daniel Milde
Control: close 980346

Bug#914315: Please update libwebp to 1.1.0

2021-01-17 Thread Amr Ibrahim
Please update libwebp to 1.1.0. https://chromium.googlesource.com/webm/libwebp/+/refs/heads/master/NEWS

Bug#980351: jline3: A source-only upload is needed

2021-01-17 Thread Boyuan Yang
Source: jline3 Version: 3.3.1-1 Severity: important X-Debbugs-CC: saif...@cse.mrt.ac.lk samyak.j...@gmail.com Dear Debian jline3 package maintainers, Package jline3 (libjline3-java) was not updated since its initial upload in Debian. As a result, the package did not migrate to Debian Testing. If

Bug#980350: ITP: gdu -- pretty fast disk usage analyzer

2021-01-17 Thread Daniel Milde
Package: wnpp Severity: wishlist * Package name   : gdu   Version   : 3.0.0   Upstream Author    : Daniel Milde * URL   : https://github.com/dundee/gdu * License  : MIT   Programming Lang: Go   Description    : pretty fast disk

Bug#980254: RM: offlineimap -- RoQA; Depends on Python 2, superceded by src:offlineimap3

2021-01-17 Thread Sudip Mukherjee
On Sun, 17 Jan 2021, 23:04 Mattia Rizzolo, wrote: > On Sun, Jan 17, 2021 at 11:01:12PM +, Sudip Mukherjee wrote: > > > Or is there any reason offlineimap3 should not be in bullseye? > > > > But offlineimap3 can only migrate after offlineimap is removed and > > src:python-imaplib2 drops its

Bug#980050: (no subject)

2021-01-17 Thread Gordon Ball
A sufficient patch is ``` diff --git a/debian/tests/control b/debian/tests/control index bc03117..d765359 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,4 +1,4 @@ -Test-Command: pytest-3 +Test-Command: pytest-3 -k 'not nmr.ipynb' Depends: python3-mdtraj, python3-ipykernel,

Bug#957384: jabber-muc: ftbfs with GCC-10

2021-01-17 Thread Logan Rosen
Package: jabber-muc Version: 0.8-7 Followup-For: Bug #957384 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu hirsute ubuntu-patch Control: tags -1 patch Hi, In Ubuntu, the attached patch was applied to achieve the following: * d/p/gcc_10.diff: Fix FTBFS with GCC 10 due to multiple

Bug#980274: lomiri-api: Symbol mismatch when built with -O3

2021-01-17 Thread Logan Rosen
Hi Mike, On Sun, Jan 17, 2021 at 2:58 PM Mike Gabriel wrote: > Do you enable -O3 build daemon wide? Or via debian/rules? It is set for all ppc64el builds in Ubuntu via dpkg-buildflags. > If I added your patch, I presume I would break building on ppc64el in > Debian (which looks ok): > >

Bug#980254: RM: offlineimap -- RoQA; Depends on Python 2, superceded by src:offlineimap3

2021-01-17 Thread Mattia Rizzolo
On Sun, Jan 17, 2021 at 11:01:12PM +, Sudip Mukherjee wrote: > > Or is there any reason offlineimap3 should not be in bullseye? > > But offlineimap3 can only migrate after offlineimap is removed and > src:python-imaplib2 drops its python2 package, so I guess its better > to go ahead with the

Bug#846029: [request-tracker-maintainers] Bug#846029: Bug#846029: Bug#846029: request-tracker4: uses deprecated gpg1

2021-01-17 Thread Dominic Hargreaves
On Tue, Jan 05, 2021 at 12:58:21PM +1300, Andrew Ruthven wrote: > Hey, > > On Mon, 2021-01-04 at 11:03 +, Dominic Hargreaves wrote: > > On Tue, Dec 15, 2020 at 10:47:30PM +0100, Chris Hofstaedtler wrote: > > > > > Maybe its time to switch RT4 to gnupg2? > > > > Andrew: I think that this

Bug#833979: O: pidgin-privacy-please -- plugin for enhanced privacy in pidgin

2021-01-17 Thread Chris Hofstaedtler
* Stefan Ott : > On Thu, Aug 11, 2016 at 11:28:08AM -0700, Francois Marier wrote: > > On Thu, 11 Aug 2016 02:13:19 +0200 Stefan Ott wrote: > > > Since I am no longer using Debian as my primary operating system I am > > > not in a position to look after this package anymore. > > > > Is this the

Bug#980349: Please drop recommend on mime-support

2021-01-17 Thread Charles Plessy
Package: xcftools Dear Jan, I have recently split the `mime-support` package into two: `mailcap` for the mailcap system, and `media-types` for providing `/etc/mime.types`. The goal is to allow minimal systems without `mailcap`. In the case of `xcftools`, I searched in its source for

Bug#980292: workaround

2021-01-17 Thread Tupshin Harper
The following appears to be a sufficient workaround to make freecad work for me with unstable: sudo ln -s ../../share/freecad/3Dconnexion/ ../../share/freecad/Ext/ ../../share/freecad/Mod/ ./

Bug#980254: RM: offlineimap -- RoQA; Depends on Python 2, superceded by src:offlineimap3

2021-01-17 Thread Sudip Mukherjee
Thanks Mattia and Sean. On Sun, Jan 17, 2021 at 6:16 PM Mattia Rizzolo wrote: > > On Sun, Jan 17, 2021 at 11:06:07AM -0700, Sean Whitton wrote: > > On Sun 17 Jan 2021 at 12:12AM GMT, Sudip Mukherjee wrote: > > > On Sat, Jan 16, 2021 at 6:39 PM Moritz Muehlenhoff > > > wrote: > > >> > > >>

Bug#980348: ruby-wirble: ship with bullseye?

2021-01-17 Thread Chris Hofstaedtler
Source: ruby-wirble Priority: important It appears all IRB-enhancing features of Wirble have been merged into irb itself. Upstreams homepage has disappeared too. Maybe this package serves no use anymore and should disappear from bullseye? I'll raise severity of this bug over time. Chris

Bug#980346: ITP: gdu -- pretty fast disk usage analyzer

2021-01-17 Thread Daniel Milde
Package: wnpp Severity: wishlist * Package name : gdu Version : 3.0.0 Upstream Author : Daniel Milde * URL : https://github.com/dundee/gdu * License : MIT Programming Lang: Go Description : pretty fast disk usage analyzer Gdu is pretty fast disk usage analyzer with console interface written

Bug#980347: Please Recommend mailcap instead of mime-support

2021-01-17 Thread Charles Plessy
Package:ytree Dear William, I have recently split the `mime-support` package into two: `mailcap` for the mailcap system, and `media-types` for providing `/etc/mime.types` to allow minimal systems without `mailcap`. The `mailcap` package depends on `media-types` replaces `mime-support`, which

Bug#972346: Bug#980318: cantor-backend-sage: Package description inaccurate: sagemath actually is available.

2021-01-17 Thread Norbert Preining
Hi Steven, hi John, On Sun, 17 Jan 2021, Steven De Herdt wrote: > I don't use cantor or sagemath myself, but I noticed that the > description of this package still claims sagemath being unavailable in > Debian. Assuming the latter gets shipped in bullseye, this text should > be updated. Indeed!

Bug#980345: run-mailcap: shell command injection vulnerability

2021-01-17 Thread Marriott NZ
Package: mailcap Version: 3.68 Tags: security Dear Maintainer, run-mailcap is vulnerable to shell command injection in its input data. Specifically, commands can be injected into a MIME type name, a charset name, or other data originating from a Content-Type header. If run-mailcap is used by

Bug#901962: CVE-2018-12096, CVE-2018-12097, CVE-2018-12098 were fixed in liblnk_20180626-1

2021-01-17 Thread Aleksey Kravchenko
Hello, All three CVE were fixed by the upstream version liblnk-20180626 and packaged by Debian as liblnk_20180626-1. All subsequent liblnk packages contain the fixes. === More details. As pointed by [1] CVE-2018-12096 is actually bug in the upstream project libuna. Upstream and Debian

Bug#980344: anki: Some statistics are not rendered: jQuery.Deferred exception

2021-01-17 Thread David Kalnischkies
Package: anki Version: 2.1.15+dfsg-3 Severity: normal Hi, viewing the statistics (t) of a deck seems to have changed with the semi recent updates of jquery on a Debian sid system. The following error is printed on the console and the second last "Answer button" doesn't show a graph and "Card

Bug#961781: Bug #961781: [ppc64el] build time tests FAIL and are disabled

2021-01-17 Thread Christian Göttsche
The root cause for these test suite failures seems to be the different precision of the C language type 'long double' on ppc architectures. They are using 106-bit precision compared to the x86 precision of 80-bit. For example the following program gives different results: C program

Bug#674623: lua50: Possibility to remove the package from the archive

2021-01-17 Thread Chris Hofstaedtler
Hi, * John Belmonte : > On Sat, May 26, 2012 at 12:40 PM, Guillem Jover wrote: > > Certainly, I know for example ResidualVM (a fork of ScummVM) which > > uses an embedded and modified Lua 3.1 because that's what the original > > Grim Fandango scripts need. The question I guess is to what extent

Bug#972346: Bug#980318: cantor-backend-sage: Package description inaccurate: sagemath actually is available.

2021-01-17 Thread John Scott
Note that cantor-backend-sage doesn't work with the SageMath package right now due to #972346. Although caused by a change in Sage, I think it should be quite easy to work around in Cantor. Indeed, replacing /usr/share/cantor/sagebackend/cantor-execsage with just #!/usr/bin/sage --sh exec

Bug#957839: sptk: ftbfs with GCC-10

2021-01-17 Thread Giulio Paci
Hi Logan, thank you for this patch. I have included it in the Debian package (I just opened RFS) as well and submitted upstream. Cheers, Giulio On Sun, Jan 10, 2021 at 12:36 AM Logan Rosen wrote: > > Package: sptk > Version: 3.9-2 > Followup-For: Bug #957839 > User:

Bug#700337: RFP: kibana --- heads up: upstream license change to the non-free SSPL

2021-01-17 Thread Axel Beckert
Hi, just a heads up for everyone interested in seeing Kibana (and maybe ElasticSearch) in Debian: The license for Kibana and ElasticSearch is changing: https://www.elastic.co/de/blog/licensing-change Citing from this page: > Moving to the dual license strategy with SSPL or the Elastic License >

Bug#980340: RFS: sptk/3.9-3 -- speech signal processing toolkit

2021-01-17 Thread Giulio Paci
Package: sponsorship-requests Severity: wishlist X-Debbugs-CC: andre...@debian.org Dear Andrew, I am looking for a sponsor for my package "sptk" * Package name: sptk Version : 3.9 Upstream Author : Keiichiro Oura * URL : http://sp-tk.sourceforge.net/ * License

Bug#980339: pyosmium: drop unused Build-Depends

2021-01-17 Thread Helmut Grohne
Source: pyosmium Version: 3.1.2-1 Tags: patch User: debian-cr...@lists.debian.org Usertags: cross-satisfiability pyosmium has unsatisfiable cross Build-Depends. Instead of looking into this difficult problem, I looked into easily droppable dependencies. It turns out that building pyosmium with a

Bug#980338: hotswap: should ship with bullseye?

2021-01-17 Thread Chris Hofstaedtler
Source: hotswap Priority: important hotswap is software for managing IDE drives, relying on the old CONFIG_IDE=y IDE subsystem in the kernel. This was designed for Linux kernel series 2.4. On no Debian release architecture any current kernel enables CONFIG_IDE. Therefore, in a normal Debian

Bug#918075: Newer librsync now available

2021-01-17 Thread John Goerzen
On Sun, Jan 17 2021, László Böszörményi (GCS) wrote: Hi, On Sun, Jan 17, 2021 at 7:03 AM John Goerzen wrote: Sid and bullseye now have a newer librsync; perhaps this can be done yet before freeze, at least for binary deltas? Indeed, librsync is newer than the needed minimum version.

Bug#980337: mercurial: reduce Build-Depends

2021-01-17 Thread Helmut Grohne
Source: mercurial Version: 5.6.1-1 Tags: patch User: debian-cr...@lists.debian.org Usertags: cross-satisfiability mercurial cannot be cross built from source, because its Build-Depends are not cross-satisfiable. Rather than look into this difficult problem, I looked for easily droppable

Bug#980333: librsync-dev: Please also build static library

2021-01-17 Thread John Goerzen
On Sun, Jan 17 2021, Andrey Rahmatullin wrote: Could you build a .a to include in librsync-dev, so that dar can take advantage of librsync features in both its dynamically-linked and statically-linked versions? Do you want this in bullseye? Yes, it would be fantastic if that could happen!

Bug#980336: dipy: reduce Build-Depends

2021-01-17 Thread Helmut Grohne
Source: dipy Version: 1.2.0-2 Tags: patch User: debian-cr...@lists.debian.org Usertags: cross-satisfiability dipy cannot be cross built, because it has unsatisfiable cross Build-Depends. Rather than look into this difficult problem, I looked for easily droppable dependencies. As it turns out, a

Bug#980334: libvirt FTCBFS: uses the build architecture compiler via dtrace

2021-01-17 Thread Helmut Grohne
Source: libvirt Version: 6.9.0-1 User: debian-cr...@lists.debian.org Usertags: ftcbfs We're getting closer to making libvirt cross buildable. A lot of libvirt's dependencies have been fixed. One aspect that resides in libvirt is dtrace. dtrace runs a compiler and defaults to the build

Bug#980335: libsanlock-dev: move libsanlock.pc to a multiarch location

2021-01-17 Thread Helmut Grohne
Package: libsanlock-dev Version: 3.8.2-1 Tags: patch User: debian-cr...@lists.debian.org Usertags: ftcbfs Control: affects -1 + src:libvirt libvirt cannot be cross built from source, because pkg-config cannot find libsanlock.pc. In general, pkg-config does not search /usr/lib/pkgconfig during

Bug#980333: librsync-dev: Please also build static library

2021-01-17 Thread Andrey Rahmatullin
On Sun, Jan 17, 2021 at 03:45:45PM -0600, John Goerzen wrote: > In #918075, binary delta support for dar is discussed. dar can optionally > support it with librsync. However, from the dar source package, dar-static is > also built. The dar maintainer doesn't want to enable binary deltas for

Bug#980332: RFS: guitarix/0.42.1+dfsg1-1 -- Rock guitar amplifier for JACK

2021-01-17 Thread Dennis Braun
Package: sponsorship-requests Severity: normal Dear mentors, I am looking for a sponsor for my package "guitarix": * Package name : guitarix Version : 0.42.1+dfsg1-1 Upstream Author : Guitarix devs * URL : https://guitarix.org * License : Wide-Open-License, BSD-3-Clause, public-domain,

Bug#980333: librsync-dev: Please also build static library

2021-01-17 Thread John Goerzen
Package: librsync-dev Version: 2.3.1-1 Severity: wishlist Hi, In #918075, binary delta support for dar is discussed. dar can optionally support it with librsync. However, from the dar source package, dar-static is also built. The dar maintainer doesn't want to enable binary deltas for only

Bug#980331: tokyotyrant: should ship with bullseye?

2021-01-17 Thread Chris Hofstaedtler
Source: tokyotyrant tokyotyrant is a network server. It's upstream has vanished, and the last upstream release was in 2012 or earlier; that version is not packaged in Debian. The package is currently orphaned in Debian. Should bullseye really ship with such a package? Also, it exposes

Bug#980278: dar: par2 support doesn't work

2021-01-17 Thread John Goerzen
On Sun, Jan 17 2021, László Böszörményi (GCS) wrote: Hi, On Sun, Jan 17, 2021 at 7:09 AM John Goerzen wrote: According to the manpage, I should be able to add "par2" and just have that work. However, I had several issues: 1) First, it said it was an unrecognized target. par2 was

Bug#966714: guile-gnutls: FTBFS against guile 3.0.4-1+b1

2021-01-17 Thread Juhani Numminen
Control: fixed -1 3.7.0-1 Right now the bug system still thinks this bug applies to sid and bullseye but currently guile-gnutls does not use guile 3.0. (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=964284#19) Juhani

Bug#980312: RFP: gnome-notes — A note taking editor, designed for simplicity

2021-01-17 Thread Andrei POPESCU
Control: reassign -1 wnpp Control: severity -1 wishlist On Du, 17 ian 21, 17:42:48, Marek Ľach wrote: > Package: gnome-notes > Description: a note editor designed to remain simple to use > Severity: wishlist > - formerly was known as ''Bijiben''.Very useful for jotting down > thoughts quickly,

Bug#980330: RFS: drumgizmo/0.9.19-1 -- Audio sampler plugin and stand-alone app that simulates a real drum kit

2021-01-17 Thread Dennis Braun
Package: sponsorship-requests Severity: normal Dear mentors, I am looking for a sponsor for my package "drumgizmo": * Package name : drumgizmo Version : 0.9.19-1 Upstream Author : Bent Bisballe Nyeng * URL : https://www.drumgizmo.org * License : MIT, GPL-3+, GPL-2+ with Autoconf exception,

Bug#979176: Conflicting information about initial login/password

2021-01-17 Thread David Prévot
Hi Paul, Le 17/01/2021 à 15:43, Paul Gevers a écrit : […] On 03-01-2021 22:16, David Prévot wrote: /usr/share/doc/cacti/README.Debian pretends that “The default login/password is admin/admin.” (line 8) but that doesn’t work. That's below the text "if you've chosen to go the manual route".

Bug#980329: RFS: sooperlooper/1.7.6~dfsg0-1 -- Looping Sampler

2021-01-17 Thread Dennis Braun
Package: sponsorship-requests Severity: normal Dear mentors, I am looking for a sponsor for my package "sooperlooper": * Package name : sooperlooper Version : 1.7.6~dfsg0-1 Upstream Author : Jesse Chappell * URL : http://www.essej.net/sooperlooper/ * License : LGPL-2.1+, BSD-3-clause, GPL-2+

Bug#980284: linux-image-5.10.0-1-amd64: InfraRed receiving timeout, remote control button pushes duplicated

2021-01-17 Thread Andrei POPESCU
Control: reassign -1 src:linx 5.10.4-1 On Du, 17 ian 21, 10:35:07, Martin King wrote: > Package: src:linuxX-Debbugs-Cc: mar...@mjking.org > Version: 5.10.4-1 > Severity: important > > Dear Maintainer, > > Intel NUC7i5BNH using internal CIR (Consumer InfraRed) > > Device setup; > ~$ ir-keytable

Bug#858156: Improved patch

2021-01-17 Thread tv7iR8OPvrPi
Hello, This is a patch that improve the support for legacy icon format. Now also correctly render: xcalc/xman (1 bpp, without mask) xclock/oclock/xlogo (1 bpp, with mask) This patch apply to marco source package. Thanksdiff -pur a/src/core/iconcache.c b/src/core/iconcache.c ---

Bug#973911: hfsprogs: Version 540.1.linux3-1 no longer supports legacy HFS filesystems

2021-01-17 Thread John Paul Adrian Glaubitz
Hi Gabriele! On 1/17/21 9:52 PM, Gabriele Gorla wrote: > By quickly skimming through the Apple repository it seems the last > version to support legacy HFS is 421.8 > I agree with John, the nicest solution for users is to merge this code > into the latest version. This however could be a

Bug#980312: RFP: gnome-notes — A note taking editor, designed for simplicity

2021-01-17 Thread Marek Ľach
Package: gnome-notesDescription: a note editor designed to remain simple to useRFPSeverity: wishlist - formerly was known as ''Bijiben''.Very useful for jotting down thoughts quickly, without the need for titles, or categorizing. Similar to Google Keep in spirit, with different colored

Bug#980288: mate-desktop: Please add gnome-system-tools dependency

2021-01-17 Thread Jean-Philippe MENGUAL
Hi Mike, Le 17/01/2021 à 20:52, Mike Gabriel a écrit : Hi Jean-Philippe, On  So 17 Jan 2021 12:16:09 CET, Jean-Philippe MENGUAL wrote: I think we should have this again via the package gnome-system-tools as dependency or recommended. Would be great! I know this is old but still compatible

Bug#980328: bogofilter: new upstream release

2021-01-17 Thread Andres Salomon
Package: bogofilter Version: 1.2.4+dfsg1-13 Severity: wishlist I've been hitting #733622 on my mail server. My understanding is that it's fixed in bogofilter 1.2.5, which was released in 2019. Given that bullseye is preparing to freeze, it would be extremely helpful to get the new bogofilter

Bug#980327: RM: golang-gopkg-libgit2-git2go.v28 -- RoQA; superseded by golang-gopkg-libgit2-git2go.v30

2021-01-17 Thread Andreas Beckmann
Package: ftp.debian.org Severity: normal golang-gopkg-libgit2-git2go.v28 does FTBFS and has been replaced by golang-gopkg-libgit2-git2go.v30 Andreas

Bug#978750: openjdk-N (non-default) should not trigger autopkg tests

2021-01-17 Thread Paul Gevers
Control: retitle -1 britney: autopkgtest only tests first alternative Hi, On 31-12-2020 10:55, Matthias Klose wrote: > openjdk-N (non-default) should not trigger autopkg tests. Maybe, but default-jre, openjdk-11-jre, openjdk-13-jre, openjdk-14-jre, openjdk-15-jre, openjdk-16-jre, openjdk-8-jre

Bug#980326: mutt: mutt recipient parsing memory leak

2021-01-17 Thread Salvatore Bonaccorso
Source: mutt Version: 2.0.2-1 Severity: important Tags: security upstream X-Debbugs-Cc: car...@debian.org, Debian Security Team Hi, This was reported at https://www.openwall.com/lists/oss-security/2021/01/17/2 and upstream apparently at https://gitlab.com/muttmua/mutt/-/issues/323 (not

Bug#980263: taskwarrior: Filtering for project-names containing hyphen and number stopped working

2021-01-17 Thread Gordon Ball
Hi Nicola Thanks for reporting this bug. This certainly sounds like a regression, which wouldn't be that surprising given the large set of changes between 2.5.1 and 2.5.2. Please report this as a bug upstream. I would expect this to not be an intentional change within a minor version. If a patch

  1   2   3   >