~roguescholar/lintian/+git/trunk:jessie

Last commit made on 2015-04-09
Get this branch:
git clone -b jessie https://git.launchpad.net/~roguescholar/lintian/+git/trunk

Branch merges

Branch information

Name:
jessie
Repository:
lp:~roguescholar/lintian/+git/trunk

Recent commits

8351c13... by Niels Thykier

Release lintian/2.5.30+deb8u4 into unstable

Signed-off-by: Niels Thykier <email address hidden>

d816cc0... by Niels Thykier

L::Util: Only allow [ \r\t] in GPG lines

This is fundamentally the same issue that dpkg has (CVE-2015-0840).
The major exception being Lintian never made attempts to validate the
signature and therefore it is less problematic that it can be
"tricked".

Signed-off-by: Niels Thykier <email address hidden>

Conflicts:
 debian/changelog

4dba5ca... by Niels Thykier

Release lintian/2.5.30+deb8u3 into unstable

Signed-off-by: Niels Thykier <email address hidden>

2321db9... by Matt Kraai

objdump-info-helper: Adjust readelf parsing regex

Signed-off-by: Niels Thykier <email address hidden>

Conflicts:
 debian/changelog

2709691... by Matt Kraai

t: Make test work on i386 when i586 is the DEB_BUILD_GNU_TYPE

Signed-off-by: Niels Thykier <email address hidden>

Conflicts:
 debian/changelog

8dfbc48... by Niels Thykier

d/changelog: Open 2.5.30+deb8u3 entry

Signed-off-by: Niels Thykier <email address hidden>

e210985... by Niels Thykier

Release Lintian/2.5.30+deb8u2 into unstable

Signed-off-by: Niels Thykier <email address hidden>

906f62a... by Niels Thykier

Release Lintian/2.5.30+deb8u1 into unstable

Signed-off-by: Niels Thykier <email address hidden>

934863f... by Niels Thykier

data/.../arch-regex: Add arm64 regex

Signed-off-by: Niels Thykier <email address hidden>

d56bb80... by Niels Thykier

data/.../arch-regex: Correct regex for armhf and armel (static)

Statically linked ELF binaries have a different "file(1) signature"
than we expected on armel and armhf. Particularly, the "(SYSV)"
becomes "(GNU/Linux)" - the reason is not apparent to me, but
fortunately the fix is trivial.

Signed-off-by: Niels Thykier <email address hidden>