Re: Input needed regarding disk encryption/decryption

2016-10-05 Thread John Darrington
I understood something different by "while disk encryption". I thought it meant encrypting the whole disk (partition table and all) not just the partitions on it. J' On Wed, Oct 05, 2016 at 07:56:23PM -0700, dian_ce...@zoho.com wrote: Hello, So apparently I've accidentilly

Input needed regarding disk encryption/decryption

2016-10-05 Thread dian_cecht
Hello, So apparently I've accidentilly volunteered to try and implement whole disk encryption for GuixSD, and for the last few days I've been pondering what all I'd need to handle for this. While the obvious low-hanging fruit is to simply support mounting LUKS devices (or anything under

Re: [PATCH]Add PT Astra font.

2016-10-05 Thread Rastus Vernon
On Thu, 2016-10-06 at 00:06 +0300, Dmitry Nikolaev wrote: > Hi. PT Astra is a free font metric compatible with proprietary Times > New > Roman. > > Dmitry Nikolaev According to the font file, the version is 1.001, not 1001.

[PATCH (3)] gnu: Add NFS related services (moved idmap.conf out of /etc, added texinfo markup to documentation, s/dir/directory)

2016-10-05 Thread John Darrington
* gnu/services/nfs.scm (pipefs-service-type): New Variable, (gss-service-type): New Variable, (idmap-service-type) New Variable. * doc/guix.texi (Network File system): New Node. --- doc/guix.texi| 100 ++-- gnu/services/nfs.scm | 127

Re: Contents of /etc/hosts

2016-10-05 Thread John Darrington
On Wed, Oct 05, 2016 at 10:17:14PM +0200, Ludovic Court??s wrote: Hi! John Darrington skribis: > So ... my recommendations: > > 1. We change /etc/hosts to read > > > 127.0.0.1 localhost.localdomain localhost

Re: OpenSSL security updates

2016-10-05 Thread Leo Famulari
On Mon, Sep 26, 2016 at 01:01:38PM -0400, Leo Famulari wrote: > Subject: [PATCH] gnu: openssl: Update replacement to 1.0.2j [fixes > CVE-2016-7052]. > > * gnu/packages/tls.scm (openssl): Update replacement to 1.0.2j. > (openssl-1.0.2i): Replace with... > (openssl-1.0.2j): ... new variable.

Re: [PATCH 0/8] Xorg security updates for the master branch

2016-10-05 Thread Leo Famulari
On Wed, Oct 05, 2016 at 05:38:12PM -0400, Leo Famulari wrote: > On Wed, Oct 05, 2016 at 11:17:20PM +0200, Ludovic Courtès wrote: > > (On core-updates it’s probably best to upgrade these libraries instead > > of patching them, as you wrote on IRC.) > > I'll send those in a couple hours. Done!

Re: [PATCH 2/2] gnu: Add bluefish.

2016-10-05 Thread rennes
Updated patch. Same here: This shout go into gnu/packages/gnome.scm. We do not add a file for every single application. +(synopsis "HTML editor") Could you pleae be a bit more verbose here. Deban says "advanced Gtk+ text editor for web and software development" Other distributions call

Re: [PATCH 1/2] gnu: Add gucharmap.

2016-10-05 Thread rennes
Hello, On 2016-10-05 04:36, Hartmut Goebel wrote: This shout go into gnu/packages/gnome.scm. We do not add a file for every single application. * I have updated the package. * This package also includes the UNICODE license, according to 'https://www.gnu.org/licenses/license-list'; It is

Re: [PATCH v2 01/13] build-system: Add asdf-build-system.

2016-10-05 Thread Andy Patterson
On Wed, 05 Oct 2016 12:55:51 +0800 iyzs...@member.fsf.org (宋文武) wrote: > Hi! I have spent more time wondering on this patch and ASDF, so here > are some questions, opinions and ideas (roughly). > Hi. Thanks again for your comments. > > * Makefile.am: Add them. > > Should be: Makefile.am

