Skip to content

Commit ad80f9f

Browse files
committed
SOFTWARE-5790: update to igtf-126
1 parent bdd481a commit ad80f9f

3 files changed

Lines changed: 16 additions & 39 deletions

File tree

CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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
99
OSG 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) ===========
1318
Built 29 NOV 2023

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.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

rpm/osg-ca-certs.spec

Lines changed: 6 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

@@ -33,26 +33,10 @@ Conflicts: osg-ca-scripts
3333
Obsoletes: vdt-ca-certs
3434
Obsoletes: osg-ca-certs-experimental
3535
Obsoletes: osg-ca-certs-compat <= 1:1.37
36-
%if 0%{?rhel} >= 8
37-
RemovePathPostfixes: .trusted-cert
38-
%endif
3936

4037
%description
4138
For details about the current certificate release, see https://repo.opensciencegrid.org/cadist/ and change log at https://repo.opensciencegrid.org/cadist/CHANGES.
4239

43-
%if 0%{?rhel} >= 8
44-
%package java
45-
Summary: Java-compatible SHA1 certs for %{name}
46-
BuildArch: noarch
47-
Conflicts: osg-ca-scripts
48-
Provides: grid-certificates = 7
49-
50-
RemovePathPostfixes: .java-cert
51-
52-
%description java
53-
For details about the current certificate release, see https://repo.opensciencegrid.org/cadist/ and change log at https://repo.opensciencegrid.org/cadist/CHANGES.
54-
%endif
55-
5640
%prep
5741
%setup -n osg-certificates-%{vtag}
5842
%setup -D -n osg-certificates-%{vtag} -a 1
@@ -67,16 +51,6 @@ export PKG_NAME=%{name}
6751

6852
./build-certificates-dir.sh
6953

70-
%if 0%{?rhel} >= 8
71-
%if 0%{?enable_trusted_sha1_certs}
72-
./add-trusted-sha1-certs.sh certificates trusted-cert java-cert
73-
%else
74-
# We still want to make the osg-ca-certs and osg-ca-certs-java RPMs
75-
find certificates -name "*.pem" -exec cp '{}' '{}.java-cert' ';'
76-
find certificates -name "*.pem" -exec mv '{}' '{}.trusted-cert' ';'
77-
%endif
78-
%endif
79-
8054
%install
8155
mkdir -p $RPM_BUILD_ROOT/etc/grid-security/certificates
8256
mv certificates/* $RPM_BUILD_ROOT/etc/grid-security/certificates/
@@ -93,15 +67,10 @@ mv certificates/* $RPM_BUILD_ROOT/etc/grid-security/certificates/
9367
/etc/grid-security/certificates/*
9468
%doc
9569

96-
%if 0%{?rhel} >= 8
97-
%files java
98-
%defattr(0644,root,root,-)
99-
%dir %attr(0755,root,root) /etc/grid-security/certificates
100-
/etc/grid-security/certificates/*
101-
%doc
102-
%endif
103-
10470
%changelog
71+
* Wed Jan 3 2024 Matt Westphall <westphall@wisc.edu> - 1.117-1
72+
- Update to IGTF 1.126, remove java certs again (SOFTWARE-5790)
73+
10574
* Thu Nov 30 2023 Mátyás Selmeci <matyas@cs.wisc.edu> - 1.116-3
10675
- Provide grid-certificates in osg-ca-certs-java (SOFTWARE-5764)
10776

0 commit comments

Comments
 (0)