* [PATCH 0/1] Cryptsetup update
@ 2016-10-03 7:48 Leo Famulari
2016-10-03 7:48 ` [PATCH 1/1] gnu: cryptsetup: Update to 1.7.2 Leo Famulari
0 siblings, 1 reply; 3+ messages in thread
From: Leo Famulari @ 2016-10-03 7:48 UTC (permalink / raw)
To: guix-devel
This updates cryptsetup to the latest upstream release. There are many
changes but none that stand out. Here are the release notes:
https://gitlab.com/cryptsetup/cryptsetup/tree/master/docs
Here is the notice about moving to GitLab:
https://gitlab.com/cryptsetup/cryptsetup/blob/master/docs/v1.6.7-ReleaseNotes
Leo Famulari (1):
gnu: cryptsetup: Update to 1.7.2.
gnu/packages/cryptsetup.scm | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
--
2.10.0
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/1] gnu: cryptsetup: Update to 1.7.2.
2016-10-03 7:48 [PATCH 0/1] Cryptsetup update Leo Famulari
@ 2016-10-03 7:48 ` Leo Famulari
2016-10-04 8:45 ` Ludovic Courtès
0 siblings, 1 reply; 3+ messages in thread
From: Leo Famulari @ 2016-10-03 7:48 UTC (permalink / raw)
To: guix-devel
* gnu/packages/cryptsetup.scm (cryptsetup): Update to 1.7.2.
[source]: Use kernel mirror.
[home-page]: Update URL.
---
gnu/packages/cryptsetup.scm | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/cryptsetup.scm b/gnu/packages/cryptsetup.scm
index 725a397..0c8efce 100644
--- a/gnu/packages/cryptsetup.scm
+++ b/gnu/packages/cryptsetup.scm
@@ -21,6 +21,7 @@
#:use-module (guix packages)
#:use-module (guix download)
#:use-module (guix build-system gnu)
+ #:use-module (guix utils)
#:use-module (gnu packages)
#:use-module (gnu packages gnupg)
#:use-module (gnu packages popt)
@@ -30,14 +31,15 @@
(define-public cryptsetup
(package
(name "cryptsetup")
- (version "1.6.1")
+ (version "1.7.2")
(source (origin
(method url-fetch)
- (uri (string-append "http://cryptsetup.googlecode.com/files/cryptsetup-"
- version ".tar.bz2"))
+ (uri (string-append "mirror://kernel.org/linux/utils/cryptsetup/v"
+ (version-major+minor version)
+ "/" name "-" version ".tar.xz"))
(sha256
(base32
- "170lalkhh2fa316d12i6r7jprm0yss3c949d91069sq37ik6xwxs"))))
+ "0hikwkkj692c955k29c4zixj8wp8k3z17jc6ihb4j5qcbyzmvcyv"))))
(build-system gnu-build-system)
(inputs
`(("libgcrypt" ,libgcrypt)
@@ -55,4 +57,4 @@ passwords. In contrast to existing solutions, LUKS stores all setup necessary
setup information in the partition header, enabling the users to transport
or migrate their data seamlessly.")
(license license:gpl2)
- (home-page "http://code.google.com/p/cryptsetup/")))
+ (home-page "https://gitlab.com/cryptsetup/cryptsetup")))
--
2.10.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-10-04 8:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-03 7:48 [PATCH 0/1] Cryptsetup update Leo Famulari
2016-10-03 7:48 ` [PATCH 1/1] gnu: cryptsetup: Update to 1.7.2 Leo Famulari
2016-10-04 8:45 ` Ludovic Courtès
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.