Re: netcat-openbsd implementations

2016-12-26 Thread Aron Xu
Hi there, On Tue, Jul 12, 2016 at 5:19 PM, Ludovic Courtès wrote: > Hi, > > ng0 skribis: > >> Aron Xu writes: > > [...] > >>> I don't treat this netcat-openbsd a full fork even if it's targeting >>> an older revision at the moment. Also, maintaining patches are very >>> easy using the git-buildp

Re: pycrypto buffer overflow (potentially affects onionshare and other packages)

2016-12-26 Thread Leo Famulari
On Mon, Dec 26, 2016 at 01:08:44PM -0500, Leo Famulari wrote: > On Mon, Dec 26, 2016 at 12:43:44PM -0500, Leo Famulari wrote: > > The list of our packages that use pycrypto: > > [...] > > > onionshare-0.9.2 > > This comes through python-stem. I've contacted the stem maintainer about > this issue

Re: [PATCH] gnu: awesome: Update to 4.0.

2016-12-26 Thread Leo Famulari
On Mon, Dec 26, 2016 at 08:53:40PM +, ng0 wrote: > * gnu/packages/wm.scm (awesome): Update to 4.0. > [source]: Adjust to new upstream location. > [inputs]: Add 'xcb-util-xrm' and 'libxkbcommon' to inputs. > * gnu/packages/patches/awesome-reproducible-png.patch: Update it. Thanks, pushed!

Re: Per-package updaters?

2016-12-26 Thread Ben Woodcroft
Hi Ricardo, On 27/12/16 01:00, Ricardo Wurmus wrote: Hi Guix, we have a couple of generic package updaters (CPAN, CRAN, Bioconductor, Github, GNU, etc), but they don’t nearly cover all of our packages. I wonder if we should add one-off updaters for individual packages that don’t fall into any

Re: Update awesome-wm to 4.0

2016-12-26 Thread ng0
ng0 writes: > I have and will not mention the new download location as it is obvious from > reading https://awesomewm.org/download/ ... Update builds okay, I will > transfer the patch to my testing computer and see if it turns out to work > okay. > > > Confirmed working on my testing computer

[PATCH] gnu: awesome: Update to 4.0.

2016-12-26 Thread ng0
* gnu/packages/wm.scm (awesome): Update to 4.0. [source]: Adjust to new upstream location. [inputs]: Add 'xcb-util-xrm' and 'libxkbcommon' to inputs. * gnu/packages/patches/awesome-reproducible-png.patch: Update it. --- gnu/packages/patches/awesome-reproducible-png.patch | 4 ++-- gnu/packages/wm

Update awesome-wm to 4.0

2016-12-26 Thread ng0
I have and will not mention the new download location as it is obvious from reading https://awesomewm.org/download/ ... Update builds okay, I will transfer the patch to my testing computer and see if it turns out to work okay.

Re: [PATCH] gnu: Add httpstat.

2016-12-26 Thread Stefan Reichör
Hi Marius! > Stefan Reichör writes: > >> From 06958884c4a29f43b9ade58a950b95bf9046d9f4 Mon Sep 17 00:00:00 2001 >> From: Stefan Reichoer >> Date: Fri, 23 Dec 2016 22:06:15 +0100 >> Subject: [PATCH] gnu: Add httpstat. >> >> * gnu/packages/networking.scm (httpstat): New variable. >> --- >> gnu/pa

Re: Staging freeze

