Jenkins build became unstable: dpkg-binaries » amd64 #226

2014-08-08 Thread Jenkins Team at Grml
See -- To UNSUBSCRIBE, email to debian-dpkg-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/431602156.1.1407489447348.JavaMail.jenkins@jen

Jenkins build became unstable: dpkg-binaries » i386 #226

2014-08-08 Thread Jenkins Team at Grml
See -- To UNSUBSCRIBE, email to debian-dpkg-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/706278435.0.1407489043004.JavaMail.jenkins@jenk

Re: Jenkins build became unstable: dpkg-binaries » i386 #226

2014-08-08 Thread Guillem Jover
On Fri, 2014-08-08 at 11:10:42 +0200, Jenkins Team at Grml wrote: > See I had already fixed this locally some weeks ago, will be included in my next push which should be imminent now. Thanks, Guillem -- To UNSUBSCRIBE, email to

Re: Which version/change in dpkg made it fully honour file modes?

2014-08-08 Thread Michael Tautschnig
Hi Guillem, all, On Sat, Jun 14, 2014 at 14:01:33 +0200, Guillem Jover wrote: [...] > > So it seems that wheezy's dpkg ignores this: > > > > diff --git a/NEWS b/NEWS > > new file mode 12 > > > > while sid's dpkg fully interprets the this-is-a-symlink bit. > > Actually dpkg-source does not e

[RFC PATCH 0/3] Including file signatures in .deb packages]

2014-08-08 Thread Mimi Zohar
Hi, We're looking to include file signatures in the different package formats (eg.rpm, deb) and install them as 'security.ima' extended attributes(xattrs).  These signatures could then be used to enforce local file integrity and included in the IMA measurement list to provide file provenance. Thi

[RFC PATCH 2/3] Temporarily define a deb helper dh_sha256sums

2014-08-08 Thread Mimi Zohar
The dh_sha256sums helper is included in this patch set for convience, as it duplicates, with minimal changes to support sha256 hashes, the existing dh_md5sums helper. Subsequent posts should address this duplication. --- dh| 1 + dh_sha256sums | 101 +

[RFC PATCH 1/3] Define a new debhelper dh_installfile-sigs and postinst autoscript

2014-08-08 Thread Mimi Zohar
This patch defines a debhelper dh_installfile-sigs and autoscript postinst-file-sigs to install the ELF file and script signatures stored in the sha256sums file. --- autoscripts/postinst-file-sigs | 17 dh | 1 + dh_installfile-sigs| 46 +++

[RFC PATCH 3/3] Include sample script named ima-signhashes.sh

2014-08-08 Thread Mimi Zohar
This script extracts the sha256sum file from the deb package, appends the file signatures using the ima-evm-utils package, and inserts the sha256sum file with signatures in the package. --- examples/ima-signhashes.sh | 79 ++ 1 file changed, 79 insertion