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#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#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
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
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-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-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#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#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
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
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
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
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
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
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
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#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#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#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#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

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

2017-02-26 Thread Steven Chamberlain
856213). I think archive utils have had plenty of time (10 years!) to add SHA256 fields, so it is reasonable now to require a SHA256 field be present, and validate only that? 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#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 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 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#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#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#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#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#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#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#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#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#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#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#856148: unblock: ntfs-3g/1:2016.2.22AR.1+dfsg.1-0.1

2017-02-25 Thread Steven Chamberlain
pprove an unblock. I think that is why this was filed - intended as a request for comments about a speculative upload to DELAYED/10. You could follow-up with your own debdiff if you plan to make your own upload for this? Regards, -- Steven Chamberlain ste...@pyro.eu.org signature.asc Description: D

Bug#856148: unblock: ntfs-3g/1:2016.2.22AR.1+dfsg.1-0.1

2017-02-25 Thread Steven Chamberlain
pprove an unblock. I think that is why this was filed - intended as a request for comments about a speculative upload to DELAYED/10. You could follow-up with your own debdiff if you plan to make your own upload for this? Regards, -- Steven Chamberlain ste...@pyro.eu.org signature.asc Description: D

Re: kfreebsd-* buildd issues

2017-02-22 Thread Steven Chamberlain
Christoph Egger wrote: > Steven Chamberlain <ste...@pyro.eu.org> writes: > > Would this be possible again please :/ psmisc is still not fixed, and > > there are still surprisingly many gcc-6 uploads. > > And gcc-5. Done And, again please :) > > (Maybe even a da

Re: kfreebsd-* buildd issues

2017-02-21 Thread Steven Chamberlain
Hi Christoph, Steven Chamberlain wrote: > please could somebody once again kill the hung gdb > processes? Would this be possible again please :/ psmisc is still not fixed, and there are still surprisingly many gcc-6 uploads. (Maybe even a daily cron for this would be a good idea...)

Bug#853751: unbound: FTBFS[!linux]: missing getentropy implementations

2017-02-16 Thread Steven Chamberlain
v5 patch is updated with this anyway. I should see about upstreaming this now. Thanks, Regards, -- Steven Chamberlain ste...@pyro.eu.org Date: Thu, 16 Feb 2017 12:37:41 + From: Steven Chamberlain <ste...@pyro.eu.org> Subject: enable use of portable libbsd functions Add a new con

Re: Bug#853751: unbound: FTBFS[!linux]: missing getentropy implementations

2017-02-16 Thread Steven Chamberlain
v5 patch is updated with this anyway. I should see about upstreaming this now. Thanks, Regards, -- Steven Chamberlain ste...@pyro.eu.org Date: Thu, 16 Feb 2017 12:37:41 + From: Steven Chamberlain <ste...@pyro.eu.org> Subject: enable use of portable libbsd functions Add a new con

Bug#853751: unbound: FTBFS[!linux]: missing getentropy implementations

2017-02-16 Thread Steven Chamberlain
--with-libbsd (which is only relevant for static linking). It also means, there's no need for a soname bump, transition, or patching of reverse-depends if linux arches enabled --with-libbsd. The debian part of the patch is unchanged since last time. Regards, -- Steven Chamberlain ste

Re: Bug#853751: unbound: FTBFS[!linux]: missing getentropy implementations

2017-02-16 Thread Steven Chamberlain
--with-libbsd (which is only relevant for static linking). It also means, there's no need for a soname bump, transition, or patching of reverse-depends if linux arches enabled --with-libbsd. The debian part of the patch is unchanged since last time. Regards, -- Steven Chamberlain ste

Bug#853751: unbound: FTBFS[!linux]: missing getentropy implementations

2017-02-15 Thread Steven Chamberlain
Steven Chamberlain wrote: > Attached is [...] Oops. -- Steven Chamberlain ste...@pyro.eu.org Date: Wed, 15 Feb 2017 12:44:13 + From: Steven Chamberlain <ste...@pyro.eu.org> Subject: enable use of portable libbsd functions Add a new configure option `--with-libbsd', which allo

Re: Bug#853751: unbound: FTBFS[!linux]: missing getentropy implementations

2017-02-15 Thread Steven Chamberlain
Steven Chamberlain wrote: > Attached is [...] Oops. -- Steven Chamberlain ste...@pyro.eu.org Date: Wed, 15 Feb 2017 12:44:13 + From: Steven Chamberlain <ste...@pyro.eu.org> Subject: enable use of portable libbsd functions Add a new configure option `--with-libbsd', which allo

Bug#853751: unbound: FTBFS[!linux]: missing getentropy implementations

2017-02-15 Thread Steven Chamberlain
with -lbsd if necessary, and not simply -lunbound as most do currently. Helmut Grohne suggested uploading to experimental in that case, and then I could file patches for all the reverse-depends. Thanks for considering, Regards, -- Steven Chamberlain ste...@pyro.eu.org signature.asc Description

Re: Bug#853751: unbound: FTBFS[!linux]: missing getentropy implementations

2017-02-15 Thread Steven Chamberlain
with -lbsd if necessary, and not simply -lunbound as most do currently. Helmut Grohne suggested uploading to experimental in that case, and then I could file patches for all the reverse-depends. Thanks for considering, Regards, -- Steven Chamberlain ste...@pyro.eu.org signature.asc Description

Bug#853751: unbound: FTBFS[!linux]: missing getentropy implementations

2017-02-14 Thread Steven Chamberlain
to add -lbsd to the Libs.private field of libunbound.pc, whenever it is necessary. Regards, -- Steven Chamberlain ste...@pyro.eu.org signature.asc Description: Digital signature

Re: Bug#853751: unbound: FTBFS[!linux]: missing getentropy implementations

2017-02-14 Thread Steven Chamberlain
to add -lbsd to the Libs.private field of libunbound.pc, whenever it is necessary. Regards, -- Steven Chamberlain ste...@pyro.eu.org signature.asc Description: Digital signature

Accepted freebsd-buildutils 10.3~svn296373-7 (source all) into unstable

2017-02-13 Thread Steven Chamberlain
ian-...@lists.debian.org> Changed-By: Steven Chamberlain <stev...@debian.org> Description: freebsd-buildutils - Utilities for building FreeBSD sources freebsd-mk - FreeBSD makefile templates for bmake Closes: 854184 855072 Changes: freebsd-buildutils (10.3~svn296373-7) unstable; ur

Bug#855072: freebsd-buildutils: fmtree doesn't support documented -K sha256digest

2017-02-13 Thread Steven Chamberlain
o I shall enable this feature :) Regards, -- Steven Chamberlain ste...@pyro.eu.org signature.asc Description: Digital signature

