GNU bug report logs - #49091
[PATCH] gnu: php: Build sodium.

Previous Next

Package: guix-patches;

Reported by: Aljosha Papsch <ep <at> stern-data.com>

Date: Fri, 18 Jun 2021 15:17:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 49091 in the body.
You can then email your comments to 49091 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#49091; Package guix-patches. (Fri, 18 Jun 2021 15:17:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Aljosha Papsch <ep <at> stern-data.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 18 Jun 2021 15:17:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Aljosha Papsch <ep <at> stern-data.com>
To: guix-patches <at> gnu.org
Cc: Aljosha Papsch <ep <at> stern-data.com>
Subject: [PATCH] gnu: php: Build sodium.
Date: Fri, 18 Jun 2021 14:22:57 +0200
* gnu/packages/php.scm (php): Build sodium extension.
---
 gnu/packages/php.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm
index 71e4f5ca5e..4edff2cfd8 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -28,6 +28,7 @@
   #:use-module (gnu packages base)
   #:use-module (gnu packages bison)
   #:use-module (gnu packages compression)
+  #:use-module (gnu packages crypto)
   #:use-module (gnu packages curl)
   #:use-module (gnu packages cyrus-sasl)
   #:use-module (gnu packages databases)
@@ -104,6 +105,7 @@
                ;; now uses the Aspell library.
                (with "--with-pspell" "aspell")
                (with "--with-readline" "readline")
+               (with "--with-sodium" "libsodium")
                (with "--with-sqlite3" "sqlite")
                (with "--with-tidy" "tidy")
                (with "--with-xsl" "libxslt")
@@ -359,6 +361,7 @@
        ("icu4c" ,icu4c)
        ("libgcrypt" ,libgcrypt)
        ("libpng" ,libpng)
+       ("libsodium" ,libsodium)
        ("libxml2" ,libxml2)
        ("libxslt" ,libxslt)
        ("libx11" ,libx11)
-- 
2.32.0





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Sat, 26 Jun 2021 21:22:02 GMT) Full text and rfc822 format available.

Notification sent to Aljosha Papsch <ep <at> stern-data.com>:
bug acknowledged by developer. (Sat, 26 Jun 2021 21:22:02 GMT) Full text and rfc822 format available.

Message #10 received at 49091-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Aljosha Papsch <ep <at> stern-data.com>
Cc: 49091-done <at> debbugs.gnu.org
Subject: Re: bug#49091: [PATCH] gnu: php: Build sodium.
Date: Sat, 26 Jun 2021 23:20:57 +0200
Hi,

Aljosha Papsch <ep <at> stern-data.com> skribis:

> * gnu/packages/php.scm (php): Build sodium extension.

Applied, thanks!

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 25 Jul 2021 11:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 328 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.