mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-01 23:05:57 +02:00
gnu: wget: Update comment about test failures.
* gnu/packages/wget.scm (wget)[arguments]: Update comment.
This commit is contained in:
@@ -52,9 +52,13 @@
|
||||
(add-before 'check 'disable-https-tests
|
||||
(lambda _
|
||||
;; XXX: Skip TLS tests, which fail with "The
|
||||
;; certificate's owner does not match hostname" for
|
||||
;; obscure reasons reported at:
|
||||
;; <https://lists.gnu.org/archive/html/bug-wget/2017-06/msg00009.html>.
|
||||
;; certificate's owner does not match hostname" as
|
||||
;; reported at:
|
||||
;; <https://lists.gnu.org/archive/html/bug-wget/2017-07/msg00012.html>.
|
||||
;; The problem appears to be due to a change in GnuTLS
|
||||
;; 3.5.12, whereby 'gnutls_x509_crt_check_hostname2' no
|
||||
;; longer matches IP address against the 'CN' or
|
||||
;; 'DNSname' fields of certificates.
|
||||
(substitute* "testenv/Makefile"
|
||||
(("SSL_TESTS=1") ""))
|
||||
#t)))))
|
||||
|
||||
Reference in New Issue
Block a user