Bug#855072: freebsd-buildutils: fmtree doesn't support documented -K sha256digest

2017-02-13 Thread Steven Chamberlain
o I shall enable this feature :) Regards, -- Steven Chamberlain ste...@pyro.eu.org signature.asc Description: Digital signature

Bug#855027: guile-2.0: FTBFS[kfreebsd-amd64]: 00-repl-server.test "Resource temporarily unavailable"

2017-02-13 Thread Steven Chamberlain
Package: src:guile-2.0 Version: 2.0.13+1-2 Severity: important User: debian-bsd@lists.debian.org Usertags: kfreebsd Hello, guile-2.0 FTBFS on kfreebsd-amd64, since the addition of 0003-tests-Avoid-race-condition-in-REPL-server-test.patch in 2.0.13+1-4

Bug#855027: guile-2.0: FTBFS[kfreebsd-amd64]: 00-repl-server.test "Resource temporarily unavailable"

2017-02-13 Thread Steven Chamberlain
Package: src:guile-2.0 Version: 2.0.13+1-2 Severity: important User: debian-...@lists.debian.org Usertags: kfreebsd Hello, guile-2.0 FTBFS on kfreebsd-amd64, since the addition of 0003-tests-Avoid-race-condition-in-REPL-server-test.patch in 2.0.13+1-4

