This repository has been archived by the owner on Mar 22, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
82b5e35
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Dor1s Did the v2.57b tag recently change? The tag tarball (https://github.com/google/AFL/archive/v2.57b.tar.gz) used to be:
It's now:
82b5e35
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When I landed this change I've re-created 2.57b release, since the previous one was incorrect. Did it cause any issues on your end?
82b5e35
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, that makes sense! Arch Linux uses those sums to verify that nobody has tampered with the tarball (https://git.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/afl), so we'll just need to update those so that they match the new versions. Thanks for your work on this project, I love AFL.
82b5e35
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh, sorry about that! Next time a make a mistake, I'd better skip the release and use the next version instead.
82b5e35
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Dor1s that would be wonderful. In Arch we also have continuous reproducible builds testing rebuilders of all packages, so a retag will automatically create alert on that end as well 🐱