Re: Proposal: Prefix language-name for language library packages

2016-04-30 Thread alírio eyng
On 4/29/16, Leo Famulari wrote: > On Fri, Apr 29, 2016 at 06:31:24PM +, alírio eyng wrote: >> Ludovic Courtès: >> >what about multiple-language packages? I’m thinking of >> >‘c+guile-guile’ and ‘c+siod+python-gimp’. >> the ideal categorization would be one output for each interface. >> so "gu

Re: The waf problem (running nondeterministic binary blobs at build)

2016-04-30 Thread Alex Griffin
Debian replaces all binary 'waf' files with their own 'waf-uncompressed'. I think our python-waf package should be altered to produce an uncompressed version, then the waf-build-system should automatically use that (look at the python-pycairo package for an example of using the system's waf version

[PATCH 1/1] gnu: nginx: Update to 1.10.0.

2016-04-30 Thread Leo Famulari
* gnu/packages/web.scm (nginx): Update to 1.10.0. --- gnu/packages/web.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index a0e1ec9..0c2798f 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -109,14 +109,14 @@ a

[PATCH 0/1] Nginx: Update to 1.10.0

2016-04-30 Thread Leo Famulari
There is a new stable release of Nginx: 1.10.0: http://nginx.org/en/download.html Take a look at the changes to see if there are any new features we should enable. HTTP/2? The changes are in the 1.9.* updates: http://nginx.org/en/CHANGES-1.10 Leo Famulari (1): gnu: nginx: Update to 1.10.0.

[PATCH] Add thinkfan.

2016-04-30 Thread Nicolas Goaziou
Hello, I'd like to submit the following patch for inclusion. There are a few caveats 1. It has to be run as root. 2. There is no default configuration since it is hardware-dependant, and it will not run without one. 3. It requires to load a kernel module with a specific option, namely:

Re: [PATCH 09/10] gnu: Add python-cliff.

2016-04-30 Thread Leo Famulari
On Fri, Apr 29, 2016 at 04:21:02PM +0200, Cyril Roelandt wrote: > * gnu/packages/openstack.scm (python-cliff, python2-cliff): New variables. > * gnu/packages/patches/python-cliff-remove-unicodecsv.patch: New file. > * gnu/local.mk: Add it here. Can you mention (dist_patch_DATA)? > +(native-in

Re: [PATCH 04/10] gnu: remove test-only depencies of python-pbr

2016-04-30 Thread Leo Famulari
On Fri, Apr 29, 2016 at 04:20:57PM +0200, Cyril Roelandt wrote: Subject: [PATCH 04/10] gnu: remove test-only depencies of python-pbr > * gnu/packages/python.scm (python-pbr): remove test-only dependencies since we > are not running the tests anyway. Remember to capitalize and punctuate the sente

Re: [PATCH 10/10] gnu: Add python-barbicanclient.

2016-04-30 Thread Leo Famulari
On Fri, Apr 29, 2016 at 04:21:03PM +0200, Cyril Roelandt wrote: > * gnu/packages/openstack.scm (python-barbicanclient, python2-barbicanclient): > New variables. > * gnu/packages/patches/python-barbicanclient-assertItemsEqual.patch: New file. > * gnu/local.ml: Add it here. Can you use "* gnu/local.

Re: [PATCH 08/10] gnu: Update python-mock to 2.0.0.

2016-04-30 Thread Leo Famulari
On Fri, Apr 29, 2016 at 04:21:01PM +0200, Cyril Roelandt wrote: > * gnu/packages/python.scm (python-mock, python2-mock): Update to 2.0.0. ~300 packages depend on mock. I'm building a handful of packages as a limited test.

Re: [PATCH 07/10] gnu: Add python-funcsigs.

2016-04-30 Thread Leo Famulari
On Fri, Apr 29, 2016 at 04:21:00PM +0200, Cyril Roelandt wrote: > * gnu/packages/python.scm (python-funcsigs, python2-funcsigs): New variables. > +(native-inputs > + `(("python-setuptools" ,python-setuptools) Can it go in the python-2 variant?

Re: [PATCH 02/10] gnu: Update python-unittest2 to 0.6.0

2016-04-30 Thread Leo Famulari
On Fri, Apr 29, 2016 at 04:20:55PM +0200, Cyril Roelandt wrote: > * gnu/packages/python.scm (python-unittest2, python2-unittest2): Update to > 0.6.0. > * gnu/packages/patches/python-unittest2-skip-some-tests.patch: New file. > * gnu/local.mk: Add it here. Can you mention that it's added to (dist_p

Re: [PATCH 03/10] gnu: Add python-cmd2.

2016-04-30 Thread Leo Famulari
On Fri, Apr 29, 2016 at 04:20:56PM +0200, Cyril Roelandt wrote: > * gnu/packages/python.scm (python-cmd2, python2-cmd2): New variables. > +(define-public python-cmd2 > +(native-inputs > + `(("python-setuptools" ,python-setuptools))) It seems that setuptools is only required for python2-

Re: [PATCH 00/10] Add python-barbicanclient.

2016-04-30 Thread Leo Famulari
On Fri, Apr 29, 2016 at 04:20:53PM +0200, Cyril Roelandt wrote: > This patch series adds python-barbicanclient, one of the CLI clients for > OpenStack. I'm rebuilding a handful of packages against these patches (especially the update to mock) to make sure they don't break. In the meantime, I'll s

[PATCH 1/1] gnu: ocaml: Fix CVE-2015-8869.

2016-04-30 Thread Leo Famulari
* gnu/packages/patches/ocaml-CVE-2015-8869.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/ocaml.scm (ocaml): Use it. --- gnu/local.mk | 1 + gnu/packages/ocaml.scm | 3 +- gnu/packages/patches/ocaml-CVE-2015-886

[PATCH 0/1] ocaml: Fix CVE-2015-8869

2016-04-30 Thread Leo Famulari
This adapts an upstream patch from OCaml to fix CVE-2015-8869. I removed the changes to the files 'Changes' and 'VERSION' since they apply to a more recent version of OCaml. Feedback requested! [0] http://seclists.org/oss-sec/2016/q2/170 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-88

[PATCH 1/1] gnu: poppler: Fix CVE-2015-8868.

2016-04-30 Thread Leo Famulari
* gnu/packages/pdf.scm (poppler)[replacement]: New field. (poppler/fixed): New variable. * gnu/packages/patches/poppler-CVE-2015-8868.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. --- gnu/local.mk | 1 + gnu/packages/patches/poppler-CVE-2015-8868.p

[PATCH 0/1] Poppler: Fix CVE-2015-8868

2016-04-30 Thread Leo Famulari
This grafts the upstream patch to fix CVE-2015-8868 [0]. I tested some of Poppler's dependents, and they seem to work. So, I would usually just apply this without emailing. But since several hundred packages depend on Poppler, I want some confirmation that the graft is working as expected and won

cron-service

2016-04-30 Thread Danny Milosavljevic
Hi, I've seen the mcron package but I don't understand how it gets launched. Should there be a cron-service ? How about the configuration which cron jobs to run? mcron can do both the traditional format and S-Expression format, so it would be possible to directly have the system cronjobs insid

Re: Gnome-updates

2016-04-30 Thread 宋文武
Hi, I have rebase it upon mastet, update more packages to their latest, and test on my x86_64 laptop with 'gnome-desktop-service'. It seems work fine so far. And here are some 'questionable' changes: - Disable a failing rtprtx test of gst-plugins-good. I can pass it using `guix environment', bu