Bug#1073152: ruby-xmlrpc 0.3.3-1 has a file conflict with conserver-client

2024-06-13 Thread Jon DeVree
Package: ruby-xmlrpc Version: 0.3.2-2 Severity: serious Dear Maintainer, ruby-xmlrpc 0.3.3-1 ships a new file named /usr/bin/console This file already exists in another package named conserver-client. Conserver has been shipping this binary for a very long time. (probably since 2001 when that pa

Bug#1051543: grub2: Fails to load normal.mod from a XFS v5 parition.

2023-10-02 Thread Jon DeVree
On Mon, Oct 02, 2023 at 16:51:30 +, Lidong Chen wrote: > The changes for the extent parsing looks good to me. But, I am not sure about > this change: > > > - if (filename + direntry->len - 1 > (char *) tail) > > + if (filename + direntry->len - 1 > (char *) end) > > L

Bug#1051543: grub2: Fails to load normal.mod from a XFS v5 parition.

2023-09-27 Thread Jon DeVree
On Fri, Sep 15, 2023 at 23:43:28 +0200, Sebastian Andrzej Siewior wrote: > > there's now a patch from Jon DeVree upstream, which might fix this for > > you. Is it possible for you to test his patch? > > > > https://lists.gnu.org/archive/html/grub-devel/2023-09/msg0005

Bug#924706: icedtea-netx: javaws symlink is broken

2019-03-15 Thread Jon DeVree
Package: icedtea-netx Version: 1.7.2-1 Severity: grave Dear Maintainer, The files in /usr/share/icedtea-web/bin have the wrong file names in the new package and this breaks javaws. itweb-settings and policyeditor are also broken. In the old 1.7.1-1 package: lrwxrwxrwx 1 root root 33 Mar 15 23:

Bug#804611: socat: FTBFS: undefined reference to `SSLv3_client_method'

2015-11-30 Thread Jon DeVree
This is essentially the same as Peter's patch, but with the checks preemptively extended to the other handshake methods so we don't go through this again when someone decides to kill TLSv1.0 Checking for SSLv23_*_method is probably excessive, but the configure script and xio-openssl.c were already

Bug#762755: Info received (bind 9.9.5-4.1: assertion failure)

2014-09-29 Thread Jon DeVree
https://lists.isc.org/pipermail/bind-announce/2014-September/000928.html Fixed in Bind 9.9.6 and 9.10.1: Don't call qsort() with a null pointer, and disable the GCC 4.9 "delete null pointer check" optimizer option. This fixes problems when using GNU GCC 4.9.0 where its compiler code optimi

Bug#762755: bind 9.9.5-4.1: assertion failure

2014-09-29 Thread Jon DeVree
On Mon, Sep 29, 2014 at 00:32:45 -0400, Jon DeVree wrote: > I have this and poked around monitoring everything while it happened > repeatedly. I stumbled onto a reliable means of reproduction: > > dig -t ocsp.verisign.net. > > Happens with dnssec enable and disabled,

Bug#762755: bind 9.9.5-4.1: assertion failure

2014-09-28 Thread Jon DeVree
I have this and poked around monitoring everything while it happened repeatedly. I stumbled onto a reliable means of reproduction: dig -t ocsp.verisign.net. Happens with dnssec enable and disabled, so its not that. I tried it with a pretty stripped down to the original bind config and it sti