Bug#488690: libpam-modules: pam_env man-page spelling error

2008-06-30 Thread Jeremy Sowden
Package: libpam-modules Version: 0.99.7.1-6 Severity: minor Tags: patch The man-page for pam_env (nroff + XML), environment and README files all mispell separate as seperate. -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (990, 'testing'), (900, 'stable'),

Bug#614946: passwd: /usr/sbin/groupadd fails because it cannot rename /etc/group.

2011-02-24 Thread Jeremy Sowden
Package: passwd Version: 1:4.1.4.2+svn3283-3 Severity: normal aptitude failed to install the pcscd package failed because the postinst script could not add the pcscd group. It turned out that /usr/sbin/groupadd was failing, because it could not rename /etc/group+ to /etc/group and I had to edit

Bug#579537: perl: seg-fault when calling write in sub called via constant reference

2010-04-28 Thread Jeremy Sowden
Package: perl Version: 5.10.1-12 Severity: normal Tags: upstream Subject: perl: seg-fault when calling write in sub called via constant reference Package: perl Version: 5.10.1-12 Severity: normal The following script: #!/usr/bin/perl use strict; use warnings; use constant TMP =

Bug#614946: Acknowledgement (passwd: /usr/sbin/groupadd fails because it cannot rename /etc/group.)

2011-04-28 Thread Jeremy Sowden
Haven't been able to reproduce this since I fixed some problems in my /etc/fstab arising from a bug in a script I wrote to set up schroots, so I suspect some broken bind mounts were responsible. Sorry for the noise. J. -- +0+0+0+0+0+0+0+0+0+0+0+0+0+0+0+0+0+0+0+0+0+0+0+0+0+0+0+ www:

Bug#754827: Tag some less complex bugs

2015-01-22 Thread Jeremy Sowden
On 2015-01-22, at 00:04:30 +0100, Martin Quinson wrote: On Wed, Jan 21, 2015 at 11:45:12AM +, Jeremy Sowden wrote: On 2015-01-20, at 17:43:35 +0100, Martin Quinson wrote: did the resulting package install on your side? I get an error message here: Whoops! Apologies. I've

Bug#754827: Tag some less complex bugs

2015-01-15 Thread Jeremy Sowden
how-can-i-help suggested this bug as suitable for a newcomer. Would the attached patch be of use? J. From ba6ab2cbfa5a68d8fca99d43eda119d2a11f3c95 Mon Sep 17 00:00:00 2001 From: Jeremy Sowden jer...@azazel.net Date: Thu, 15 Jan 2015 16:29:22 + Subject: [PATCH] Create quilt-el package

Bug#754827: Tag some less complex bugs

2015-01-16 Thread Jeremy Sowden
On 2015-01-16, at 13:14:53 +0100, Martin Quinson wrote: On Thu, Jan 15, 2015 at 10:10:42PM +, Jeremy Sowden wrote: Would the attached patch be of use? Thanks for that patch. I must confess that I find it surprizingly complex, actually. I would expect that debhelper in recent version

Bug#754827: Tag some less complex bugs

2015-01-21 Thread Jeremy Sowden
/quilt-el: purging byte-compiled files for emacs24 Purging configuration files for quilt-el (0.63-4) ... J. From 56c10e9f373e12b999ecaec1567e3e47ee0bff23 Mon Sep 17 00:00:00 2001 From: Jeremy Sowden jer...@azazel.net Date: Wed, 21 Jan 2015 11:17:27 + Subject: [PATCH] Fixed new emacsen files

Bug#894854: ansible: Ansible 2.5.0 fails to gather facts on hosts which don't have dmidecode

2018-04-05 Thread Jeremy Sowden
On 2018-04-04, at 21:41:52 +0100, Jeremy Sowden wrote: > Since upgrading Ansible to 2.5.0, it has been failing to gather facts > on my servers which do not have dmidecode installed. I diffed the > 2.4.3 and 2.5.0 versions of > ansible/module_utils/facts/virtual/linux.py and found t

Bug#895629: vim-runtime: includeexpr for Scala files is wrong

2018-04-13 Thread Jeremy Sowden
Package: vim-runtime Version: 2:8.0.1453-1 Severity: normal Tags: patch upstream Dear Maintainer, While editing a Scala file, I entered "ctrl-w f" to open the source file for the class name under the cursor. Instead of opening another buffer and loading the new file into it, Vim reported the

Bug#894854: ansible: Ansible 2.5.0 fails to gather facts on hosts which don't have dmidecode

2018-04-04 Thread Jeremy Sowden
Package: ansible Version: 2.5.0+dfsg-1 Severity: important Tags: patch upstream 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)?

Bug#872470: Fixed busy-wait loop

2019-06-22 Thread Jeremy Sowden
. Description: Avoid segfault when receiving CTRL-C twice. Updated to replace busy-wait loop with nextEvent function using select(2). Author: Kevin Kreamer Author: Jeremy Sowden Bug-Debian: https://bugs.debian.org/599382 Bug-Debian: https://bugs.debian.org/872470 Last-Update: 2019-06-22 --- a/wmdrawer.c

Bug#716467: Fix available

