Bug#955166: FTBFS with gcc-9: undefined reference to bsd_getopt, etc.

2020-03-27 Thread Steven Chamberlain
harmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: sysvinit (via /sbin/init) Date: Fri, 27 Mar 2020 21:26:21 +0000 From: Steven Chamberlain Subject: Add extra libs required to build aicasm --- a/sys/dev/aic7xxx/aicasm/Makefile +++ b/sys/dev/aic7xxx/aicasm/Makefile @@ -14,7 +14,7

Bug#868929: kfreebsd-10: FTBFS: ../../../compat/ia32/ia32_genassym.c:1:0: error: code model kernel does not support PIC mode

2017-08-16 Thread Steven Chamberlain
severity 868929 important thanks (linux-)amd64 is not in this package's Architectures: field, therefore FTBFS on that arch cannot be a RC bug? (Though I'd be interested in fixing it someday). Regards, -- Steven Chamberlain ste...@pyro.eu.org signature.asc Description: Digital signature

Bug#858377: libblkmaker: doesn't support current bitcoin block version

2017-03-21 Thread Steven Chamberlain
Package: libblkmaker Version: 0.5.3-1 Severity: grave Tags: fixed-upstream Hi, The version of libblkmaker in sid/stretch supports bitcoin blocks up to version 4 only: http://sources.debian.net/src/libblkmaker/0.5.3-1/blkmaker.h/#L15 But since early 2016, the tip of the blockchain uses

Bug#856210: libdebian-installer: please parse SHA256 field and add it to di_* structs

2017-03-01 Thread Steven Chamberlain
interactions beyond that, is just too much. That is the real "debacle"; it is not surprising to me now, that this did not happen yet in 10 years, or that no enthusiastic new contributor had already done this. Regards, -- Steven Chamberlain ste...@pyro.eu.org signature.asc Descriptio

Bug#856210: libdebian-installer: please parse SHA256 field and add it to di_* structs

2017-02-28 Thread Steven Chamberlain
Bastian Blank wrote: > On Tue, Feb 28, 2017 at 10:00:01PM +0000, Steven Chamberlain wrote: > > That differs from the latest version of my patch, and from what I sent > > earlier today to the release team when asking about a potential unblock: > > https://lists.debian.org/d

Bug#856210: libdebian-installer: please parse SHA256 field and add it to di_* structs

2017-02-28 Thread Steven Chamberlain
ebian.org/debian-release/2017/02/msg01033.html I think we should wait for them to answer before doing anything else. Based on KiBi's feedback I thought it better to swap sum[0] and sum[1], and remove the SHA1 parsing also. Regards, -- Steven Chamberlain ste...@pyro.eu.org signature.asc Description

Bug#856212: cdebootstrap: please implement SHA256 verification of .deb files

2017-02-28 Thread Steven Chamberlain
Control: tags -1 + patch Hi, The attached patch is based on having libdebian-installer_bug856210_v3.patch applied: * libdebian-installer4-dev would not change its name * sum[1] is already empty/unusable * sum[0] would become the sha256 field Thanks, Regards, -- Steven Chamberlain ste

Bug#856211: anna: please implement SHA256 verification of .udeb files

2017-02-28 Thread Steven Chamberlain
Updated patch, which assumes the libdebian-installer4-dev package will not be renamed. Build-Depend on a recent enough version that provides sha256 fields. Regards, -- Steven Chamberlain ste...@pyro.eu.org diff --git a/debian/changelog b/debian/changelog index d6682ca..20e33a0 100644

Bug#856210: libdebian-installer: please parse SHA256 field and add it to di_* structs

2017-02-28 Thread Steven Chamberlain
Steven Chamberlain wrote: > replace sum[0] with sha256 and leave sum[1] empty; > [...] (we would drop the MD5- and SHA1-parsing code > and make absolutely sure nobody is still using those). The new patch attached would do that, and it remains otherwise ABI-compatible. It aims to be

Bug#856210: libdebian-installer: please parse SHA256 field and add it to di_* structs

2017-02-28 Thread Steven Chamberlain
Thanks for your comments! Cyril Brulebois wrote: > Steven Chamberlain <ste...@pyro.eu.org> (2017-02-27): > > (If we really wanted, we could maybe avoid the ABI bump: [...] > > Given the number of reverse dependencies, I doubt this is worth abusing > md5 storage for sha256

Bug#856210: libdebian-installer: please parse SHA256 field and add it to di_* structs

2017-02-27 Thread Steven Chamberlain
which remains the same length). The dynamically-sized buffer it points to, would change from storing an MD5 to a SHA256 hash, and would only cause a regression where something is still trying to validate MD5). Regards, -- Steven Chamberlain ste...@pyro.eu.org diff --git a/configure.ac b/configure.ac

Bug#856211: anna: please implement SHA256 verification of .udeb files

