Skip to content

Commit 4bdc990

Browse files
committed
Merge bitcoin/bitcoin#24573: Update signapple for platform identifier fix
3c74f77 Update signapple for platform identifier fix (Andrew Chow) Pull request description: Apparently #23134 is caused by the platform identifier field being set to the incorrect value in our code signatures. The problem has been resolved in signapple, and so guix should point to the latest commit containing the fix. I suppose guix does not strictly need to have this; only the macOS code signer will need to have the fix. Fixes #23134 ACKs for top commit: gruve-p: ACK bitcoin/bitcoin@3c74f77 hebasto: re-ACK 3c74f77 fanquake: ACK 3c74f77 Tree-SHA512: 7df844793fa77be4ddc4ef02f26980d6368b50421b7bd9a15f7d6a0c3b5c5f4f0cc0889e065689956583a2173875d33406dbe3a52a72c75a7f23a33c733c2378
2 parents e4d61d9 + 3c74f77 commit 4bdc990

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/guix/manifest.scm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ and endian independent.")
485485
(license license:expat)))
486486

487487
(define-public python-signapple
488-
(let ((commit "0777ce58e61b0e6be753a5f524149d6d47905186"))
488+
(let ((commit "8a945a2e7583be2665cf3a6a89d665b70ecd1ab6"))
489489
(package
490490
(name "python-signapple")
491491
(version (git-version "0.1" "1" commit))
@@ -498,7 +498,7 @@ and endian independent.")
498498
(file-name (git-file-name name commit))
499499
(sha256
500500
(base32
501-
"19axspyyfqbrfw2r53c17mi9bvm8zsb39mz8v9h7c173qkm3x5ym"))))
501+
"0fr1hangvfyiwflca6jg5g8zvg3jc9qr7vd2c12ff89pznf38dlg"))))
502502
(build-system python-build-system)
503503
(propagated-inputs
504504
`(("python-asn1crypto" ,python-asn1crypto)

0 commit comments

Comments
 (0)