<
aboutsummaryrefslogtreecommitdiff
diff options
context:2022-08-04gnu: mako: Update to 1.7.1.muradm
2022-08-04gnu: gperftools: Update to 2.10.Greg Hogan
2022-08-04gnu: lldb: Update to 14.0.6.Greg Hogan
2022-08-04gnu: workrave: Update to 1.10.50.宋文武
2022-08-04gnu: tint2: Update to 17.0.2.Wamm K. D
2022-08-03gnu: lightdm-gtk-greeter: Set XCURSOR_PATH in wrapper.L p R n d n
2022-08-03gnu: lightdm-gtk-greeter: Disable indicator services.L p R n d n
2022-08-03gnu: lightdm-gtk-greeter: Use gexps and new style inputs.Maxim Cournoyer
2022-08-03gnu: lightdm: Update to 1.32.0.Maxim Cournoyer
2022-08-03gnu: lightdm: Enable XDMCP support.Maxim Cournoyer
2022-08-03gnu: lightdm: Build AccountsService files.L p R n d n
-rw-r--r--gnu/packages/tls.scm16
1 files changed, 14 insertions, 2 deletions
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 719da8e113..760b917768 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2012-2017, 2019-2023 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2012-2017, 2019-2024 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2014, 2015, 2016, 2017, 2018, 2021 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2014 Ian Denhardt <ian@zenhack.net>
;;; Copyright © 2013, 2015 Andreas Enge <andreas@enge.fr>
@@ -701,7 +701,19 @@ kilobytes of RAM.")
"/share/libressl-"
,(package-version this-package))
;; Provide a TLS-enabled netcat.
- "--enable-nc")))
+ "--enable-nc")
+
+ #:phases (modify-phases %standard-phases
+ (replace 'check
+ (lambda* (#:key tests? #:allow-other-keys)
+ (when tests?
+ ;; 'tests/tlstest.sh' started failing in 2024 due to
+ ;; an expired test certificate.
+ (invoke "datefudge" "2020-01-01"
+ "make" "check"
+ "-j" (number->string
+ (parallel-job-count)))))))))
+ (native-inputs (list datefudge))
(properties
`((release-monitoring-url . "https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/")))
(home-page "https://www.libressl.org/")
/guix/commit/gnu/packages?id=2eb2501d66d4f0d40e77aac6b0a15d5872f5848b'>gnu: Add gdb-12.Greg Hogan 2022-08-03gnu: libunwind: Fix license.Philip McGrath 2022-08-03gnu: mingw-w64-tools: Update to 10.0.0.Kaelyn Takata 2022-08-03gnu: mingw: Update to 10.0.0.Kaelyn Takata 2022-08-03gnu: Add texlive-everyshi.Fabio Natali 2022-08-03gnu: Add texlive-everysel.Fabio Natali 2022-08-03gnu: Add texlive-ragged2e.Fabio Natali 2022-08-03gnu: Add texlive-ltablex.Fabio Natali 2022-08-03gnu: Add texlive-tracklang.Fabio Natali 2022-08-03gnu: Add texlive-datetime2.Fabio Natali 2022-08-03gnu: Add texlive-pdflscape.Fabio Natali 2022-08-03gnu: Add texlive-pgfgantt.Fabio Natali 2022-08-03gnu: Add texlive-setspace.Fabio Natali 2022-08-03gnu: Add texlive-mdframed.Fabio Natali 2022-08-03gnu: xscreensaver: Don't read /proc/interrupts at configure time.Ludovic Courtès 2022-08-03gnu: xscreensaver: Remove custom 'configure' phase.Ludovic Courtès 2022-08-03gnu: ecl-legion: Disable tests.Guillaume Le Vaillant