Latest upstream release: 5.34 Current version/release in rawhide: 5.33-10.fc29 URL: ftp://ftp.astron.com/pub/file/ Please consult the package updates policy before you issue an update to a stable branch: https://fedoraproject.org/wiki/Updates_Policy More information about the service that created this bug can be found at: https://fedoraproject.org/wiki/Upstream_release_monitoring Please keep in mind that with any upstream change, there may also be packaging changes that need to be made. Specifically, please remember that it is your responsibility to review the new version to ensure that the licensing is still correct and that no non-free or legally problematic items have been added upstream. Based on the information from anitya: https://release-monitoring.org/project/807/
There seems to be some regression in getting detailed info from ELF files: file-5.33-10.fc29: /usr/lib64/libcurl.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=766289b2e6cc1021c4c7948da59f3a4e590db30c, stripped, too many notes (256) /usr/bin/curl: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=fd7ce380cd8dff1f52c1a4c1f3d8635cb20dda23, stripped, too many notes (256) file-5.34-1.fc29.x86_64: /usr/lib64/libcurl.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV) /usr/bin/curl: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV) I guess this needs to be analyzed before the new version is pushed to Fedora.
Created attachment 1470822 [details] [PATCH] magic: fix printing of details about ELF binaries This patch fixes a regression introduced by the following commit: https://github.com/file/file/commit/e2adab14 Without this patch: /usr/bin/curl: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV) /usr/bin/true: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=57291d41021b27733e8eb0 0ee1e561a98c11e2d2, stripped With this patch: /usr/bin/curl: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=fd7ce380cd8dff1f52c1a4c1f3d8635cb20dda23, stripped, too many notes (256) /usr/bin/true: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=57291d41021b27733e8eb00ee1e561a98c11e2d2, stripped
upstream commit: https://github.com/file/file/commit/9c313790