[PATCH] gnu: Add pass.

2015-08-22 Thread Steve Sprang
I'm not sure if there's a good way to enable tests here, so they are currently disabled. -Steve From adef360ea4ec41aa23ec7aef43341c12bf27ca3c Mon Sep 17 00:00:00 2001 From: Steve Sprang Date: Sat, 22 Aug 2015 19:49:21 -0700 Subject: [PATCH] gnu: Add pass. * gnu/packages/password-utils.scm (pass)

Re: [PATCH] system: Make PAM use SHA-512 to encrypt passwords.

2015-08-22 Thread 宋文武
Mark H Weaver writes: >> 宋文武 writes: >> [...] >> To store the hashed passwords in '/etc/shadow' (0600) instead of >> '/etc/passwd' (0644), we should add 'shadow' to arguments too. > > Can you send an updated patch? Sure: >From 34a324e398c521954cc275211eabd44a92906aad Mon Sep 17 00:00:00 2001 Fr

Re: [PATCH] gnu: magit: Update to 2.2.0.

2015-08-22 Thread Alex Kost
Mark H Weaver (2015-08-22 20:31 +0300) wrote: > Alex Kost writes: > >> From 55e67d4f3867f11a77b9a91d4c3c54599846cc83 Mon Sep 17 00:00:00 2001 >> From: Alex Kost >> Date: Mon, 17 Aug 2015 21:44:40 +0300 >> Subject: [PATCH] gnu: magit: Update to 2.2.0. >> >> * gnu/packages/emacs.scm (magit): Updat

Re: [PATCH] system: Make PAM use SHA-512 to encrypt passwords.

2015-08-22 Thread Mark H Weaver
宋文武 writes: > 宋文武 writes: > >> Fixes . >> >> * gnu/system/linux.scm (unix-pam-service)[password]: Add 'sha512' >> to arguments. >> --- >> gnu/system/linux.scm | 5 - >> 1 file changed, 4 insertions(+), 1 deletion(-) >> >> diff --git a/gnu/system/linux.scm b/gnu

Re: [PATCH 1/2] gnu: magit-svn: Update to 2.1.0.

2015-08-22 Thread Mark H Weaver
Alex Kost writes: > Mark H Weaver (2015-08-22 05:34 +0300) wrote: > >> Alex Kost writes: >> >>> From dbc3edbb675b437eb179008c27565805fd6e8119 Mon Sep 17 00:00:00 2001 >>> From: Alex Kost >>> Date: Wed, 19 Aug 2015 22:57:08 +0300 >>> Subject: [PATCH 1/2] gnu: magit-svn: Update to 2.1.0. >> >> Ha

Re: [PATCH] gnu: magit: Update to 2.2.0.

2015-08-22 Thread Mark H Weaver
Alex Kost writes: > From 55e67d4f3867f11a77b9a91d4c3c54599846cc83 Mon Sep 17 00:00:00 2001 > From: Alex Kost > Date: Mon, 17 Aug 2015 21:44:40 +0300 > Subject: [PATCH] gnu: magit: Update to 2.2.0. > > * gnu/packages/emacs.scm (magit): Update to 2.2.0. > [inputs]: Remove 'git:gui'. > [propaga

Re: [PATCH] syscalls: Turn syscalls wrappers into procedures.

2015-08-22 Thread Mark H Weaver
Manolis Ragkousis writes: > From c2800b786f62c190b35e306e59af7a73a19094e0 Mon Sep 17 00:00:00 2001 > From: Manolis Ragkousis > Date: Fri, 21 Aug 2015 22:00:16 +0300 > Subject: [PATCH] syscalls: Turn syscalls wrappers into procedures. > > * guix/build/syscalls.scm (mount, umount, swapon, swapoff,

Re: [PATCH 2/2] gnu: git-modes: Update to 1.2.0.

2015-08-22 Thread Alex Kost
Mark H Weaver (2015-08-22 05:37 +0300) wrote: > Alex Kost writes: > >> From b2f3b8873f7243c13cbfdd8395c8adc9a5678418 Mon Sep 17 00:00:00 2001 >> From: Alex Kost >> Date: Wed, 19 Aug 2015 23:06:12 +0300 >> Subject: [PATCH 2/2] gnu: git-modes: Update to 1.2.0. > > [...] > >> - #:test-target

Re: [PATCH 1/2] gnu: magit-svn: Update to 2.1.0.

2015-08-22 Thread Alex Kost
Mark H Weaver (2015-08-22 05:34 +0300) wrote: > Alex Kost writes: > >> From dbc3edbb675b437eb179008c27565805fd6e8119 Mon Sep 17 00:00:00 2001 >> From: Alex Kost >> Date: Wed, 19 Aug 2015 22:57:08 +0300 >> Subject: [PATCH 1/2] gnu: magit-svn: Update to 2.1.0. > > Have you verified that magit-svn-

Re: [PATCH] system: Make PAM use SHA-512 to encrypt passwords.

2015-08-22 Thread 宋文武
宋文武 writes: > Fixes . > > * gnu/system/linux.scm (unix-pam-service)[password]: Add 'sha512' > to arguments. > --- > gnu/system/linux.scm | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/gnu/system/linux.scm b/gnu/system/linux.scm > index

[PATCH] system: Make PAM use SHA-512 to encrypt passwords.

2015-08-22 Thread 宋文武
Fixes . * gnu/system/linux.scm (unix-pam-service)[password]: Add 'sha512' to arguments. --- gnu/system/linux.scm | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnu/system/linux.scm b/gnu/system/linux.scm index 8c6..cc2eabe 100644 --- a/gn

[PATCH] gnu: shadow: Update to 4.2.1.

2015-08-22 Thread 宋文武
* gnu/packages/admin.scm (shadow): Update to 4.2.1. [source]: Use the release tarball. --- gnu/packages/admin.scm | 20 +--- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 9c48430..53cf65e 100644 --- a/gnu/pack

Re: [PATCH] syscalls: Turn syscalls wrappers into procedures.

2015-08-22 Thread Manolis Ragkousis
Resending the correct patch. From c2800b786f62c190b35e306e59af7a73a19094e0 Mon Sep 17 00:00:00 2001 From: Manolis Ragkousis Date: Fri, 21 Aug 2015 22:00:16 +0300 Subject: [PATCH] syscalls: Turn syscalls wrappers into procedures. * guix/build/syscalls.scm (mount, umount, swapon, swapoff, setns,

[PATCH] syscalls: Turn syscalls wrappers into procedures.

2015-08-22 Thread Manolis Ragkousis
In hurd there are some syscalls that are not available. By turning those scheme wrappers in procedures we can just delegate their evaluation till they are actually needed, thus bypassing the need for them to actually exist for now and enable guix to build on Hurd. From 1dbdd1f9908799ebc32854e91619c