Skip to content

Commit dfc275a

Browse files
committed
Improving osslsigncode comments. RE:natcap#1580
1 parent 33a60e5 commit dfc275a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

codesigning/signing-worker/playbook.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,11 @@
5353
update_cache: true
5454
default_release: "{{ ansible_distribution_release }}-backports"
5555
pkg:
56-
# The backports version is needed because the version in bookworm has
57-
# a critical bug in it that prevents it from working with our
58-
# certificate.
56+
# The normal debian:bookworm repos have osslsigncode 2.5, which has a
57+
# bug in it that prevents it from signing our binaries. This was
58+
# fixed in osslsigncode 2.6. The version available in
59+
# bookworm-backports is 2.9. The issue (and solution) was similar to
60+
# https://stackoverflow.com/a/78308879
5961
- osslsigncode
6062

6163
- name: Create the codesign directory

0 commit comments

Comments
 (0)