Re: Bug#852215: FTBFS on non-release architectures

2017-02-08 Thread Steven Chamberlain
feq ($(DEB_HOST_ARCH),kfreebsd-amd64) # See Bug#783773 for derivation. -MFSROOT_LIMIT := 74m +MFSROOT_LIMIT := 78m endif define mkfs.ufs1 Thanks, Regards, -- Steven Chamberlain ste...@pyro.eu.org signature.asc Description: Digital signature

Re: Bug#852215: FTBFS on non-release architectures

2017-02-08 Thread Steven Chamberlain
feq ($(DEB_HOST_ARCH),kfreebsd-amd64) # See Bug#783773 for derivation. -MFSROOT_LIMIT := 74m +MFSROOT_LIMIT := 78m endif define mkfs.ufs1 Thanks, Regards, -- Steven Chamberlain ste...@pyro.eu.org signature.asc Description: Digital signature

Re: kfreebsd-* buildd issues

2017-02-08 Thread Steven Chamberlain
> >> Steven Chamberlain <ste...@pyro.eu.org> writes: > >> > Please could someone check the gcc-7 build on fayrfax, to see of it is > >> > stuck again with hung gdb processes? [...] > > Please could you do the same again... some/all of the buildds ar

Re: kfreebsd-* buildd issues

2017-02-04 Thread Steven Chamberlain
Hello, Christoph Egger wrote: > Steven Chamberlain <ste...@pyro.eu.org> writes: > > Please could someone check the gcc-7 build on fayrfax, to see of it is > > stuck again with hung gdb processes? > > It is, will kill it in a minute just need to remember my sudo passwo

Bug#854074: gcc-6: please enable PIE hardening flags by default on kfreebsd-*

2017-02-03 Thread Steven Chamberlain
it is practical (or rather, allow dpkg-buildflags to enable it). Thanks, Regards, -- Steven Chamberlain ste...@pyro.eu.org signature.asc Description: Digital signature

Bug#854074: gcc-6: please enable PIE hardening flags by default on kfreebsd-*

2017-02-03 Thread Steven Chamberlain
it is practical (or rather, allow dpkg-buildflags to enable it). Thanks, Regards, -- Steven Chamberlain ste...@pyro.eu.org signature.asc Description: Digital signature

Bug#854074: gcc-6: please enable PIE hardening flags by default on kfreebsd-*

2017-02-03 Thread Steven Chamberlain
it is practical (or rather, allow dpkg-buildflags to enable it). Thanks, Regards, -- Steven Chamberlain ste...@pyro.eu.org signature.asc Description: Digital signature

Bug#854074: gcc-6: please enable PIE hardening flags by default on kfreebsd-*

2017-02-03 Thread Steven Chamberlain
it is practical (or rather, allow dpkg-buildflags to enable it). Thanks, Regards, -- Steven Chamberlain ste...@pyro.eu.org signature.asc Description: Digital signature

Bug#854074: gcc-6: please enable PIE hardening flags by default on kfreebsd-*

2017-02-03 Thread Steven Chamberlain
it is practical (or rather, allow dpkg-buildflags to enable it). Thanks, Regards, -- Steven Chamberlain ste...@pyro.eu.org signature.asc Description: Digital signature

Bug#854074: gcc-6: please enable PIE hardening flags by default on kfreebsd-*

2017-02-03 Thread Steven Chamberlain
it is practical (or rather, allow dpkg-buildflags to enable it). Thanks, Regards, -- Steven Chamberlain ste...@pyro.eu.org signature.asc Description: Digital signature

