[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/11: gnu: signify: Complete update to 31.
From: |
guix-commits |
Subject: |
04/11: gnu: signify: Complete update to 31. |
Date: |
Mon, 7 Aug 2023 10:22:07 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 2bb0f9bac6cc37955251d9b3dc33cfa148de6ebe
Author: Timotej Lazar <timotej.lazar@araneo.si>
AuthorDate: Sat Jun 24 14:20:41 2023 +0200
gnu: signify: Complete update to 31.
* gnu/packages/crypto.scm (signify)[source]: Add snippet to delete
bundled libbsd.
[license]: Drop bsd-4 as it was replaced with bsd-3.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/crypto.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index 07e718feaf..7d9410a646 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -224,7 +224,9 @@ communication, encryption, decryption, signatures, etc.")
"/download/v" version "/signify-" version
".tar.xz"))
(sha256
(base32
- "0x1bipfphnyvf2kl7n9q4gawaglma79368vb8whama6lxsggsm8i"))))
+ "0x1bipfphnyvf2kl7n9q4gawaglma79368vb8whama6lxsggsm8i"))
+ (modules '((guix build utils)))
+ (snippet '(delete-file-recursively "libbsd"))))
(build-system gnu-build-system)
;; TODO Build with libwaive (described in README.md), to implement
something
;; like OpenBSD's pledge().
@@ -246,7 +248,7 @@ signatures using the elliptic curve Ed25519. This is a
Linux port of the
OpenBSD tool of the same name.")
;; This package includes third-party code that was originally released
under
;; various non-copyleft licenses. See the source files for clarification.
- (license (list license:bsd-3 license:bsd-4 license:expat license:isc
+ (license (list license:bsd-3 license:expat license:isc
license:public-domain (license:non-copyleft
"file://base64.c"
"See base64.c in the distribution for
- branch master updated (56667ee55c -> f1badc9406), guix-commits, 2023/08/07
- 01/11: services: Add 'file-database' service., guix-commits, 2023/08/07
- 05/11: gnu: Add kineto., guix-commits, 2023/08/07
- 06/11: gnu: Add tgs2png., guix-commits, 2023/08/07
- 02/11: services: Add 'package-database' service., guix-commits, 2023/08/07
- 03/11: gnu: autoconf-archive: Update to 2023.02.20., guix-commits, 2023/08/07
- 04/11: gnu: signify: Complete update to 31.,
guix-commits <=
- 08/11: gnu: praat: Update to 6.3.10., guix-commits, 2023/08/07
- 07/11: gnu: praat: Update to 6.1.49., guix-commits, 2023/08/07
- 11/11: gnu: praat: Honor #:tests?., guix-commits, 2023/08/07
- 09/11: gnu: praat: Add tests to praat., guix-commits, 2023/08/07
- 10/11: gnu: praat: Update style., guix-commits, 2023/08/07