2017-02-27 Thread Steven Chamberlain
Steven Chamberlain wrote: > Attached is [...] Regards, -- Steven Chamberlain ste...@pyro.eu.org diff --git a/anna.c b/anna.c index 4b68816..e03d34a 100644 --- a/anna.c +++ b/anna.c @@ -318,8 +318,8 @@ install_modules(di_packages *status, di_packages *packa

Bug#856211: anna: please implement SHA256 verification of .udeb files

2017-02-27 Thread Steven Chamberlain
o increase it if changing SHA256 to SHA512 in the future. A more thorough rework of this code might store the hash type (as an enum) and length, in the di_package struct instead. Thanks, Regards, -- Steven Chamberlain ste...@pyro.eu.org signature.asc Description: Digital signature

Bug#856211: anna: please implement SHA256 verification of .udeb files

2017-02-27 Thread Steven Chamberlain
eeded to change then. In the ideal world, the code itself would be the clear, authoritative reference of what it is doing. I wish that we can remove all references to md5 and sha1 there. Regards, -- Steven Chamberlain ste...@pyro.eu.org signature.asc Description: Digital signature

Bug#856211: anna: please implement SHA256 verification of .udeb files

2017-02-27 Thread Steven Chamberlain
hed log. Regards, -- Steven Chamberlain ste...@pyro.eu.org /usr/bin/sha256sum /tmp/net-retriever-1817-Packages /usr/bin/sha256sum /tmp/net-retriever-1872-Packages /usr/bin/sha256sum /tmp/net-retriever-1872-Packages /usr/bin/sha256sum /tmp/net-retriever-1872-Packages /usr/bin/md5sum /var/cache/a

Bug#856210: libdebian-installer: please parse SHA256 field and add it to di_* structs

2017-02-26 Thread Steven Chamberlain
Hi, Bastian Blank wrote: > This change breaks the existing ABI and therefor needs an ABI bump, but > it is missing from the patch. I agree, that should be done. Thanks. Regards, -- Steven Chamberlain ste...@pyro.eu.org signature.asc Description: Digital signature

Bug#856212: cdebootstrap: please implement SHA256 verification of .deb files

2017-02-26 Thread Steven Chamberlain
published SHA256 sums in the archive since 2007 and *still* don't use them here. I think there is a greater risk that we forget, or be too lazy, than we do this 'too soon'. Regards, -- Steven Chamberlain ste...@pyro.eu.org signature.asc Description: Digital signature

Bug#856210: libdebian-installer: please parse SHA256 field and add it to di_* structs

2017-02-26 Thread Steven Chamberlain
e the md5sums field, and the struct size is not changing); though if they do use, I'd prefer they FTBFS so that we find out. Regards, -- Steven Chamberlain ste...@pyro.eu.org signature.asc Description: Digital signature

Bug#856210: libdebian-installer: please parse SHA256 field and add it to di_* structs

2017-02-26 Thread Steven Chamberlain
e testsuite to check parsing of the SHA256 fields; that also would result in a larger diff however. Regards, -- Steven Chamberlain ste...@pyro.eu.org diff --git a/debian/changelog b/debian/changelog index 3dd29e1..1b7fcd8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,16 @@ libdeb

Bug#856215: cdebootstrap: since SHA1 removal from Release file, only MD5sums are used

2017-02-26 Thread Steven Chamberlain
m[1]) return check_sum (target, "sha1sum", item->sum[1], buf_name); if (item->sum[0]) return check_sum (target, "md5sum", item->sum[0], buf_name); Further context and an overview of related bugs will be published at: https://wiki.debian.org/InstallerDebacle Thanks,

Bug#856213: cdebootstrap: SHA1 verification truncates hash from 160 to 128 bits

2017-02-26 Thread Steven Chamberlain
m, 32)) Further context and an overview of related bugs will be published at: https://wiki.debian.org/InstallerDebacle Thanks, Regards, -- Steven Chamberlain ste...@pyro.eu.org signature.asc Description: Digital signature

Bug#856212: cdebootstrap: please implement SHA256 verification of .deb files

2017-02-26 Thread Steven Chamberlain
to be a supported release until 2022. So I'm tentatively filing this bug as RC-severity. Further context and an overview of related bugs will be published at: https://wiki.debian.org/InstallerDebacle Thanks, Regards, -- Steven Chamberlain ste...@pyro.eu.org signature.asc Description: Digital signature

Bug#856211: anna: please implement SHA256 verification of .udeb files

2017-02-26 Thread Steven Chamberlain
until 2022. So I'm tentatively filing this bug as RC-severity. Further context and an overview of related bugs will be published at: https://wiki.debian.org/InstallerDebacle Thanks, Regards, -- Steven Chamberlain ste...@pyro.eu.org signature.asc Description: Digital signature

Bug#856210: libdebian-installer: please parse SHA256 field and add it to di_* structs

2017-02-26 Thread Steven Chamberlain
This bug is not itself RC, but it will be a blocking issue for RC bugs I'm about to file. I intend to submit a patch for this shortly. Thanks, Regards, -- Steven Chamberlain ste...@pyro.eu.org signature.asc Description: Digital signature

