Skip to content

Commit a0fbc5a

Browse files
authored
Merge pull request #34 from mwestphall/SOFTWARE-6146-igtf-1.135
SOFTWARE-6146: Update to IGTF-1.135
2 parents 1ebb3b2 + 38986dd commit a0fbc5a

File tree

3 files changed

+31
-4
lines changed

3 files changed

+31
-4
lines changed

CHANGES

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,27 @@ the VDT, then please refer to this link:
88
http://vdt.cs.wisc.edu/releases/certs/ca_changes.txt
99
OSG CA Package in new format (md5, sha1 hashes) to support openssl 1.x
1010

11+
Changes from 1.134 to 1.135
12+
---------------------------
13+
Build 7 MAY 2025
14+
15+
* Updated SlovakGrid trust anchor with extended validity (SK)
16+
* Withdrawn discontinued HPCI CA (JP)
17+
18+
NOTE: the _default_ package signing key has changed to the 4th generation
19+
for increased security and compatibility. The new key is a 2048 bit
20+
RSA with fingerprint 565F4528EAD3F53727B5A2E9B055005676341F1A.
21+
The GPG public key file can be retrieved from
22+
https://dl.igtf.net/distribution/current/GPG-KEY-EUGridPMA-RPM-4
23+
and imported on rpm-based distributions with 'rpmkeys --import <file>'
24+
or on Debian (apt) based systems set in Signed-By in sources.list or
25+
added as a file in /etc/apt/trusted.gpg.d/
26+
27+
This change was first announced in the 1.122 release (August 2023),
28+
but a distribution signed with the generation-3 key remains available.
29+
A signature of the gen-4 key signed by the gen-3 GPG key is available
30+
from https://dl.igtf.net/distribution/current/ for validation.
31+
1132
Changes from 1.133 to 1.134
1233
---------------------------
1334
Build 6 MAR 2025

rpm/igtf-ca-certs.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
%define igtf_version 1.134
2-
%define osg_version 1.134
1+
%define igtf_version 1.135
2+
%define osg_version 1.135
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 May 07 2025 Matt Westphall <[email protected]> - 1.135-1
65+
- Update to IGTF 1.135 (SOFTWARE-6146)
66+
6467
* Thu Mar 06 2025 Mátyás Selmeci <[email protected]> - 1.134-1
6568
- Update to IGTF 1.134 (SOFTWARE-6101)
6669

rpm/osg-ca-certs.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
%define igtf_version 1.134
2-
%define osg_version 1.134
1+
%define igtf_version 1.135
2+
%define osg_version 1.135
33
%define release_num 1
44
%define vtag %{osg_version}.igtf.%{igtf_version}-%{release_num}
55
%define enable_trusted_sha1_certs 0
@@ -103,6 +103,9 @@ mv certificates/* $RPM_BUILD_ROOT/etc/grid-security/certificates/
103103
%endif
104104

105105
%changelog
106+
* Wed May 07 2025 Matt Westphall <[email protected]> - 1.135-1
107+
- Update to IGTF 1.135 (SOFTWARE-6146)
108+
106109
* Thu Mar 06 2025 Mátyás Selmeci <[email protected]> - 1.134-1
107110
- Update to IGTF 1.134 (SOFTWARE-6101)
108111

0 commit comments

Comments
 (0)