Re: [PATCH 0/1] Fix e2fsprogs build failure

2016-10-05 Thread Leo Famulari
On Wed, Oct 05, 2016 at 11:19:18PM +0200, Ludovic Courtès wrote: > Leo Famulari skribis: > > > On my machines, e2fsprogs fails to build with: > > > > "make[2]: *** No rule to make target '../lib/libss.so', needed by > > 'debugfs'. Stop." > > It’s a good idea to put this

Re: Are these paths important to fix/set to (in/out)puts?

2016-10-05 Thread Ludovic Courtès
Adonay Felipe Nogueira skribis: > Although I can barely understand what is written in these files, I see > paths pointing to "/usr" or simply to paths starting from "/". There are > others, however, that don't seem to be standard in GuixSD, but are still > tested for in

Re: [PATCH 0/8] Xorg security updates for the master branch

2016-10-05 Thread Leo Famulari
On Wed, Oct 05, 2016 at 11:17:20PM +0200, Ludovic Courtès wrote: > Leo Famulari skribis: > > > There is an Xorg security advisory: > > https://lists.freedesktop.org/archives/xorg/2016-October/058344.html > > > > This patch series applies the patches recommended by upstream

Re: [PATCH] gnu: Make "guix-devel" a public variable in package-management.scm

2016-10-05 Thread Ludovic Courtès
Hi, Chris Marusich skribis: > Here's a patch to address the following issue ('guix environment guix > doesn't provide guix dependencies'): > > https://lists.gnu.org/archive/html/guix-devel/2016-09/msg02118.html Thanks for looking into it! > I signed the commit with my

Re: [PATCH 1/1] gnu: json-c: Update to 0.12.1.

2016-10-05 Thread Ludovic Courtès
Leo Famulari skribis: > * gnu/packages/web.scm (json-c): Update to 0.12.1. OK!

Re: [PATCH 0/8] Xorg security updates for the master branch

2016-10-05 Thread Ludovic Courtès
Leo Famulari skribis: > There is an Xorg security advisory: > https://lists.freedesktop.org/archives/xorg/2016-October/058344.html > > This patch series applies the patches recommended by upstream using > grafts. > > Leo Famulari (8): > gnu: libx11: Fix

[PATCH] gnu: Add CUPS service.

2016-10-05 Thread Andy Wingo
* gnu/services/cups.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add gnu/services/cups.scm. * doc/guix.texi (Printing Services): New section. --- doc/guix.texi | 552 + gnu/local.mk | 1 + gnu/services/cups.scm | 833

Re: [PATCH 0/1] Fix e2fsprogs build failure

2016-10-05 Thread Ludovic Courtès
Leo Famulari skribis: > On my machines, e2fsprogs fails to build with: > > "make[2]: *** No rule to make target '../lib/libss.so', needed by > 'debugfs'. Stop." It’s a good idea to put this line as a comment in the code, but otherwise LGTM. Thanks! Ludo’.

[PATCH]Remove empty doc directory from Hack font installation.

2016-10-05 Thread Dmitry Nikolaev
Hi. Hack font original zip file does not contain any documentation about it, so empty doc directory in its installation is useless. This patch removes it. Dmitry Nikolaev From b85bb829aa5e8f8701e88c65c01b87976a7c5e1c Mon Sep 17 00:00:00 2001 From: 8p8c Date: Thu, 6 Oct

[PATCH]Add PT Astra font.

2016-10-05 Thread Dmitry Nikolaev
Hi. PT Astra is a free font metric compatible with proprietary Times New Roman. Dmitry Nikolaev From 1e037b8dbb4c2249849922dceb637ee58ad33c65 Mon Sep 17 00:00:00 2001 From: 8p8c Date: Thu, 6 Oct 2016 00:02:58 +0300 Subject: [PATCH] Add PT Astra font. ---

Re: mailmap: new address.