Bug#853153: It can't start by a segmentation fault

2017-01-30 Thread Steven Chamberlain
such file or directory) Did you try rebooting the machine before starting Xorg? Perhaps you could find something relevant in your logs with: $ cd /var/log && sudo grep dbus dpkg.log syslog Thanks, Regards, -- Steven Chamberlain ste...@pyro.eu.org signature.asc Description: Digital signature

Bug#845105: mk-freebsd: bsd.cpu.mk sets -mfloat-abi=softfp on armhf

2016-11-30 Thread Steven Chamberlain
don't yet have arm64 support; that will happen in time. Regards, -- Steven Chamberlain ste...@pyro.eu.org signature.asc Description: Digital signature

Bug#837289: kfreebsd-10: FTBFS: objcopy:linux32_vdso.so: Invalid bfd target

2016-10-27 Thread Steven Chamberlain
(again) to build it on linux. Regards, -- Steven Chamberlain ste...@pyro.eu.org signature.asc Description: Digital signature

Bug#770130: gnome-shell: crashes with "Failed to create texture 2d"

2016-10-16 Thread Steven Chamberlain
a "fail-whale" with only an option to log out. Probably GNOME is not suitable for that hardware, then. It was a really unfortunate experience for the (first-time) user, though. Regards, -- Steven Chamberlain ste...@pyro.eu.org signature.asc Description: Digital signature

Bug#840468: mame: FTBFS[arm64]: immediate value out of range 0 to 63

2016-10-11 Thread Steven Chamberlain
Package: src:mame Version: 0.178-1 Severity: serious Justification: FTBFS, but built successfully in the past Hi, On linux-arm64, mame since 0.176-3 FTBFS, because: https://buildd.debian.org/status/fetch.php?pkg=mame=arm64=0.178-1=1475578747 | Compiling src/emu/emumem.cpp... | g++ -g -O2

Bug#825268: zfsutils,zutils: error when trying to install together

2016-05-30 Thread Steven Chamberlain
ing it; it's really a standalone tool for developers (or could make a good Debian c-i test someday). Ironically, there is the same name conflict in upstream FreeBSD: http://www.freebsd.org/cgi/man.cgi?query=ztest (the only manpage found, refers to zutils' ztest). Regards, -- Steven Chamberlain

Bug#824605: kfreebsd-10: CVE-2016-1887: Incorrect argument handling in sendmsg(2)

2016-05-17 Thread Steven Chamberlain
Package: src:kfreebsd-10 Version: 10.1~svn274115-4+kbsd8u3 Severity: grave Tags: security https://security.FreeBSD.org/advisories/FreeBSD-SA-16:19.sendmsg.asc Incorrect argument handling in the socket code allows malicious local user to overwrite large portion of the kernel memory. This affects

Bug#824604: kfreebsd-10: CVE-2016-1886: Buffer overflow in keyboard driver

2016-05-17 Thread Steven Chamberlain
Package: src:kfreebsd-10 Version: 10.1~svn274115-4+kbsd8u3 Severity: grave Tags: security https://security.FreeBSD.org/advisories/FreeBSD-SA-16:18.atkbd.asc Incorrect signedness comparison in the ioctl(2) handler allows a malicious local user to overwrite a portion of the kernel memory. This

Bug#820947: marked as pending

2016-05-13 Thread Steven Chamberlain
tag 820947 pending thanks Hello, Bug #820947 reported by you has been fixed in the Git repository. You can see the changelog below, and you can check the diff of the fix at: http://git.debian.org/?p=pkg-samba/samba.git;a=commitdiff;h=6e1e21e --- commit

Bug#725629: vice: racy build

2016-04-11 Thread Steven Chamberlain
bly on kfreebsd. Thanks! (There is still other madness, such as sub-makes seemingly hiding stdout, only showing stderr and not the actual commands run). Regards, -- Steven Chamberlain ste...@pyro.eu.org --- debian/rules.orig 2016-04-11 20:28:53.529023000 +0100 +++ debian/rules 2016-04-11 21:34:32.951752

Bug#725629: vice: racy build

2016-04-11 Thread Steven Chamberlain
course the build only runs configure once, so it uses only the unpatched configure.ac Thanks, Regards, -- Steven Chamberlain ste...@pyro.eu.org signature.asc Description: Digital signature

Bug#725629: vice: racy build

2016-04-11 Thread Steven Chamberlain
.h.patch > dpkg-source: info: applying revert_upstream_lib64.patch > dpkg-source: info: applying fix-timestamp-race.patch It patches vice-2.3.dfsg/configure.proto (what is that?) and not configure.ac; and I imagine the latter one is being used now. Regards, -- Steven Chamberlain ste...@pyro.eu.org signature.asc Description: Digital signature

Bug#820105: xscreensaver: please consider removal from sid

