Re: [PATCH] gnu: lynx: Fix GnuTLS support.

2016-10-06 Thread ng0
Tobias Geerinckx-Rice writes: > [ Unknown signature status ] > On 07/10/16 03:56, Tobias Geerinckx-Rice wrote: >> Interestingly, >> >> $ lynx https://google.com >> >> works just fin— > > (In the interest of balance, > > $ lynx https://duckduckgo.com > > works just fin– as well.) > > Kind re

[PATCH] gnu: sane-backends: Update to 1.0.25

2016-10-06 Thread Al McElrath
Attached is a patch to update sane-backends to 1.0.25. I checked and the tests are still failing. >From deaf7c884363361b043e5b1008e30bfc84f7216c Mon Sep 17 00:00:00 2001 From: Al McElrath Date: Thu, 6 Oct 2016 12:01:31 -0700 Subject: [PATCH] gnu: sane-backends: Update to 1.0.25. * gnu/packages/s

Re: [PATCH] gnu: lynx: Fix GnuTLS support.

2016-10-06 Thread Tobias Geerinckx-Rice
On 07/10/16 03:56, Tobias Geerinckx-Rice wrote: > Interestingly, > > $ lynx https://google.com > > works just fin— (In the interest of balance, $ lynx https://duckduckgo.com works just fin– as well.) Kind regards, T G-R signature.asc Description: OpenPGP digital signature

Re: [PATCH] gnu: lynx: Fix GnuTLS support.

2016-10-06 Thread Tobias Geerinckx-Rice
Kei, On 07/10/16 03:28, Leo Famulari wrote: > On Thu, Oct 06, 2016 at 08:48:31PM -0400, Kei Kebreau wrote: >> HTTPS connections using lynx work on my machine with this patch. Would >> someone else like to see about this? > > Thanks for working on this! +1! On 07/10/16 03:28, Leo Famulari wrote:

Re: [PATCH] gnu: lynx: Fix GnuTLS support.

2016-10-06 Thread Leo Famulari
On Thu, Oct 06, 2016 at 08:48:31PM -0400, Kei Kebreau wrote: > HTTPS connections using lynx work on my machine with this patch. Would > someone else like to see about this? Thanks for working on this! It still fails for me, but in a different way than before [0]: - $ lynx https://famulari.na

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

2016-10-06 Thread 宋文武
l...@gnu.org (Ludovic Courtès) writes: > Hi! > > Andy Patterson skribis: > >> Here's the next round of the series. In addition to the changes proposed by >> 宋文武, I homogenized the phases of the compiled packages, in order to >> simplify transformations. I also added a package transformer system s

Re: [PATCH] gnu: Add epic5.

2016-10-06 Thread Leo Famulari
On Thu, Oct 06, 2016 at 10:02:18PM +, ng0 wrote: > Hi, > > you are probably busy so I'd like to ask if this requires further > changes or if it is good to go. Someone else can review it too. Can you submit a revised patch using 'non-copyleft' for the license? Or are there more packages on the

[PATCH] gnu: lynx: Fix GnuTLS support.

2016-10-06 Thread Kei Kebreau
HTTPS connections using lynx work on my machine with this patch. Would someone else like to see about this? From c18ab7b9c24f07ab86529d7f5f08f4dd21cea549 Mon Sep 17 00:00:00 2001 From: Kei Kebreau Date: Thu, 6 Oct 2016 20:38:39 -0400 Subject: [PATCH] gnu: lynx: Fix GnuTLS support. * gnu/packages/

gforth->forth, add colorforth for review

2016-10-06 Thread ng0
The following 2 patches move gforth.scm to forth.scm as originally intended and previously discussed here, and they also add colorforth. However for the lack of native 32bit or the author providing bad instructions (https://github.com/narke/colorForth) I need someone who either tells me this is

[PATCH 2/2] gnu: Add colorforth.

2016-10-06 Thread ng0
* gnu/packages/forth.scm (colorforth): New variable. --- gnu/packages/forth.scm | 38 ++ 1 file changed, 38 insertions(+) diff --git a/gnu/packages/forth.scm b/gnu/packages/forth.scm index 67de966..8f32455 100644 --- a/gnu/packages/forth.scm +++ b/gnu/packages/

[PATCH 1/2] gnu: Rename gforth module to forth.

2016-10-06 Thread ng0
* gnu/local.mk (GNU_SYSTEM_MODULES): Rename gforth.scm to forth.scm. * gnu/packages/gforth.scm: Rename file to forth.scm. * gnu/packages/forth.scm: Renamed from gforth.scm. --- gnu/local.mk | 2 +- gnu/packages/{gforth.scm => forth.scm} | 4 ++-- 2 files changed, 3 insert

Re: [PATCH] gnu: Add epic5.

2016-10-06 Thread ng0
Hi, you are probably busy so I'd like to ask if this requires further changes or if it is good to go. Someone else can review it too. Thanks ng0 writes: > Leo Famulari writes: > >> [ Unknown signature status ] >> On Sat, Sep 24, 2016 at 01:04:47PM +, ng0 wrote: >>> I tried to get ssl work

Re: 01/01: gnu: btrfs-progs: Update to 4.8.

2016-10-06 Thread Leo Famulari
On Wed, Oct 05, 2016 at 08:07:35PM +, Tobias Geerinckx-Rice wrote: > nckx pushed a commit to branch master > in repository guix. > > commit 151df6ab3dd15c1c8fba3347022ebcb7bc05a5d5 > Author: Tobias Geerinckx-Rice > Date: Wed Oct 5 22:06:46 2016 +0200 > > gnu: btrfs-progs: Update to 4.8

Re: OpenSSL security updates

2016-10-06 Thread Leo Famulari
On Thu, Oct 06, 2016 at 09:53:47PM +0200, Ludovic Courtès wrote: > Leo Famulari skribis: > > > 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): U

