File tree Expand file tree Collapse file tree 3 files changed +17
-5
lines changed
Expand file tree Collapse file tree 3 files changed +17
-5
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,11 @@ the VDT, then please refer to this link:
88 http://vdt.cs.wisc.edu/releases/certs/ca_changes.txt
99OSG CA Package in new format (md5, sha1 hashes) to support openssl 1.x
1010
11+ ===== Version 1.117 (IGTF 1.126) ===========
12+ Built 3 JAN 2024
13+
14+ * removed replaced InCommon IGTF Server CA and associated Comodo RSA CA (US)
15+ * removed discontinued UNLPGrid CA (CL)
1116
1217===== Version 1.116 (IGTF 1.125) ===========
1318Built 29 NOV 2023
Original file line number Diff line number Diff line change 1- %define igtf_version 1.125
2- %define osg_version 1.116
1+ %define igtf_version 1.126
2+ %define osg_version 1.117
33%define release_num 1
44%define vtag %{osg_version }.igtf.%{igtf_version }-%{release_num }
55
@@ -61,6 +61,9 @@ sha256sum -c cacerts_sha256sum.txt
6161%doc
6262
6363%changelog
64+ * Wed Jan 3 2024 Matt Westphall <westphall@wisc.edu> - 1.117-1
65+ - Update to IGTF 1.126 (SOFTWARE-5790)
66+
6467* Wed Nov 29 2023 Mátyás Selmeci <matyas@cs.wisc.edu> - 1.125-1
6568- Update to IGTF 1.125 (SOFTWARE-5764)
6669
Original file line number Diff line number Diff line change 1- %define igtf_version 1.125
2- %define osg_version 1.116
3- %define release_num 3
1+ %define igtf_version 1.126
2+ %define osg_version 1.117
3+ %define release_num 1
44%define vtag %{osg_version }.igtf.%{igtf_version }-%{release_num }
55%define enable_trusted_sha1_certs 0
66
@@ -37,6 +37,7 @@ Obsoletes: osg-ca-certs-compat <= 1:1.37
3737RemovePathPostfixes: .trusted-cert
3838%endif
3939
40+
4041%description
4142For details about the current certificate release, see https://repo.opensciencegrid.org/cadist/ and change log at https://repo.opensciencegrid.org/cadist/CHANGES.
4243
@@ -102,6 +103,9 @@ mv certificates/* $RPM_BUILD_ROOT/etc/grid-security/certificates/
102103%endif
103104
104105%changelog
106+ * Wed Jan 3 2024 Matt Westphall <westphall@wisc.edu> - 1.117-1
107+ - Update to IGTF 1.126 (SOFTWARE-5790)
108+
105109* Thu Nov 30 2023 Mátyás Selmeci <matyas@cs.wisc.edu> - 1.116-3
106110- Provide grid-certificates in osg-ca-certs-java (SOFTWARE-5764)
107111
You can’t perform that action at this time.
0 commit comments