File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -671,6 +671,8 @@ More information: https://github.com/python/cpython/issues/81765
671671OpenSSL includes tests that will fail once some certificate has expired.
672672The workarounds from the GnuTLS section immediately below can be used.
673673
674+ For openssl-1.1.1l use 2022-05-01 as the date.
675+
674676### GnuTLS: test-suite FAIL: status-request-revoked
675677
676678*The derivation is likely identified by: `/gnu/store/vhphki5sg9xkdhh2pbc8gi6vhpfzryf0-gnutls-3.6.12.drv`*
@@ -705,11 +707,12 @@ authorized.
705707This workaround was described [here](https://issues.guix.gnu.org/44559#5).
706708
707709Basically:
708- 2. Turn off NTP
709- 3. Set system time to 2020-10-01
710- 4. guix build --no-substitutes /gnu/store/vhphki5sg9xkdhh2pbc8gi6vhpfzryf0-gnutls-3.6.12.drv
711- 5. Set system time back to accurate current time
712- 6. Turn NTP back on
710+
711+ 1. Turn off NTP
712+ 2. Set system time to 2020-10-01
713+ 3. guix build --no-substitutes /gnu/store/vhphki5sg9xkdhh2pbc8gi6vhpfzryf0-gnutls-3.6.12.drv
714+ 4. Set system time back to accurate current time
715+ 5. Turn NTP back on
713716
714717For example,
715718
You can’t perform that action at this time.
0 commit comments