Re: [PATCH 2/2] gnu: tzdata: Use modify-phases

2016-10-06 Thread Leo Famulari
On Thu, Oct 06, 2016 at 09:36:37PM +0200, Ludovic Courtès wrote: > John Darrington skribis: > > > * gnu/packages/base.scm (tzdata)[arguments]: Replace alist- procedures > > with modify-phases > > OK for core-updates! I took the opportunity to update tzdata to the latest release, 2016g.

Re: [PATCH 2/2] gnu: Add gnome-clocks.

2016-10-06 Thread Ludovic Courtès
rennes skribis: > From fd784203294523120f09312ffe9699a4983e6156 Mon Sep 17 00:00:00 2001 > From: Rene Saavedra > Date: Sat, 1 Oct 2016 07:22:39 -0500 > Subject: [PATCH 2/2] gnu: Add gnome-clocks. > > * gnu/packages/gnome-clocks.scm (gnome-clocks): New variable. Could you please move it to

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

2016-10-06 Thread Ludovic Courtès
Hello, rennes skribis: > From 1d8368a12295c223626a3638d45e50a2043b980c Mon Sep 17 00:00:00 2001 > From: Rene Saavedra > Date: Sat, 1 Oct 2016 07:17:34 -0500 > Subject: [PATCH 1/2] gnu: Add gsound. > > * gnu/packages/gsound.scm (gsound): New variable. ^^ Extra space here. :-) I th

Re: [PACKAGE] musl libc

2016-10-06 Thread ng0
Hi, Vincent Legoll writes: >>> We usually don’t use the “gcc” package directly in Guix. Instead we use >>> “gcc-toolchain”, which also comes with a wrapper around the linker that >>> ensures that binaries are linked with libraries in the store, ensuring >>> that things generally just work™. >>>

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

2016-10-06 Thread Ludovic Courtès
Hi! Andy Patterson skribis: > Here's the next round of the series. In addition to the changes proposed by > 宋文武, I homogenized the phases of the compiled packages, in order to > simplify transformations. I also added a package transformer system similar to > package-with-python2. Finally, I deci

Re: [PATCH] doc: Add guide how to specify dependencies for Python packages

2016-10-06 Thread Ludovic Courtès
Hartmut Goebel skribis: > * doc/guix.texi (Python Modules): New sub-subsection "Specifying > Dependencies". Cool, thanks for working on it. > +@subsubsection Specifying Dependencies > +@cindex inputs, for Python packages > + > +@itemize Could you add a sentence or two before @itemize to give

Re: [PATCH 1/2] gnu: tzdata: Fix dangling symbolic link.

2016-10-06 Thread Danny Milosavljevic
> (symlink "." (string-append out "/share/zoneinfo/posix")) "..", no?

Re: [PATCH 3/3] gnu: lvm2: Make sure compiled objects are stripped.

2016-10-06 Thread Ludovic Courtès
Leo Famulari skribis: > * gnu/packages/linux.scm (lvm2)[arguments]: Add 'make-objects-writeable' > phase. OK, thanks! Ludo’.

Re: [PATCH 2/3] gnu: lvm2: Update to 2.02.166.

2016-10-06 Thread Ludovic Courtès
Leo Famulari skribis: > * gnu/packages/linux.scm (lvm2): Update to 2.02.166. OK!

Re: [PATCH 1/3] gnu: lvm2: Use 'modify-phases'.

2016-10-06 Thread Ludovic Courtès
Leo Famulari skribis: > * gnu/packages/linux.scm (lvm2)[arguments]: Use 'modify-phases'. OK!

