me
/
guix
Archived
1
0
Fork 0

gnu: wget: Enable previously failing test.

* gnu/packages/wget.scm (wget)[arguments]: Remove custom phase skipping
SSL tests.
master
Efraim Flashner 2018-12-28 09:58:50 +02:00
parent 54d6096255
commit 4bc00b5631
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 15 deletions

View File

@ -55,21 +55,6 @@
(base32 (base32
"0a29qsqxkk8145vkyy35q5a1wc7qzwx3qj3gmfrkmi9xs96yhqqg")))) "0a29qsqxkk8145vkyy35q5a1wc7qzwx3qj3gmfrkmi9xs96yhqqg"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments
'(#:phases (modify-phases %standard-phases
(add-before 'check 'disable-https-tests
(lambda _
;; XXX: Skip TLS tests, which fail with "The
;; 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)))))
(inputs (inputs
`(("gnutls" ,gnutls) `(("gnutls" ,gnutls)
("libidn2" ,libidn2) ("libidn2" ,libidn2)