Bug 1608373 - file-5.34 is available
Summary: file-5.34 is available
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: file
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Kamil Dudka
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-07-25 12:15 UTC by Upstream Release Monitoring
Modified: 2018-07-27 10:26 UTC (History)
3 users (show)

Fixed In Version: file-5.34-1.fc29
Clone Of:
Environment:
Last Closed: 2018-07-27 10:26:58 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
[PATCH] magic: fix printing of details about ELF binaries (1.51 KB, patch)
2018-07-26 16:07 UTC, Kamil Dudka
no flags Details | Diff

Description Upstream Release Monitoring 2018-07-25 12:15:39 UTC
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/

Comment 1 Kamil Dudka 2018-07-25 14:57:46 UTC
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.

Comment 2 Kamil Dudka 2018-07-26 16:07:09 UTC
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

Comment 3 Kamil Dudka 2018-07-27 08:58:13 UTC
upstream commit:

https://github.com/file/file/commit/9c313790


Note You need to log in before you can comment on or make changes to this bug.