2016-04-05 Thread Steven Chamberlain
Package: xscreensaver Version: 5.34-1 Severity: grave Tags: upstream Hi, The upstream maintainer of xscreensaver has explicitly asked Debian to stop shipping it, which is a shame of course: https://www.jwz.org/blog/2016/04/i-would-like-debian-to-stop-shipping-xscreensaver/ It *is* still a free

Bug#819890: haskell-http2: FTBFS on armel buildds (was: Re: Please give back haskell-http2 on armel)

2016-04-03 Thread Steven Chamberlain
Package: haskell-http2 Version: 1.5.3-2 Severity: serious X-Debbugs-Cc: debian-...@lists.debian.org Hi, Wookey wrote: > +++ Steven Chamberlain [2016-04-01 10:31 +0100]: > > Currently haskell-http2 FTBFS on only armel: > > https://buildd.debian.org/status/package.php?p=haskell

Bug#814631: Processed: notfixed 800780 in 1.5.24-1, notfixed 814631 in 1:1.7.8-1, notfound 816075 in 3.2.1-1 ...

2016-03-29 Thread Steven Chamberlain
Oh sorry, I've just noticed the comment: Debian Bug Tracking System wrote: > # unconfuse bts Thanks, Regards, -- Steven Chamberlain ste...@pyro.eu.org signature.asc Description: Digital signature

Bug#814631: Processed: notfixed 800780 in 1.5.24-1, notfixed 814631 in 1:1.7.8-1, notfound 816075 in 3.2.1-1 ...

2016-03-29 Thread Steven Chamberlain
Hi Andreas, Debian Bug Tracking System wrote: > > notfixed 814631 1:1.7.8-1 > Bug #814631 {Done: Steven Chamberlain <ste...@pyro.eu.org>} > [src:xserver-xorg-video-siliconmotion] xserver-xorg-video-siliconmotion: > FTBFS: src/smi.h:224:5: error: unknown type name 'IOADDRES

Bug#818426: kfreebsd-10: CVE-2016-1885: incorrect argument validation in sysarch(2)

2016-03-19 Thread Steven Chamberlain
Package: src:kfreebsd-10 Version: 10.1~svn274115-4+kbsd8u2 Severity: grave Tags: upstream patch A local unprivileged user could trigger a kernel panic or DoS attack on kfreebsd-amd64 via sysarch(2) sysctls: https://security.freebsd.org/advisories/FreeBSD-SA-16:15.sysarch.asc This affects

Bug#720378: cctools: FTBFS on non-linux

2016-03-08 Thread Steven Chamberlain
severity 720378 important user debian-...@lists.debian.org usertags 720378 + kfreebsd thanks Hi, Sorry, I did not see this bug. It should have been downgraded because kfreebsd and hurd are not release architectures. Regards, -- Steven Chamberlain ste...@pyro.eu.org signature.asc Description

Bug#811238: FTBFS: error: ld returned 1 exit status

2016-03-05 Thread Steven Chamberlain
Version: 10.3~svn296373-1

Bug#810975: 4store: FTBFS on arm64, kfreebsd-any: stat.h:76:21: error: field 'st_atim' has incomplete type

2016-02-28 Thread Steven Chamberlain
RCE /* for timegm() */ #define _XOPEN_SOURCE /* for strptime(), strdup() */ but with glibc >= 2.19 it is easier to define _GNU_SOURCE, which implies both of those, and would be consistent with other source files of 4store already doing that. Patch is attached. It eliminates the warning and fixe

Bug#815712: ilmbase: FPU functions unimplemented on kfreebsd/hurd

2016-02-23 Thread Steven Chamberlain
tags 815712 + patch thanks Hi Mathieu! Would you like to try my patches (attached) to fix the testsuite on 32-bit x86? Possibly some other 32-bit systems will need to be listed, although ARM seemed to be unaffected so far. Thanks, Regards, -- Steven Chamberlain ste...@pyro.eu.org Subject

Bug#815712: ilmbase: FPU functions unimplemented on kfreebsd/hurd

2016-02-23 Thread Steven Chamberlain
working on a patch. Regards, -- Steven Chamberlain ste...@pyro.eu.org signature.asc Description: Digital signature

Bug#811238: FTBFS: error: ld returned 1 exit status

2016-01-17 Thread Steven Chamberlain
bsd-dev; this should be fairly straightforward to fix. Thanks for the report, Regards, -- Steven Chamberlain ste...@pyro.eu.org signature.asc Description: Digital signature

Bug#811277: kfreebsd-10: CVE-2016-1879: SCTP ICMPv6 error message vulnerability [SA-16:01]

2016-01-17 Thread Steven Chamberlain
Package: src:kfreebsd-10 Version: 10.1~svn274115-4+kbsd8u1 Severity: grave Tags: security upstream Control: found -1 10.1~svn274115-10 Specially crafted SCTP packets via IPv6 can trigger remote denial of

Bug#811278: kfreebsd-10: CVE-2016-1880: Linux compatibility layer incorrect futex handling [SA-16:02]

