Releases retrieved: 3.1.0 Upstream release that is considered latest: 3.1.0 Current version/release in rawhide: 2.3.4-8.fc41 URL: https://github.com/ReFirmLabs/binwalk Please consult the package updates policy before you issue an update to a stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/ More information about the service that created this bug can be found at: https://docs.fedoraproject.org/en-US/package-maintainers/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/5593/ To change the monitoring settings for the project, please visit: https://src.fedoraproject.org/rpms/binwalk
Created attachment 2054898 [details] Update to 3.1.0 (#2323264)
the-new-hotness/release-monitoring.org's scratch build of binwalk-3.1.0-1.fc40.src.rpm for rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=125433456
binwalk 3 is a rust packge! It looks doable: Problem 1: nothing provides requested (crate(bzip2/default) >= 0.4.4 with crate(bzip2/default) < 0.5.0~) Problem 2: nothing provides requested (crate(crc32c/default) >= 0.6.8 with crate(crc32c/default) < 0.7.0~) Problem 3: nothing provides requested (crate(entropy/default) >= 0.4.2 with crate(entropy/default) < 0.5.0~) Problem 4: nothing provides requested (crate(plotters/default) >= 0.3.6 with crate(plotters/default) < 0.4.0~) Problem 5: nothing provides requested (crate(uuid/macro-diagnostics) >= 1.10.0 with crate(uuid/macro-diagnostics) < 2.0.0~)
This package has changed maintainer in Fedora. Reassigning to the new maintainer of this component.
> It looks doable: > Problem 1: nothing provides requested (crate(bzip2/default) >= 0.4.4 with > crate(bzip2/default) < 0.5.0~) That's just a version delta > Problem 2: nothing provides requested (crate(crc32c/default) >= 0.6.8 with > crate(crc32c/default) < 0.7.0~) > Problem 3: nothing provides requested (crate(entropy/default) >= 0.4.2 with > crate(entropy/default) < 0.5.0~) > Problem 4: nothing provides requested (crate(plotters/default) >= 0.3.6 > with crate(plotters/default) < 0.4.0~) The 3 above are the main deps, the last one has a bunch of other deps > Problem 5: nothing provides requested (crate(uuid/macro-diagnostics) >= > 1.10.0 with crate(uuid/macro-diagnostics) < 2.0.0~) This one is likely unneeded, the Cargo.toml states "Enable better diagnostics for compile-time UUIDs". I think I now have all the deps packages, reviews/co-maintain etc all welcome.
I've put it all in a copr repo here https://copr.fedorainfracloud.org/coprs/pbrobinson/binwalk3/
Note that binwalk has replaced the "plotters*" dependencies with "plotly" since the last tagged release: https://github.com/ReFirmLabs/binwalk/commit/09693d3 I'm not sure if it makes sense to package half a dozen "plotters*" crates given that they'll end up unused with the next version, and you'd have to package "plotly" instead - maybe the patch to port to "plotly" can be backported to avoid unnecessary work?