Skip to content

Commit 0f7734b

Browse files
Merge pull request #56362 from nextcloud/automated/noid/stable23-update-code-signing-crl
[stable23] fix(security): Update code signing revocation list
2 parents 8d7d2b6 + e2f2d92 commit 0f7734b

File tree

2 files changed

+50
-48
lines changed

2 files changed

+50
-48
lines changed

.drone.yml

Lines changed: 40 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -145,43 +145,43 @@ trigger:
145145
- pull_request
146146
- push
147147

148-
---
149-
kind: pipeline
150-
name: samba
151-
152-
steps:
153-
- name: submodules
154-
image: ghcr.io/nextcloud/continuous-integration-alpine-git:latest
155-
commands:
156-
- git submodule update --init
157-
- name: sqlite-php7.4-samba-native
158-
image: ghcr.io/nextcloud/continuous-integration-samba-native-php7.4:latest
159-
commands:
160-
- smbd -D -FS &
161-
- ./autotest-external.sh sqlite smb-linux
162-
- wget https://codecov.io/bash -O codecov.sh
163-
- sh -c "if [ '$DRONE_BUILD_EVENT' = 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -P $DRONE_PULL_REQUEST -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-external-clover-sqlite.xml; fi"
164-
- sh -c "if [ '$DRONE_BUILD_EVENT' != 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-external-clover-sqlite.xml; fi"
165-
- sh -c "if [ '$DRONE_BUILD_EVENT' = 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -P $DRONE_PULL_REQUEST -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-external-clover-sqlite-smb-linux.xml; fi"
166-
- sh -c "if [ '$DRONE_BUILD_EVENT' != 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-external-clover-sqlite-smb-linux.xml; fi"
167-
- name: sqlite-php7.4-samba-non-native
168-
image: ghcr.io/nextcloud/continuous-integration-samba-non-native-php7.4:latest
169-
commands:
170-
- smbd -D -FS &
171-
- ./autotest-external.sh sqlite smb-linux
172-
- wget https://codecov.io/bash -O codecov.sh
173-
- sh -c "if [ '$DRONE_BUILD_EVENT' = 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -P $DRONE_PULL_REQUEST -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-external-clover-sqlite.xml; fi"
174-
- sh -c "if [ '$DRONE_BUILD_EVENT' != 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-external-clover-sqlite.xml; fi"
175-
- sh -c "if [ '$DRONE_BUILD_EVENT' = 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -P $DRONE_PULL_REQUEST -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-external-clover-sqlite-smb-linux.xml; fi"
176-
- sh -c "if [ '$DRONE_BUILD_EVENT' != 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-external-clover-sqlite-smb-linux.xml; fi"
177-
178-
trigger:
179-
branch:
180-
- master
181-
- stable*
182-
event:
183-
- pull_request
184-
- push
148+
#---
149+
#kind: pipeline
150+
#name: samba
151+
#
152+
#steps:
153+
#- name: submodules
154+
# image: ghcr.io/nextcloud/continuous-integration-alpine-git:latest
155+
# commands:
156+
# - git submodule update --init
157+
#- name: sqlite-php7.4-samba-native
158+
# image: ghcr.io/nextcloud/continuous-integration-samba-native-php7.4:latest
159+
# commands:
160+
# - smbd -D -FS &
161+
# - ./autotest-external.sh sqlite smb-linux
162+
# - wget https://codecov.io/bash -O codecov.sh
163+
# - sh -c "if [ '$DRONE_BUILD_EVENT' = 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -P $DRONE_PULL_REQUEST -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-external-clover-sqlite.xml; fi"
164+
# - sh -c "if [ '$DRONE_BUILD_EVENT' != 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-external-clover-sqlite.xml; fi"
165+
# - sh -c "if [ '$DRONE_BUILD_EVENT' = 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -P $DRONE_PULL_REQUEST -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-external-clover-sqlite-smb-linux.xml; fi"
166+
# - sh -c "if [ '$DRONE_BUILD_EVENT' != 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-external-clover-sqlite-smb-linux.xml; fi"
167+
#- name: sqlite-php7.4-samba-non-native
168+
# image: ghcr.io/nextcloud/continuous-integration-samba-non-native-php7.4:latest
169+
# commands:
170+
# - smbd -D -FS &
171+
# - ./autotest-external.sh sqlite smb-linux
172+
# - wget https://codecov.io/bash -O codecov.sh
173+
# - sh -c "if [ '$DRONE_BUILD_EVENT' = 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -P $DRONE_PULL_REQUEST -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-external-clover-sqlite.xml; fi"
174+
# - sh -c "if [ '$DRONE_BUILD_EVENT' != 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-external-clover-sqlite.xml; fi"
175+
# - sh -c "if [ '$DRONE_BUILD_EVENT' = 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -P $DRONE_PULL_REQUEST -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-external-clover-sqlite-smb-linux.xml; fi"
176+
# - sh -c "if [ '$DRONE_BUILD_EVENT' != 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-external-clover-sqlite-smb-linux.xml; fi"
177+
#
178+
#trigger:
179+
# branch:
180+
# - master
181+
# - stable*
182+
# event:
183+
# - pull_request
184+
# - push
185185