2016-01-17 Thread Steven Chamberlain
Package: src:kfreebsd-10 Version: 10.1~svn274115-4+kbsd8u1 Severity: grave Tags: security upstream Control: found -1 10.1~svn274115-10 kfreebsd's Linux binary compatibility layer (linux.ko module) may be

Bug#811279: kfreebsd-10: CVE-2016-1881: Linux compatibility layer setgroups(2) system call vulnerability [SA-16:04]

2016-01-17 Thread Steven Chamberlain
Package: src:kfreebsd-10 Version: 10.1~svn274115-4+kbsd8u1 Severity: grave Tags: security upstream Control: found -1 10.1~svn274115-10 kfreebsd's Linux binary compatibility layer (linux.ko module) may

Bug#811280: kfreebsd-10: CVE-2016-1882: TCP MD5 signature denial of service [SA-16:05]

2016-01-17 Thread Steven Chamberlain
Package: src:kfreebsd-10 Version: 10.1~svn274115-4+kbsd8u1 Severity: grave Tags: security upstream Control: found -1 10.1~svn274115-10 kfreebsd's TCP stack is vulnerable to local (and possibly remote under

Bug#752650: php-suhosin is licensed under the PHP license and is not PHP

2015-12-08 Thread Steven Chamberlain
vailable from | <http://www.php.net/software/>". The statement is reproduced in the Debian copyright file, and it seems valid, if it really does include PHP software as claimed by upstream. [0]: https://github.com/stefanesser/suhosin/issues/48 Thanks, Regards, -- Steven Chamberlain ste...@pyro.eu.org signature.asc Description: Digital signature

Bug#754803: healpy: out-of-date binaries

2015-10-14 Thread Steven Chamberlain
few days. Regards, -- Steven Chamberlain ste...@pyro.eu.org signature.asc Description: Digital signature

Bug#797656: kglobalaccel: out-of-date Build-Depends on (>= 5.12.0~)

2015-09-01 Thread Steven Chamberlain
Package: kglobalaccel Version: 5.13.0-1 Severity: serious Hi, kglobalaccel/5.13.0-1 FTBFS on a few architectures: kfreebsd-i386, ppc64, and x32 for example: | The following configuration files were considered but not accepted: |

Bug#796996: kfreebsd-10: CVE-2015-5675: IRET privilege escalation

2015-08-26 Thread Steven Chamberlain
Package: kfreebsd-10 Version: 10.1~svn274115-9 Severity: grave Tags: security upstream patch Hi, Local users can trigger a kernel panic, or possibly escalate privileges, by exploiting a flaw in the IRET handler in kfreebsd-9 and -10:

Bug#787136: kfreebsd-10: crashes seen on KVM-based buildds

2015-07-03 Thread Steven Chamberlain
Hi, I think porterbox falla has been stable so far. Would it be possible to upgrade an actual buildd sto jessie oon, since at least package nss is waiting for this: https://buildd.debian.org/status/fetch.php?pkg=nssarch=kfreebsd-amd64ver=2%3A3.19.2-1stamp=1434868643 Thanks, Regards, -- Steven

Bug#786909: chromium: unconditionally downloads binary blob

