[diffoscope] annotated tag 45 created (now 06cc8c6)
Jérémy Bobbio
lunar at moszumanska.debian.org
Mon Jan 4 17:43:06 CET 2016
This is an automated email from the git hooks/post-receive script.
lunar pushed a change to annotated tag 45
in repository diffoscope.
at 06cc8c6 (tag)
tagging a0f6f85ad29b0393c05cc75c363e6a0ffd8f5219 (commit)
replaces 44
tagged by Jérémy Bobbio
on Mon Jan 4 17:33:20 2016 +0100
- Log -----------------------------------------------------------------
Format: 1.8
Date: Mon, 04 Jan 2016 16:24:50 +0100
Source: diffoscope
Binary: diffoscope debbindiff
Architecture: source all
Version: 45
Distribution: unstable
Urgency: medium
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: 808120 808541 808809
Changes:
diffoscope (45) unstable; urgency=medium
.
[ Rainer Müller ]
* Fix typo in Mach-O comparator.
.
[ Jérémy Bobbio ]
* Ensure that we always get path names from libarchive as str.
(Closes: #808541)
* Read ext4 reference diff using UTF-8 to ensure that the test suite
works when run under various locales.
* Replace file path by a fixed placeholder in readelf and objdump output.
This will work better when comparing ELF files given on the command line.
* Read lines using an iterator instead of loading a full list in memory.
This greatly help diffoscope when running on large binaries. Thanks Mike
Hommey for the report and good test case. (Closes: #808120)
* Properly report lines we can't parse in squashfs listing.
* Correctly parse squashfs device entries with device minors larger than 3
digits. Thanks sajolida for providing the samples.
* Use libarchive to list files in tar and cpio archives. The output of cpio
and tar is too hard to control properly and tend to vary over time.
(Closes: #808809)
* Ensure files extracted from a squashfs image are deleted after being
compared instead being done examining the image.
Checksums-Sha1:
36a4056d0a7112ef9b1855d81c3513670f3fe453 1131 diffoscope_45.dsc
a69323fc46be32e0e0bbc85dcb3ed0161e3904cb 237352 diffoscope_45.tar.xz
3faefba3c06b4ad9fb9b39db17d58b7309d6059e 12956 debbindiff_45_all.deb
170432d589b174f8c736ff4529376ec9d4aabeaa 51332 diffoscope_45_all.deb
Checksums-Sha256:
ccd4c14709183ae461ea3706f424c301e3e17b45f2e06b91044cea9836d5363a 1131 diffoscope_45.dsc
563dc9966e2c1089890386e05b7d3d0b01c542042662c72f601a27d2bd44194b 237352 diffoscope_45.tar.xz
193a5e5d586512823dd997457aeb02af0dc40af322d5f5f5df0817679085476c 12956 debbindiff_45_all.deb
8ccee942461cef4ada91dd375f1a51d8b90a5de522039652e1d0b029272d857f 51332 diffoscope_45_all.deb
Files:
566f04020f1b7794433c79cccf7f6130 1131 devel optional diffoscope_45.dsc
db7e1dae773e2284df6a8ca0b342cde6 237352 devel optional diffoscope_45.tar.xz
993fde2169b6698507b488ca34efbbb3 12956 oldlibs extra debbindiff_45_all.deb
663d516a7f1a35e7955084695ab981c9 51332 devel optional diffoscope_45_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABCAAGBQJWip7QAAoJEEAsIlA9Nuk2Qc4P/jwYfTGnqCLSUdPJJV9pEVd6
WjbognKUmaqKVA/0LCEr/nYZYI1DsJ4xyu+jamb7YnNOnrE2GVAflK6W8Dm7EQE4
qu7/SpUpolxzIyfhA9AS+rT8UBTzzdnGQZ95z9iiD5p6W1wiJ8BtES65//WZHNBS
q2X7gkd0UFwy+jAyZ2aF2oJ4QN3Gtb9y+aL8vORdOVTm9KQWr6GFcUBkSPMF1R5M
9CN9pynhZzWSTrR+GasuWT02WWhB6+n+PpblJGxSW6mx//VpiPt0HRXvtp57HhPK
QDHsqOXqM/6zCezSfVkb8+fILTkwvZfXlogRhewFrPgeMSAYPIIihAIH4t0KeWvC
Jhr87fjD0YAEUcfQ/BqlAbEpcvkzt5HLY0HQbec6zDbBaoO4+lOjNVuxsNbcDzeb
gDBMF1QGg0Q/5/18vWKZlvfxrMssvLAI6o8gH1JxnDdq9BqIvoe9gZuDn8vfXSK+
ehH9QqR0GcXtaBtmEguG+0wf3PRBNaWsqKirySe0tI6KdfDo9S0FT4Z+wtH3dCdq
AYi4+rCVKC8HSHSMypshGlvKPwQOOBgmG5hUjLkM7HWD3J1Fdjq+PJ74AxBRmfeM
mPGQAxo7Br2V274YXbiJpjYTqmPWcTS4V00nUWCD7wGs/xTO8rVhux6dg4NxJ3XL
ndkIDCLc96bjzVWV/w8b
=6CZ1
-----END PGP SIGNATURE-----
Jérémy Bobbio (11):
Ensure that we always get path names from libarchive as str
Read ext4 reference diff using UTF-8
Replace file path by a fixed placeholder in readelf and objdump output
Print top memory allocations when receiving USR1
Read lines using an iterator instead of loading a full list in memory
Properly report lines we can't parse in squsahfs listing
Correctly parse squashfs device entries with device minors larger than 3 digits
Use libarchive to list files in tar and cpio archives
Ensure files extracted from squashfs are timely deleted
Revert "Print top memory allocations when receiving USR1"
Release version 45
Rainer Müller (1):
Mach-O: Fix typo
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 8021d2b Revert "Print top memory allocations when receiving USR1"
new a0f6f85 Release version 45
The 2 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