Re: FOSDEM 2016 was awesome! Let's do FOSDEM 2017 - add talk proposals

2016-08-26 Thread Pjotr Prins
Proposals for talks should be added here: https://libreplanet.org/wiki/Group:Guix/TalkProposals The more talks proposed the better! Generally, talks will be 20 minutes. The Google Summer of Code students should post a talk - even if you can't make it. It is an advertisement of your project. P

Re: [PATCH] Add squeak-vm

2016-08-26 Thread Nicolas Goaziou
Correcting myself, Nicolas Goaziou writes: > The following patches add squeak-vm. > > The build process is rather unusual since this is cmake with a configure > script in a remote place. IOW, I couldn't build it with regular > cmake-build-system and #:configure-flags. Here is an update for the

Re: [PATCH] gnu: Add emacs-ahungry-theme.

2016-08-26 Thread Alex Kost
Alex Vong (2016-08-25 09:04 +0300) wrote: > Hi, > > This patch adds ahungry theme from elpa, which I am currently using. I > test the patch by `./pre-inst-env guix install emacs-ahungry-theme' and > launching emacs. It works fine on my machine. I placed it right after zenburn and solarized themes

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

2016-08-26 Thread Alex Kost
Tomáš Čech (2016-08-25 22:10 +0300) wrote: > +(description > + "This is wayland compositor library used by several projects like sway, > +orbment or Guile-WM.") Are you sure about Guile-WM? AFAIK it uses XCB, but not Wayland. Here is an excerpt from Guile-WM's readme: 4.2 Even Crazier

Re: [PATCH] gnu: Add emacs-ahungry-theme.

2016-08-26 Thread Alex Vong
Alex Kost writes: > Alex Vong (2016-08-25 09:04 +0300) wrote: > >> Hi, >> >> This patch adds ahungry theme from elpa, which I am currently using. I >> test the patch by `./pre-inst-env guix install emacs-ahungry-theme' and >> launching emacs. It works fine on my machine. > > I placed it right aft

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

2016-08-26 Thread Tomáš Čech
On Fri, Aug 26, 2016 at 11:13:43AM +0300, Alex Kost wrote: Tomáš Čech (2016-08-25 22:10 +0300) wrote: +(description + "This is wayland compositor library used by several projects like sway, +orbment or Guile-WM.") Are you sure about Guile-WM? AFAIK it uses XCB, but not Wayland. Tha

[PATCH] use prefix: license in gnu/packages/version-control. [PATCH] Add stagit.

2016-08-26 Thread ng0
Patches to use prefix license: in gnu packages version-control, adding stagit in a second patch requiring the license: prefix. And a comment on version-control: Why is the description of neon 16 lines long when we have a limit at 10. Someone must fix the neon description. >From 0abc3b4b33ffed9139

patches which need review/merge/bumping

2016-08-26 Thread ng0
Hi lfam, as per chat last week here is the email with the patches which need attention, and should be checked and merged when ready, some still require review and help: - tintin++: https://lists.gnu.org/archive/html/guix-devel/2016-08/msg01301.html

Re: [PATCH] gnu: tor: Update to 0.2.8.7.

2016-08-26 Thread ng0
Leo Famulari writes: > [ Unknown signature status ] > On Wed, Aug 24, 2016 at 07:32:52PM +, ng0 wrote: >> Updates tor to 0.2.8.7, released.. today? yesterday? Well, recently. > > Thanks, pushed as ec9be00fc. > >> Question: why is perl not a native-input for tor? I see some >> version-update.p

Re: [PATCH] openssh service

