[diffoscope] annotated tag 46 created (now 3f95257)
Jérémy Bobbio
lunar at moszumanska.debian.org
Tue Jan 19 18:22:31 CET 2016
This is an automated email from the git hooks/post-receive script.
lunar pushed a change to annotated tag 46
in repository diffoscope.
at 3f95257 (tag)
tagging 2c97419ac380c8b5e4ba95f8fe38b2f402b70ce8 (commit)
replaces 45
tagged by Jérémy Bobbio
on Tue Jan 19 18:19:33 2016 +0100
- Log -----------------------------------------------------------------
Format: 1.8
Date: Tue, 19 Jan 2016 16:46:47 +0100
Source: diffoscope
Binary: diffoscope debbindiff
Architecture: source all
Version: 46
Distribution: unstable
Urgency: low
Maintainer: Reproducible builds folks <reproducible-builds at lists.alioth.debian.org>
Changed-By: Jérémy Bobbio <lunar at debian.org>
Description:
debbindiff - transitional package
diffoscope - in-depth comparison of files, archives, and directories
Closes: 808197 808207 808267 810825
Changes:
diffoscope (46) unstable; urgency=low
.
[ Dhole ]
* Improve ELF comparisons by performing comparisons section by section.
(Closes: #808197)
.
[ Jérémy Bobbio ]
* Further split readelf output when examining ELF files.
* Skip dumping ELF sections that are already covered by previous readelf
calls to avoid redundant output. Thanks Mike Hommey for the report.
(Closes: #808267)
* Fix ELF comparisons against non-existing files.
* Filter symbols for IP-relative ops from ELF disassembled output as
they will create differences that don't really exist. Thanks Mike Hommey
for the report and test cases. (Closes: #808207)
* Add forgotten requirements for tests with non-existing files.
* Improve tests for comparisons against non-existing files.
* Respect order of containers when performing comparisons. It makes the
output somewhat nicer, especially for things that are expected to be in a
certain order, like ELF sections.
* Fix comparisons of directory with broken symlinks. Thanks Tuomas Tynkkynen
for reporting the issue. (Closes: #810825)
Checksums-Sha1:
ac9062a9dbdf61a03cfe81f5f973645240b69e13 1131 diffoscope_46.dsc
08076c564c4f4e626e805c5704c9dc2f071b6177 238900 diffoscope_46.tar.xz
bcc1fb6cf444f0335c19cf04b67f8b31be00c3e1 13292 debbindiff_46_all.deb
5532b53b0b4d650265c97ac558257e121854205c 53134 diffoscope_46_all.deb
Checksums-Sha256:
df323df1f9ed5c1db5a51c88b6e81a25042bdde722ad43cd0dbcdafc18ab0834 1131 diffoscope_46.dsc
3992c4e2c77ec1f3039613c2659c4598c4a71a03558649f079a1aae2cb129b12 238900 diffoscope_46.tar.xz
7daa08e68ade29e0d4365a492176d36e33145bb19d4cf6e4b2eb22a911175395 13292 debbindiff_46_all.deb
e62479d3443e560ba768727ee897625b14b59f777edcff2165c15e9e4c84fe2a 53134 diffoscope_46_all.deb
Files:
764d915cb097033e575db41425d66ea5 1131 devel optional diffoscope_46.dsc
8a349f2006131b0618a9f6cfeaacce1b 238900 devel optional diffoscope_46.tar.xz
daeba992da49c50fd0370ee1d5e8e6e7 13292 oldlibs extra debbindiff_46_all.deb
9ed5cecbdd4edcf49a0a42d63c0e4b54 53134 devel optional diffoscope_46_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABCAAGBQJWnnAlAAoJEEAsIlA9Nuk20f4P/Awg8JO8i3K7jthwjkdsvv/k
KVJf8iGmkKZ7SKMji8Ks4uok9fg53E6Wh7QrQDNpV+bRag+SdiIG/JtMsLTo2vOw
M3df1VfZndTpN0J8o6vbhvbxFQYhkTk5Pv05hP9O4BMxF6qBzUp1eogvI3HIAdMM
HLDVT96MgzHAQUIQ5fd72L8XlRmQo5E8UQY9zVp0DrSEMqV8ue/2htOHuD3VVo9v
jjOUYdmwwMA0cf0EMKF5qMD9RveaHMHc7YPxXFOH16nnO/iV083ox4pEHvBU64Uq
riIZyVRk9pJdTn8Xo86f+dgIKzm2VGVD9ii2fAG774SLB1zgRzd28aZwPiSEr+or
xsiIY9DJFJVAc4x1+i9TAOBg8r/R9pH71XRN2300q9FIFJ54tqZtxst0wE7dNMA4
zEZdeViX864QqiUTXebhLhOLVk4eoZ/bRVn9OBmIZp9lt3Aa7ALF+W2M09w4t3DE
58zbhUNQfmPpAXHxxOnyaqkz0RarCW/h613Pf3Mpdef2Cj8igoCpjH4QIpE7XeqB
k1sKlFw9f1l8M7v7l/htN7ApKzmNkkoZWMWId5acEAV4Rt0vgjPSONFhPFF+dztf
dO9PiiMfauutILSMYHzGzmw0Dt8ck/stp7VFZMLp9g8A3ItR9xyWmy7o80xMlco6
IPIb57Mcr2MmoSQVhqvM
=lGVq
-----END PGP SIGNATURE-----
Dhole (1):
Implement ElfFile as a container of sections
Jérémy Bobbio (9):
Further split readelf output when examining ELF files
Skip dumping ELF sections that are already covered by previous readelf calls
Fix ELF comparisons against non-existing files
Filter symbols for IP-relative ops from ELF disassembled output
Add forgotten requirements for tests with non-existing files
Improve tests for comparisons against non-existing files
Respect order of containers when performing comparisons
Fix comparisons of directory with broken symlinks
Release version 46
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 3658803 Further split readelf output when examining ELF files
new fdb04c6 Skip dumping ELF sections that are already covered by previous readelf calls
new e14cbb6 Fix ELF comparisons against non-existing files
new 998c094 Filter symbols for IP-relative ops from ELF disassembled output
new 141f186 Add forgotten requirements for tests with non-existing files
new 8cb6d89 Improve tests for comparisons against non-existing files
new d88a4f7 Respect order of containers when performing comparisons
new 53cd31b Fix comparisons of directory with broken symlinks
new 2c97419 Release version 46
The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git
More information about the diffoscope
mailing list