[Git][reproducible-builds/diffoscope-website][master] Update metadata and news to match release of version 164

Chris Lamb gitlab at salsa.debian.org
Fri Jan 8 16:47:06 UTC 2021



Chris Lamb pushed to branch master at Reproducible Builds / diffoscope-website


Commits:
5f5eb59f by Chris Lamb at 2021-01-08T16:46:42+00:00
Update metadata and news to match release of version 164

- - - - -


2 changed files:

- _data/diffoscope.yml
- + _posts/2021-01-08-diffoscope-164-released.md


Changes:

=====================================
_data/diffoscope.yml
=====================================
@@ -15,6 +15,7 @@ contributors:
 - Daniel Kahn Gillmor
 - Daniel Shahaf
 - Dhole
+- Dimitrios Apostolou
 - Ed Maste
 - Eli Schwartz
 - Emanuel Bronshtein
@@ -67,21 +68,22 @@ description: 'File formats supported include: Android APK files, Android boot im
   (.icc), Coreboot CBFS filesystem images, cpio archives, Dalvik .dex files, Debian
   .buildinfo files, Debian .changes files, Debian source packages (.dsc), Device Tree
   Compiler blob files, directories, ELF binaries, ext2/ext3/ext4/btrfs/fat filesystems,
-  FreeDesktop Fontconfig cache files, FreePascal files (.ppu), Gettext message catalogues,
-  GHC Haskell .hi files, GIF image files, Git repositories, GNU R database files (.rdb),
-  GNU R Rscript files (.rds), Gnumeric spreadsheets, GPG keybox databases, Gzipped
-  files, Hierarchical Data Format database, ISO 9660 CD images, Java .class files,
-  Java jmod modules, JavaScript files, JPEG images, JSON files, LLVM IR bitcode files,
-  LZ4 compressed files, MacOS binaries, Microsoft Windows icon files, Microsoft Word
-  .docx files, Mono ''Portable Executable'' files, Mozilla-optimized ZIP archives,
-  Multimedia metadata, OCaml interface files, Ogg Vorbis audio files, OpenOffice .odt
-  files, OpenSSH public keys, OpenWRT package archives (.ipk), PDF documents, PE32
-  files, PGP signatures, PGP signed/encrypted messages, PNG images, PostScript documents,
-  Public Key Cryptography Standards (PKCS) files (version #7), RPM archives, Rust
-  object files (.deflate), SQLite databases, SquashFS filesystems, symlinks, tape
-  archives (.tar), tcpdump capture files (.pcap), text files, TrueType font files,
-  U-Boot legacy image files, WebAssembly binary module, XML binary schemas (.xsb),
-  XML files, XZ compressed files, ZIP archives and Zstandard compressed files.'
+  Flattened Image Tree blob files, FreeDesktop Fontconfig cache files, FreePascal
+  files (.ppu), Gettext message catalogues, GHC Haskell .hi files, GIF image files,
+  Git repositories, GNU R database files (.rdb), GNU R Rscript files (.rds), Gnumeric
+  spreadsheets, GPG keybox databases, Gzipped files, Hierarchical Data Format database,
+  ISO 9660 CD images, Java .class files, Java .jmod modules, JavaScript files, JPEG
+  images, JSON files, LLVM IR bitcode files, LZ4 compressed files, MacOS binaries,
+  Microsoft Windows icon files, Microsoft Word .docx files, Mono ''Portable Executable''
+  files, Mozilla-optimized .ZIP archives, Multimedia metadata, OCaml interface files,
+  Ogg Vorbis audio files, OpenOffice .odt files, OpenSSH public keys, OpenWRT package
+  archives (.ipk), PDF documents, PE32 files, PGP signatures, PGP signed/encrypted
+  messages, PNG images, PostScript documents, Public Key Cryptography Standards (PKCS)
+  files (version #7), RPM archives, Rust object files (.deflate), SQLite databases,
+  SquashFS filesystems, symlinks, tape archives (.tar), tcpdump capture files (.pcap),
+  text files, TrueType font files, U-Boot legacy image files, WebAssembly binary module,
+  XML binary schemas (.xsb), XML files, XZ compressed files, ZIP archives and Zstandard
+  compressed files.'
 latest_release:
-  date: 1607681248
-  version: '163'
+  date: 1610110855
+  version: '164'


=====================================
_posts/2021-01-08-diffoscope-164-released.md
=====================================
@@ -0,0 +1,37 @@
+---
+layout: post
+title: diffoscope 164 released
+author: Chris Lamb <lamby at debian.org>
+---
+
+The diffoscope maintainers are pleased to announce the release of diffoscope
+version `164`. This version includes the following changes:
+
+```
+[ Chris Lamb ]
+* Truncate jsondiff differences at 512 bytes lest they consume the entire page.
+* Wrap our external call to cmp(1) with a profile (to match the internal
+  profiling).
+* Add a note regarding the specific ordering of the new
+  all_tools_are_listed test.
+
+[ Dimitrios Apostolou ]
+* Performance improvements:
+  - Improve speed of has_same_content by spawning cmp(1) less frequently.
+  - Log whenever the external cmp(1) command is spawn.ed
+  - Avoid invoking external diff for identical, short outputs.
+* Rework handling of temporary files:
+  - Clean up temporary directories as we go along, instead of at the end.
+  - Delete FIFO files when the FIFO feeder's context manager exits.
+
+[ Mattia Rizzolo ]
+* Fix a number of potential crashes in --list-debian-substvars, including
+  explicitly listing lipo and otool as external tools.
+ - Remove redundant code and let object destructors clean up after themselves.
+
+[ Conrad Ratschan ]
+* Add a comparator for Flattened Image Trees (FIT) files, a boot image format
+  used by U-Boot.
+```
+
+You find out more by [visiting the project homepage](https://diffoscope.org).



View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope-website/-/commit/5f5eb59f8267ae61f2c3e470db07780e936a78b0

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope-website/-/commit/5f5eb59f8267ae61f2c3e470db07780e936a78b0
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20210108/dd72dea6/attachment.htm>


More information about the rb-commits mailing list