2016-08-26 Thread Andy Wingo
Hi Julien, Thanks for the documentation update! On Fri 19 Aug 2016 16:31, Julien Lepiller writes: > +@deffn {Scheme Procedure} openssh-service [#:pidfile "/var/run/sshd.pid"] @ > + [#:port-number 22] [#:root-login "without-password"] @ > + [#:allow-empty-passwords #f] [#:password-au

Re: GNOME Applications menu can cause crashes

2016-08-26 Thread Andy Wingo
On Sun 21 Aug 2016 20:20, Kei Kebreau writes: > I was wondering if any other GNOME users encountered a odd bug while > using the Applications menu. Dragging an icon while in the Applications > menu causes GNOME shell to crash for unknown reasons. I'd like to help > with fixing this bug if I can,

Re: [PATCH] gnu: tor: Update to 0.2.8.7.

2016-08-26 Thread ng0
ng0 writes: > Leo Famulari writes: > >> [ Unknown signature status ] >> On Wed, Aug 24, 2016 at 07:32:52PM +, ng0 wrote: >>> Updates tor to 0.2.8.7, released.. today? yesterday? Well, recently. >> >> Thanks, pushed as ec9be00fc. >> >>> Question: why is perl not a native-input for tor? I see

Re: patches which need review/merge/bumping

2016-08-26 Thread ng0
ng0 writes: > Hi lfam, > > as per chat last week here is the email with the patches which need > attention, and should be checked and merged when ready, some still > require review and help: > > > - tintin++: > https://lists.gnu.org/archive/html/guix-devel/2016

Re: [PATCH] gnu: Add ola

2016-08-26 Thread John J Foerch
Alex Vong writes: > Hi, > > The patch builds on my machine and lgtm. I make some minor changes (in > diff format): > > 1. Add ola.scm to gnu/local.mk, so that the build system knows the >presence of gnu/package/ola.scm. The commit message should say this >as well. > > 2. Move protobuf fro

Re: hackage importer problem

2016-08-26 Thread Federico Beffa
John J Foerch writes: > Hello, > > I'm seeing a problem with the hackage importer with the git-annex > package: > > $ guix import hackage git-annex > Syntax error: unexpected token : custom-setup (at line 316, column 0) > Syntax error: unexpected end of input > guix import: error: failed

Re: [PATCH] gnu: Add ola

2016-08-26 Thread Marius Bakke
> 2 files changed, 4 insertions(+), 6 deletions(-) > gnu/local.mk | 1 + > gnu/packages/ola.scm | 9 +++-- Perhaps this could be added to something like automation.scm? Or iot.scm? > +(synopsis "Framework for controlling entertainment lighting equipment") > +(description "The O

Re: [PATCH] gnu: awesome: Add awesome-3.5

2016-08-26 Thread doncatnip
On Thu, 25 Aug 2016 09:59:51 + ng0 wrote: > > Works for me (written from inside a running awesome-3.5.9). > > ng0@shadowwalker ~$ awesome --version > awesome v3.5.9 (Mighty Ravendark) > • Build: Sun Mar 06 14:05:54Z 2016 for x86_64 by gcc version 4.9.3 (@) > • Compiled against Lua 5.2.4 (r

[PATCH] doc: The description should not be used as an introduction to generics.

2016-08-26 Thread ng0
I have seen too many descriptions which felt like they want to give an introductions class to generic terms which are explain in external resources. A description should not be too repetive. As a system distribution, we will have more than one tiling window manager. If you describe a tiling window

Re: [PATCH] gnu: awesome: Add awesome-3.5

2016-08-26 Thread ng0
doncatnip writes: > On Thu, 25 Aug 2016 14:47:19 + > ng0 wrote: > > I'm sorry, I just don't really know what to say about this as my > experience with hardening is rather non-existant. I can sure find out > how to disable dbus and submit another patch. No, this was not my intention. The pat

Re: [PATCH 2/2] gnu: Add sway.

2016-08-26 Thread Alex Griffin
On Thu, Aug 25, 2016, at 02:10 PM, Tomáš Čech wrote: > +(home-page "https://github.com/Cloudef/wlc";) This looks like the wrong homepage to me. -- Alex Griffin

[PATCH] gnu: Add eschalot.

2016-08-26 Thread ng0
TL;DR: only run the test suite if you own a cluster, super computer or otherwise much computation power which will be bored by this hashing. Everyone else will spend MANY hours on this, which is why make check/test is disabled. >From 8b941cf6051d81cdd7ca0741b15d2a980a10844b Mon Sep 17 00:00:00 200

Addition to gnu-build-system: make test.

2016-08-26 Thread ng0
2016-08-26 15:16 recently when I pointed out to someone and they added a make check which just calls the original make test, I was wondering if our gnu build system should try for make test and make check.. this seems to be very common test instead of check 2016-08-26 15:19 ng0: Or maybe try one

[PATCH] gnu: node: Update to 6.4.0.

2016-08-26 Thread Jelle Licht
This patch builds reproducible, although that was also the case for me with the previous Node 6.3.1. patch. It would be great if someone could verify this. This patch supercedes the 'gnu: node: Update to 6.3.1.' patch at [0]. Thanks, Jelle [0]: https://lists.gnu.org/archive/html/guix-devel/2016

Re: [PATCH] gnu: node: Update to 6.4.0.

2016-08-26 Thread Thompson, David
On Fri, Aug 26, 2016 at 1:55 PM, Jelle Licht wrote: > > This patch builds reproducible, although that was also the case for me > with the previous Node 6.3.1. patch. It would be great if someone could > verify this. > > This patch supercedes the 'gnu: node: Update to 6.3.1.' patch at [0]. LGTM.

[PATCH] Fix compiling on CentOS 7.

2016-08-26 Thread Roel Janssen
>From dcbf57e6b7e6798a321d599390a052953ab3a75a Mon Sep 17 00:00:00 2001 From: Roel Janssen Date: Fri, 26 Aug 2016 15:22:00 -0400 Subject: [PATCH] Changes to compile it on Centos 7. --- doc/local.mk | 84 +-- emacs/local.mk | 74 +-- gnu/local.mk | 1712 ---

[PATCH] gnu: linux-pam: Update to 1.3.0.

2016-08-26 Thread David Craven
* gnu/packages/linux.scm (linux-pam): Update it. --- gnu/packages/linux.scm | 22 +- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 81a792f..8b9689e 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linu

Re: [PATCH] gnu: linux-pam: Update to 1.3.0.

2016-08-26 Thread David Craven
I removed the kernel mirror, because the folder is empty. > - (string-append > "mirror://kernel.org/linux/libs/pam/library/Linux-PAM-" > -version ".tar.bz2"))) > + (uri (string-append > +"http://www.linux-pam.org/library/"; > +

base64: Restore original license header (license compliance issue)

2016-08-26 Thread Christopher Allan Webber
When incorporating a copyleft licensed program with a lax licensed program, it is correct to preserve the original license notice. See also: https://www.softwarefreedom.org/resources/2007/gpl-non-gpl-collaboration.html base64.scm did not do this. This is important, because it is part of the li

Re: [PATCH 02/11] gnu: python: Import guix licenses with #:prefix license:.

2016-08-26 Thread David Craven
Hi Leo, I made the changes you requested a while back. Are these patches ok then? Thanks, David

[PATCH 01/31] gnu: qtbase: Add native search paths.

2016-08-26 Thread David Craven
* gnu/packages/qt.scm (qtbase)[native-search-paths]: Add QML2_IMPORT_PATH. Add QT_PLUGIN_PATH. Add XDG_DATA_DIRS. Add XDG_CONFIG_DIRS. --- gnu/packages/qt.scm | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index a7eee7c.

[PATCH 07/31] gnu: Add kbookmarks.

2016-08-26 Thread David Craven
* gnu/packages/kde-frameworks.scm (kbookmarks): New variable. --- gnu/packages/kde-frameworks.scm | 42 + 1 file changed, 42 insertions(+) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index f7799bd..66c036b 100644 --- a/gnu

[PATCH 02/31] gnu: qt: Import licenses using #:prefix license:.

2016-08-26 Thread David Craven
* gnu/packages/qt.scm (qt)[license]: Use license:. (qt-4)[license]: Use license:. (qtbase)[license]: Use license:. (python-sip)[license]: Use license:. (python-pyqt)[license]: Use license:. (qtkeychain)[license]: Use license:. --- gnu/packages/qt.scm | 14 +++--- 1 file changed, 7 insertio

[PATCH 00/31] KDE Tier 3 Packages

2016-08-26 Thread David Craven
kdewebkit is missing kio, kservice, kxmlgui, kemoticons, kiconthemes, plasma-frameworks, krunner, ktexteditor and knewstuff have tests disabled David Craven (31): gnu: qtbase: Add native search paths. gnu: qt: Import licenses using #:prefix license:. build: Add wrap-qt-program. gnu: Add b

[PATCH 03/31] build: Add wrap-qt-program.

2016-08-26 Thread David Craven
* guix/build/qt-utils.scm (wrap-qt-program): New file. --- Makefile.am | 1 + guix/build/qt-utils.scm | 40 2 files changed, 41 insertions(+) create mode 100644 guix/build/qt-utils.scm diff --git a/Makefile.am b/Makefile.am index 8bae85e..165

[PATCH 09/31] gnu: Add kconfigwidgets.

2016-08-26 Thread David Craven
* gnu/packages/kde-frameworks.scm (kconfigwidgets): New variable. --- gnu/packages/kde-frameworks.scm | 40 1 file changed, 40 insertions(+) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 88ee496..bf42d03 100644 --- a/

[PATCH 20/31] gnu: Add knotifyconfig.

2016-08-26 Thread David Craven
* gnu/packages/kde-frameworks.scm (knotifyconfig): New variable. --- gnu/packages/kde-frameworks.scm | 41 + 1 file changed, 41 insertions(+) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 05403ed..82fda93 100644 --- a/

[PATCH 04/31] gnu: Add baloo.

2016-08-26 Thread David Craven
* gnu/packages/kde-frameworks.scm (baloo): New variable. --- gnu/packages/kde-frameworks.scm | 63 + 1 file changed, 63 insertions(+) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 6ba454d..ff93e62 100644 --- a/gnu/pack

[PATCH 11/31] gnu: Add kded.

2016-08-26 Thread David Craven
* gnu/packages/kde-frameworks.scm (kded): New variable. --- gnu/packages/kde-frameworks.scm | 32 1 file changed, 32 insertions(+) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index a85796a..a26c139 100644 --- a/gnu/packages/kde-f

[PATCH 29/31] gnu: Add kxmlrpcclient.

2016-08-26 Thread David Craven
* gnu/packages/kde-frameworks.scm (kxmlrpcclient): New variable. --- gnu/packages/kde-frameworks.scm | 42 + 1 file changed, 42 insertions(+) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index a890170..f3125f5 100644 --- a/

[PATCH 06/31] gnu: Add kactivities-stats.

2016-08-26 Thread David Craven
* gnu/packages/kde-frameworks.scm (kactivities-stats): New variable. Co-authored-by: Hartmut Goebel --- gnu/packages/kde-frameworks.scm | 34 ++ 1 file changed, 34 insertions(+) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index

[PATCH 17/31] gnu: Add kinit.

2016-08-26 Thread David Craven
* gnu/packages/kde-frameworks.scm (kinit): New variable. --- gnu/packages/kde-frameworks.scm | 43 + 1 file changed, 43 insertions(+) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index cfa513c..cb18319 100644 --- a/gnu/pack

[PATCH 15/31] gnu: Add kglobalaccel.

2016-08-26 Thread David Craven
* gnu/packages/kde-frameworks.scm (kglobalaccel): New variable. Co-authored-by: Hartmut Goebel --- gnu/packages/kde-frameworks.scm | 41 + 1 file changed, 41 insertions(+) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm inde

[PATCH 12/31] gnu: Add kdesignerplugin.

2016-08-26 Thread David Craven
* gnu/packages/kde-frameworks.scm (kdesignerplugin): New variable. --- gnu/packages/kde-frameworks.scm | 37 + 1 file changed, 37 insertions(+) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index a26c139..3c37ad1 100644 --- a/gn

[PATCH 13/31] gnu: Add kdesu.

2016-08-26 Thread David Craven
* gnu/packages/kde-frameworks.scm (kdesu): New variable. --- gnu/packages/kde-frameworks.scm | 31 +++ 1 file changed, 31 insertions(+) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 3c37ad1..9d37020 100644 --- a/gnu/packages/kde-f

[PATCH 14/31] gnu: Add kemoticons.

2016-08-26 Thread David Craven
* gnu/packages/kde-frameworks.scm (kemoticons): New variable. --- gnu/packages/kde-frameworks.scm | 39 +++ 1 file changed, 39 insertions(+) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 9d37020..bf647d5 100644 --- a/gnu/p

[PATCH 24/31] gnu: Add kservice.

2016-08-26 Thread David Craven
* gnu/packages/kde-frameworks.scm (kservice): New variable. --- gnu/packages/kde-frameworks.scm | 42 + 1 file changed, 42 insertions(+) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 38a2f80..57a9638 100644 --- a/gnu/p

[PATCH 05/31] gnu: Add kactivities.

2016-08-26 Thread David Craven
* gnu/packages/kde-frameworks.scm (kactivities): New variable. --- gnu/packages/kde-frameworks.scm | 56 + 1 file changed, 56 insertions(+) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index ff93e62..e81c5f8 100644 --- a/gn

[PATCH 18/31] gnu: Add kio.

2016-08-26 Thread David Craven
* gnu/packages/kde-frameworks.scm (kio): New variable. --- gnu/packages/kde-frameworks.scm | 73 + 1 file changed, 73 insertions(+) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index cb18319..b51fe2e 100644 --- a/gnu/packag

[PATCH 16/31] gnu: Add kiconthemes.

2016-08-26 Thread David Craven
* gnu/packages/kde-frameworks.scm (kiconthemes): New variable. --- gnu/packages/kde-frameworks.scm | 47 + 1 file changed, 47 insertions(+) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index f3fa593..cfa513c 100644 --- a/gn

[PATCH 26/31] gnu: Add ktextwidgets.

2016-08-26 Thread David Craven
* gnu/packages/kde-frameworks.scm (ktextwidgets): New variable. --- gnu/packages/kde-frameworks.scm | 44 + 1 file changed, 44 insertions(+) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index d90e9de..56e854b 100644 --- a/g

[PATCH 23/31] gnu: Add krunner.

2016-08-26 Thread David Craven
* gnu/packages/kde-frameworks.scm (krunner): New variable. --- gnu/packages/kde-frameworks.scm | 54 + 1 file changed, 54 insertions(+) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 0e3d9c9..38a2f80 100644 --- a/gnu/pa

[PATCH 10/31] gnu: Add kdeclarative.

2016-08-26 Thread David Craven
* gnu/packages/kde-frameworks.scm (kdeclarative): New variable. --- gnu/packages/kde-frameworks.scm | 59 + 1 file changed, 59 insertions(+) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index bf42d03..a85796a 100644 --- a/g

[PATCH 08/31] gnu: Add kcmutils.

2016-08-26 Thread David Craven
* gnu/packages/kde-frameworks.scm (kcmutils): New variable. --- gnu/packages/kde-frameworks.scm | 39 +++ 1 file changed, 39 insertions(+) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 66c036b..88ee496 100644 --- a/gnu/pac

[PATCH 22/31] gnu: Add kpeople.

2016-08-26 Thread David Craven
* gnu/packages/kde-frameworks.scm (kpeople): New variable. --- gnu/packages/kde-frameworks.scm | 42 + 1 file changed, 42 insertions(+) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 6b450cb..0e3d9c9 100644 --- a/gnu/pa

[PATCH 31/31] gnu: Add kpmcore.

2016-08-26 Thread David Craven
* gnu/packages/kde-frameworks.scm (kpmcore): New variable. --- gnu/packages/kde-frameworks.scm | 33 + 1 file changed, 33 insertions(+) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 2deb039..c9ae4c5 100644 --- a/gnu/packages/k

[PATCH 19/31] gnu: Add knewstuff.

2016-08-26 Thread David Craven
* gnu/packages/kde-frameworks.scm (knewstuff): New variable. --- gnu/packages/kde-frameworks.scm | 55 + 1 file changed, 55 insertions(+) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index b51fe2e..05403ed 100644 --- a/gnu/

[PATCH 27/31] gnu: Add kwallet.

2016-08-26 Thread David Craven
* gnu/packages/kde-frameworks.scm (kwallet): New variable. --- gnu/packages/kde-frameworks.scm | 41 + 1 file changed, 41 insertions(+) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 56e854b..2d09380 100644 --- a/gnu/pa

[PATCH 28/31] gnu: Add kxmlgui.

2016-08-26 Thread David Craven
* gnu/packages/kde-frameworks.scm (kxmlgui): New variable. --- gnu/packages/kde-frameworks.scm | 51 + 1 file changed, 51 insertions(+) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 2d09380..a890170 100644 --- a/gnu/pa

[PATCH 21/31] gnu: Add kparts.

2016-08-26 Thread David Craven
* gnu/packages/kde-frameworks.scm (kparts): New variable. --- gnu/packages/kde-frameworks.scm | 50 + 1 file changed, 50 insertions(+) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 82fda93..6b450cb 100644 --- a/gnu/pac

[PATCH 30/31] gnu: Add plasma-framework.

2016-08-26 Thread David Craven
* gnu/packages/kde-frameworks.scm (plasma-framework): New variable. --- gnu/packages/kde-frameworks.scm | 65 + 1 file changed, 65 insertions(+) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index f3125f5..2deb039 100644 ---

[PATCH 25/31] gnu: Add ktexteditor.

2016-08-26 Thread David Craven
* gnu/packages/kde-frameworks.scm (ktexteditor): New variable. --- gnu/packages/kde-frameworks.scm | 67 + 1 file changed, 67 insertions(+) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 57a9638..d90e9de 100644 --- a/gn

Flex security update: RCE in generated code (CVE-2016-6354)

2016-08-26 Thread Leo Famulari
There is a buffer overflow and potential remote code execution vulnerability in flex's *generated code* before flex version 2.6.1, CVE-2016-6354: http://seclists.org/oss-sec/2016/q3/163 https://www.debian.org/security/2016/dsa-3653 https://security-tracker.debian.org/tracker/CVE-2016-6354 Flex ha

Re: Flex security update: RCE in generated code (CVE-2016-6354)

2016-08-26 Thread Leo Famulari
On Fri, Aug 26, 2016 at 06:14:26PM -0400, Leo Famulari wrote: > Subject: [PATCH] gnu: flex: Fix CVE-2016-6354. > > * gnu/packages/flex.scm (flex)[replacement]: New field. > (flex/fixed): New variable. > * gnu/packages/patches/flex-CVE-2016-6354.patch: New file. > * gnu/local.mk (dist_patch_DATA):

Re: [PATCH] gnu: tor: Update to 0.2.8.7.

2016-08-26 Thread Leo Famulari
On Fri, Aug 26, 2016 at 10:58:47AM +, ng0 wrote: > > https://gitweb.torproject.org/tor.git/tree/scripts/maint/checkOptionDocs.pl.in > > I think this perl script is not even used in the standard check phase. > Maybe it is used in the full-check phase, which we might be able to add > once we hav

Re: [PATCH] Fix compiling on CentOS 7.

2016-08-26 Thread ng0
Roel Janssen writes: > From dcbf57e6b7e6798a321d599390a052953ab3a75a Mon Sep 17 00:00:00 2001 > From: Roel Janssen > Date: Fri, 26 Aug 2016 15:22:00 -0400 > Subject: [PATCH] Changes to compile it on Centos 7. > > --- > doc/local.mk | 84 +-- > emacs/local.mk | 74 +-- > gnu/local.mk | 1

Re: [PATCH] gnunet-svn, gnunet-gtk-svn

2016-08-26 Thread Catonano
2016-08-20 14:04 GMT+02:00 ng0 > Reported at https://gnunet.org/bugs/view.php?id=4619 > > Christian Grothoff replied that he would like you to extract a stacktrace from a core dump. Did you notice ? I would attempt that myself but admittedly I don't know how to obtain a core dump

Re: [PATCH] Fix compiling on CentOS 7.

2016-08-26 Thread Roel Janssen
ng0 writes: > Roel Janssen writes: > >> From dcbf57e6b7e6798a321d599390a052953ab3a75a Mon Sep 17 00:00:00 2001 >> From: Roel Janssen >> Date: Fri, 26 Aug 2016 15:22:00 -0400 >> Subject: [PATCH] Changes to compile it on Centos 7. >> >> --- >> doc/local.mk | 84 +-- >> emacs/local.mk | 74

[PATCH] gnu: octave: Update to 4.0.3.

2016-08-26 Thread Kei Kebreau
I've removed curl and friends from the dependency list to avoid license incompatibilities. Until we figure out what's up with curl and openssl, we can keep network capabilities out of the octave definition to stay on the safe side. What do you all think? From 09a7886afad1d7a4fd1fc570f3eaf0a12be8eaa

[PATCH] gnu: Add linux-pam.

2016-08-26 Thread rennes
This is a patch for linux-pam, at compile on the Hurd system searches the file fsuid.h. The patch was taken from the Debian project. * This patch is prerequisite for lsh/openssh packages. * The patch was build and installed on Linux and the Hurd systems. ThanksFrom c7ddf09a79ad33d69b5ac8080b6

Re: [PATCH] gnu: octave: Update to 4.0.3.

2016-08-26 Thread Ricardo Wurmus
Kei Kebreau writes: > I've removed curl and friends from the dependency list to avoid license > incompatibilities. Until we figure out what's up with curl and openssl, > we can keep network capabilities out of the octave definition to stay on > the safe side. What do you all think? Pushed as aa

Re: [PATCH] Fix compiling on CentOS 7.

2016-08-26 Thread Ricardo Wurmus
Roel Janssen writes: > Dear Guix, > > Due to an old Automake version (1.13), running the `./configure' phase on > CentOS 7 fails with: > >> autoreconf: running: automake --add-missing --copy --force-missing >> configure.ac:21: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and its >> use i

Re: [PATCH 01/31] gnu: qtbase: Add native search paths.

2016-08-26 Thread Ricardo Wurmus
David Craven writes: > * gnu/packages/qt.scm (qtbase)[native-search-paths]: > Add QML2_IMPORT_PATH. > Add QT_PLUGIN_PATH. > Add XDG_DATA_DIRS. > Add XDG_CONFIG_DIRS. This looks good to me. Thank you! Will this result in mass rebuilds? If so this should be pushed to core-updates. ~~ Ricardo

Re: [PATCH 02/31] gnu: qt: Import licenses using #:prefix license:.

2016-08-26 Thread Ricardo Wurmus
David Craven writes: > * gnu/packages/qt.scm > (qt)[license]: Use license:. > (qt-4)[license]: Use license:. > (qtbase)[license]: Use license:. > (python-sip)[license]: Use license:. > (python-pyqt)[license]: Use license:. > (qtkeychain)[license]: Use license:. The patch looks good to me. The

Re: [PATCH 03/31] build: Add wrap-qt-program.

2016-08-26 Thread Ricardo Wurmus
David Craven writes: > * guix/build/qt-utils.scm (wrap-qt-program): New file. Please also mention the change to MODULES in the Makefile.am. Other than that it looks good to me. ~~ Ricardo > --- > Makefile.am | 1 + > guix/build/qt-utils.scm | 40

Re: [PATCH 04/31] gnu: Add baloo.

2016-08-26 Thread Ricardo Wurmus
David Craven writes: > * gnu/packages/kde-frameworks.scm (baloo): New variable. […] > +(license (list license:gpl2+ license:lgpl2.1+ Please add a comment above that explains what this list means, e.g. to what file which of the two licenses apply. Other than that it’s perfect. Thank

Re: [PATCH 05/31] gnu: Add kactivities.

2016-08-26 Thread Ricardo Wurmus
David Craven writes: > * gnu/packages/kde-frameworks.scm (kactivities): New variable. > --- > gnu/packages/kde-frameworks.scm | 56 > + > 1 file changed, 56 insertions(+) > > diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm

Re: [PATCH 06/31] gnu: Add kactivities-stats.

2016-08-26 Thread Ricardo Wurmus
David Craven writes: > * gnu/packages/kde-frameworks.scm (kactivities-stats): New variable. > > Co-authored-by: Hartmut Goebel > --- > gnu/packages/kde-frameworks.scm | 34 ++ > 1 file changed, 34 insertions(+) > > diff --git a/gnu/packages/kde-frameworks.scm b/

Re: [PATCH 02/12] import: utils: Symbols from 'license->symbol' have a license: prefix.

2016-08-26 Thread Ricardo Wurmus
David Craven writes: > * guix/import/utils.scm (define-module): guix licenses import uses a prefix. > (string->licenses): Add license: prefix to licenses. > (license->symbol): Add license: prefix to licenses. Return a symbol with the > prefix license:. Nitpick: please use two spaces betwe

Re: [PATCH] Fix compiling on CentOS 7.

2016-08-26 Thread Tomáš Čech
On Fri, Aug 26, 2016 at 09:48:36PM +0200, Roel Janssen wrote: Dear Guix, Due to an old Automake version (1.13), running the `./configure' phase on CentOS 7 fails with: autoreconf: running: automake --add-missing --copy --force-missing configure.ac:21: warning: The 'AM_PROG_MKDIR_P' macro is de