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
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
* 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
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.
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:
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
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
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.
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.
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?
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
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-
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
* 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
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
* 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
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
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
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
19 matches
Mail list logo