2019-06-25 Thread Jeremy Sowden
The crash was the result of passing a null pointer to strlen when allocating memory for the PID file: /* we can theoretically live without a config file */ home = getenv("HOME"); if (home) { config.file = calloc(1, strlen(home) + 9); sprintf(config.file, "%s/.wmixrc",

Bug#716463: Patch

2019-06-25 Thread Jeremy Sowden
tr.depth; cm = attr.colormap; } However, wmcoincoin_player is not supposed to be run like this. It is intended to be execked by wmcoincoin once the application is up and running, which implies that the environment is correctly set up. I've attached a fix. J. From 94bb12f2c1ba22d4d09fce286e4305f8c36e41

Bug#930674: automatically generated menus prevent some applications from running

2019-06-19 Thread Jeremy Sowden
On 2019-06-19, at 19:39:12 +0200, Andreas Metzler wrote: > On 2019-06-19 Jeremy Sowden wrote: > [...] > > Your patch truncates any string value at the first %. I don't think > > that's the right way to go. > [...] > > https://repo.

Bug#930674: automatically generated menus prevent some applications from running

2019-06-19 Thread Jeremy Sowden
On 2019-06-18, at 12:26:19 +0200, E. Serradilla wrote: > Package: wmaker > Version: 0.95.8-3 > > automatically generated menus prevent some applications from running, > e.g. libreoffice will not run complaining that file "%U does not > exist" and others will open an empty file, e.g. %F. > >

Bug#332539: Use-after-free

2019-06-21 Thread Jeremy Sowden
Running wmail under valgrind reveals the following when deleting an unread message: ==917== Invalid read of size 8 ==917==at 0x10C778: ??? (in /usr/bin/wmail) ==917==by 0x10D9B4: ??? (in /usr/bin/wmail) ==917==by 0x10D9F6: ??? (in /usr/bin/wmail) ==917==by 0x49F083F: ???

Bug#332539: Use-after-free

2019-06-21 Thread Jeremy Sowden
On 2019-06-21, at 08:41:47 +0100, Jeremy Sowden wrote: > Running wmail under valgrind reveals the following when deleting an > unread message: > > ==917== Invalid read of size 8 > ==917==at 0x10C778: ??? (in /usr/bin/wmail) > ==917==by 0x10D9B4: ??? (in /usr/bi

Bug#925858: draw_file defined with inline and default linkage

2019-06-22 Thread Jeremy Sowden
9761a5f7c1d8fdb73136c6446c3dff18e28751e1 Mon Sep 17 00:00:00 2001 From: Jeremy Sowden Date: Sat, 22 Jun 2019 11:59:55 +0100 Subject: [PATCH 4/5] Added patch to remove inline from extern function (closes: #925858). --- ...ne-from-function-with-extern-linkage.patch | 29

Bug#874781: Remove script altogether

2019-06-30 Thread Jeremy Sowden
My inclination would be to drop this script entirely. For one thing, I don't think it serves any useful purpose, but, furthermore. it relies on FTP to download the Packages file from security.debian.org, which means that it hasn't worked for more than eighteen months without any com- plaints. J.

Bug#933550: wmfire FTCBFS: configure.ac hard codes pkg-config

2019-07-31 Thread Jeremy Sowden
On 2019-07-31, at 15:31:27 +0200, Helmut Grohne wrote: > wmfire's configure.ac hard codes the build architecture pkg-config by > using AC_PATH_PROG rather than AC_PATH_TOOL. However, using > PKG_CHECK_MODULES would be even better and is what the attached patch > implements to make wmfire cross

Bug#933549: wmdrawer FTCBFS: Makefile hard codes pkg-config

2019-07-31 Thread Jeremy Sowden
On 2019-07-31, at 15:19:40 +0200, Helmut Grohne wrote: > wmdrawer fails to cross build from source, because the upstream > Makefile hard codes the build architecture pkg-config. After making it > substitutable, wmdrawer cross builds successfully. Please consider > applying the attached patch.

Bug#320360: New URL's

2019-08-01 Thread Jeremy Sowden
The original links no longer work, but I have found the following: http://www.aiei.ch/linux/amiga/ http://www.aiei.ch/linux/amiga/amiga.wmpbtheme J. signature.asc Description: PGP signature

Bug#941312: wmcliphist FTCBFS: uses the build architecture pkg-config

2019-09-28 Thread Jeremy Sowden
On 2019-09-28, at 13:04:54 +0200, Helmut Grohne wrote: > wmcliphist fails to cross build from source, because the upstream > Makefile hard codes the build architecture pkg-config. Please consider > applying the attached patch to make it substitutable. I've applied the patch, made a few other

Bug#897081: wmfrog: Does not update weather regularly

2019-10-01 Thread Jeremy Sowden
Description: Use Geo::METAR to parse observations. The parsing code in weather.pl doesn't always work. Debian includes a Perl module that does the job properly, so use that instead. Author: Jeremy Sowden Last-Update: 2019-09-30 Bug-Debian: https://bugs.debian.org/897081 --- a/Src/weather.pl

Bug#897081: wmfrog: Does not update weather regularly

2019-09-29 Thread Jeremy Sowden
On 2019-09-29, at 14:35:05 +0100, Jeremy Sowden wrote: > On Sat, 28 Apr 2018, at 07:40:39 +0300, Yavor Doganov wrote: > > The file LBWN_dat gets updated every 5 minutes (as expected) but > > LBWN was updated only once and it seems the app is getting the data > > from there.

Bug#897081: wmfrog: Does not update weather regularly

2019-09-29 Thread Jeremy Sowden
On Sat, 28 Apr 2018, at 07:40:39 +0300, Yavor Doganov wrote: > The file LBWN_dat gets updated every 5 minutes (as expected) but LBWN > was updated only once and it seems the app is getting the data from > there. FWIW, the wmweather package is working properly with the same > station (updating

Bug#940960: ITP: linenoise -- Minimal replacement for readline

2019-09-22 Thread Jeremy Sowden
Package: wnpp Severity: wishlist Owner: Jeremy Sowden * Package name: linenoise Version : 1.0+git20180718.4a961c010872 Upstream Author : Salvatore Sanfilippo * URL : https://github.com/antirez/linenoise * License : BSD-2-Clause Programming Lang: C

Bug#897081: wmfrog: Does not update weather regularly

2019-09-30 Thread Jeremy Sowden
On 2019-09-29, at 14:49:40 +0100, Jeremy Sowden wrote: > On 2019-09-29, at 14:35:05 +0100, Jeremy Sowden wrote: > > On Sat, 28 Apr 2018, at 07:40:39 +0300, Yavor Doganov wrote: > > > The file LBWN_dat gets updated every 5 minutes (as expected) but > > > LBWN was upd

Bug#845081: Endianness Fixes

2019-06-28 Thread Jeremy Sowden
I spun up an s390x VM to do some testing and found a couple of instances of incorrect pointer usage. Patches attached. J. From 9e70aed92e88af93378aa9a450426f156bdda4c9 Mon Sep 17 00:00:00 2001 From: Jeremy Sowden Date: Fri, 28 Jun 2019 15:34:11 +0100 Subject: [PATCH 1/2] wmbiff: fixed

Bug#408162: fookb-plainx: Menu item does not work by default.

2019-10-04 Thread Jeremy Sowden
Description: change the default locations for the icons from /usr/local/share/fookb to /usr/share/fookb. Author: Jeremy Sowden Last-Update: 2019-10-04 Bug-Debian: https://bugs.debian.org/408162 --- a/params.h +++ b/params.h @@ -10,13 +10,13 @@ #define DEFAULTS_FILE "~/.fookb"

Bug#943658: wmbattery FTCBFS: fails ./configure during clean

2019-10-27 Thread Jeremy Sowden
On 2019-10-27, at 16:38:50 +0100, Helmut Grohne wrote: > Source: wmbattery > Version: 2.51-2 > Tags: patch > User: debian-cr...@lists.debian.org > Usertags: ftcbfs > > wmbattery fails to cross build from source, because the upstream > Makefile configures for the build architecture when running

Bug#408162: fookb-plainx: Menu item does not work by default.

2019-10-03 Thread Jeremy Sowden
I've submitted a patch upstream to fall back to default parameter values if there is no config-file in $HOME. The specific values used upstream will not be appropriate for Debian, so I will add a separate patch to the package. J. signature.asc Description: PGP signature

Bug#948670: wmauda FTCBFS: uses the build architecture pkg-config

2020-01-11 Thread Jeremy Sowden
On 2020-01-11, at 16:15:23 +0100, Helmut Grohne wrote: > Source: wmauda > Version: 0.9-1 > Tags: patch upstream > User: debian-cr...@lists.debian.org > Usertags: ftcbfs > > wmauda fails to cross build from source, because the upstream Makefile > hard codes the build architecture pkg-config. After

Bug#951999: Autoconf issue in mpqc

2020-04-06 Thread Jeremy Sowden
On 2020-04-05, at 22:38:39 +0100, Jeremy Sowden wrote: > On 2020-04-05, at 14:32:16 +0200, Andreas Tille wrote: > > On Sun, Apr 05, 2020 at 12:34:55PM +0100, Jeremy Sowden wrote: > > > > > I've attached the part or the build log that seems to be > > > > >

Bug#951999: Autoconf issue in mpqc

2020-04-05 Thread Jeremy Sowden
On 2020-04-05, at 14:32:16 +0200, Andreas Tille wrote: > On Sun, Apr 05, 2020 at 12:34:55PM +0100, Jeremy Sowden wrote: > > > > I've attached the part or the build log that seems to be > > > > autoconf relevant. I admit I'm a bit astonished since I can > > &

Bug#951999: Autoconf issue in mpqc

2020-04-05 Thread Jeremy Sowden
On 2020-04-05, at 08:18:30 +0200, Andreas Tille wrote: > while Nilesh has fixed the MPI-3.0 issue of mpqc in Git[1] the package > does not build any more due to an autoconf issue: > > ... > configure.in:1802: error: possibly undefined macro: AC_CHECK_CCA > If this token and others are

Bug#951999: Autoconf issue in mpqc

2020-04-05 Thread Jeremy Sowden
On 2020-04-05, at 12:45:47 +0200, Andreas Tille wrote: > Hi Jeremy, > > On Sun, Apr 05, 2020 at 10:14:58AM +0100, Jeremy Sowden wrote: > > > Any help would be appreciated. > > > > > > [1] https://salsa.debian.org/debichem-team/mpqc > > > > Adding AC

Bug#951999: Autoconf issue in mpqc

2020-04-05 Thread Jeremy Sowden
On 2020-04-05, at 12:13:45 +0100, Jeremy Sowden wrote: > On 2020-04-05, at 12:45:47 +0200, Andreas Tille wrote: > > On Sun, Apr 05, 2020 at 10:14:58AM +0100, Jeremy Sowden wrote: > > > > Any help would be appreciated. > > > > > > > > [1

Bug#930674: automatically generated menus prevent some applications from running

2020-04-13 Thread Jeremy Sowden
On 2020-04-13, at 11:38:48 +0100, Jeremy Sowden wrote: > On 2020-04-13, at 11:54:24 +0200, Andreas Metzler wrote: > > This seems to be fixed in 0.95.9. > > Yes, 0.95.9 includes the patches I submitted upstream to fix this. I've updated d/changelog. J. signature.asc Description: PGP signature

Bug#930674: automatically generated menus prevent some applications from running

2020-04-13 Thread Jeremy Sowden
On 2020-04-13, at 11:54:24 +0200, Andreas Metzler wrote: > This seems to be fixed in 0.95.9. Yes, 0.95.9 includes the patches I submitted upstream to fix this. J. signature.asc Description: PGP signature

Bug#910000: [pkg-netfilter-team] Adopting xtables-addons

2020-09-06 Thread Jeremy Sowden
On 2020-08-26, at 11:21:23 +0200, Arturo Borrero Gonzalez wrote: > On Sat, 8 Aug 2020 11:20:40 +0100 Jeremy Sowden wrote: > > There is a RFA bug for xtables-addons (cc'ed): > > > > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=91 > > > > I was thinking ab

Bug#910000: [pkg-netfilter-team] Adopting xtables-addons

2020-10-19 Thread Jeremy Sowden
On 2020-09-06, at 09:51:22 +0100, Jeremy Sowden wrote: > On 2020-08-26, at 11:21:23 +0200, Arturo Borrero Gonzalez wrote: > > On Sat, 8 Aug 2020 11:20:40 +0100 Jeremy Sowden wrote: > > > There is a RFA bug for xtables-addons (cc'ed): > > > > > > https://bugs.

Bug#910000: [pkg-netfilter-team] Adopting xtables-addons

2020-10-27 Thread Jeremy Sowden
On 2020-10-21, at 13:17:53 +0200, Arturo Borrero Gonzalez wrote: > On 2020-10-19 09:53, Jeremy Sowden wrote: > > On 2020-09-06, at 09:51:22 +0100, Jeremy Sowden wrote: > > > On 2020-08-26, at 11:21:23 +0200, Arturo Borrero Gonzalez wrote: > > > > On Sat, 8 Aug 202

Bug#910000: Adopting xtables-addons

2020-08-08 Thread Jeremy Sowden
There is a RFA bug for xtables-addons (cc'ed): https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=91 I was thinking about offering to adopt the package, but I'm still a bit of a novice at maintaining packages in Debian, so although it's fairly stable and doesn't see a lot of activity

Bug#962221: Fixes for CVE-2020-13696 (#962221)

2020-07-08 Thread Jeremy Sowden
On 2020-07-06, at 19:11:09 +, Vasyl Gello wrote: > July 6, 2020 6:58:05 PM UTC, Mattia Rizzolo написав(-ла): > > On Mon, Jul 06, 2020 at 05:10:30AM +, Vasyl Gello wrote: > > > Thanks for contributing the security release! I checked your > > > changes and pushed them to the team repo. I

Bug#968457: [pkg-netfilter-team] Bug#968457: iptables: segfault with specific command when run as non-root

2020-08-16 Thread Jeremy Sowden
On 2020-08-16, at 14:48:12 +0200, Bernhard Übelacker wrote: > Program received signal SIGSEGV, Segmentation fault. > nftnl_rule_list_add (r=r@entry=0x555f5900, list=0x0) at rule.c:782 > 782 list_add(>head, >list); > (gdb) bt > #0 nftnl_rule_list_add (r=r@entry=0x555f5900,

Bug#975376: [pkg-netfilter-team] Bug#975376: Fails to build with Linux 5.9.9 because of change in ip_route_me_harder()

2020-11-21 Thread Jeremy Sowden
On 2020-11-21, at 11:23:36 +0100, Sven Hartge wrote: > Package: xtables-addons-dkms > Version: 3.11-1 > Severity: grave > > Hi! > > Kernel 5.9.9 changes ip_route_me_harder() with commit > 46d6c5ae953cc0be38efd0e469284df7c4328cf8 causing a build failure for > xtables-addons-dkms: > > , > | In

Bug#975881: [pkg-netfilter-team] Bug#975881: Build of xt_ACCOUNT.ko failed for: 5.9.0-3-amd64

2020-11-26 Thread Jeremy Sowden
On 2020-11-26, at 08:35:07 +0100, jean-christophe manciot wrote: > Package: xtables-addons-dkms > Version: 3.11-1 > > distribution: bullseye > linux-headers-5.9.0-3-amd64: 5.9.9-1 > linux-headers-5.9.0-3-common: 5.9.9-1 > linux-source-5.9: 5.9.9-1 > linux-image-5.9.0-3-amd64: 5.9.9-1 >

Bug#776688: xtables-addons-source: Depends upon latest binutils, but fails to depend; other cross-building issues

2020-11-23 Thread Jeremy Sowden
On Fri, 30 Jan 2015 17:37:53 -0800 Elliott Mitchell wrote: > The subject line mostly says it all, but some more detail of note. > There appear to be multiple places where the line "LDFLAGS = > -Wl,-z,relro" is included. This works with the latest versions of the > binutils package (2.22-8), but

Bug#976250: [pkg-netfilter-team] Bug#976250: xtables-addons-dkms: fail to build with 4.19.0-13

2020-12-02 Thread Jeremy Sowden
On 2020-12-02, at 07:10:36 +, di dit wrote: > Package: xtables-addons-dkms > Version: 3.2-1 > Severity: important > > Dear Maintainer, > > After updating to linux 4.19.0-13, dkms failed with the following > message: > > /etc/kernel/postinst.d/dkms: > Error! Build of xt_ACCOUNT.ko failed for:

Bug#977308: dpkg-shlibdeps: error: cannot find library (Was: Bug#977308: shasta: hardcoded dependencies on boost 1.71)

2020-12-18 Thread Jeremy Sowden
On 2020-12-18, at 15:32:01 +0100, Andreas Tille wrote: > I tried no override_dh_shlibdeps in shasta debian/rules, which has > lead to: > > dpkg-shlibdeps: error: cannot find library > /usr/lib/python3/dist-packages/shasta.cpython-39-x86_64-linux-gnu.so > needed by debian/shasta/usr/bin/shasta (ELF

Bug#910000: [pkg-netfilter-team] Adopting xtables-addons

2020-11-20 Thread Jeremy Sowden
On 2020-10-27, at 13:41:59 +, Jeremy Sowden wrote: > On 2020-10-21, at 13:17:53 +0200, Arturo Borrero Gonzalez wrote: > > I just invited you to be a maintainer in the > > https://salsa.debian.org/pkg-netfilter-team/pkg-xtables-addons > > repository. > > > > P

Bug#986152: Offer of help

2021-04-02 Thread Jeremy Sowden
I'd be happy to help. I've been a Shorewall user for many years, and I've recently been lending a hand to the Netfilter Packaging Team. J. signature.asc Description: PGP signature

Bug#947217: shorewall-masq superseded by shorewall-snat

2021-04-04 Thread Jeremy Sowden
shorewall-masq was superseded by shorewall-snat and its man-page deleted in 5.2.0. J. signature.asc Description: PGP signature

Bug#971621: Explanation

2021-03-07 Thread Jeremy Sowden
I believe the problem here lies not with wmmixer, but with oss-compat. /dev/mixer is created by the snd-mixer-oss kernel module which is one of a set that provides OSS emulation for ALSA. The oss-compat package is intended to make sure that the OSS emulation modules are loaded. However, there is

Bug#986152: Offer of help

2021-04-07 Thread Jeremy Sowden
On 2021-04-02, at 11:51:20 +0100, Jeremy Sowden wrote: > I'd be happy to help. I've been a Shorewall user for many years, and > I've recently been lending a hand to the Netfilter Packaging Team. I've forked your SF repo and committed changes to package 5.2.8: https://sourceforge.net/u/

Bug#625295: Wrong Time-stamp

2021-08-25 Thread Jeremy Sowden
In your example, you are using TCP time-stamps: https://datatracker.ietf.org/doc/html/rfc7323#section-3 which are not the same as IP time-stamps: https://datatracker.ietf.org/doc/html/rfc781 Instead of: sudo hping3 --fast -c 3 -n -S -p 80 --tcp-timestamp $host try: ping -T tsonly

Bug#992953: ITS: wmaker-data

2021-08-25 Thread Jeremy Sowden
Package: wmaker-data Version: 0.9~3-4.1 Severity: important X-Debbugs-Cc: Noel David Torres Taño , Debian MIA Team , Debian Window Maker Team This package has not been updated by the current maintainer since 2010. I tried to get in touch with him to propose that the package be adopted by the

Bug#609014: HTML doc's in 1.0.0-2

2021-08-30 Thread Jeremy Sowden
I created a new -doc package containing the HTML doc's which was released as 1.0.0-2. I will add the test programmes in utils/ to the next release. J. signature.asc Description: PGP signature

Bug#978891: r-cran-ncdf4: ftbfs with autoconf 2.70

2021-09-08 Thread Jeremy Sowden
"$as_me:${as_lineno-$LINENO}: found > $as_dir$ac_word$ac_exec_ext" >&5 > break 2 > fi > done > > > It looks like a case statement intended but not injected by autoconf. I > have no idea how this can be influenced by some configure.ac statement. &g

Bug#994273: More info

2021-10-07 Thread Jeremy Sowden
On 2021-10-08, at 06:42:29 +1000, Harry STARR wrote: > > I'll send a patch upstream. > > I have noticed that on Gentoo and Arch this seems to be resolved. > They are using a version > 1.0.x > > Maybe already fixed upstream... The bug that I believe is responsible is in this if-block:

Bug#609014: Documentation available in 1.0.1-2

2021-10-07 Thread Jeremy Sowden
On 2021-10-07, at 21:07:14 +0100, Jeremy Sowden wrote: > Version: 1.0.1-2 > > I've added a libnetfilter-doc package containing the upstream HTML > doc's. Didn't mean to close the bug yet. Waiting for a new upstream release with improved man-pages first. J. signature.asc Desc

Bug#986152: Offer of help

2021-10-07 Thread Jeremy Sowden
On 2021-04-02, at 11:51:20 +0100, Jeremy Sowden wrote: > I'd be happy to help. I've been a Shorewall user for many years, and > I've recently been lending a hand to the Netfilter Packaging Team. Ping! :) Haven't had a response. Offer of help still stands. J. signature.asc Descriptio

Bug#930603: libdockapp-dev: pkg-config file Requires xext without dependency on libxext-dev

2021-10-09 Thread Jeremy Sowden
On 2019-08-13, at 19:09:33 +0200, Andreas Metzler wrote: > On 2019-06-16 Douglas Torrance wrote: > > On Sun, Jun 16, 2019 at 7:30 AM Andreas Metzler wrote: > >> /usr/lib/x86_64-linux-gnu/pkgconfig/dockapp.pc: > >> Requires: x11 xext xpm > > >> Therefore anything build-depending on libdockapp-dev

Bug#930603: libdockapp-dev: pkg-config file Requires xext without dependency on libxext-dev

2021-10-10 Thread Jeremy Sowden
On 2021-10-09, at 18:52:49 +0200, Andreas Metzler wrote: > On 2021-10-09 Jeremy Sowden wrote: > > On 2019-08-13, at 19:09:33 +0200, Andreas Metzler wrote: > >> On 2019-06-16 Douglas Torrance wrote: > >>> On Sun, Jun 16, 2019 at 7:30 AM Andreas Metzler wrote: &g

Bug#984260: Fixed upstream

2021-10-14 Thread Jeremy Sowden
Upstream has removed all the dynamic exception specfications. I've created a merge-request to add the upstream patch to the Debian Salsa repo. J. signature.asc Description: PGP signature

Bug#994273: Follow-up example

2021-10-07 Thread Jeremy Sowden
On 2021-10-07, at 09:26:05 +1000, Harry STARR wrote: > [...] > And here is the nft -s list ruleset > >>> > root@y6:~ # nft -s list ruleset > table ip filter { > set bad_guys { > type ipv4_addr > size 65535 > counter > timeout

Bug#994273: Example

2021-10-02 Thread Jeremy Sowden
Can you provide an example? For instance, if I have the following rule-set: $ sudo nft list ruleset table ip filter { counter c { packets 85081 bytes 125160849 } quota q { 1048576 mbytes used 125160849 bytes }

Bug#1000745: Patch

2021-12-04 Thread Jeremy Sowden
This patch fixes the problem. I will send it upstream. J. --- a/src/wmnut.c +++ b/src/wmnut.c @@ -476,6 +476,8 @@ if (CurHost->battery_load >= 10) copyXPMArea((CurHost->battery_load / 10) * 6 + 4, 81, 6, 7, 37, 34); /* Show 10's */ + else + copyXPMArea(76, 81, 6,

Bug#999758: iptables: segfault at 88 ip 00007ff6a8db8e47 sp 00007fffd39bdf08 error 4 in libnftnl.so.11.3.0[7ff6a8db4000+16000]

2021-11-19 Thread Jeremy Sowden
On 2021-11-16, at 09:50:11 +0100, Harald Dunkel wrote: > Package: iptables > Version: 1.8.7-1 > > iptables-nft gives me SIGSEGVs on the nodes of my Kubernetes > cluster, e.g. > > : > [Fri Nov 12 11:43:46 2021] iptables-save[4166038]: segfault at 80 ip > 7effd99c3964 sp 7ffee513d5f8 error

Bug#997281: Fixed Upstream

2021-11-04 Thread Jeremy Sowden
This was fixed in the xawtv4 code-base earlier this year. The commit, rebased on to the xawtv3 code-base, is attached. J. From 4bf2b3966eecad32b47472065706560f31314a92 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Tue, 17 Aug 2021 10:46:22 +0200 Subject: [PATCH] Replace sys_siglist

Bug#1001360: [jer...@azazel.net: [nft PATCH 3/3] evaluate: reject: support ethernet as L2 protcol for inet table]

2021-12-11 Thread Jeremy Sowden
to provide an explicit reject option. Add a Python test case. Fixes: 5fdd0b6a0600 ("nft: complete reject support") Link: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1001360 Signed-off-by: Jeremy Sowden --- src/evaluate.c | 7 +- tests/py/inet/reject

Bug#1001360: [pkg-netfilter-team] Bug#1001360: nftables: nft returns "BUG: unsupported familynft: evaluate.c:2766..."

2021-12-09 Thread Jeremy Sowden
On 2021-12-08, at 21:01:48 -0600, Bruce Link wrote: > Package: nftables > Version: 1.0.1-1 > Severity: normal > Tags: upstream > > Dear Maintainer, > >* What led up to the situation? > Running nft -f with the following configuration appears to trigger the bug. > I've removed what I think are

Bug#1054054: shorewall-init: Please provide native NetworkManager hook scripts

2023-10-27 Thread Jeremy Sowden
On 2023-10-21, at 19:16:15 +0300, Vincas Dargis wrote: > On Sat, 21 Oct 2023 13:27:46 +0100 Jeremy Sowden wrote: > > init.fedora.sh, on the other hand, is a System V init-script > > Oh, sorry, I've directed to the wrong file... > > Re-checked IRC logs, it w

Bug#1054054: shorewall-init: Please provide native NetworkManager hook scripts

2023-10-28 Thread Jeremy Sowden
On 2023-10-28, at 15:11:15 +0200, Michael Biebl wrote: > On Sat, 21 Oct 2023 11:44:25 +0100 Jeremy Sowden wrote: > > On 2023-10-21, at 11:53:54 +0300, Vincas Dargis wrote: > > > I've noticed NEWS after NetworkManager upgrade about no longer supporting > > > if-* scripts

Bug#1029944: A couple of patches

2023-10-03 Thread Jeremy Sowden
Control: tags -1 upstream fixed-upstream On 2023-03-26, at 20:51:50 +0100, Jeremy Sowden wrote: > Actually, it wasn't much more work to get all the failing tests to > pass. Version 2 of the patches attached. Merged upstream: https://github.com/notroj/neon/pull/114 J. signatu

Bug#1051592: Regression: Commit "netfilter: nf_tables: disallow rule addition to bound chain via NFTA_RULE_CHAIN_ID" breaks ruleset loading in linux-stable

2023-09-25 Thread Jeremy Sowden
On 2023-09-25, at 10:31:57 +0200, Arturo Borrero Gonzalez wrote: > On 9/24/23 13:48, Salvatore Bonaccorso wrote: > > The work for bookworm has been done, but for bullseye: would you be > > able to help here and prepare the fixes? Unfortunatlly the fixes will > > not apply cleanly. If we fear to

Bug#1053816: bullseye-pu: package nftables/0.9.8-3.1+deb11u2

2023-10-11 Thread Jeremy Sowden
pand chain rules into commands +- rule: expand standalone chain that contains rules +- src: expand table command before evaluation + + -- Jeremy Sowden Tue, 10 Oct 2023 21:28:38 +0100 + nftables (0.9.8-3.1+deb11u1) bullseye; urgency=medium * d/p/rule_fix_for_pot

Bug#1054054: shorewall-init: Please provide native NetworkManager hook scripts

2023-10-21 Thread Jeremy Sowden
On 2023-10-21, at 14:39:51 +0300, Vincas Dargis wrote: > On Sat, 21 Oct 2023 11:44:25 +0100 Jeremy Sowden wrote: > > On 2023-10-21, at 11:53:54 +0300, Vincas Dargis wrote: > > > Any ideas how to "workaround" it? > > > > I am working on a fix atm. > Than

Bug#1054054: shorewall-init: Please provide native NetworkManager hook scripts

2023-10-21 Thread Jeremy Sowden
On 2023-10-21, at 13:27:47 +0100, Jeremy Sowden wrote: > On 2023-10-21, at 14:39:51 +0300, Vincas Dargis wrote: > > On Sat, 21 Oct 2023 11:44:25 +0100 Jeremy Sowden wrote: > > > On 2023-10-21, at 11:53:54 +0300, Vincas Dargis wrote: > > > > Any ideas how to &quo

Bug#1054054: shorewall-init: Please provide native NetworkManager hook scripts

2023-10-21 Thread Jeremy Sowden
On 2023-10-21, at 11:53:54 +0300, Vincas Dargis wrote: > I've noticed NEWS after NetworkManager upgrade about no longer supporting > if-* scripts, and now `shorewall status` says `Shorewall is stopped` :/ . > > Any ideas how to "workaround" it? I am working on a fix atm. My plan is to add a

Bug#1049304: maildir-utils: Fails to build source after successful build

2023-08-19 Thread Jeremy Sowden
On 2023-08-13, at 21:20:57 +0200, Lucas Nussbaum wrote: > Source: maildir-utils > Version: 1.8.14-3 > Severity: minor > Tags: trixie sid ftbfs > User: lu...@debian.org > Usertags: ftbfs-sab-20230813 ftbfs-source-after-build > User: debian...@lists.debian.org > Usertags: qa-doublebuild > > Hi, >

Bug#1050418: Conntrackd in Bookworm reverts byte order in src address sent by conntrackd in Bullseye

2023-08-24 Thread Jeremy Sowden
Control: tags -1 confirmed upstream On 2023-08-24, at 12:55:30 +0200, Pavel Matěja wrote: > Package: conntrackd > Version: 1:1.4.7-1+b2 > Conntrackd package on Bullseye is 1:1.4.6-2. > > I'm upgrading our servers from Bullseye to Bookworm. Some of them act > as load balancers and they are using

Bug#1050418: Conntrackd in Bookworm reverts byte order in src address sent by conntrackd in Bullseye

2023-08-24 Thread Jeremy Sowden
Control: tags -1 + patch On 2023-08-24, at 20:33:13 +0100, Jeremy Sowden wrote: > On 2023-08-24, at 12:55:30 +0200, Pavel Matěja wrote: > > I'm upgrading our servers from Bullseye to Bookworm. Some of them > > act as load balancers and they are using conntrackd to synchronize >

Bug#1042124: Flex help needed for eegdev (Was: Re: eegdev: FTBFS: ../../lib/stdio.h:64:3: error: #error "Please include config.h first.")

2023-08-25 Thread Jeremy Sowden
On 2023-08-25, at 18:29:34 +0200, Niels Thykier wrote: > Nilesh Patra: > > On Fri, Aug 25, 2023 at 05:17:47PM +0200, Niels Thykier wrote: > > > [...] > > > > I had figured out this already, but conffile.lex.c does not exist in the > > project, it is generated as a part of the lexer output. In

Bug#1055759: tcl-tls: EOF's are sometimes treated as errors

2023-11-10 Thread Jeremy Sowden
Package: tcl-tls Version: 1.7.22-3+b1 Severity: normal Tags: patch upstream OpenSSL 3.0 introduced a new option `SSL_OP_IGNORE_UNEXPECTED_EOF`. If this is not set, it handles unexpected EOF's as fatal errors. Since TclTLS does not currently set it, some EOF's are treated as errors. I have

Bug#1055759: tcl-tls: EOF's are sometimes treated as errors

2023-11-10 Thread Jeremy Sowden
On 2023-11-10, at 18:39:10 +, Jeremy Sowden wrote: > Package: tcl-tls > Version: 1.7.22-3+b1 > Severity: normal > Tags: patch upstream > > OpenSSL 3.0 introduced a new option `SSL_OP_IGNORE_UNEXPECTED_EOF`. If > this is not set, it handles unexpected EOF's as fatal er

Bug#1014680: Patch

2022-07-10 Thread Jeremy Sowden
Here's the patch I propose to add to the package. I've filed a bug report with the stable release managers to explain the situation and ask them to accept an update. J. Last-Update: 2022-07-10 Forwarded: not-needed Author: Jeremy Sowden Bug-Debian: https://bugs.debian.org/1014680 Description

Bug#1014680: xtables-addons-dkms fails build on linux 5.10.127-1

2022-07-10 Thread Jeremy Sowden
On 2022-07-10, at 10:38:10 +0200, Grzegorz Alibozek wrote: > Package: xtables-addons-dkms > Version: 3.13-1 > Severity: important > X-Debbugs-Cc: grzegorz.alibo...@gmail.com > > Dear Maintainer, > > Build xtables on linux 5.10.0-16 (bullseye) has failed, on 5.10.0-15 it's ok. > > make.log: > >

Bug#1014705: bullseye-pu: package xtables-addons/3.13-1

2022-07-10 Thread Jeremy Sowden
2022-07-10 13:55:40.0 +0100 @@ -1,3 +1,10 @@ +xtables-addons (3.13-1+deb11u1) bullseye; urgency=medium + + * d/patches: add patch to correct `security_skb_classify_flow` argument +(closes: #1014680) + + -- Jeremy Sowden Sun, 10 Jul 2022 13:55:40 +0100 + xtables-addons (3.13-1

Bug#1012613: nftables: upgrade stops but does not start service

2022-06-19 Thread Jeremy Sowden
On 2022-06-19, at 13:48:59 +0200, Arturo Borrero Gonzalez wrote: > On Fri, 10 Jun 2022 12:21:37 +0200 Christian Göttsche wrote: > > Package: nftables > > Version: 1.0.4-1 > > Severity: serious > > > > Dear Maintainer, > > > > upgrades of nftables stop the service but do not start it (even if the >

Bug#1012613: nftables: upgrade stops but does not start service

2022-06-19 Thread Jeremy Sowden
On 2022-06-19, at 13:48:59 +0200, Arturo Borrero Gonzalez wrote: > On Fri, 10 Jun 2022 12:21:37 +0200 Christian Göttsche wrote: > > Package: nftables > > Version: 1.0.4-1 > > Severity: serious > > > > Dear Maintainer, > > > > upgrades of nftables stop the service but do not start it (even if the >

Bug#1014705: bullseye-pu: package xtables-addons/3.13-1

2022-07-16 Thread Jeremy Sowden
On 2022-07-10, at 17:19:16 +0100, Jeremy Sowden wrote: > Package: release.debian.org > Severity: normal > Tags: bullseye > User: release.debian@packages.debian.org > Usertags: pu > > The related xtables-addons bug is: > > https://bugs.debian.org/cgi-bi

Bug#1010616: libmnl-dev: The libmnl.a is missing in libmnl-dev. Static build fails.

2022-05-06 Thread Jeremy Sowden
On 2022-05-05, at 16:50:46 +0200, Lars Ekman wrote: > Package: libmnl-dev > Version: 1.0.4-3build2 > Severity: normal > X-Debbugs-Cc: lars.g.ek...@est.tech > > Dear Maintainer, > > # gcc -o /tmp/hello /tmp/hello.c -lmnl > (dynamic libs work) > # gcc -static -o /tmp/hello /tmp/hello.c -lmnl >

Bug#1009403: pmacct: FTBFS: configure: error: Package requirements (libnetfilter_log >= 1) were not met

2022-05-11 Thread Jeremy Sowden
On 2022-05-11, at 16:46:22 +0300, Adrian Bunk wrote: > On Tue, Apr 12, 2022 at 08:23:12PM +0200, Lucas Nussbaum wrote: > > Source: pmacct > > Version: 1.7.6-2 > > Severity: serious > > Justification: FTBFS > > Tags: bookworm sid ftbfs > > User: lu...@debian.org > > Usertags: ftbfs-20220412

Bug#1018020: wmcoincoin: FTBFS with imlib2 1.9.1

2022-08-24 Thread Jeremy Sowden
On 2022-08-24, at 19:14:03 +0200, Andreas Metzler wrote: > On 2022-08-24 Jeremy Sowden wrote: > [...] > > I've added a couple of patches to use pkg-config in preference to > > imlib2-config. > > imlib2 in Debian even in oldoldstable ships a .pc file and looking at > t

Bug#1017723: bullseye-pu: package nftables/0.9.8-3.2

2022-08-19 Thread Jeremy Sowden
Package: release.debian.org Severity: normal Tags: bullseye User: release.debian@packages.debian.org Usertags: pu The related nftables bug is: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1017359 [ Reason ] nftables uses a fixed-size array containing the locations of the expressions

Bug#1017723: bullseye-pu: package nftables/0.9.8-3.2

2022-09-04 Thread Jeremy Sowden
On 2022-09-03, at 14:53:45 +0100, Adam D. Barratt wrote: > On Fri, 2022-08-19 at 16:05 +0100, Jeremy Sowden wrote: > > The related nftables bug is: > > > > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1017359 > > > > [ Reason ] > > nftables uses a fi

Bug#1018020: wmcoincoin: FTBFS with imlib2 1.9.1

2022-08-24 Thread Jeremy Sowden
On 2022-08-24, at 12:56:27 +0200, Markus Koschany wrote: > Package: wmcoincoin > Version: 2.6.5.git+23.411d4a3-1 > Severity: important > Tags: ftbfs sid bookworm > User: a...@debian.org > Usertags: imlib2-1.9.1 > X-Debbugs-Cc: a...@debian.org > > Dear maintainer, > > your package fails to build

  1   2   >