[Buildroot] [git commit branch/2022.02.x] package/pcre2: fix legal info
Peter Korsgaard
peter at korsgaard.com
Fri May 27 07:57:37 UTC 2022
commit: https://git.buildroot.net/buildroot/commit/?id=d2ae0e06c0fcb197ad3d9e809b07a5effa21f005
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2022.02.x
Commit 10648db92bc5c4bfd49b58ce4f1c213defdfc7de forgot to update hash of
LICENCE file (update in year:
https://github.com/PCRE2Project/pcre2/commit/3103b8f20a3b9944b177e812fde29fbfb8b90558):
>>> pcre2 10.40 Collecting legal info
ERROR: LICENCE has wrong sha256 hash:
ERROR: expected: 15bc778a1f7e1f857d57abab4181749a06ad1d1f9420d5c9e3c23ef8c991b025
ERROR: got : 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987
Fixes:
- http://autobuild.buildroot.org/results/275c5478d63d3d4016d440870e96f04230df69d6
Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
(cherry picked from commit 9315eb7ede87e072c121985d2ab67ccb973f20ac)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
package/pcre2/pcre2.hash | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/pcre2/pcre2.hash b/package/pcre2/pcre2.hash
index e4f7980749..e3fe6b2d53 100644
--- a/package/pcre2/pcre2.hash
+++ b/package/pcre2/pcre2.hash
@@ -2,4 +2,4 @@
# https://github.com/PhilipHazel/pcre2/releases/download/pcre2-10.40/pcre2-10.40.tar.bz2.sig
sha256 14e4b83c4783933dc17e964318e6324f7cae1bc75d8f3c79bc6969f00c159d68 pcre2-10.40.tar.bz2
# Locally computed
-sha256 15bc778a1f7e1f857d57abab4181749a06ad1d1f9420d5c9e3c23ef8c991b025 LICENCE
+sha256 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987 LICENCE
More information about the buildroot
mailing list