2016-10-05 Thread Leo Famulari
On Wed, Oct 05, 2016 at 09:55:23AM +, ng0 wrote: > Can someone apply this trivial patch? Thanks in advance. Done! > ng0 writes: > > > [ Unknown signature status ] > > This is in a patchset which is waiting for review, but as new patches > > get added, this should be

Re: [PATCH] Add Vc

2016-10-05 Thread Leo Famulari
On Mon, Oct 03, 2016 at 10:45:15AM +0200, Ricardo Wurmus wrote: > The rest looks good to me! Thanks! Thanks for the review. Pushed with your suggestions :)

Re: [PATCH] gnu: Add r-bsgenome-celegans-ucsc-ce10.

2016-10-05 Thread Leo Famulari
On Wed, Oct 05, 2016 at 02:27:20PM +0200, Ricardo Wurmus wrote: > * gnu/packages/bioinformatics.scm (r-bsgenome-celegans-ucsc-ce10): New > variable. Looks reasonable to this layperson.

Re: Contents of /etc/hosts

2016-10-05 Thread Ludovic Courtès
Hi! John Darrington skribis: > So ... my recommendations: > > 1. We change /etc/hosts to read > > > 127.0.0.1 localhost.localdomain localhost > ::1 localhost.localdomain localhost > > 127.0.0.2 gambrinus It’s not very useful to have

Re: [PATCH 0/8] Xorg security updates for the master branch

2016-10-05 Thread Leo Famulari
On Wed, Oct 05, 2016 at 01:55:53PM -0400, Leo Famulari wrote: > There is an Xorg security advisory: > https://lists.freedesktop.org/archives/xorg/2016-October/058344.html > > This patch series applies the patches recommended by upstream using > grafts. BTW, I'm looking for somebody who uses a

Contents of /etc/hosts

2016-10-05 Thread John Darrington
Further to discussions on #guix earlier this week ... Some of us are concerned about what we currently have in /etc/hosts viz: 127.0.0.1 localhost gambrinus ::1 localhost gambrinus (my machine is called "gambrinus") This is a problem becuase it means that "hostname -f" returns the wrong

[PATCH 5/8] gnu: libxrender: Fix CVE-2016-{7949,7950}.

2016-10-05 Thread Leo Famulari
* gnu/packages/patches/libxrender-CVE-2016-7949.patch, gnu/packages/patches/libxrender-CVE-2016-7950.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/xorg.scm (libxrender)[replacement]: New field. (libxrender/fixed): New variable. --- gnu/local.mk

[PATCH 7/8] gnu: libxv: Fix CVE-2016-5407.

2016-10-05 Thread Leo Famulari
* gnu/packages/patches/libxv-CVE-2016-5407.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/xorg.scm (libxv)[replacement]: New field. (libxv/fixed): New variable. --- gnu/local.mk | 1 + gnu/packages/patches/libxv-CVE-2016-5407.patch |

[PATCH 8/8] gnu: libxvmc: Fix CVE-2016-7953.

2016-10-05 Thread Leo Famulari
* gnu/packages/patches/libxvmc-CVE-2016-7953.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/xorg.scm (libxvmc)[replacement]: New field. (libxvmc/fixed): New variable. --- gnu/local.mk | 1 +

[PATCH 6/8] gnu: libxtst: Fix CVE-2016-{7951,7952}.

2016-10-05 Thread Leo Famulari
* gnu/packages/patches/libxtst-CVE-2016-7951-CVE-2016-7952.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/xorg.scm (libxtst)[replacement]: New field. (libxtst/fixed): New variable. --- gnu/local.mk | 1 +

[PATCH 4/8] gnu: libxrandr: Fix CVE-2016-{7947,7948}.

2016-10-05 Thread Leo Famulari
* gnu/packages/patches/libxrandr-CVE-2016-7947-CVE-2016-7948.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/xorg.scm (libxrandr)[replacement]: New field. (libxrandr/fixed): New variable. --- gnu/local.mk | 1 +