2015-06-18 Thread Steven Chamberlain
installation. It relates to Cast API and hopefully is unused in Debian builds (I don't see this file in the Debian package build logs). Regards, -- Steven Chamberlain ste...@pyro.eu.org signature.asc Description: Digital signature

Bug#786909: chromium: unconditionally downloads binary blob

2015-06-18 Thread Steven Chamberlain
. :( The bug made it to Hacker News, so that has been accomplished now to some extent. Thanks Chris for speaking up about this. Regards, -- Steven Chamberlain ste...@pyro.eu.org signature.asc Description: Digital signature

Bug#786909: chromium: unconditionally downloads binary blob

2015-06-18 Thread Steven Chamberlain
Steven Chamberlain wrote: would the DFSG chromium browser be 'more' free if it disabled NaCl? Actually, in the build log I see disable_nacl=1 I'm confused that hotword-x86-64.nexe is a NaCl module [0], even though Debian's chromium is built with NaCl 'disabled'? Does this feature actually

Bug#787136: kfreebsd-10: crashes seen on KVM-based buildds

2015-06-16 Thread Steven Chamberlain
Paul Wise wrote: On Sun, 14 Jun 2015 15:07:01 +0100 Steven Chamberlain wrote: I think we should rather be using if=virtio now anyway. Could we try to switch falla to that, and hopefully the issue might go away? Switched to that: gnt-instance shutdown falla.debian.org gnt-instance

Bug#787136: kfreebsd-10: crashes seen on KVM-based buildds

2015-06-14 Thread Steven Chamberlain
, -- Steven Chamberlain ste...@pyro.eu.org signature.asc Description: Digital signature

Bug#787136: kfreebsd-10: crashes seen on KVM-based buildds

2015-06-14 Thread Steven Chamberlain
Julien Cristau wrote: On Sun, Jun 14, 2015 at 15:07:01 +0100, Steven Chamberlain wrote: I'm just curious what qemu-kvm version is used on falla's KVM host? As 1.1.2+dfsg-6+deb7u8 in wheezy had some issues. It's 1:2.1+dfsg-12+deb8u1. Thanks. That is the version I've been testing with. I

Bug#787136: kfreebsd-10: crashes seen on KVM-based buildds

2015-06-01 Thread Steven Chamberlain
) and that also suggests there was memory pressure that maybe contributed to this bug occurring. Regards, -- Steven Chamberlain ste...@pyro.eu.org signature.asc Description: Digital signature

Bug#787136: kfreebsd-10: crashes seen on KVM-based buildds

2015-06-01 Thread Steven Chamberlain
to the kernel messages pabs showed (though the effect on sshd is the same). I have seen it long ago with kfreebsd-9: https://bugs.debian.org/705126 Regards, -- Steven Chamberlain ste...@pyro.eu.org signature.asc Description: Digital signature

Bug#787136: kfreebsd-10: crashes seen on KVM-based buildds

2015-06-01 Thread Steven Chamberlain
Steven Chamberlain wrote: Paul Wise wrote: The VM console looks like this afterwards: https://people.debian.org/~pabs/tmp/falla.png Very helpful, thanks. It's a disk I/O problem (with emulated IDE disks); vfs is unable to flush I/O to ada0s1. I think falla crashed again in the same way

Bug#787136: kfreebsd-10: crashes seen on KVM-based buildds

2015-05-31 Thread Steven Chamberlain
, -- Steven Chamberlain ste...@pyro.eu.org -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#787136: kfreebsd-10: crashes seen on KVM-based buildds

2015-05-30 Thread Steven Chamberlain
we ought to do this anyway for the buildds and porterboxes? Furthermore it may avoid the stability issue (if that was related to the emulated IDE disk or e1000 NIC). Regards, -- Steven Chamberlain ste...@pyro.eu.org signature.asc Description: Digital signature

Bug#787136: kfreebsd-10: crashes seen on KVM-based buildds

2015-05-30 Thread Steven Chamberlain
-10; grub2 still needs a patch to install to the latter as a boot disk). Thanks, Regards, -- Steven Chamberlain ste...@pyro.eu.org -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#787136: kfreebsd-10: crashes seen on KVM-based buildds

2015-05-28 Thread Steven Chamberlain
, or something else? Does it still respond to pings, does sshd still respond, etc. Thanks, Regards, -- Steven Chamberlain ste...@pyro.eu.org -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#785491: xserver-xorg-video-siliconmotion FTBFS on arm64, implicit declarations of inb and outb

2015-05-16 Thread Steven Chamberlain
of outb() and friends. This could be a regression; or possibly wrong definitions were used before (allowing it to build when it should not have). Thanks, Regards, -- Steven Chamberlain ste...@pyro.eu.org -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject

Bug#783205: clang-3.5: fatal error: 'sys/cdefs.h' file not found

2015-05-10 Thread Steven Chamberlain
porterbox, which successfully compiles a small C or C++ executable now. Regards, -- Steven Chamberlain ste...@pyro.eu.org From: Steven Chamberlain ste...@pyro.eu.org Date: Sun, 10 May 2015 19:46:59 +0100 Subject: support Debian s390x multiarch paths --- a/clang/lib/Driver/ToolChains.cpp +++ b

Bug#779201: kfreebsd-{8,9}: CVE-2015-1414: DoS via IGMP packet

2015-05-10 Thread Steven Chamberlain
running kfreebsd-9 with these patches for some weeks, and they are applied already to kfreebsd-10 in sid/jessie-kfreebsd. Thanks, Regards, -- Steven Chamberlain ste...@pyro.eu.org diff -Nru kfreebsd-9-9.0/debian/changelog kfreebsd-9-9.0/debian/changelog --- kfreebsd-9-9.0/debian/changelog 2015-02

Bug#782976: debian-installer-netboot-images packages kfreebsd images but kfreebsd is not in jessie.

2015-04-24 Thread Steven Chamberlain
-kfreebsd suite, where we patch this package to do exactly that. Regards, -- Steven Chamberlain ste...@pyro.eu.org signature.asc Description: Digital signature

Bug#783205: s390x porterbox access (was: Bug#783205: clang-3.5: fatal error: 'sys/cdefs.h' file not found)

2015-04-24 Thread Steven Chamberlain
multiarch paths in this later section: https://sources.debian.net/src/llvm-toolchain-3.5/1:3.5-10/clang/lib/Driver/ToolChains.cpp/#L2899 Thanks, Regards, -- Steven Chamberlain ste...@pyro.eu.org signature.asc Description: Digital signature

Bug#779195: kfreebsd-10: CVE-2015-1414: DoS via IGMP packet