186186
---
187187
kind: pipeline
@@ -2355,4 +2355,6 @@ trigger:
23552355
# - push
23562356
---
23572357
kind: signature
2358-
hmac: 329e06f74d523c1cf3ac1082654eba5c248761ed74faf41943da4c7f6dd50033
2358+
hmac: f3a025a17ff926af23615f50fada10ecc0c4a2fd5802f5e05566115bd54e4565
2359+
2360+
...

resources/codesigning/root.crl

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
-----BEGIN X509 CRL-----
2-
MIIKBTCCCO0CAQEwDQYJKoZIhvcNAQELBQAwezELMAkGA1UEBhMCREUxGzAZBgNV
2+
MIIKGjCCCQICAQEwDQYJKoZIhvcNAQELBQAwezELMAkGA1UEBhMCREUxGzAZBgNV
33
BAgMEkJhZGVuLVd1ZXJ0dGVtYmVyZzEXMBUGA1UECgwOTmV4dGNsb3VkIEdtYkgx
44
NjA0BgNVBAMMLU5leHRjbG91ZCBDb2RlIFNpZ25pbmcgSW50ZXJtZWRpYXRlIEF1
5-
dGhvcml0eRcNMjUwOTMwMTUyMDU5WhcNMzUwODA5MTUyMDU5WjCCCAowEwICEAIX
5+
dGhvcml0eRcNMjUxMTA0MDgwODMzWhcNMzUwOTEzMDgwODMzWjCCCB8wEwICEAIX
66
DTIxMDQxOTA5NTI0NVowEwICEBAXDTE2MTAxNzEyMDkxOVowEwICEBYXDTE3MTEy
77
MzE3MzUyOVowEwICEBcXDTE3MDIyMDEwMDIzOFowEwICEBgXDTE5MDEzMDEzMDEy
88
NVowEwICEBwXDTE4MDIwMjEwNTIzOVowEwICEB8XDTE5MDEzMDEzMDEzM1owEwIC
@@ -45,12 +45,12 @@ EjoXDTIzMTIxMTA4MzAxNVowEwICEksXDTI0MDEwMzE3NDkxMFowEwICElAXDTI0
4545
MDEyMzA3NTQ0MVowEwICElgXDTI0MDIwOTA4MzI1OVowEwICEloXDTI0MDkxODEz
4646
MjI1NVowEwICEl4XDTI0MDMyNzE3MDU0OFowEwICEoMXDTI1MDYwMzE2NDYzMVow
4747
EwICEo8XDTI1MDQwNDA3MjgwNlowEwICEqcXDTI1MDUyNzEwMTA0N1owEwICErkX
48-
DTI1MDkxMTE0MTIwOFowEwICEr8XDTI1MDkzMDE1MjA1N1qgMDAuMB8GA1UdIwQY
49-
MBaAFG3qbqqpNyw8iS0XPv1G7sOeeO10MAsGA1UdFAQEAgIQUTANBgkqhkiG9w0B
50-
AQsFAAOCAQEABG3Qs/ovEtWdPtUtnclBJnrbGRDr4FxtHezlZFoDBOFopt/oiAQ0
51-
SfyBX4kokYs2Uxau4tovjNztHXl2UeNNt52gARFTl0OYjE3w3oNMJwIi5d30Vv1b
52-
73taPWWDE34VEQ6mnl0M1/6AJGCZCGxsEqWmxy7ft+gmi97KPKxnls6NXGN/lyNe
53-
z/ayn++ZWHgrVD2lwAreQka3WGfyElsNZeryBSXxdKLdob3XLwA/aX2G8D6s7+Gg
54-
XPzpahVuSKrgauNelQjDNAxynj4inrlq+HxN04YHZw2irqKja9W4nZotiz/xr9C1
55-
+pZQtE2Ox1Ge4lZBq115CqYLWCVafu5gfQ==
48+
DTI1MDkxMTE0MTIwOFowEwICEr8XDTI1MDkzMDE1MjA1N1owEwICEsgXDTI1MTEw
49+
NDA4MDgzMlqgMDAuMB8GA1UdIwQYMBaAFG3qbqqpNyw8iS0XPv1G7sOeeO10MAsG
50+
A1UdFAQEAgIQUjANBgkqhkiG9w0BAQsFAAOCAQEAZfJKK0HjelsSDlysIOrARtFD
51+
0p1clpPXzgAXGA2MadOZdy1ezHVeyZmkXCd0UpDmG3SdF6Wkdd0MxQeXoqrG1nL5
52+
FLLdvz9VlWyhehuAGWw0FnooV5QumIfrZBl40HIOMl8xCoIeR/487+MZk9NzE1mM
53+
mWCL0I5mtSw7oHb9K3NAeD/j8YbAE+4SBHUJXtu/BzktHDCNu5jyG68P1//uWEwf
54+
bvyP/0At2Z5Qf2fNLhckO1v2t2O2sELgH8n2eQVcnhqacJid+EseEQne6prKN5F7
55+
Mdtav0QytZmixIQxi8eU8tv4/URSQz9AUxLv1jp2CJPPJuJXrqKNZ1RmBlgmtw==
5656
-----END X509 CRL-----

0 commit comments

Comments
 (0)