[PATCH 0/8] Xorg security updates for the master branch

2016-10-05 Thread Leo Famulari
There is an Xorg security advisory: https://lists.freedesktop.org/archives/xorg/2016-October/058344.html This patch series applies the patches recommended by upstream using grafts. Leo Famulari (8): gnu: libx11: Fix CVE-2016-{7942,7943}. gnu: libxfixes: Fix CVE-2016-7944. gnu: libxi: Fix

[PATCH 1/8] gnu: libx11: Fix CVE-2016-{7942,7943}.

2016-10-05 Thread Leo Famulari
* gnu/packages/patches/libx11-CVE-2016-7942.patch, gnu/packages/patches/libx11-CVE-2016-7943.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/xorg.scm (libx11)[replacement]: New field. (libx11/fixed): New variable. --- gnu/local.mk|

[PATCH 2/8] gnu: libxfixes: Fix CVE-2016-7944.

2016-10-05 Thread Leo Famulari
* gnu/packages/patches/libxfixes-CVE-2016-7944.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/xorg.scm (libxfixes)[replacement]: New field. (libxfixes/fixed): New variable. --- gnu/local.mk | 1 +

[PATCH 3/8] gnu: libxi: Fix CVE-2016-{7945,7946}.

2016-10-05 Thread Leo Famulari
* gnu/packages/patches/libxi-CVE-2016-7945-CVE-2016-7946.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/xorg.scm (libxi)[replacement]: New field. (libxi/fixed): New variable. --- gnu/local.mk | 1 +

Re: [PATCH v3] gnu: Add sunxi-tools.

2016-10-05 Thread Ludovic Courtès
Danny Milosavljevic skribis: > * gnu/packages/admin.scm (sunxi-tools): New variable. > --- > gnu/packages/admin.scm | 56 > ++ > 1 file changed, 56 insertions(+) Pushed, thanks! In the future, could you please avoid the

Re: master fails to system build (at-spi2-core? guix?)

2016-10-05 Thread Leo Famulari
On Wed, Oct 05, 2016 at 12:01:57AM +0200, Ricardo Wurmus wrote: > > ng0 writes: > > > ng0 writes: > > > >> So the build machine was still on guix-0.10something. I had to use > >> --fallback and while at-spi2-core is gone too, this machine fails > >>

Re: FOSDEM 2016 was awesome! Let's do FOSDEM 2017 (we are IN!)

2016-10-05 Thread Alex Sassmannshausen
W00t! Fantastic, well done :-) Alex Pjotr Prins writes: > Good news! > > We have just been informed that GNU Guile/Guix has a half day devroom > for FOSDEM 2017 again. > > https://fosdem.org/2017/ > > Book your resp. flights/trains/boats! > > Pj. > > On Tue, Aug 30, 2016 at 10:28:56AM

Re: [PATCH] gnu: Add hyperrogue.

2016-10-05 Thread Kei Kebreau
Alex Kost writes: > Kei Kebreau (2016-10-04 16:01 -0400) wrote: > > [...] >> All issues corrected! If you could check over it a second time to be >> sure, that would be appreciated. Thanks for your assistance! :-) > > I think it's OK now, thanks! > > And I've just lost an hour

[PATCH] gnu: lispf4: Remove it.

2016-10-05 Thread ng0
Drop lispf4. This will close the currently open bug on it. https://lists.gnu.org/archive/html/guix-devel/2016-10/msg00224.html

Re: [PATCH 2/2] gnu: lispf4: Fix the searchpath for SYSATOMS.

2016-10-05 Thread ng0
Ricardo Wurmus writes: > ng0 writes: > >> ng0 writes: >> >>> Hi, >>> >>> thanks for trying to help with this. >>> >>> Ricardo Wurmus writes: >>> ng0 writes: > *

Re: [PATCH 2/2] gnu: lispf4: Fix the searchpath for SYSATOMS.

