Add support for intermediate certificates
This commit is contained in:
parent
9fa55abb4b
commit
4efbf707c2
1079
net-snmp-5.9-intermediate-certs.patch
Normal file
1079
net-snmp-5.9-intermediate-certs.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -54,6 +54,7 @@ Patch24: net-snmp-5.8-asn-parse-nlength.patch
|
|||||||
Patch25: net-snmp-5.8-clientaddr-error-message.patch
|
Patch25: net-snmp-5.8-clientaddr-error-message.patch
|
||||||
Patch26: net-snmp-5.8-empty-passphrase.patch
|
Patch26: net-snmp-5.8-empty-passphrase.patch
|
||||||
Patch27: net-snmp-5.9-ECC-cert.patch
|
Patch27: net-snmp-5.9-ECC-cert.patch
|
||||||
|
Patch28: net-snmp-5.9-intermediate-certs.patch
|
||||||
|
|
||||||
# Modern RPM API means at least EL6
|
# Modern RPM API means at least EL6
|
||||||
Patch101: net-snmp-5.8-modern-rpm-api.patch
|
Patch101: net-snmp-5.8-modern-rpm-api.patch
|
||||||
@ -232,6 +233,7 @@ cp %{SOURCE10} .
|
|||||||
%patch25 -p1 -b .clientaddr-error-message
|
%patch25 -p1 -b .clientaddr-error-message
|
||||||
%patch26 -p1 -b .empty-passphrase
|
%patch26 -p1 -b .empty-passphrase
|
||||||
%patch27 -p1 -b .ECC-cert
|
%patch27 -p1 -b .ECC-cert
|
||||||
|
%patch28 -p1 -b .intermediate-certs
|
||||||
|
|
||||||
%patch101 -p1 -b .modern-rpm-api
|
%patch101 -p1 -b .modern-rpm-api
|
||||||
%patch102 -p1
|
%patch102 -p1
|
||||||
@ -501,6 +503,7 @@ LD_LIBRARY_PATH=%{buildroot}/%{_libdir} make test
|
|||||||
%changelog
|
%changelog
|
||||||
* Thu Jan 28 2021 Josef Ridky <jridky@redhat.com> - 1:5.9-6
|
* Thu Jan 28 2021 Josef Ridky <jridky@redhat.com> - 1:5.9-6
|
||||||
- add support for digests detected from ECC certificates
|
- add support for digests detected from ECC certificates
|
||||||
|
- add support for intermediate certificates
|
||||||
|
|
||||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.9-5
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.9-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user