2015-04-07 Thread Steven Chamberlain
found 779195 kfreebsd-10/10.1~svn274115-3 notfixed 779195 kfreebsd-10/10.1~svn274115-3 thanks A new version of the patch was issued in revision 1.1 of the advisory. It seems the original patch did not entirely fix the bug. Regards, -- Steven Chamberlain ste...@pyro.eu.org -- To UNSUBSCRIBE

Bug#782107: kfreebsd-10: CVE-2015-2923: IPv6 Hop limit lowering via RA messages

2015-04-07 Thread Steven Chamberlain
Package: src:kfreebsd-10 Version: 10.1~svn274115-3 Severity: grave Tags: security Hi, A local-network DoS was reported in the IPv6 stack of FreeBSD: https://www.freebsd.org/security/advisories/FreeBSD-SA-15:09.ipv6.asc (the same issue as CVE-2015-2922 on Linux). This affects all our kfreebsd-8,

Bug#776676: grub-efi-amd64: grub-probe, update-grub on Debian Jessie cannot detect zfs filesystem running with the latest code

2015-03-02 Thread Steven Chamberlain
=enabled -m none spool mirror /dev/sde /dev/sdf Where did you find these daily installer builds with ZFS support? And what instructions did you follow? (The documentation should be updated with the information above). I'll be committing a fix for #775395 in partman-zfs soon. Regards, -- Steven

Bug#779194: kfreebsd-10: CVE-2014-0998: vt crash via ioctl

2015-02-25 Thread Steven Chamberlain
Package: src:kfreebsd-10 Version: 10.1~svn274115-2 Severity: grave Tags: security upstream patch Control: found -1 kfreebsd-10/10.0-3 Hi, An unprivileged local user can trigger an out-of-bounds memory access in the kernel via an ioctl to vt(4) (aka. newcons).

Bug#779195: kfreebsd-10: CVE-2015-1414: DoS via IGMP packet

2015-02-25 Thread Steven Chamberlain
Package: src:kfreebsd-10 Version: 10.1~svn274115-2 Severity: grave Tags: security upstream patch Hi, A remote DoS was reported in FreeBSD's IGMP packet handling: https://www.freebsd.org/security/advisories/FreeBSD-SA-15:04.igmp.asc This affects all our kfreebsd-8, -9, -10 and -11 packages. I

Bug#776415: kfreebsd-10: CVE-2014-8612: SCTP kernel mem disclosure/corruption

2015-01-27 Thread Steven Chamberlain
Package: kfreebsd-10 Version: 10.1~svn274115-1 Severity: grave Tags: security patch Hi, A kernel memory disclosure/corruption vulnerability was announced, in the FreeBSD kernel's implementation of SCTP: https://security.FreeBSD.org/advisories/FreeBSD-SA-15:02.kmem.asc This could affect the

Bug#775395: partman-zfs in d-i jessie image does not create grub-compatible /boot ZFS mirror

2015-01-27 Thread Steven Chamberlain
package, and we're not part of the official stable release, I have to lower this to non-RC severity. We should still fix it for the GNU/kFreeBSD release though. Regards, -- Steven Chamberlain ste...@pyro.eu.org -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject

Bug#776416: kfreebsd-10: CVE-2014-8613: SCTP stream reset vulnerability

2015-01-27 Thread Steven Chamberlain
Package: kfreebsd-10 Version: 10.1~svn274115-1 Severity: grave Tags: security patch Hi, A unprivileged local DoS was reported in the FreeBSD kernel implementation of SCTP: https://security.freebsd.org/advisories/FreeBSD-SA-15:03.sctp.asc This only affects systems serving SCTP connections. A

Bug#775395: partman-zfs in d-i jessie image does not create grub-compatible /boot ZFS mirror

2015-01-27 Thread Steven Chamberlain
including LZ4 metadata compression). Regards, -- Steven Chamberlain ste...@pyro.eu.org -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#739828: enigmail: mistaken identity of signature

2014-12-15 Thread Steven Chamberlain
signed mail from the sender to be spoofed, and enigmail would make the whole mail appear to be genuine. Regards, -- Steven Chamberlain ste...@pyro.eu.org signature.asc Description: OpenPGP digital signature

Bug#772659: kfreebsd-8: build-depends on gcc-4.6

2014-12-10 Thread Steven Chamberlain
) Regards, -- Steven Chamberlain ste...@pyro.eu.org -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#771387: siliconmotion graphic card driver segfault and unusable.

2014-11-28 Thread Steven Chamberlain
://bugs.debian.org/594684 Regards, -- Steven Chamberlain ste...@pyro.eu.org -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#768140: torsocks: FTBFS on kfreebsd-*

2014-11-07 Thread Steven Chamberlain
and Solaris. For FreeBSD I came up with the attached, hackish workaround using SO_TYPE (widely available), and out of the available protocols in PF_LOCAL (= AF_UNIX), assume that only SOCK_{DGRAM,SEQPACKET,STREAM} are candidates for fd passing. Perhaps someone has a better idea? Regards, -- Steven

Bug#768140: torsocks: FTBFS on kfreebsd-*

