On Fri, Sep 09, 2016 at 02:04:40AM -0400, Leo Famulari wrote:
> * gnu/packages/patches/openjpeg-CVE-2016-7163.patch: New file.
> * gnu/local.mk (dist_patch_DATA): Add it.
> * gnu/packages/image.scm (openjpeg, openjpeg-2.0): Use it.
> ---
> gnu/local.mk | 1 +
>
On Fri, Sep 09, 2016 at 02:04:39AM -0400, Leo Famulari wrote:
> Two bugs disclosed in OpenJPEG, CVE-2016-5157 and CVE-2016-7163. Both
> can be used to execute arbitrary code, apparently.
Ah! my favorite kind of code!
Joking aside, why not patch both CVEs at the same time?
>
> CVE-2016-7163:
> h
On Fri, Sep 09, 2016 at 10:15:58AM +0300, Efraim Flashner wrote:
> On Fri, Sep 09, 2016 at 02:04:40AM -0400, Leo Famulari wrote:
> > diff --git a/gnu/packages/patches/openjpeg-CVE-2016-7163.patch
> > b/gnu/packages/patches/openjpeg-CVE-2016-7163.patch
[...]
> Was from here down put/left here inte
On Fri, Sep 09, 2016 at 02:04:41AM -0400, Leo Famulari wrote:
> * gnu/packages/patches/openjpeg-CVE-2016-5157.patch: New file.
This patch doesn't apply. I'm checking if we need to upgrade to 2.1.1.
signature.asc
Description: PGP signature
Efraim Flashner writes:
> On Thu, Sep 08, 2016 at 10:28:37PM +1000, Ben Woodcroft wrote:
>> I think including git simply as an input is problematic because git-review
>> calls git via 'subprocess', as evidenced by
>>
>> $ ./pre-inst-env guix environment -C --ad-hoc git-review
>> $ git-review
>>
Hi Mike,
Mike Gerwitz skribis:
> Now how the hell is this enforced with thousands of dependencies that
> have not undergone any review, within a community that really couldn't
> care less? Even something as simple as the license: package.json has no
> legal force; it's _metadata_.
>
> I feel li
Marius Bakke writes:
> ng0 writes:
>
>> +(arguments
>> + `(;; XXX: make 'check' is run with 'make all', however the 'all' phase
>> takes
>> + ;; 30+ minutes on a AMD FX-4300 Quad-Core Processor buildmachine.
>> + #:tests? #f
>
> 30 minutes isn't bad, we have packages that ta
Eric Bavier writes:
> On Thu, 8 Sep 2016 23:07:06 +
> ng0 wrote:
>
>> * gnu/packages/parallel.scm (threadingbuildingblocks): New variable.
>> ---
>> gnu/packages/parallel.scm | 33 +
>> 1 file changed, 33 insertions(+)
>>
>> diff --git a/gnu/packages/parall
Eric Bavier writes:
> On Thu, 8 Sep 2016 23:07:06 +
> ng0 wrote:
>
>> * gnu/packages/parallel.scm (threadingbuildingblocks): New variable.
>> ---
>> gnu/packages/parallel.scm | 33 +
>> 1 file changed, 33 insertions(+)
>>
>> diff --git a/gnu/packages/parall
On Fri, Sep 09, 2016 at 10:45:43AM +0200, Ludovic Courtès wrote:
> Yes, that’s a serious concern. Maybe all we can reasonably hope to
> achieve is to provide a core subset of the free NPM packages in Guix
> proper, built from source.
>
> People may still end up using automatically-generated, un
Danny Milosavljevic skribis:
> On Wed, 07 Sep 2016 22:49:12 +0200
> l...@gnu.org (Ludovic Courtès) wrote:
>> I don’t know.
>
>>What you describe sounds a lot like a search path issue.
>
> It is a search path issue.
>
> Does package-for-guile-2.2 take it into account?
>
> Your E-mail contains:
>
>
Hi,
Vincent Legoll skribis:
>> +(define (ntp-service-activation config)
>> + "Return the activation gexp for config"
>> + #~(begin
>> + (use-modules (guix build utils))
>> +
>> + (define %user
>> +(getpw "ntpd"))
>> +
>> + (let ((directory "/var/run/ntpd"))
>> +
Hello!
Eric Bavier skribis:
> So it appears that many packages are not affected by the change; llvm
> and clang are most helped (with a small fix to the build phases), and
> pugixml, allegro-4, and bullet to a lesser absolute degree. Many
> packages apparently build shared libraries by default.
* gnu/packages/tbb.scm (tbb): Update to 2017_20160722.
---
gnu/packages/tbb.scm | 7 ---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/tbb.scm b/gnu/packages/tbb.scm
index 0e9db72..22ce068 100644
--- a/gnu/packages/tbb.scm
+++ b/gnu/packages/tbb.scm
@@ -1,5 +1,6 @@
Leo Famulari writes:
> [ Unknown signature status ]
> On Thu, Sep 08, 2016 at 08:40:12AM +0300, Efraim Flashner wrote:
>> On Wed, Sep 07, 2016 at 06:04:23PM -0400, Leo Famulari wrote:
>> > * gnu/packages/curl.scm (curl)[replacement]: Update to 7.50.2
>> > (curl-7.50.1): Replace with ...
>> > (cur
From: Ben J Woodcroft
Well, despite the lightness of my touch, it seems the licensing is in now in
order. I've updated the package, here's an updated patch. Better?
Thanks,
ben
* gnu/packages/bioinformatics.scm (seqtk): New variable.
---
gnu/packages/bioinformatics.scm | 35 +
Hello,
I prefer including the version. Consider the following
situation. Package foo has version A and B, both installing to path
~/.guix-profile/share/java/ (symlink to store). When the user installs
both version A and B, there will be a conflict. Please note that I do
not know java very well. Wi
It still doesn't work. Can you please also include gnu system u-boot
in the patch? or make it a separate patch if you want. It's nice if
you can simply apply (all required) patches and things just work. I
expect patches to work before I spend time looking at the code, but
maybe I'm just old fashion
On 08/09/16 23:02, Ricardo Wurmus wrote:
Ben Woodcroft writes:
Hi,
I thought I'd respond to this old thread now that the openblas eigen
error seems to be fixed. I'm interested in using openblas so that the
(as yet not in master) WGCNA package works faster, among other things:
https://labs.ge
Leo Famulari writes:
> Changing the subject, you could disable the tests per-architecture. Look
> for uses of current-target-system and current-system for usage examples.
> But this is not absolutely required, IMO.
This latest patch series now disables tests on a per-arch basis.
There may be ot
* gnu/packages/linux.scm (linux-libre): Use system->architecture.
---
gnu/packages/linux.scm | 14 +++---
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index e19712f..1544811 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packa
* gnu/packages/linux.scm (module-init-tools): Break line.
---
gnu/packages/linux.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 030e35e..260017b 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1
* gnu/packages/linux.scm (linux-libre)[arguments]: Add configure phase.
---
gnu/packages/linux.scm | 11 +++
1 file changed, 3 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 369a232..436f3d3 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/pa
From: Danny Milosavljevic
* gnu/packages/u-boot.scm (dtc)[arguments]: Remove patch-paths phase.
[configure-flags]: Add INSTALL.
Signed-off-by: David Craven
---
gnu/packages/u-boot.scm | 10 +++---
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/u-boot.scm b/gnu
* gnu/packages/linux.scm (linux-libre): Add support for
cross-compilation.
---
gnu/packages/linux.scm | 14 +-
1 file changed, 9 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 436f3d3..ce714c6 100644
--- a/gnu/packages/linux.scm
+++
* gnu/packages/linux.scm (linux-libre): Use
%default-additional-kernel-configuration.
(%default-additional-kernel-configuration): New variable.
---
gnu/packages/linux.scm | 32 ++--
1 file changed, 18 insertions(+), 14 deletions(-)
diff --git a/gnu/packages/linux.s
* gnu/packages/linux-libre.scm (make-linux-libre-source): New variable.
(linux-libre, linux-libre-4.4, linux-libre-4.1): Use
make-linux-libre-source.
(linux-libre-urls): Remove.
---
gnu/packages/linux.scm | 60 +-
1 file changed, 30 insertions(
* gnu/packages/linux.scm (linux-libre-multi-v7): New variable.
---
gnu/packages/linux.scm | 9 +
1 file changed, 9 insertions(+)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 384b674..2eadae2 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -399,6 +
* gnu/packages/linux.scm (linux-libre, linux-libre-4.4,
linux-libre-4.1): Use make-linux-libre.
(make-linux-libre): New variable.
---
gnu/packages/linux.scm | 78 ++
1 file changed, 34 insertions(+), 44 deletions(-)
diff --git a/gnu/packages/lin
* gnu/packages/linux.scm (make-linux-libre): Add supported-systems
parameter.
---
gnu/packages/linux.scm | 7 +--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 62870a4..384b674 100644
--- a/gnu/packages/linux.scm
+++ b/gnu
* gnu/packages/linux.scm (make-linux-libre): Add extra-version option.
---
gnu/packages/linux.scm | 7 ++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 6771bd2..f2e6887 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/
* gnu/packages/linux.scm (make-linux-libre): Use kmod.
---
gnu/packages/linux.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 37bdbf4..62870a4 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -29
Ben Woodcroft writes:
> Well, despite the lightness of my touch, it seems the licensing is in now in
> order. I've updated the package, here's an updated patch. Better?
I don't think this was intended to be a commit message? :)
The program seems to bundle {khash,kseq}.h from htslib. Could you
* gnu/packages/linux.scm (linux-libre-beagle-bone-black): New variable.
---
gnu/packages/linux.scm | 9 +
1 file changed, 9 insertions(+)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 2eadae2..2320a08 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@
* gnu/packages/linux.scm (make-linux-libre): Add zImage to output.
---
gnu/packages/linux.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index f2e6887..37bdbf4 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
* gnu/packages/linux.scm (linux-libre): Use modify-phases.
---
gnu/packages/linux.scm | 80 --
1 file changed, 39 insertions(+), 41 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 260017b..e19712f 100644
--- a/gnu/pac
* gnu/packages/linux.scm (linux-libre)[origin]: Apply %boot-logo patch
in origin.
---
gnu/packages/linux.scm | 8 ++--
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 1544811..369a232 100644
--- a/gnu/packages/linux.scm
+++
* gnu/packages/u-boot.scm (u-boot-beagle-bone-black): New variable.
---
gnu/packages/u-boot.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/u-boot.scm b/gnu/packages/u-boot.scm
index 7949d8a..0423163 100644
--- a/gnu/packages/u-boot.scm
+++ b/gnu/packages/u-boot.scm
@@ -131
Marius Bakke writes:
> The program seems to bundle {khash,kseq}.h from htslib. Could you try
> replacing them with the files directly from htslib? There are quite a
> few examples of doing this already in bioinformatics.scm.
The released version bundles a few unnecessary header files as well,
th
Hi,
how do I use "every" in a guix package declaration?
When I add #:modules (sfri sfri-1) I get a message that guix-build is undefined
(?).
;; FIXME import "every" somehow
(define-public pypy3.3
(package
(name "pypy3.3")
(version "5.2.0")
(source (origin
(method url
Danny Milosavljevic writes:
> Hi,
>
> how do I use "every" in a guix package declaration?
>
> When I add #:modules (sfri sfri-1) I get a message that guix-build is
> undefined (?).
I think when setting #:modules, you also have to specify the
"expected" ones, i.e. it will override the defaults ra
In-reply-to: <87fupblahh@gnu.org>
4K, yes !
Hello
On Fri, Sep 9, 2016 at 2:34 PM, David Craven wrote:
> * gnu/packages/linux.scm (linux-libre-multi-v7): New variable.
Nitpick, multi-v7 is not really telling, why not adding at least "arm"
in the name ?
--
Vincent Legoll
iyzs...@member.fsf.org (宋文武) skribis:
> Arun Isaac writes:
>
>>> The following environment variables are set which may make a difference
>>> here:
>>>
>>> GUIX_GTK3_PATH=/run/current-system/profile/lib/gtk-3.0
>>> GUIX_GTK2_PATH=/run/current-system/profile/lib/gtk-2.0
>>> GTK_DATA_PREFIX=/r
diff --git a/gnu.scm b/gnu.scm
index 932e4cd..9207e38 100644
--- a/gnu.scm
+++ b/gnu.scm
@@ -35,6 +35,7 @@
(gnu system mapped-devices)
(gnu system file-systems)
(gnu system grub) ; 'grub-configuration'
+(gnu system u-boot)
This allows to chdir into some sub-project prior to building.
* guix/build/ant-build-system.scm (default-build.xml): Add parameter.
(configure): Pass current directory as base-dir to default-build.xml.
---
guix/build/ant-build-system.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(
* gnu/packages/java.scm (java-plexus-interplation): New variable.
---
gnu/packages/java.scm | 28
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 0dfd9fa..3687c7e 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/j
Enclosed please find some enhancemnets to the java/ant build-system and some
java packages.
For the changes to the build-systm I'd apprechiate ideas for better code.
There also is room for improovements, e.g. adding both a "test" (unsing junit)
and a "javadoc" target to the default build.xml. (I w
* gnu/packages/java.scm (codehaus-plexus-url): New function.
(java-plexus-utils): New variable.
---
gnu/packages/java.scm | 32
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index e8d09dd..0dfd9fa 100644
--- a/gnu/pa
* guix/build-system/ant.scm (ant-build) Add parameter src-dir.
* guix/build/ant-build-system.scm (default-build.xml): New parameter src-dir.
(configure): pass src-dir on to default-build.xml.
* doc/guix.texi (Build Systems): Add description.
---
doc/guix.texi | 3 ++-
guix/buil
* gnu/packages/java.scm (java-commons-codec): New variable.
---
gnu/packages/java.scm | 32
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index a83423d..a5d3a25 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/jav
* gnu/packages/java.scm (appache-commons-url): New function.
(java-commons-cli): New variable.
---
gnu/packages/java.scm | 48
1 file changed, 48 insertions(+)
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 3687c7e..a83423d 1006
* gnu/packages/java.scm (java-commons-io): New variable.
---
gnu/packages/java.scm | 42 ++
1 file changed, 42 insertions(+)
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index e200296..3af8cd0 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packa
* gnu/packages/java.scm (java-commons-bcel): New variable.
---
gnu/packages/java.scm | 18 ++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index b7971a3..b1e1ecc 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -1327,
* gnu/packages/java.scm (java-commons-daemon): New variable.
---
gnu/packages/java.scm | 32
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index a5d3a25..e200296 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/ja
* gnu/packages/java.scm (java-commons-lang): New variables.
---
gnu/packages/java.scm | 48
1 file changed, 48 insertions(+)
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 3af8cd0..5a90d05 100644
--- a/gnu/packages/java.scm
+++ b/
* gnu/packages/java.scm (java-commons-lang3): New variable.
---
gnu/packages/java.scm | 52 +++
1 file changed, 52 insertions(+)
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 5a90d05..b7971a3 100644
--- a/gnu/packages/java.scm
+++
Eric Bavier writes:
> On 2016-09-09 04:51, ng0 wrote:
>> * gnu/packages/tbb.scm (tbb): Update to 2017_20160722.
>> ---
>> gnu/packages/tbb.scm | 7 ---
>> 1 file changed, 4 insertions(+), 3 deletions(-)
>>
>> diff --git a/gnu/packages/tbb.scm b/gnu/packages/tbb.scm
>> index 0e9db72..22ce068
On 2016-09-09 04:51, ng0 wrote:
* gnu/packages/tbb.scm (tbb): Update to 2017_20160722.
---
gnu/packages/tbb.scm | 7 ---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/tbb.scm b/gnu/packages/tbb.scm
index 0e9db72..22ce068 100644
--- a/gnu/packages/tbb.scm
+++ b/gn
On Fri, Sep 09, 2016 at 10:23:20AM +0200, Clément Lassieur wrote:
> Efraim Flashner writes:
>
> > On Thu, Sep 08, 2016 at 10:28:37PM +1000, Ben Woodcroft wrote:
>
> >> I think including git simply as an input is problematic because git-review
> >> calls git via 'subprocess', as evidenced by
> >>
* guix/build/java-utils.scm: New file.
* guix/build-system/ant.scm: Use it.
* Makefile.am (MODULES): Add it.
---
Makefile.am | 1 +
guix/build-system/ant.scm | 2 ++
guix/build/java-utils.scm | 52 +++
3 files changed, 55 insertions(+)
c
Hi David,
On Fri, 9 Sep 2016 14:02:53 +0200
David Craven wrote:
> It still doesn't work. Can you please also include gnu system u-boot
> in the patch?
git randomly decided to leave things off the patch when I do "git diff". Sigh.
> It's nice if you can simply apply (all required) patches and
Hi Danny,
> Anyway, attached gnu/system/u-boot.scm which it left off *again* (after git
> add, even). (How is having a new file not a *diff*erence? Sigh)
`git add -N .` adds untracked files to the list of tracked ones. git
diff should then work as expected.
I'm sorry to say that I can't apply y
>> To actually fix this package (and some others) we can:
>>
>> - Wrap them with shared-mime-info in XDG_DATA_DIRS or propagated it.
>>
>> - Make sure 'xdg-mime-database' always run if glib applications are
>> there even without shared-mime-info referenced by profile.
>> IIRC, this was sugge
On 2016-09-09 10:10, ng0 wrote:
Eric Bavier writes:
The 2017 version also brings with it a change in license from GPLv2
with
libstdc++ runtime exception to the ASL2.0. Could you include that in
this patch too?
Thanks,
--
`~Eric
This is what I used in the mislead "Add tbb" patch I've sent
Efraim Flashner writes:
> I found ssh and I found an instance of scp, so this should be better.
--8<---cut here---start->8---
clement@lev ~/foo [env]# git-review -d 36373
Downloading refs/changes/73/36373/1 from gerrit
Cannot fetch patchset contents
Does spec
Eric Bavier writes:
> On 2016-09-09 10:10, ng0 wrote:
>> Eric Bavier writes:
>>
>>> The 2017 version also brings with it a change in license from GPLv2
>>> with
>>> libstdc++ runtime exception to the ASL2.0. Could you include that in
>>> this patch too?
>>>
>>> Thanks,
>>> --
>>> `~Eric
>>>
Efraim Flashner writes:
> Oh no! I just pushed this.
With the patch already pushed, I get this error:
--8<---cut here---start->8---
Using global/system git-review config files (/etc/git-review/git-review.conf)
is deprecated
Downloading refs/changes/73/36373/
Hi!
Trying to build hydra, I get
`/gnu/store/lbcfs5201dszjv6sy8y1frafjhjivwpc-hydra-20150407.4c0e3e4/testFile
configure.ac is read-only; trying to patch anyway
patching file configure.ac
File tests/Makefile.am is read-only; trying to patch anyway
patching file tests/Makefile.am
Hi!
Trying to build hydra, I get
`/gnu/store/lbcfs5201dszjv6sy8y1frafjhjivwpc-hydra-20150407.4c0e3e4/testFile
configure.ac is read-only; trying to patch anyway
patching file configure.ac
File tests/Makefile.am is read-only; trying to patch anyway
patching file tests/Makefile.am
ng0 (2016-09-08 23:27 +) wrote:
> Hi,
>
> can someone else comment on this thread? I've listed part of my reasons,
> not all, my position should be clear.
Since your other similar patches (http->https) were committed, I don't
see a problem with this one, so if no one will object in a day or t
On Fri, Sep 09, 2016 at 02:04:39AM -0400, Leo Famulari wrote:
> Two bugs disclosed in OpenJPEG, CVE-2016-5157 and CVE-2016-7163. Both
> can be used to execute arbitrary code, apparently.
>
> CVE-2016-7163:
> http://seclists.org/oss-sec/2016/q3/442
>
> CVE-2016-5157:
> http://seclists.org/oss-sec/
---
gnu.scm | 1 +
gnu/build/install.scm | 45 +-
gnu/build/vm.scm| 3 +-
gnu/system.scm | 20 +++-
gnu/system/grub.scm | 5 ++
gnu/system/u-boot.scm | 124
gnu/system/vm.scm
Efraim Flashner (2016-09-09 18:00 +0300) wrote:
[...]
> +(arguments
> + `(#:tests? #f ; tests require a running Gerrit server
> + #:phases
> + (modify-phases %standard-phases
> + (add-after 'unpack 'hardcode-outside-programs
> + (lambda _
A side note: I think
Marius Bakke (2016-09-09 14:10 +0100) wrote:
> Danny Milosavljevic writes:
>
>> Hi,
>>
>> how do I use "every" in a guix package declaration?
>>
>> When I add #:modules (sfri sfri-1) I get a message that guix-build is
>> undefined (?).
>
> I think when setting #:modules, you also have to specify
* gnu/packages/web.scm (darkhttpd): New variable.
---
gnu/packages/web.scm | 34 ++
1 file changed, 34 insertions(+)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 20c7d12..261eed2 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -14,
On Fri, Sep 09, 2016 at 02:04:58PM -0400, Leo Famulari wrote:
> Also, the fix for CVE-2016-5157 does not apply to openjpeg-2.0. I'd like
> to investigate this issue separately. The only user of openjpeg-2.0 is
> mupdf.
I think the best thing to do is update mupdf to the latest upstream
release, 1.
Clément Lassieur writes:
> With the patch already pushed, I get this error:
>
> --8<---cut here---start->8---
> Using global/system git-review config files (/etc/git-review/git-review.conf)
> is deprecated
> Downloading refs/changes/73/36373/1 from gerrit
> Tr
* gnu/packages/video.scm (libbdplus): New variable.
---
gnu/packages/video.scm | 21 +
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 864e691..a6eac2b 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -10,6
* gnu/packages/video.scm (libbluray) [inputs]: Add libaacs and
libbdplus.
[arguments]: Add 'fix-dlopen-paths' to #:phases.
---
gnu/packages/video.scm | 18 +-
1 file changed, 17 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index d57393a
* gnu/packages/video.scm (libaacs): New variable.
---
gnu/packages/video.scm | 25 +
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index a6eac2b..d57393a 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -48
On Sat, Sep 10, 2016 at 01:26:23AM +0530, Arun Isaac wrote:
> * gnu/packages/web.scm (darkhttpd): New variable.
Hi, thank you for this patch!
> + `(#:tests? #f
When we disable the tests, we have to leave a comment explaining why. It
can be as simple as "No test suite" if that is the case.
>
Hi!
I wanted to play with Hydra and found it did not build and so did not
some of its dependencies.
Our nix package got updated which broke the hydra build. First I
downgraded nix to 1.8. That worked, eventually. We decided on #guix
that we'd rather upgrade than downgrade.
So I upgraded hydra
Hi,
Eric Bavier writes:
> On Thu, 08 Sep 2016 11:15:37 +
> ng0 wrote:
>
>> From 43b89c0b548e1bca2ff59271ac15b1fbe6e7ca6e Mon Sep 17 00:00:00 2001
>> From: ng0
>> Date: Tue, 6 Sep 2016 18:23:15 +
>> Subject: [PATCH 2/3] gnu: Add opensmtpd.
>>
>> * gnu/packages/mail.scm (opensmtpd): Ne
For those who love making tracks, X11 or not!
If someone could look over this (and build it, please!), that would be
nice. :-)
From 91dbcb5c61de4b4b45f85b3bad8cf9e713c564b0 Mon Sep 17 00:00:00 2001
From: Kei Kebreau
Date: Fri, 9 Sep 2016 18:16:12 -0400
Subject: [PATCH] gnu: Add schismtracker.
*
David Craven skribis:
> I reworked the patches for the linux-libre package and made some other
> improvements that make customizing the linux-libre package easier. I
> tested that everything builds and that there wasn't any breakage on
> x86_64, but testing the arm kernel on real hardware is a wi
Leo Famulari skribis:
> On Fri, Sep 09, 2016 at 10:15:58AM +0300, Efraim Flashner wrote:
>> On Fri, Sep 09, 2016 at 02:04:40AM -0400, Leo Famulari wrote:
>> > diff --git a/gnu/packages/patches/openjpeg-CVE-2016-7163.patch
>> > b/gnu/packages/patches/openjpeg-CVE-2016-7163.patch
> [...]
>
>> Was
Leo Famulari skribis:
> On Fri, Sep 09, 2016 at 02:04:58PM -0400, Leo Famulari wrote:
>> Also, the fix for CVE-2016-5157 does not apply to openjpeg-2.0. I'd like
>> to investigate this issue separately. The only user of openjpeg-2.0 is
>> mupdf.
>
> I think the best thing to do is update mupdf to
Arun Isaac skribis:
>>> To actually fix this package (and some others) we can:
>>>
>>> - Wrap them with shared-mime-info in XDG_DATA_DIRS or propagated it.
>>>
>>> - Make sure 'xdg-mime-database' always run if glib applications are
>>> there even without shared-mime-info referenced by profile.
Tobias Geerinckx-Rice skribis:
> * gnu/services/web.scm (nginx-activation): Fix path to nginx binary.
OK to push! :-)
Ludo'.
Hello,
"Thompson, David" skribis:
> I mean that it should throw an error before the system is made active.
> The derivation that builds the service file should fail. Not
> suggesting it needs to be done right now, but I think it would be
> cool.
Yup. Running “nginx -t” would do the trick, rig
> Seems we already discussed some of these, no?
Ah yes, I missed this, sorry - No need to comment on this patch again:
>> Important note: (%current-target-system) returns a GNU triplet such as
>> “arm-linux-gnueabihf”, whereas (%current-system) returns a “system type”
>> such as “armhf-linux”.
>
>From fc183108bfc3a62a002c8bf99466756fd13b61bf Mon Sep 17 00:00:00 2001
From: Dylan Jeffers
Date: Fri, 9 Sep 2016 16:37:17 -0700
Subject: [PATCH] gnu: Add guile-graph.
* gnu/packages/guile.scm (guile-graph): New variable.
---
gnu/packages/guile.scm | 36
1 fi
On Sat, Sep 10, 2016 at 12:34:39AM +0200, Ludovic Courtès wrote:
> > Please see attached. These patches should be applied on top of the
> > patches in the email that I am replying to.
>
> The patches in question LGTM.
>
> > From a357edf0f568acf937f2cd9f0e97269221aee3f2 Mon Sep 17 00:00:00 2001
>
The previous patch failed with icedtea-6, which has uncatched
'decoding-error' in addition to 'encoding-error'.
And it seems that only icedtea-8 needs patch, since in icedtea-7
the USE_SYSTEM_GTK, USE_SYSTEM_FONTCONFIG, etc make it links with
those libraries instead of dlopen them.
So, now only p
David Craven writes:
>> Sorry, I don't understand what do you mean by libinput-minimal? I didn't
>> add any packages with a "-minial" suffice. As for the necessities of
>> those dependencies, those dependencies are added one by one. The
>> procedure is as followed:
>> 1. I build from source and c
Hi,
I split the patches into 3 parts following David's suggestion. The first
patch removes the old FIXME by adding liba52 as inputs. The second patch
adds some configure flags. The third patch adds many new inputs.
Regarding Efraim's concern of closure size, the old closure size is
1459.3 MiB, th
>From 066bee5d7795c6caf2376be4a38e2cf0b397ef98 Mon Sep 17 00:00:00 2001
From: Alex Vong
Date: Sat, 10 Sep 2016 00:32:03 +0800
Subject: [PATCH 2/3] gnu: vlc: Add configure flags.
* gnu/packages/video.scm (vlc)[arguments]: Add configure flags to enable
most fast-math optimizations.
---
gnu/packa
>From b9e30604e432586c89c5e33b27ba609852efd399 Mon Sep 17 00:00:00 2001
From: Alex Vong
Date: Tue, 30 Aug 2016 02:30:57 +0800
Subject: [PATCH 3/3] gnu: vlc: Add inputs.
* gnu/packages/video.scm (vlc)[inputs]: Add eudev, faad2, fluidsynth,
gnome-vfs, gst-plugins-base, gtk+-2, jack-2, libass, lib
On 09/09/16 22:37, Marius Bakke wrote:
Ben Woodcroft writes:
Well, despite the lightness of my touch, it seems the licensing is in now in
order. I've updated the package, here's an updated patch. Better?
I don't think this was intended to be a commit message? :)
No indeed, I was respond
1 - 100 of 103 matches
Mail list logo