[PATCH] gnu: Add libytnef.

2016-05-10 Thread Kei Yamashita
Another Evolution dependency. From ef59448eb47ea1a6ec27d953e7903d83a76a7fe6 Mon Sep 17 00:00:00 2001 From: Kei Yamashita Date: Tue, 10 May 2016 22:05:49 -0400 Subject: [PATCH] gnu: Add libytnef. * gnu/packages/mail.scm (libytnef): New variable. --- gnu/packages/mail.scm | 22

[PATCH] gnu: Add libpst.

2016-05-10 Thread Kei Yamashita
Another patch in preparation for Evolution. From 7c54fcc66ba52e58eec806c5a9eaefa0ee56afc1 Mon Sep 17 00:00:00 2001 From: Kei Yamashita Date: Tue, 10 May 2016 20:39:42 -0400 Subject: [PATCH] gnu: Add libpst. * gnu/packages/mail.scm (libpst): New variable. --- gnu/packages/mail.scm | 33 ++

Re: [PATCH 1/3] gnu: Add utfcpp.

2016-05-10 Thread Alex Griffin
Here's an updated patch with utfcpp moved to textutils. -- Alex Griffin From 0fada0c526a9d3aa1573d96ec488da1c20b43a0d Mon Sep 17 00:00:00 2001 From: Alex Griffin Date: Sat, 7 May 2016 12:16:39 -0500 Subject: [PATCH 1/2] gnu: Add utfcpp. * gnu/packages/textutils.scm (utfcpp): New variable. --- g

Re: [PATCH 3/3] gnu: Add emacs-ledger-mode.

2016-05-10 Thread Alex Griffin
On Sun, May 8, 2016, at 10:33 PM, Leo Famulari wrote: > On Sun, May 08, 2016 at 10:46:59AM +0300, Alex Kost wrote: > > So I think there is no need to make a separate 'emacs-ledger-mode' > > package, but instead 'ledger' package should be adjusted (if needed) to > > put elisp files in appropriate pl

[PATCH] gnu: Add gtkspell3.

2016-05-10 Thread Kei Yamashita
I'll be submitting a few patches in order to eventually package Evolution for the GNOME desktop. If someone could verify that this package definition is okay for submission, that would be excellent! From 68a9f9f5a90e5cecbfa38aac72530688b025 Mon Sep 17 00:00:00 2001 From: Kei Yamashita Date: Tu

Re: [PATCH] gnu: Correct libical zoneinfo search path.

