Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
Fix the version in config.h (#104).
Browse files Browse the repository at this point in the history
  • Loading branch information
Dor1s committed Jul 4, 2020
1 parent 518e422 commit 82b5e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

/* Version string: */

#define VERSION "2.56b"
#define VERSION "2.57b"

/******************************************************
* *
Expand Down

5 comments on commit 82b5e35

@christianbundy
Copy link

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:

  • SHA256: a6416350ef40e042085337b0cbc12ac95d312f124d11f37076672f511fe31608
  • SHA512: 78e2191b6be93b0b50a347b019422ee43013be8ae567e84e54059788e11cc66c67d89847e4580da55b8f6449efdf99d8efca5bce08d439fbb4a4a3311b942eb9
  • BLAKE2: 08610165db4438da55aad47935fd392d2992f7abae0ddba182e0637157ab69cb70a79e0dd53e1cb9f5bed4ced8af9a285cc0e4ee22c3b8fb5a83db5e82ae15b8

It's now:

  • SHA256: 6f05a6515c07abe49f6f292bd13c96004cc1e016bda0c3cc9c2769dd43f163ee
  • SHA512: 5d12b96229e966aeb11deb47cd8eb36cde2fa32656eb187db02c7240909d6acda36be59b2baf7e42cddd228d25ec94c8bffc3fa27f7f4b5e1e462b62929ce75d
  • BLAKE2: 69029d59451e468528386154e8938a1a7303765e039f98aa05e36f07314398f60ff2578f765142e1f1ff653e5ab93ea53a2efb98abe275046ebacdd3ca8363b6

@Dor1s
Copy link
Contributor Author

@Dor1s Dor1s commented on 82b5e35 Jul 21, 2020

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?

@christianbundy
Copy link

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.

@Dor1s
Copy link
Contributor Author

@Dor1s Dor1s commented on 82b5e35 Jul 21, 2020

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.

@anthraxx
Copy link

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 🐱

Please sign in to comment.