2014-11-07 Thread Steven Chamberlain
Steven Chamberlain wrote: For FreeBSD I came up with the attached, hackish workaround using SO_TYPE (widely available), and out of the available protocols in PF_LOCAL (= AF_UNIX), assume that only SOCK_{DGRAM,SEQPACKET,STREAM} are candidates for fd passing. Actually it didn't work

Bug#768379: krb5-1.12.1+dfsg-12 FTBFS on kfreebsd

2014-11-06 Thread Steven Chamberlain
quickly. Regards, -- Steven Chamberlain ste...@pyro.eu.org -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#766849: gnome-shell responds and renders hazardously

2014-11-04 Thread Steven Chamberlain
31 You may want to pipe that through `gzip --best` and attach it to this bug report. Thanks. Regards, -- Steven Chamberlain ste...@pyro.eu.org -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#766250: eject: [kfreebsd] fails to open cdrom tray

2014-11-04 Thread Steven Chamberlain
tags 766250 + wheezy thanks Hi, There seems to be no problem with this on a jessie system. I'm still leaving this 'gift' bug if someone would like practice at simple debugging on kfreebsd. Thanks, Regards, -- Steven Chamberlain ste...@pyro.eu.org -- To UNSUBSCRIBE, email to debian-bugs-rc

Bug#768104: kfreebsd-9: CVE-2014-8476: getlogin kernel memory disclosure

2014-11-04 Thread Steven Chamberlain
Package: src:kfreebsd-9 Version: 9.0-10+deb70.7 Severity: grave Tags: security patch upstream Hi, kfreebsd 9.0 (not officially supported upstream) seems vulnerable to an issue just announced in 9.1 and later: http://security.FreeBSD.org/advisories/FreeBSD-SA-14:25.setlogin.asc kfreebsd-8 8.3

Bug#767583: kfreebsd-10: ar9300_devid.h license restricts modification

2014-11-03 Thread Steven Chamberlain
* and AR_SREV_VERSION_9* macros, prefixed the chipset numbers with the abbreviated name of the manufacturer (AR or QCA), I think we'd have all that's needed to still compile the FreeBSD driver. Regards, -- Steven Chamberlain ste...@pyro.eu.org -- To UNSUBSCRIBE, email to debian-bugs-rc-requ

Bug#767583: ar9300_devid.h license restricts modification

2014-11-03 Thread Steven Chamberlain
forwarded 767583 freebsd-driv...@lists.freebsd.org thanks -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#767287: trafficserver: ftbfs on kfreebsd

2014-10-30 Thread Steven Chamberlain
tags 767287 + patch thanks Hi, Arno Töll wrote: On 30.10.2014 00:10, Steven Chamberlain wrote: I guess the .install file may have some kind syntax to mark that file [linux-any]? Sadly not. However, we may find another way to get it build on kfreebsd. Then how about the attached? Works

Bug#767287: trafficserver: ftbfs on kfreebsd

2014-10-29 Thread Steven Chamberlain
specific */ | #include sys/inotify.h | #include libgen.h I guess the .install file may have some kind syntax to mark that file [linux-any]? Regards, -- Steven Chamberlain ste...@pyro.eu.org signature.asc Description: OpenPGP digital signature

Bug#765706: webkit2gtk: sometimes FTBFS[any-i386]: undefined method `[]' for nil:NilClass

2014-10-28 Thread Steven Chamberlain
if that was the fix for the problem, else I guess we can assume that the problem was in a build dependency. I don't think it matters; I don't see much point keeping the bug open, unless the problem comes back? Regards, -- Steven Chamberlain ste...@pyro.eu.org -- To UNSUBSCRIBE, email

Bug#767051: libjinput-java: uninstallable on kfreebsd

2014-10-28 Thread Steven Chamberlain
it has ever built before on kfreebsd so, I don't think that could be an RC bug either? https://buildd.debian.org/status/logs.php?pkg=jinputarch=kfreebsd-amd64 Regards, -- Steven Chamberlain ste...@pyro.eu.org -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject

Bug#762236: parted: [kfreebsd] use of kern.geom.debugflags is unsafe

2014-10-26 Thread Steven Chamberlain
severity 762236 important tags 762236 + moreinfo unreproducible thanks Steven Chamberlain wrote: I found during d-i testing, that ZFS pools sometimes suffer I/O errors and go offline; this causes partman-zfs to hang. I haven't seen this bug occur in a while. It could be either fixed somehow

Bug#766910: owfs: FTBFS[kfreebsd]: wrong ifdef __FreeBSD__

2014-10-26 Thread Steven Chamberlain
Package: owfs Version: 2.9p8-3 Severity: serious Tags: patch Hi, owfs still FTBFS on kfreebsd... In freebsd.patch, the #ifdefs need to be __FreeBSD_kernel__ instead. Please see attached. Then it builds fine on kfreebsd-amd64. (You have only 15 minutes left until dinstall though). -- System

  1   2   3   4   5   6   7   8   >