Bug#854074: gcc-6: please enable PIE hardening flags by default on kfreebsd-*

2017-02-03 Thread Steven Chamberlain
it is practical (or rather, allow dpkg-buildflags to enable it). Thanks, Regards, -- Steven Chamberlain ste...@pyro.eu.org signature.asc Description: Digital signature

Bug#854074: gcc-6: please enable PIE hardening flags by default on kfreebsd-*

2017-02-03 Thread Steven Chamberlain
it is practical (or rather, allow dpkg-buildflags to enable it). Thanks, Regards, -- Steven Chamberlain ste...@pyro.eu.org signature.asc Description: Digital signature

Bug#854074: gcc-6: please enable PIE hardening flags by default on kfreebsd-*

2017-02-03 Thread Steven Chamberlain
it is practical (or rather, allow dpkg-buildflags to enable it). Thanks, Regards, -- Steven Chamberlain ste...@pyro.eu.org signature.asc Description: Digital signature

Bug#854074: gcc-6: please enable PIE hardening flags by default on kfreebsd-*

2017-02-03 Thread Steven Chamberlain
it is practical (or rather, allow dpkg-buildflags to enable it). Thanks, Regards, -- Steven Chamberlain ste...@pyro.eu.org signature.asc Description: Digital signature

Bug#854074: gcc-6: please enable PIE hardening flags by default on kfreebsd-*

2017-02-03 Thread Steven Chamberlain
it is practical (or rather, allow dpkg-buildflags to enable it). Thanks, Regards, -- Steven Chamberlain ste...@pyro.eu.org signature.asc Description: Digital signature

Bug#854074: gcc-6: please enable PIE hardening flags by default on kfreebsd-*

2017-02-03 Thread Steven Chamberlain
it is practical (or rather, allow dpkg-buildflags to enable it). Thanks, Regards, -- Steven Chamberlain ste...@pyro.eu.org signature.asc Description: Digital signature

Bug#854074: gcc-6: please enable PIE hardening flags by default on kfreebsd-*

2017-02-03 Thread Steven Chamberlain
it is practical (or rather, allow dpkg-buildflags to enable it). Thanks, Regards, -- Steven Chamberlain ste...@pyro.eu.org signature.asc Description: Digital signature

Bug#854074: gcc-6: please enable PIE hardening flags by default on kfreebsd-*

2017-02-03 Thread Steven Chamberlain
it is practical (or rather, allow dpkg-buildflags to enable it). Thanks, Regards, -- Steven Chamberlain ste...@pyro.eu.org signature.asc Description: Digital signature

Accepted freebsd-libs 10.3~svn296373-10 (source all) into unstable

2017-02-03 Thread Steven Chamberlain
libalias7 libalias-dev Architecture: source all Version: 10.3~svn296373-10 Distribution: unstable Urgency: medium Maintainer: GNU/kFreeBSD Maintainers <debian-...@lists.debian.org> Changed-By: Steven Chamberlain <stev...@debian.org> Description: libalias-dev - Development files

Bug#853751: unbound: FTBFS[!linux]: missing getentropy implementations

2017-02-03 Thread Steven Chamberlain
Hi, Here's un updated patch including the missing part, and now using a proper invocation of pkg-config suitable for cross-builds, as pointed out to me by helmutg@ Regards, -- Steven Chamberlain ste...@pyro.eu.org --- a/debian/control

Re: Bug#853751: unbound: FTBFS[!linux]: missing getentropy implementations

2017-02-03 Thread Steven Chamberlain
Hi, Here's un updated patch including the missing part, and now using a proper invocation of pkg-config suitable for cross-builds, as pointed out to me by helmutg@ Regards, -- Steven Chamberlain ste...@pyro.eu.org --- a/debian/control

Re: [Debconf-discuss] buy/rent air mattresses on-site possible ?