Re: [PATCH] gnu: Add CUPS service.

2016-10-06 Thread Ludovic Courtès
Hello! Andy Wingo skribis: > * gnu/services/cups.scm: New file. > * gnu/local.mk (GNU_SYSTEM_MODULES): Add gnu/services/cups.scm. > * doc/guix.texi (Printing Services): New section. Awesome! > +One way you might want to customize CUPS is to enable or disable the web > interface. You can do t

Re: [PATCH] gnu: Add CUPS service.

2016-10-06 Thread Ludovic Courtès
Danny Milosavljevic skribis: >> + (define %cups-accounts >> + (list (user-group (name "cups") (system? #t)) >> +(user-account >> + (name "cups") >> + (group "cups") >> + (system? #t) >> + (comment "CUPS print server user") >> + (home-directory "/v

Re: OpenSSL security updates

2016-10-06 Thread Ludovic Courtès
Leo Famulari skribis: > 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

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

2016-10-06 Thread Ludovic Courtès
Hi! John Darrington skribis: > * 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. Minor issues, and a suggestion for the pipefs service: > +The @code{(gnu servic

Re: [PATCH 2/2] gnu: tzdata: Use modify-phases

2016-10-06 Thread Ludovic Courtès
John Darrington skribis: > * gnu/packages/base.scm (tzdata)[arguments]: Replace alist- procedures > with modify-phases OK for core-updates!

Re: [PATCH 1/2] gnu: tzdata: Fix dangling symbolic link.

2016-10-06 Thread Ludovic Courtès
John Darrington skribis: > * gnu/packages/base.scm (tzdata)[arguments]: Replace dangling symbolic link > with the correct path. > --- > gnu/packages/base.scm | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm > index a4768

Re: [PATCH] aarch64 support in isl

2016-10-06 Thread Ludovic Courtès
Efraim Flashner skribis: > This one is for core-updates. I've been carrying it around for months > and short of updating isl or running autoconf on it before building it's > needed for creating the cross-arch bootstrap tarballs. > > I'm still working on the aarch64 bootstrap binaries, still tryin

Re: [PATCH 1/1] gnu: libupnp: Fix CVE-2016-6255.

2016-10-06 Thread Ludovic Courtès
Leo Famulari skribis: > * gnu/packages/patches/libupnp-CVE-2016-6255.patch: New file. > * gnu/local.mk (dist_patch_DATA): Add it. > * gnu/packages/libupnp.scm (libupnp): Use it. [...] > +From d64d6a44906b5aa5306bdf1708531d698654dda5 Mon Sep 17 00:00:00 2001 > +From: Matthew Garrett > +Date: Tu

Re: Cosmetical change: remove inconsistent "$file ends here"?

2016-10-06 Thread ng0
Ludovic Courtès writes: > Alex Kost skribis: > >> ng0 (2016-09-24 20:00 +) wrote: >> >>> We should either be consistent with this in all files or remove this >>> altogether in my opinion. >>> ng0@shadowwalker ~/src/guix/guix-no-changes$ egrep -nr "ends here" gnu/build/vm.scm:323:;;

Re: Input needed regarding disk encryption/decryption

2016-10-06 Thread Hartmut Goebel
Am 06.10.2016 um 07:04 schrieb 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. I doubt this is possible without BIOS/UEFI support. And I'm not aware of any

[PATCH 2/2] gnu: tzdata: Use modify-phases

2016-10-06 Thread John Darrington
* gnu/packages/base.scm (tzdata)[arguments]: Replace alist- procedures with modify-phases --- gnu/packages/base.scm | 35 ++- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm index 52d8de3..0760c11 100644

[PATCH 1/2] gnu: tzdata: Fix dangling symbolic link.

2016-10-06 Thread John Darrington
* gnu/packages/base.scm (tzdata)[arguments]: Replace dangling symbolic link with the correct path. --- gnu/packages/base.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm index a476837..52d8de3 100644 --- a/gnu/packages/base

Re: gnu/system/u-boot.scm

2016-10-06 Thread David Craven
I don't think we need an extlinux and a grub configuration file. But we can probably improve the decoupling so that we don't need too much code repetition. Sorry, I got sidetracked with this. I've been working on rust, inox (terrible python errors: EOF found but object expected on import, racecond

Re: [PATCH] gnu: Add hdf-eos5.

2016-10-06 Thread Ludovic Courtès
Hi Thomas, Thomas Danckaert skribis: > you were right, there was a lot of room to simplify. This patch > modifies autotools' generated files, so there's no need for autoreconf > anymore. > > In the meantime, I discovered that the library can also build a > Fortran wrapper. I enabled this wrapp

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

2016-10-06 Thread 宋文武
Dmitry Nikolaev writes: > 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. Applied, thanks!

Re: [PATCH]Add ati support to xorg configuration.

2016-10-06 Thread 宋文武
Dmitry Nikolaev writes: > Hi. Without this patch I couldn't run X on my Radeon card. Applied, thanks! Just curious, does it work for you without firmwares?

Re: Input needed regarding disk encryption/decryption

2016-10-06 Thread Christopher Allan Webber
dian_ce...@zoho.com writes: > I am also pondering how to handle RAID and LVM at this time since all of > this is all fairly closely related, though I'm not going to make any claims of > responsibility for implementing anything other than disk encryption, and even > that isn't promised. > >

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

2016-10-06 Thread Amirouche Boubekki
On 2016-10-05 16:09, Pjotr Prins wrote: 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. Yeah! That is good news! I will prepare my slides (and finish my project ;)

Re: [PATCH]Add ati support to xorg configuration.

2016-10-06 Thread Marius Bakke
Dmitry Nikolaev writes: > Hi. Without this patch I couldn't run X on my Radeon card. Thanks! This looks good to me, but please add a commit message that follows our conventions. Check "git log --grep service" for examples. > Dmitry Nikolaev > From 25f8f50e1bd6efaee0008283ca1de8b1fe951d7e Mon Se

Re: [PATCH 0/7] Add pandoc-citeproc

2016-10-06 Thread Ricardo Wurmus
> gnu: ghc-streaming-commons: Remove standard packages from inputs. > gnu: Add ghc-hs-bibutils. > gnu: Add ghc-rfc5051. > gnu: Add ghc-conduit-extra. > gnu: Add ghc-xml-types. > gnu: Add ghc-xml-conduit. > gnu: Add ghc-pandoc-citeproc. I pushed this to master as eb0ff8a38257d61aee1c2

[PATCH] gnu: wpa-supplicant: Update to 2.6.

2016-10-06 Thread Marius Bakke
None of the patches applied, so I assume they are upstream. Tested locally. Please push if it's good. >From 28a85174650e5602364290f9b7d1259f4148bcf1 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Wed, 5 Oct 2016 04:08:46 +0100 Subject: [PATCH] gnu: wpa-supplicant: Update to 2.6. * gnu/packa

Re: Contents of /etc/hosts

2016-10-06 Thread Hartmut Goebel
Am 06.10.2016 um 02:57 schrieb John Darrington: >127.0.0.1 localhost >::1 localhost >127.0.0.1 gambrinus >::1 gambrinus > > Or am I missing something? > > Hmm. I have never seen it done this way elsewhere, and I really wonder how > some > ser

Re: Contents of /etc/hosts

2016-10-06 Thread Hartmut Goebel
Am 05.10.2016 um 20:31 schrieb John Darrington: > (shepherd-service-type >'host-name >(lambda (name) > (shepherd-service I suggest adding a comment here whether this is the bare hostname or the FQDN. > 127.0.0.2 gambrinus Now what happens if you "ping gambrinus"? -- Schönen Gruß

Re: [PATCH]Add PT Astra font.

2016-10-06 Thread Hartmut Goebel
Am 05.10.2016 um 23:06 schrieb Dmitry Nikolaev: > +(synopsis "A typeface metric compatible with Times New Roman.") AFAIK the synopsis should not start with an "A". Please verify be running guix lint font-pt-astra -- Schönen Gruß Hartmut Goebel Dipl.-Informatiker (univ), CISSP, CSSLP, ISO 2

Re: Input needed regarding disk encryption/decryption

2016-10-06 Thread dian_cecht
On Thu, Oct 06, 2016 at 07:04:14AM +0200, John Darrington wrote: > 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. I am looking at whole disk encryption as well as other opti

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

2016-10-06 Thread Ricardo Wurmus
Leo Famulari writes: > 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. Thanks for checking! It’s very much like “r-bsgenome-celegans-ucsc-ce6”, just a

Re: gnu/system/u-boot.scm

2016-10-06 Thread Danny Milosavljevic
Hi, so now that all of it works, I'd like to propose to change how it's done completely (muhahaha). Ludo wrote: > 2. (gnu system) should dispatch to either ‘grub-configuration-file’ or > ‘u-boot-configuration-file’ depending on whether the config > contains a ‘grub-configuration’ or

Re: CVE-2016-6255

2016-10-06 Thread Efraim Flashner
On Thu, Oct 06, 2016 at 02:16:26AM -0400, Leo Famulari wrote: > Subject: [PATCH 0/1] libupnp remote filesystem access CVE-2016-6255 > > You can use libupnp on a remote server to read and write the filesystem > with the privileges of the libupnp process: > > http://seclists.org/oss-sec/2016/q3/102