Ludovic Courtès
e4015e570c
gnu: inetutils: Allow for cross-compilation.
...
* gnu/packages/admin.scm (inetutils)[arguments]: Pass
"--with-path-procnet-dev".
2017-07-11 22:26:05 +02:00
Ludovic Courtès
ed8111ea75
gnu: linux-pam: Disable NIS when cross-compiling.
...
* gnu/packages/linux.scm (linux-pam)[arguments]: Pass "--disable-nis"
when cross-compiling.
2017-07-11 21:54:19 +02:00
Ludovic Courtès
d5ff67f411
gnu: mpg123: Update to 1.25.2 [fixes CVE-2017-10683].
...
* gnu/packages/mp3.scm (mpg123): Update to 1.25.2.
2017-07-11 11:53:53 +02:00
rennes
64fce63708
gnu: Add lollypop.
...
* gnu/packages/gnome.scm (lollypop): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2017-07-11 11:11:52 +02:00
Ludovic Courtès
94a881178a
services: elogind: Start from the Shepherd.
...
Fixes <http://bugs.gnu.org/27580 >.
Reported by William <w@vieta.uk>.
* gnu/services/desktop.scm (elogind-shepherd-service): New procedure.
(elogind-service-type): Extend SHEPHERD-ROOT-SERVICE-TYPE.
2017-07-11 11:11:52 +02:00
Kei Kebreau
082725b502
gnu: hop: Update to 3.1.0-pre2.
...
* gnu/packages/scheme.scm (hop): Update to 3.1.0-pre2.
[source]: Remove unnecessary patch.
[arguments]: Enable tests; disable parallel building; specify BIGLOO in
make-flags.
[inputs]: Add libgc, libunistring, libuv, pcre and sqlite.
* gnu/local.mk (dist_patch_DATA): Remove unnecessary patch.
* gnu/packages/patches/hop-linker-flags.patch: Delete file.
2017-07-10 19:35:44 -04:00
Kei Kebreau
5e3ea571c5
gnu: bigloo: Update to 4.3a.
...
* gnu/packages/scheme.scm (bigloo): Update to 4.3a.
[source]: Remove old patch. Add snippet.
[arguments]: Adjust the build phases accordingly.
[inputs]: Add libgc, libunistring, libuv, openssl, pcre and sqlite.
2017-07-10 19:35:44 -04:00
Leo Famulari
b48063536b
gnu: libpipeline: Update to 1.4.2.
...
* gnu/packages/man.scm (libpipeline): Update to 1.4.2.
2017-07-10 19:06:32 -04:00
Ludovic Courtès
3e8d037b16
services: dbus, polkit: Add default value.
...
* gnu/services/dbus.scm (dbus-root-service-type)[default-value]: New
field.
(polkit-service-type)[default-value]: New field.
2017-07-11 00:48:51 +02:00
Ludovic Courtès
638e9deaf8
services: Make error message less scary.
...
* gnu/services.scm (service-back-edges): Show the type name of SERVICE
instead of SERVICE in error message.
2017-07-11 00:48:50 +02:00
Tobias Geerinckx-Rice
b612e54f17
gnu: offlineimap: Update to 7.1.2.
...
* gnu/packages/mail.scm (offlineimap): Update to 7.1.2.
2017-07-10 22:25:14 +02:00
Tobias Geerinckx-Rice
3308591fec
gnu: sshuttle: Move python-pytest-runner.
...
* gnu/packages/vpn.scm (sshuttle)[native-inputs]: Mark
python-pytest-runner as a test-only dependency, following up commit
447f75825f
.
2017-07-10 22:25:14 +02:00
Leo Famulari
61adfb00b1
gnu: libtiff: Fix two integer overflows.
...
* gnu/packages/patches/libtiff-tiffycbcrtorgb-integer-overflow.patch,
gnu/packages/patches/libtiff-tiffycbcrtorgbinit-integer-overflow.patch:
New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/image.scm (libtiff-4.0.8)[source]: Use them.
2017-07-10 13:31:58 -04:00
Leo Famulari
625e7cd654
gnu: ncurses: Fix CVE-2017-10684 and CVE-2017-10685.
...
* gnu/packages/patches/ncurses-CVE-2017-10684-10685.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/ncurses.scm (ncurses)[replacement]: New field.
(ncurses/fixed): New variable.
2017-07-10 13:31:58 -04:00
Mark H Weaver
ef019092b9
gnu: poppler: Fix null pointer dereferences.
...
* gnu/packages/patches/poppler-fix-crash-with-broken-documents.patch: New
file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/pdf.scm (poppler/fixed)[source]: Add the patch.
2017-07-10 12:59:07 -04:00
Feng Shu
2a9a220763
gnu: emacs-exwm-x: Update to 1.7.2.
...
* gnu/packages/emacs.scm (emacs-exwm-x): Update to 1.7.2.
[propagated-inputs]: Add emacs-use-package.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-07-10 22:01:45 +05:30
Manolis Ragkousis
a5fa1a1a54
gnu: unshield: Remove incorrect '"'.
...
* gnu/packages/compression.scm (unshield): Remove incorrect '"'.
2017-07-10 17:13:02 +03:00
Danny Milosavljevic
651de2bdb5
build, vm: Use "GuixSD" or "GUIXSD" as volume label.
...
* gnu/build/vm.scm (initialize-hard-disk): Use "GuixSD" as label.
* gnu/system/install.scm (installation-os): Use "GuixSD" as label.
* gnu/system/vm.scm (system-disk-image): Use "GuixSD" or "GUIXSD" as volume
label.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2017-07-10 15:35:43 +02:00
Stefan Reichör
c9a6a36fec
gnu: Add et.
...
* gnu/packages/ssh.scm (et): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-07-10 12:37:04 +02:00
Alex Vong
eb737a271a
gnu: emacs: Build with imagemagick support.
...
* gnu/packages/emacs.scm (emacs)[inputs]: Add imagemagick.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-07-10 13:58:00 +05:30
Ricardo Wurmus
4883f70907
gnu: nss-pam-ldapd: Update to 0.9.8.
...
* gnu/packages/openldap.scm (nss-pam-ldapd): Update to 0.9.8.
2017-07-09 20:10:37 +02:00
Ricardo Wurmus
35407e29b0
gnu: qtractor: Update to 0.8.3.
...
* gnu/packages/music.scm (qtractor): Update to 0.8.3.
2017-07-09 19:51:18 +02:00
Ricardo Wurmus
9d737f1b69
gnu: guitarix: Update to 0.35.4.
...
* gnu/packages/audio.scm (guitarix): Update to 0.35.4.
2017-07-09 19:38:15 +02:00
Ricardo Wurmus
51a0885349
gnu: guitarix-lv2: Remove inputs override.
...
* gnu/packages/audio.scm (guitarix-lv2)[inputs]: Remove.
2017-07-09 19:36:28 +02:00
Ricardo Wurmus
a20608a57a
gnu: gtk-doc: Fix dblatex problem.
...
* gnu/packages/gtk.scm (gtk-doc)[arguments]: Add phase "set-HOME".
2017-07-09 17:07:39 +02:00
Ricardo Wurmus
b81dd94a79
gnu: dblatex: Use texlive-union.
...
* gnu/packages/patches/dblatex-remove-multirow.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/docbook.scm (dblatex)[source]: Use patch.
[inputs]: Replace "texlive" with a texlive-union.
2017-07-09 17:07:39 +02:00
Ricardo Wurmus
f45a552038
gnu: Add texlive-fonts-rsfs.
...
* gnu/packages/tex.scm (texlive-fonts-rsfs): New variable.
2017-07-09 17:07:39 +02:00
Ricardo Wurmus
9cc823f567
gnu: lilypond: Use texlive-union.
...
* gnu/packages/music.scm (lilypond)[arguments]: Add phase "use-texlive-union".
[native-inputs]: Replace "texlive" with a texlive-union.
2017-07-09 17:07:38 +02:00
Ricardo Wurmus
b037ce949f
gnu: lilypond: Update to 2.19.63.
...
* gnu/packages/music.scm (lilypond): Update to 2.19.63.
2017-07-09 17:07:37 +02:00
Ricardo Wurmus
44436def9b
gnu: Add texlive-metapost.
...
* gnu/packages/tex.scm (texlive-metapost): New variable.
2017-07-09 17:07:37 +02:00
Ricardo Wurmus
406af0d663
gnu: Add texlive-latex-lh.
...
* gnu/packages/tex.scm (texlive-latex-lh): New variable.
2017-07-09 17:07:37 +02:00
Ricardo Wurmus
ae3779d5cd
gnu: Add texlive-latex-eepic.
...
* gnu/packages/tex.scm (texlive-latex-eepic): New variable.
2017-07-09 17:07:37 +02:00
Ricardo Wurmus
1562763c0a
gnu: Add texlive-latex-eso-pic.
...
* gnu/packages/tex.scm (texlive-latex-eso-pic): New variable.
2017-07-09 17:07:36 +02:00
Ricardo Wurmus
83c830d1ac
gnu: Add texlive-fonts-ec.
...
* gnu/packages/tex.scm (texlive-fonts-ec): New variable.
2017-07-09 17:07:36 +02:00
Ricardo Wurmus
9186c1560b
gnu: Add texlive-generic-epsf.
...
* gnu/packages/tex.scm (texlive-generic-epsf): New variable.
2017-07-09 17:07:35 +02:00
Ricardo Wurmus
cd2c77f434
gnu: Add texlive-latex-wasysym.
...
* gnu/packages/tex.scm (texlive-latex-wasysym): New variable.
2017-07-09 17:07:35 +02:00
Ricardo Wurmus
acc620d6ed
gnu: Add texlive-latex-titlesec.
...
* gnu/packages/tex.scm (texlive-latex-titlesec): New variable.
2017-07-09 17:07:34 +02:00
Ricardo Wurmus
2db3a03445
gnu: Add texlive-latex-subfigure.
...
* gnu/packages/tex.scm (texlive-latex-subfigure): New variable.
2017-07-09 17:07:34 +02:00
Ricardo Wurmus
d8fef6ea1f
gnu: Add texlive-fonts-stmaryrd.
...
* gnu/packages/tex.scm (texlive-fonts-stmaryrd): New variable.
2017-07-09 17:07:34 +02:00
Ricardo Wurmus
adc02c70c2
gnu: Add texlive-latex-pdfpages.
...
* gnu/packages/tex.scm (texlive-latex-pdfpages): New variable.
2017-07-09 17:07:33 +02:00
Ricardo Wurmus
da38b23595
gnu: Add texlive-latex-overpic.
...
* gnu/packages/tex.scm (texlive-latex-overpic): New variable.
2017-07-09 17:07:33 +02:00
Ricardo Wurmus
ecffeeb54f
gnu: Add texlive-latex-multirow.
...
* gnu/packages/tex.scm (texlive-latex-multirow): New variable.
2017-07-09 17:07:32 +02:00
Ricardo Wurmus
02fd07b305
gnu: Add texlive-latex-jknapltx.
...
* gnu/packages/tex.scm (texlive-latex-jknapltx): New variable.
2017-07-09 17:07:32 +02:00
Ricardo Wurmus
b2bc1daf98
gnu: Add texlive-latex-listings.
...
* gnu/packages/tex.scm (texlive-latex-listings): New variable.
2017-07-09 17:07:32 +02:00
Ricardo Wurmus
3921bc7c24
gnu: Add texlive-latex-footmisc.
...
* gnu/packages/tex.scm (texlive-latex-footmisc): New variable.
2017-07-09 17:07:31 +02:00
Ricardo Wurmus
df2b9bb4de
gnu: Add texlive-latex-float.
...
* gnu/packages/tex.scm (texlive-latex-float): New variable.
2017-07-09 17:07:31 +02:00
Ricardo Wurmus
18ce343773
gnu: Add texlive-latex-fancyvrb.
...
* gnu/packages/tex.scm (texlive-latex-fancyvrb): New variable.
2017-07-09 17:07:31 +02:00
Ricardo Wurmus
20282111e5
gnu: Add texlive-latex-fancyhdr.
...
* gnu/packages/tex.scm (texlive-latex-fancyhdr): New variable.
2017-07-09 17:07:30 +02:00
Ricardo Wurmus
36ce05ffdd
gnu: Add texlive-latex-fancybox.
...
* gnu/packages/tex.scm (texlive-latex-fancybox): New variable.
2017-07-09 17:07:30 +02:00
Ricardo Wurmus
e003a5f06d
gnu: Add texlive-latex-colortbl.
...
* gnu/packages/tex.scm (texlive-latex-colortbl): New variable.
2017-07-09 17:07:30 +02:00
Ricardo Wurmus
b92ac281e5
gnu: Add texlive-latex-changebar.
...
* gnu/packages/tex.scm (texlive-latex-changebar): New variable.
2017-07-09 17:07:29 +02:00
Ricardo Wurmus
1d3be84e73
gnu: Add texlive-latex-appendix.
...
* gnu/packages/tex.scm (texlive-latex-appendix): New variable.
2017-07-09 17:07:29 +02:00
Ricardo Wurmus
bda61541d5
gnu: Add texlive-latex-anysize.
...
* gnu/packages/tex.scm (texlive-latex-anysize): New variable.
2017-07-09 17:07:29 +02:00
Ricardo Wurmus
137f9cbc88
gnu: Add texlive-latex-amsfonts.
...
* gnu/packages/tex.scm (texlive-latex-amsfonts): New variable.
2017-07-09 17:07:29 +02:00
Ricardo Wurmus
98b4aca156
gnu: Add texlive-fonts-amsfonts.
...
* gnu/packages/tex.scm (texlive-fonts-amsfonts): New variable.
2017-07-09 17:07:28 +02:00
Ricardo Wurmus
beb476ed77
gnu: texlive-generic-ifxetex: Fix description.
...
* gnu/packages/tex.scm (texlive-generic-ifxetex)[description]: Fix typo.
2017-07-09 17:07:28 +02:00
Ricardo Wurmus
05d28068ed
gnu: texlive-latex-oberdiek: Build ifpdf package.
...
* gnu/packages/tex.scm (texlive-latex-oberdiek)[arguments]: Only build the
"oberdiek.ins" package (which includes all other packages); patch file to
build "ifpdf.dtx" instead of "ifpdf.ins".
2017-07-09 17:07:28 +02:00
Ricardo Wurmus
702f23b3b8
gnu: texlive-latex-base: Fix xetex and xelatex formats.
...
* gnu/packages/tex.scm (texlive-latex-base)[arguments]: Build xetex and
xelatex formats with matching interpreters.
2017-07-09 17:07:27 +02:00
Ricardo Wurmus
fed7200862
gnu: deeptools: Update to 2.5.1.
...
* gnu/packages/bioinformatics.scm (deeptools): Update to 2.5.1.
[arguments]: Remove.
[native-inputs]: Use "python-" instead of "python2-" variants.
[inputs]: Likewise; add python-py2bit.
2017-07-09 17:07:27 +02:00
Ricardo Wurmus
eb2200f3bd
gnu: Add python-py2bit.
...
* gnu/packages/bioinformatics.scm (python-py2bit): New variable.
2017-07-09 17:07:23 +02:00
Ricardo Wurmus
bdb31853f0
gnu: Add java-jgit-4.2.
...
* gnu/packages/version-control.scm (java-jgit-4.2): New variable.
2017-07-09 16:57:05 +02:00
Ricardo Wurmus
2613f5aff0
gnu: Add java-jgit.
...
* gnu/packages/version-control.scm (java-jgit): New variable.
2017-07-09 16:57:05 +02:00
Ricardo Wurmus
f8e4d0224b
gnu: Add java-slf4j-api.
...
* gnu/packages/java.scm (java-slf4j-api): New variable.
2017-07-09 16:57:04 +02:00
Ricardo Wurmus
eb270ecfdd
gnu: Add java-javaewah.
...
* gnu/packages/java.scm (java-javaewah): New variable.
2017-07-09 16:57:04 +02:00
Ricardo Wurmus
218d093b15
gnu: Add java-classpathx-servletapi
...
* gnu/packages/java.scm (java-classpathx-servletapi): New variable.
2017-07-09 16:57:03 +02:00
Tobias Geerinckx-Rice
efd5a841e5
gnu: youtube-dl: Update to 2017.07.09.
...
* gnu/packages/video.scm (youtube-dl): Update to 2017.07.09.
2017-07-09 15:58:35 +02:00
Marius Bakke
ed40e7c5eb
gnu: libjpeg-turbo: Update to 1.5.2.
...
* gnu/packages/image.scm (libjpeg-turbo): Update to 1.5.2.
[arguments]<#:phases>: Remove.
2017-07-09 15:12:53 +02:00
Feng Shu
e2155f58c0
gnu: you-get: Update to 0.4.775.
...
* gnu/packages/video.scm (you-get): Update to 0.4.775.
Signed-off-by: Ben Woodcroft <donttrustben@gmail.com>
2017-07-09 21:27:37 +10:00
Leo Famulari
b3cc304b30
gnu: poppler: Use an ABI-compatible replacement to fix CVE-2017-9776.
...
This is a followup to commit 95bbaa02aa
.
See <https://bugs.gnu.org/27621 > for more information.
Poppler 0.56.0's ABI is not compatible with Poppler 0.52.0, so it's not
possible to graft the newer version in place of the older one.
This change leaves CVE-2017-9775 unfixed for now.
* gnu/packages/patches/poppler-CVE-2017-9776.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/pdf.scm (poppler-0.56.0): Replace with ...
(poppler/fixed): ... new variable.
(poppler)[replacement]: Replaced with poppler/fixed.
2017-07-09 02:25:27 -04:00
Tobias Geerinckx-Rice
447f75825f
gnu: sshuttle: Update to 0.78.3.
...
* gnu/packages/vpn.scm (sshuttle): Update to 0.78.3.
2017-07-09 01:59:25 +02:00
Kei Kebreau
5143517c99
gnu: wxmaxima: Update to 17.05.0.
...
* gnu/packages/maths.scm (wxmaxima): Update to 17.05.0.
[source]: Update URL and add file-name.
[native-inputs]: Add autoconf, automake and gettext-minimal.
[arguments]: Add 'autoconf' phase.
2017-07-08 17:05:55 -04:00
Efraim Flashner
fac2b430b9
gnu: font-gnu-unifont: Update to 10.0.04.
...
* gnu/packages/fonts.scm (font-gnu-unifont): Update to 10.0.04.
2017-07-08 23:49:29 +03:00
Ben Woodcroft
4732e6ee84
gnu: blast+: Update to 2.6.0.
...
* gnu/packages/bioinformatics.scm (blast+): Update to 2.6.0.
[origin]: Remove bundled pcre. Add patch.
[arguments]: Replace paths in run_with_lock.c. Configure with pcre.
[inputs]: Add pcre, perl, python.
* gnu/packages/patches/blast+-fix-makefile.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2017-07-08 12:05:59 +10:00
Kei Kebreau
f2fa86cc82
gnu: maxima: Ensure gcc is available at runtime.
...
* gnu/packages/maths.scm (maxima)[inputs]: Add gcc.
[arguments]: Use modify-phases syntax. Add 'set-gcc-path' phase.
2017-07-07 20:47:28 -04:00
Leo Famulari
0ca1e77c14
gnu: perl-dbd-mysql: Update to 4.043.
...
* gnu/packages/databases.scm (perl-dbd-mysql): Update to 4.043.
2017-07-07 20:34:52 -04:00
Marius Bakke
d28f90bed9
gnu: python-pyopenssl: Fix test failure on 32-bit platforms.
...
* gnu/packages/patches/python-pyopenssl-17.1.0-test-overflow.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/python.scm (python-pyopenssl)[source]: Use it.
2017-07-07 18:43:16 +02:00
Leo Famulari
4909eadfad
gnu: irssi: Update to 1.0.4 [fixes CVE-2017-{10965,10966}].
...
* gnu/packages/irc.scm (irssi): Update to 1.0.4.
2017-07-07 12:36:00 -04:00
Danny Milosavljevic
acc0f6bb58
guix system: Add file system label and uuid to iso9660-image.
...
* gnu/system/vm.scm (system-disk-image): Pass root-label to ...
(iso9660-image): ... here. Add keyword arguments #:file-system-label
and #:file-system-uuid.
2017-07-07 18:04:31 +02:00
Mark H Weaver
0b1e2ecb25
gnu: webkitgtk: Update to 2.16.5.
...
* gnu/packages/webkit.scm (webkitgtk): Update to 2.16.5.
2017-07-07 11:54:01 -04:00
Tobias Geerinckx-Rice
5826e7b11b
gnu: rdma-core: Update to 14.
...
* gnu/packages/linux.scm (rdma-core): Update to 14.
2017-07-07 15:24:14 +02:00
Tobias Geerinckx-Rice
5d3474c5a9
gnu: catimg: Update to 2.3.2.
...
* gnu/packages/image-viewers.scm (catimg): Update to 2.3.2.
2017-07-07 15:24:14 +02:00
Leo Famulari
642656a144
gnu: python-parsedatetime: Update to 2.4.
...
* gnu/packages/python.scm (python-parsedatetime, python2-parsedatetime):
Update to 2.4.
2017-07-07 01:23:12 -04:00
Leo Famulari
93013f1e79
gnu: python-icalendar: Update to 3.11.5.
...
* gnu/packages/python.scm (python-icalendar): Update to 3.11.5.
2017-07-07 01:23:08 -04:00
Alex Vong
dab536fe1a
gnu: libtiff: Fix CVE-2017-{9936,10688}.
...
* gnu/packages/patches/libtiff-CVE-2017-9936.patch,
gnu/packages/patches/libtiff-CVE-2017-10688.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/image.scm (libtiff-4.0.8)[source]: Use them.
Signed-off-by: Leo Famulari <leo@famulari.name>
2017-07-07 00:06:37 -04:00
Kei Kebreau
ab104672e1
gnu: xorg-server: Fix CVE-2017-{10971,10972}.
...
* gnu/packages/patches/xorg-server-CVE-2017-10971.patch,
gnu/packages/patches/xorg-server-CVE-2017-10972.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/xorg.scm (xorg-server)[source]: Use them.
Signed-off-by: Leo Famulari <leo@famulari.name>
2017-07-06 23:52:22 -04:00
Alex Vong
96dcaa0ca9
gnu: youtube-dl: Update to 2017.07.02.
...
* gnu/packages/video.scm (youtube-dl): Update to 2017.07.02.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2017-07-07 01:50:27 +02:00
Leo Famulari
0a66c38764
Revert "gnu: blast+: Update to 2.6.0."
...
This reverts commit 18dea67dc3
.
2017-07-06 19:38:55 -04:00
Ludovic Courtès
5dfbd76971
gnu: shadow: Correctly match the system type.
...
* gnu/packages/admin.scm (shadow)[inputs]: Use 'string-contains' instead
of 'string-prefix?' when matching the system type.
2017-07-07 00:44:55 +02:00
Mark H Weaver
879b89d1ae
gnu: linux-libre@4.9: Update to 4.9.36.
...
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.36.
2017-07-06 18:41:45 -04:00
Mark H Weaver
95f69e9cfc
gnu: linux-libre@4.4: Update to 4.4.76.
...
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.76.
2017-07-06 18:40:43 -04:00
Tobias Geerinckx-Rice
856f68786f
gnu: iproute: Update to 4.12.0.
...
* gnu/packages/linux.scm (iproute): Update to 4.12.0.
2017-07-06 15:57:16 +02:00
Rutger Helling
d3f52500f3
gnu: xpra: Update to 2.0.3.
...
* gnu/packages/xorg.scm (xpra): Update to 2.0.3.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-07-06 13:28:08 +05:30
Efraim Flashner
8c6acc3efe
gnu: freeipmi: Remove readline from inputs.
...
This is a follow-up to 694b7c3180
.
* gnu/packages/freeimpi.scm (freeipmi)[inputs]: Really remove readline.
2017-07-06 09:45:52 +03:00
Efraim Flashner
694b7c3180
gnu: freeipmi: Update to 1.5.6.
...
* gnu/packages/freeipmi.scm (freeipmi): Update to 1.5.6.
[inputs]: Remove readline.
2017-07-06 09:39:09 +03:00
Tobias Geerinckx-Rice
08094dc926
gnu: zstd: Update to 1.3.0.
...
* gnu/packages/compression.scm (zstd): Update to 1.3.0.
2017-07-06 01:28:05 +02:00
Tobias Geerinckx-Rice
6c69663400
gnu: libvirt: Update to 3.5.0.
...
* gnu/packages/qemu.scm (libvirt): Update to 3.5.0.
2017-07-06 01:28:05 +02:00
Tobias Geerinckx-Rice
ab3cac3785
gnu: bash-completion: Update to 2.6.
...
* gnu/packages/bash.scm (bash-completion): Update to 2.6.
2017-07-06 01:28:05 +02:00
Marius Bakke
a6a979cba3
gnu: mariadb: Update to 10.1.25.
...
* gnu/packages/databases.scm (mariadb): Update to 10.1.25.
2017-07-06 00:15:14 +02:00
Marius Bakke
79937f72c3
gnu: strace: Update to 4.18.
...
* gnu/packages/linux.scm (strace): Update to 4.18.
2017-07-06 00:15:13 +02:00
Marius Bakke
ece8bb3812
gnu: xscreensaver: Update to 5.37.
...
* gnu/packages/xdisorg.scm (xscreensaver): Update to 5.37.
2017-07-06 00:15:13 +02:00