2017-02-02 Thread Steven Chamberlain
s, perhaps we could place a bulk order somewhere, but... then what to do with them afterward? It's an interesting point. Regards, -- Steven Chamberlain ste...@pyro.eu.org signature.asc Description: Digital signature ___ Debconf-discuss mai

Bug#853751: [Pkg-dns-devel] Bug#853751: unbound: FTBFS[!linux]: missing getentropy implementations

2017-02-01 Thread Steven Chamberlain
d support in > an upstream Unbound release rather than in the Debian package. I'll see > about producing a patch suitable for upstream. Yes, the configure.ac part is something we should propose to upstream: libbsd exists in other distros and, samba uses it for example. Thanks! Regards, -- Steven

Re: [Pkg-dns-devel] Bug#853751: unbound: FTBFS[!linux]: missing getentropy implementations

2017-02-01 Thread Steven Chamberlain
d support in > an upstream Unbound release rather than in the Debian package. I'll see > about producing a patch suitable for upstream. Yes, the configure.ac part is something we should propose to upstream: libbsd exists in other distros and, samba uses it for example. Thanks! Regards, -- Steven

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

2017-01-31 Thread Steven Chamberlain
rver-xorg-video-siliconmotion, if Jonny would like to try rebuilding with this perhaps. Regards, -- Steven Chamberlain ste...@pyro.eu.org diff --git a/src/smi_driver.c b/src/smi_driver.c index 8949cae..5023e63 100644 --- a/src/smi_driver.c +++ b/src/smi_driver.c @@ -1787,6 +1787,9 @@ SMI_S

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

2017-01-31 Thread Steven Chamberlain
rver-xorg-video-siliconmotion, if Jonny would like to try rebuilding with this perhaps. Regards, -- Steven Chamberlain ste...@pyro.eu.org diff --git a/src/smi_driver.c b/src/smi_driver.c index 8949cae..5023e63 100644 --- a/src/smi_driver.c +++ b/src/smi_driver.c @@ -1787,6 +1787,9 @@ SMI_S

Bug#853751: unbound: FTBFS[!linux]: missing getentropy implementations

2017-01-31 Thread Steven Chamberlain
t1-dev, libfstrm-dev , 0.8.1 was the first version to implement a modern arc4random (using ChaCha20 cipher) and implement genentropy on kfreebsd and hurd. Regards, -- Steven Chamberlain ste...@pyro.eu.org signature.asc Description: Digital signature

Re: Bug#853751: unbound: FTBFS[!linux]: missing getentropy implementations

2017-01-31 Thread Steven Chamberlain
t1-dev, libfstrm-dev , 0.8.1 was the first version to implement a modern arc4random (using ChaCha20 cipher) and implement genentropy on kfreebsd and hurd. Regards, -- Steven Chamberlain ste...@pyro.eu.org signature.asc Description: Digital signature

Bug#853751: unbound: FTBFS[!linux]: missing getentropy implementations

2017-01-31 Thread Steven Chamberlain
pinion that packages should use the libbsd implementation whereever possible, and then in Debian we would only need to maintain it in one place, to the benefit of all reverse-deps. Many thanks, Regards, -- Steven Chamberlain ste...@pyro.eu.org diff --git a/configure.ac b/configure.ac index d850539..f

Re: Bug#853751: unbound: FTBFS[!linux]: missing getentropy implementations

2017-01-31 Thread Steven Chamberlain
pinion that packages should use the libbsd implementation whereever possible, and then in Debian we would only need to maintain it in one place, to the benefit of all reverse-deps. Many thanks, Regards, -- Steven Chamberlain ste...@pyro.eu.org diff --git a/configure.ac b/configure.ac index d850539..f

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

2017-01-30 Thread Steven Chamberlain
ug main then the Xorg.log should give a more detailed backtrace. 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
ug main then the Xorg.log should give a more detailed backtrace. 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

<    1   2   3   4   5   6   7   8   9   10   >