2016-12-26 Thread Leo Famulari
On Fri, Dec 23, 2016 at 07:00:38AM +0100, John Darrington wrote: > On Fri, Dec 23, 2016 at 12:23:39AM -0500, Leo Famulari wrote: > The last staging branch was merged into the master branch on December > 11. > > According to the 3 week staging cycle we are trying to adhere to [0

Re: pycrypto buffer overflow (potentially affects onionshare and other packages)

2016-12-26 Thread Leo Famulari
On Mon, Dec 26, 2016 at 12:43:44PM -0500, Leo Famulari wrote: > The list of our packages that use pycrypto: [...] > onionshare-0.9.2 This comes through python-stem. I've contacted the stem maintainer about this issue. signature.asc Description: PGP signature

pycrypto buffer overflow (potentially affects onionshare and other packages)

2016-12-26 Thread Leo Famulari
The pycrypto library contains at least one dangerous buffer overflow: https://github.com/dlitz/pycrypto/issues/176 And the pycrypto project is inactive: https://github.com/dlitz/pycrypto/issues/173 The list of our packages that use pycrypto: python-axolotl-0.1.35 onionshare-0.9.2 python-flask-

Re: Dormant WIP (please take over): Add Tahoe-LAFS and various packages

2016-12-26 Thread ng0
Hi, Adonay Felipe Nogueira writes: > This is one of my dormant works in progress. > > It wasn't touched since around October 3rd. Feel free to insert any > copyright notices that are missing. > > I'm unable to continue it due to: > > * My lack in programming skills. > * Important phases failing.

Re: Fwd: [curl] Re: configure: --with-libidn or --with-libidn2?

2016-12-26 Thread Leo Famulari
On Mon, Dec 26, 2016 at 05:10:50PM +, ng0 wrote: > Leo Famulari writes: > > > On Mon, Dec 26, 2016 at 01:59:22PM +, ng0 wrote: > >> It seems as if curl can be build with libidn2 now and they have > >> addressed the bug which existed for a while. I will check with > >> upstream and send in

Re: Fwd: [curl] Re: configure: --with-libidn or --with-libidn2?

2016-12-26 Thread ng0
Leo Famulari writes: > On Mon, Dec 26, 2016 at 01:59:22PM +, ng0 wrote: >> It seems as if curl can be build with libidn2 now and they have >> addressed the bug which existed for a while. I will check with >> upstream and send in a fix for our curl package once I am sure >> that the old bug ha

Re: Fwd: [curl] Re: configure: --with-libidn or --with-libidn2?

2016-12-26 Thread Leo Famulari
On Mon, Dec 26, 2016 at 01:59:22PM +, ng0 wrote: > It seems as if curl can be build with libidn2 now and they have > addressed the bug which existed for a while. I will check with > upstream and send in a fix for our curl package once I am sure > that the old bug has been fixed. Which bug? In

[PATCH 08/10] gnu: Add spin2cpp.

2016-12-26 Thread Ricardo Wurmus
* gnu/packages/embedded.scm (spin2cpp): New variable. --- gnu/packages/embedded.scm | 49 +++ 1 file changed, 49 insertions(+) diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm index 0fac052..b7e7951 100644 --- a/gnu/packages/embedded.s

[PATCH 09/10] gnu: Add spinsim.

2016-12-26 Thread Ricardo Wurmus
* gnu/packages/embedded.scm (spinsim): New variable. --- gnu/packages/embedded.scm | 36 1 file changed, 36 insertions(+) diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm index b7e7951..11aa68e 100644 --- a/gnu/packages/embedded.scm +++ b/gnu

[PATCH 07/10] gnu: Add propeller-load.

2016-12-26 Thread Ricardo Wurmus
* gnu/packages/embedded.scm (propeller-load): New variable. --- gnu/packages/embedded.scm | 33 + 1 file changed, 33 insertions(+) diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm index bfdc28e..0fac052 100644 --- a/gnu/packages/embedded.scm +++ b

[PATCH 10/10] gnu: Add propeller-development-suite.

2016-12-26 Thread Ricardo Wurmus
* gnu/packages/embedded.scm (propeller-development-suite): New variable. --- gnu/packages/embedded.scm | 20 1 file changed, 20 insertions(+) diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm index 11aa68e..30acdbf 100644 --- a/gnu/packages/embedded.scm +++ b

[PATCH 06/10] gnu: Add openspin.

2016-12-26 Thread Ricardo Wurmus
* gnu/packages/embedded.scm (openspin): New variable. --- gnu/packages/embedded.scm | 33 + 1 file changed, 33 insertions(+) diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm index 615379b..bfdc28e 100644 --- a/gnu/packages/embedded.scm +++ b/gnu/p

[PATCH 03/10] gnu: Add propeller-gcc.

2016-12-26 Thread Ricardo Wurmus
* gnu/packages/embedded.scm (propeller-gcc): New variable. --- gnu/packages/embedded.scm | 34 ++ 1 file changed, 34 insertions(+) diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm index 150f4af..3ef2a3a 100644 --- a/gnu/packages/embedded.scm +++ b

[PATCH 05/10] gnu: Add propeller-toolchain.

2016-12-26 Thread Ricardo Wurmus
* gnu/packages/embedded.scm (propeller-toolchain): New variable. --- gnu/packages/embedded.scm | 17 + 1 file changed, 17 insertions(+) diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm index d2d15ce..615379b 100644 --- a/gnu/packages/embedded.scm +++ b/gnu/packag

[PATCH 04/10] gnu: Add proplib.

2016-12-26 Thread Ricardo Wurmus
* gnu/packages/embedded.scm (proplib): New variable. --- gnu/packages/embedded.scm | 73 +++ 1 file changed, 73 insertions(+) diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm index 3ef2a3a..d2d15ce 100644 --- a/gnu/packages/embedded.sc

[PATCH 01/10] gnu: Add dummy linker for propeller-elf.

2016-12-26 Thread Ricardo Wurmus
* gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add case for propeller-elf. --- gnu/packages/bootstrap.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/bootstrap.scm b/gnu/packages/bootstrap.scm index 11ebd79..dd922c3 100644 --- a/gnu/packages/bootstrap.scm +++ b/gnu/packa

[PATCH 02/10] gnu: Add propeller-binutils.

2016-12-26 Thread Ricardo Wurmus
* gnu/packages/embedded.scm (propeller-binutils): New variable. --- gnu/packages/embedded.scm | 48 +++ 1 file changed, 48 insertions(+) diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm index bd064e6..150f4af 100644 --- a/gnu/packages/

Re: Dependencies of pagure, revision of 2016-12-21

2016-12-26 Thread ng0
ng0 writes: > [PATCH 01/11] gnu: Add python-flask-wtf. > >> Danny Milosavljevic: >> Subject: Re: [PATCH 01/11] gnu: Add python-flask-wtf. >> >> Date: Wed, 21 Dec 2016 00:10:39 +0100 >> >> Since flas

Per-package updaters?

2016-12-26 Thread Ricardo Wurmus
Hi Guix, we have a couple of generic package updaters (CPAN, CRAN, Bioconductor, Github, GNU, etc), but they don’t nearly cover all of our packages. I wonder if we should add one-off updaters for individual packages that don’t fall into any of the generic classes of updaters. Another question is

Partial fix for bug 25273

2016-12-26 Thread ng0
Added a phase to substitute some paths. To move forward with the rest of the bug I need input on the questions asked in the bug report thread, this as a first review.

[PATCH] gnu: mc: Partially fix absolute file paths.

2016-12-26 Thread ng0
Partially fixes . * gnu/packages/mc.scm (mc)[arguments]: Add new phase 'fix-absolutism. This substitutes absolute file paths with functional file paths. --- gnu/packages/mc.scm | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/gnu/package

Re: Fwd: [curl] Re: configure: --with-libidn or --with-libidn2?

2016-12-26 Thread ng0
ng0 writes: > It seems as if curl can be build with libidn2 now and they have > addressed the bug which existed for a while. I will check with > upstream and send in a fix for our curl package once I am sure > that the old bug has been fixed. Misinterpretation on my side, and I forgot that I'm r

Fwd: [curl] Re: configure: --with-libidn or --with-libidn2?

2016-12-26 Thread ng0
It seems as if curl can be build with libidn2 now and they have addressed the bug which existed for a while. I will check with upstream and send in a fix for our curl package once I am sure that the old bug has been fixed. -- ♥Ⓐ ng0 PGP keys and more: https://n0is.noblogs.org/ http://ng0.chaosnet

Re: [PATCH 1/2] gnu: libmtp: Grant "audio" group access to device files.

2016-12-26 Thread Ricardo Wurmus
Chris Marusich writes: > * gnu/packages/libusb.scm (libmtp): Set udev group to "audio". > --- I just checked how it’s done on Debian and Fedora. Neither pass this configuration flag. On a Fedora system I can access I see that the udev rules that come with libmtp do not specify any group or mo

Re: Ruby 2.4.0 update

2016-12-26 Thread Ben Woodcroft
Thanks Marius, an enjoyable xmas read of all the new features it was. On 26/12/16 03:09, Marius Bakke wrote: In good tradition, ruby made a new release today (25/12)[0]. I tried building some packages with the new version, but ruby-minitest complains that Rake 12 is too new (even with the late

Re: [PATCH 2/2] gnu: multiqc: Update to 0.8.

2016-12-26 Thread Ben Woodcroft
Hi Raoul, On 26/12/16 20:45, Ra wrote: Hi Ben, thanks I will investigate. Does it mean that multiqc is in stand by for now ? It would be ideal I think to add tests, and because they are failing it would be good to know why. I thought the easiest simply to ask the maintainers if they knew w

[ANN] Emacs-Guix 0.2.1

2016-12-26 Thread Alex Kost
Hello, I have updated ‘emacs-guix’ package to 0.2.1. It is released mainly to keep it in sync with the Guix release. Particularly, it supports "d3js" graph backend (thanks Ricardo for this graph type!) in "M-x guix G". Also there is a new command – "M-x guix-about". It displays a "splash screen"

Re: Re: [PATCH 2/2] gnu: multiqc: Update to 0.8.

2016-12-26 Thread Ra
Hi Ben, thanks I will investigate. Does it mean that multiqc is in stand by for now ? On Fri, Dec 23, 2016 at 2:30 PM Ben Woodcroft wrote: > Hi Raoul, > > Thanks for the patches. > > On 19/12/16 07:36, Ra wrote: > > [PATCH] gnu: multiqc: Update to 0.8. > > is [PATCH 1/2] for this message, sorry

Duplicate dependencies in util-linux

2016-12-26 Thread John Darrington
When I run: guix size util-linux | sort -n -k 3 I get: store item totalself /gnu/store/a64w9dq219a8d9k4mfz76mnzph9wsvfj-zlib-1.2.8 61.3 0.4 0.4% /gnu/store/bm0gfw4jkw8gd0vpnnzrb6z0xncrbx3p-readline-7.045.3