2016-10-05 Thread Ricardo Wurmus
ng0 writes: > ng0 writes: > >> Hi, >> >> thanks for trying to help with this. >> >> Ricardo Wurmus writes: >> >>> ng0 writes: >>> * gnu/packages/lisp.scm (lispf4)[arguments]: Fix the searchpath for

Re: [PATCH] gnu: lispf4 fixes.

2016-10-05 Thread ng0
ng0 writes: > ng0 writes: > >> ng0 writes: >> >>> [PATCH 1/2] gnu: lispf4: Remove prebuilt binaries. >>> >>> This patch can be applied, it is finished. >>> >>> [PATCH 2/2] gnu: lispf4: Fix the searchpath for SYSATOMS. >> >>

Re: [PATCH] gnu: lispf4 fixes.

2016-10-05 Thread ng0
ng0 writes: > ng0 writes: > >> [PATCH 1/2] gnu: lispf4: Remove prebuilt binaries. >> >> This patch can be applied, it is finished. >> >> [PATCH 2/2] gnu: lispf4: Fix the searchpath for SYSATOMS. > > PATCH 2/2 is now: Fix the reference to SYSATOMS,

Re: mailmap: new address.

2016-10-05 Thread ng0
Can someone apply this trivial patch? Thanks in advance. ng0 writes: > [ Unknown signature status ] > This is in a patchset which is waiting for review, but as new patches > get added, this should be applied. > I am retiring my own domains next year, falling back to my

Re: [PATCH 1/2] gnu: Add gucharmap.

2016-10-05 Thread Hartmut Goebel
Am 05.10.2016 um 04:23 schrieb ren...@openmailbox.org: > +(synopsis "Character Map") Again, please be a bit more verbose. I do not even understand what a "Character map" is (maybe this is an English idiom, but I'm no native speaker.) Debian calls it "Unicode character picker and font

Re: [PATCH 2/2] gnu: Add bluefish.

2016-10-05 Thread Hartmut Goebel
Am 05.10.2016 um 04:27 schrieb ren...@openmailbox.org: > * gnu/packages/bluefish.scm (bluefish): New variable. Same here: This shout go into gnu/packages/gnome.scm. We do not add a file for every single application. +(synopsis "HTML editor") Could you pleae be a bit more verbose

Re: [PATCH 2/2] gnu: lispf4: Fix the searchpath for SYSATOMS.

2016-10-05 Thread ng0
ng0 writes: > Hi, > > thanks for trying to help with this. > > Ricardo Wurmus writes: > >> ng0 writes: >> >>> * gnu/packages/lisp.scm (lispf4)[arguments]: Fix the searchpath for >>> SYSATOMS. >>> --- >>> gnu/packages/lisp.scm |

Re: [PATCH 2/2] gnu: lispf4: Fix the searchpath for SYSATOMS.

2016-10-05 Thread ng0
Hi, thanks for trying to help with this. Ricardo Wurmus writes: > ng0 writes: > >> * gnu/packages/lisp.scm (lispf4)[arguments]: Fix the searchpath for SYSATOMS. >> --- >> gnu/packages/lisp.scm | 14 +- >> 1 file changed, 13 insertions(+),

Re: [PATCH] gnu: Add hyperrogue.

2016-10-05 Thread Alex Kost
Kei Kebreau (2016-10-04 16:01 -0400) wrote: [...] > All issues corrected! If you could check over it a second time to be > sure, that would be appreciated. Thanks for your assistance! :-) I think it's OK now, thanks! And I've just lost an hour playing this game :-) > From

Re: [PATCH 2/2] gnu: lispf4: Fix the searchpath for SYSATOMS.

2016-10-05 Thread Ricardo Wurmus
ng0 writes: > * gnu/packages/lisp.scm (lispf4)[arguments]: Fix the searchpath for SYSATOMS. > --- > gnu/packages/lisp.scm | 14 +- > 1 file changed, 13 insertions(+), 1 deletion(-) > > diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm > index