guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/06: gnu: Explicitly use OpenSSL 1.1 in packages that don't support 3.


From: guix-commits
Subject: 03/06: gnu: Explicitly use OpenSSL 1.1 in packages that don't support 3.0.
Date: Sun, 18 Sep 2022 10:21:26 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 2104efcddfd7649839673886ec44f77dcd5b5041
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Sep 10 19:50:42 2022 +0200

    gnu: Explicitly use OpenSSL 1.1 in packages that don't support 3.0.
    
    * gnu/packages/php.scm (php)[inputs]: Change from OPENSSL to OPENSSL-1.1.
    * gnu/packages/ntp.scm (ntp)[inputs]: Likewise.
---
 gnu/packages/ntp.scm | 2 +-
 gnu/packages/php.scm | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ntp.scm b/gnu/packages/ntp.scm
index b942703ff3..a27c1c6a12 100644
--- a/gnu/packages/ntp.scm
+++ b/gnu/packages/ntp.scm
@@ -155,7 +155,7 @@ time-stamping or reference clock, sub-microsecond accuracy 
is possible.")
            #t))))
    (native-inputs (list which pkg-config))
    (inputs
-    `(("openssl" ,openssl)
+    `(("openssl" ,openssl-1.1)
       ("libevent" ,libevent)
       ;; Build with POSIX capabilities support on GNU/Linux.  This allows 
'ntpd'
       ;; to run as non-root (when invoked with '-u'.)
diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm
index fdea27160d..645a8edee1 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -381,7 +381,7 @@
        ("libzip" ,libzip)
        ("oniguruma" ,oniguruma)
        ("openldap" ,openldap)
-       ("openssl" ,openssl)
+       ("openssl" ,openssl-1.1)
        ("pcre" ,pcre2)
        ("postgresql" ,postgresql)
        ("readline" ,readline)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]