2016-05-10 Thread Kei Yamashita
On Tue, 10 May 2016 15:36:19 +0200 l...@gnu.org (Ludovic Courtès) wrote: > Hi, > > Good catch! > > Kei Yamashita skribis: > > > + (modify-phases %standard-phases > > + (add-before 'configure 'patch-paths > > + (lambda _ > > + (let ((tzdata (assoc-ref %build-

[PATCH 0/1] libarchive: Fix CVE-2016-1541

2016-05-10 Thread Leo Famulari
There is a buffer overflow in libarchive, CVE-2016-1541 [0]. According to MITRE description, it "allows remote attackers to execute arbitrary code via crafted entry-size values in a ZIP archive." Yikes! This patch applies the upstream patch [1]. Requesting your review, since s many packages

[PATCH 1/1] gnu: libarchive: Fix CVE-2016-1541.

2016-05-10 Thread Leo Famulari
* gnu/packages/backup.scm (libarchive)[replacement]: New field. (libarchive/fixed): New variable. * gnu/packages/patches/libarchive-CVE-2016-1541.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. --- gnu/local.mk | 1 + gnu/packages/backup.scm

Re: [PATCH] Add thinkfan.

2016-05-10 Thread Nicolas Goaziou
Hello, l...@gnu.org (Ludovic Courtès) writes: > Nicolas Goaziou skribis: >> I realize there are hard-coded paths in init scripts. Would it make >> sense to patch them so as to refer to `thinkfan' in store instead of >> "/usr/sbin/thinkfan"? > > Yes, I think so. Here's the patch, then. Regards

Re:CFP: GNU Hacker Meeting 2016

2016-05-10 Thread d4n1
done! thanks Daniel Pimentel (d4n1)On l...@gnu.org, May 10, 2016 10:19 AM wrote:Hello Guix! A GNU Hackers Meeting is due this summer (see below).  If you’d like to participate in preparing the program, please contact Christian and Bastien.  Regardless, make sure to save the date.  :-) Yo

Re: [PATCH] gnu: graphviz: Enable Guile library.

2016-05-10 Thread Roel Janssen
>From 704d5eba566af8d90ec7f53e7fc11d989f85c5e6 Mon Sep 17 00:00:00 2001 From: Roel Janssen Date: Tue, 10 May 2016 15:54:01 +0200 Subject: [PATCH 1/2] gnu: graphviz: Enable Guile library. * gnu/packages/graphviz.scm (graphviz): Compile with Guile support. --- gnu/packages/graphviz.scm | 16 ++

Re: [PATCH] gnu: Correct libical zoneinfo search path.

2016-05-10 Thread Ludovic Courtès
Hi, Good catch! Kei Yamashita skribis: > + (modify-phases %standard-phases > + (add-before 'configure 'patch-paths > + (lambda _ > + (let ((tzdata (assoc-ref %build-inputs "tzdata"))) > + (substitute* "src/libical/icaltz-util.c" > +

Re: Patchwork

2016-05-10 Thread Ludovic Courtès
Efraim Flashner skribis: > On Mon, May 02, 2016 at 05:50:21PM +0200, Ludovic Courtès wrote: >> Ricardo Wurmus skribis: >> >> > I’ve submitted a patch to the mailing list (this time inline with “git >> > send-mail”) and it appeared in the list. Is there any way for us to >> > mark patches as co

Re: [PATCH] gnu: graphviz: Enable Guile library.

2016-05-10 Thread Ludovic Courtès
Roel Janssen skribis: > What is the preferred way to include the module file to the package? > Should I create another package with this file alone, and use it as a > propagated input for graphviz? Could you first submit it upstream? > I now have a graphviz-guile package with a graphviz.scm mod

Re: [PATCH 2/4] gnu: mu: Install emacs files in a proper place.

2016-05-10 Thread Ludovic Courtès
Alex Kost skribis: > Ludovic Courtès (2016-05-09 23:16 +0300) wrote: > >> Alex Kost skribis: >> >>> * gnu/packages/mail.scm (mu)[arguments]: Add 'patch-configure.ac' phase >>> to avoid adding "mu4e" sub-directory to 'lispdir' variable. >> >> [...] >> >>> + ;; By default, elisp code g

Re: [PATCH 0/4] Update mu and autoload mu4e.

2016-05-10 Thread Ludovic Courtès
Alex Kost skribis: > Ludovic Courtès (2016-05-09 23:11 +0300) wrote: > >> Alex Kost skribis: >> >>> Hello, does anyone use mu4e (emacs interface for 'mu')? If you do, may >>> I ask how? By adding "~/.guix-profile/share/emacs/site-lisp/mu4e" to >>> 'load-path' manually and requiring mu4e? >> >>

CFP: GNU Hacker Meeting 2016

2016-05-10 Thread Ludovic Courtès
Hello Guix! A GNU Hackers Meeting is due this summer (see below). If you’d like to participate in preparing the program, please contact Christian and Bastien. Regardless, make sure to save the date. :-) You may also want to subscribe to ghm-discuss¹ to get updates about the meeting. Cheers, L

Re: [PATCH] gnu: graphviz: Enable Guile library.

2016-05-10 Thread Roel Janssen
Hello there, I now have a graphviz-guile package with a graphviz.scm module file. Where should I link/copy/move libgv_guile.so? I tried: $PACKAGE_OUTPUT/lib/ $PACKAGE_OUTPUT/lib/guile/2.0/ $PACKAGE_OUTPUT/lib/guile/2.0/extensions/ But it seems my system only looks in: /lib /gnu/store/...-gcc-4.

Re: [PATCH] gnu: Add r-survival.

2016-05-10 Thread Roel Janssen
Ricardo Wurmus writes: > Roel Janssen writes: > >> Dear Guix, >> >> Here is another R package. >> Thank you for your time. >> >> Kind regards, >> Roel Janssen >> >> >>>From c7da5f0f490d75fbf9697fc632fb0066dfefa89f Mon Sep 17 00:00:00 2001 >> From: Roel Janssen >> Date: Mon, 9 May 2016 13:28:53

Re: [PATCH] gnu: Add r-mass.

2016-05-10 Thread Roel Janssen
Ricardo Wurmus writes: > Roel Janssen writes: > >> Dear Guix, >> >> Here is another R package. >> Thank you for your time. >> >> Kind regards, >> Roel Janssen >> >>>From 9afdfc2d9f8d2f0268878a9f16394c862f7dfb2b Mon Sep 17 00:00:00 2001 >> From: Roel Janssen >> Date: Mon, 9 May 2016 13:42:31 +02

Re: [PATCH] gnu: graphviz: Enable Guile library.

2016-05-10 Thread Roel Janssen
Hello Danny, Thank you for your elaborate response. This makes it quite easy for me to write the module file. I added "write" and "rm" to the module, which should make it complete. What is the preferred way to include the module file to the package? Should I create another package with this fil

Re: [PATCH 2/2] emacs: Add 'guix-package-from-file' command.

2016-05-10 Thread Alex Kost
Ludovic Courtès (2016-05-09 23:29 +0300) wrote: > Alex Kost skribis: > >> Ludovic Courtès (2016-05-08 21:40 +0300) wrote: > > [...] > >>> … by wrapping ‘vhash-consq’ in ‘delay’. >> >> … I tried it, but I got an error I don't know what to do with: >> >> Throw to key `vm-error' with args `(vm-run

Re: [PATCH 2/4] gnu: mu: Install emacs files in a proper place.

2016-05-10 Thread Alex Kost
Ludovic Courtès (2016-05-09 23:16 +0300) wrote: > Alex Kost skribis: > >> * gnu/packages/mail.scm (mu)[arguments]: Add 'patch-configure.ac' phase >> to avoid adding "mu4e" sub-directory to 'lispdir' variable. > > [...] > >> + ;; By default, elisp code goes to "share/emacs/site-lisp/mu

Re: [PATCH 0/4] Update mu and autoload mu4e.

2016-05-10 Thread Alex Kost
Ludovic Courtès (2016-05-09 23:11 +0300) wrote: > Alex Kost skribis: > >> Hello, does anyone use mu4e (emacs interface for 'mu')? If you do, may >> I ask how? By adding "~/.guix-profile/share/emacs/site-lisp/mu4e" to >> 'load-path' manually and requiring mu4e? > > I don’t use it, but… > >> Our

qemu: Update to 2.5.1.1 [fixes CVE-2015-8558, CVE-2016-{3710, 3712}]

2016-05-10 Thread Leo Famulari
On Tue, May 10, 2016 at 07:35:44AM +, Leo Famulari wrote: > lfam pushed a commit to branch master > in repository guix. > > commit b6449e61262374581b342aa4920bd37f2292923e > Author: Leo Famulari > Date: Mon May 9 20:48:36 2016 -0400 > > gnu: qemu: Update to 2.5.1.1 [fixes CVE-2015-8558