John Darrington
8e3f813f22
gnu: Add Kerberos client service.
...
* doc/guix.texi (Kerberos Services)[Krb5 Service]: New subsubheading.
* gnu/services/kerberos.scm (krb5-service-type): New variable.
* gnu/services/configuration.scm (configuration-field-serializer,
configuration-field-getter): Export variables.
2016-12-03 18:00:32 +01:00
Ricardo Wurmus
9bad404355
gnu: Add fcgiwrap.
...
* gnu/packages/web.scm (fcgiwrap): New variable.
2016-12-03 17:06:51 +01:00
Ricardo Wurmus
ab519cfa3d
gnu: Add fcgi.
...
* gnu/packages/patches/fcgi-2.4.0-gcc44-fixes.patch: New file.
* gnu/packages/patches/fcgi-2.4.0-poll.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register patches.
* gnu/packages/web.scm (fcgi): New variable.
2016-12-03 17:06:47 +01:00
Mark H Weaver
e9913f8271
gnu: linux-libre: Update to 4.8.12.
...
* gnu/packages/linux.scm (%linux-libre-version, %linux-libre-hash)
(linux-libre): Update to 4.8.12.
2016-12-03 10:20:59 -05:00
Mark H Weaver
bc6d461249
gnu: linux-libre@4.4: Update to 4.4.36.
...
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.36.
2016-12-03 10:20:00 -05:00
Mark H Weaver
80a359f293
gnu: linux-libre@4.1: Update to 4.1.36.
...
* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.36.
2016-12-03 10:19:08 -05:00
Ludovic Courtès
020434d497
gnu: guix: Update development snapshot.
...
* gnu/packages/package-management.scm (guix-devel): Update to 463fb7d
.
2016-12-03 12:05:32 +01:00
Leo Famulari
a6c4790567
gnu: python-cryptography: Update to 1.6.
...
* gnu/packages/python.scm (python-cryptography, python2-cryptography): Update
to 1.6.
(python-cryptography-vectors, python2-cryptography-vectors): Update to 1.6.
2016-12-03 02:39:09 -05:00
Leo Famulari
80b63e670e
gnu: tzdata: Update to 2016j.
...
* gnu/packages/base.scm (tzdata): Update to 2016j.
[source]: Use HTTPS URL.
[home-page]: Use HTTPS URL.
2016-12-02 13:16:35 -05:00
Hartmut Goebel
447b9473cb
gnu: dblatex: Update comment.
...
* gnu/packages/docbook.scm (dblatex)[arguments]: Detail comment about why
the use of setuptools needs to be disabled.
2016-12-02 18:07:36 +01:00
Hartmut Goebel
b0aa6ede25
gnu: python-numpy: Fix inputs.
...
This fixes 2efabc5589
, where some inputs
have been changed to propagated-inputs, but the propagated-inputs are
still extended from inputs and the inputs are not extended at all.
* gnu/packages/python.scm (python-numpy, python2-numpy)[inputs]:
Extend from python-numpy-bootstrap's package-inputs. [propagated-inputs]:
Extend from python-numpy-bootstrap's package-propagated-inputs.
2016-12-02 18:07:36 +01:00
Hartmut Goebel
77a6932adf
gnu: python2-ipython: Fix inputs.
...
This fixes e62600feb6
, where the inputs
have been changed to native-inputs, but still extended from inputs.
* gnu/packages/python.scm (python2-ipython)[native-inputs]: Extend
from python-ipython's package-native-inputs.
2016-12-02 18:07:36 +01:00
Hartmut Goebel
fe4a8da445
gnu: python-numpydoc: Correct inputs.
...
This does what 213d1745c6
was
supposed to do.
* gnu/packages/python.scm (python-numpydoc, python-numpydoc)
Change first of the duplicate [native-inputs] definitions to
[propagated-inputs].
2016-12-02 18:07:36 +01:00
Hartmut Goebel
e89aceab63
gnu: calibre: Do not use python setuptools for building.
...
* gnu/packages/ebook.scm (calibre)[arguments]: Set #:use-setuptools?
to false.
2016-12-02 18:07:36 +01:00
John Darrington
bf7ef1bb84
gnu: file-system-shepherd-service: Use mount-file-system.
...
* gnu/services/base.scm (file-system-shepherd-service): Use
mount-file-system instead of manually mounting the file system.
2016-12-02 17:43:30 +01:00
Marius Bakke
d24727c019
gnu: Add dnscrypt-proxy.
...
* gnu/packages/dns.scm (dnscrypt-proxy): New variable.
2016-12-02 16:58:58 +01:00
Marius Bakke
afe62a8bfb
gnu: Add dnscrypt-wrapper.
...
* gnu/packages/dns.scm (dnscrypt-wrapper): New variable.
2016-12-02 16:58:31 +01:00
Marius Bakke
5834a405ea
gnu: virt-manager: Do not use python setuptools for building.
...
* gnu/packages/qemu.scm (virt-manager)[arguments]: Set #use-setuptools? to #f.
2016-12-02 13:27:09 +01:00
Marius Bakke
a189ac715d
gnu: bluez: Update to 5.43.
...
* gnu/packages/linux.scm (bluez): Update to 5.43.
2016-12-02 13:08:11 +01:00
Marius Bakke
17f2b485b1
gnu: mesa: Update to 13.0.2.
...
* gnu/packages/gl.scm (mesa): Update to 13.0.2.
[inputs]: Remove eudev.
[native-inputs]: Move 'mesa-wayland-egl-symbols-check-mips.patch' to ...
[source]: ... here.
[arguments]: Don't apply patch. Remove udev substitution.
2016-12-02 12:16:15 +01:00
Marius Bakke
2028be238b
gnu: dblatex: Update to 0.3.9.
...
* gnu/packages/docbook.scm (dblatex): Update to 0.3.9.
2016-12-02 12:01:42 +01:00
Marius Bakke
000c5a1163
gnu: libsigc++: Update to 2.10.0.
...
* gnu/packages/glib.scm (libsigc++): Update to 2.10.0.
2016-12-02 11:40:41 +01:00
Leo Famulari
cb8edaac35
gnu: go-1.7: Update to 1.7.4 [security fixes].
...
* gnu/packages/golang.scm (go-1.7): Update to 1.7.4.
2016-12-02 03:52:06 -05:00
Eric Bavier
786b66ef75
gnu: vtk: Build with more system libraries.
...
* gnu/packages/vtk.scm (vtk)[inputs]: Add expat, freetype, hdf5, jpeg,
png, tiff, jsoncpp, libogg, libtheora, and zlib.
[arguments]: Use #:build-type keyword. Add cmake flags for system
libraries.
2016-12-01 23:50:17 -06:00
Eric Bavier
0e988a8483
gnu: vtk: Upgrade to 7.1.0.
...
* gnu/packages/vtk.scm (vtk): Upgrade to 7.1.0.
[source]: Remove patches. Use version-major+minor.
* gnu/packages/patches/vtk-mesa-10.patch: Delete patch.
* gnu/local.mk (dist_patch_DATA): Remove it.
2016-12-01 23:50:17 -06:00
Eric Bavier
996f5ece8c
gnu: jsoncpp: Build shared libraries.
...
* gnu/packages/serialization.scm (jsoncpp)[arguments]: New field.
2016-12-01 23:50:17 -06:00
Eric Bavier
a4b0bfb195
gnu: netcdf: Upgrade to 4.4.1.1.
...
* gnu/packages/maths.scm (netcdf, netcdf-parallel-openmpi): Upgrade to
4.4.1.1.
[source]: Adjust patch name, add netcdf-tst_h_par.patch
* gnu/packages/patches/netcdf-config.date.patch: Rename to...
* gnu/packages/patches/netcdf-date-time.patch: ...this. Adjust for
latest source.
* gnu/packages/patches/netcdf-tst_h_par.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Adjust patches.
2016-12-01 23:50:09 -06:00
Efraim Flashner
b45baef156
gnu: offlineimap: Update to 7.0.12.
...
* gnu/packages/mail.scm (offlineimap): Update to 7.0.12.
2016-12-02 07:41:03 +02:00
Marius Bakke
3cc0342b45
gnu: dblatex: Do not use python setuptools for building.
...
* gnu/packages/docbook.scm (dblatex)[arguments]: Set #:use-setuptools?
to false.
2016-12-01 23:43:37 +01:00
Tomáš Čech
4b67098d9a
gnu: Add uget.
...
* gnu/packages/bittorrent.scm (uget): New variable.
2016-12-01 21:05:20 +01:00
David Thompson
02ecdeaa02
gnu: ardour: Update to 5.5.
...
* gnu/packages/audio.scm (ardour): Update to 5.5.
2016-12-01 13:22:24 -05:00
Efraim Flashner
329e432d60
gnu: python-gst: Update to 1.10.2.
...
* gnu/packages/gstreamer.scm (python-gst): Update to 1.10.2.
2016-12-01 12:56:23 +02:00
Efraim Flashner
68c2ab8c22
gnu: gst-libav: Update to 1.10.2.
...
* gnu/packages/gstreamer.scm (gst-libav): Update to 1.10.2.
2016-12-01 12:55:45 +02:00
Efraim Flashner
acc4d15c0d
gnu: gst-plugins-ugly: Update to 1.10.2.
...
* gnu/packages/gstreamer.scm (gst-plugins-ugly): Update to 1.10.2.
2016-12-01 12:55:09 +02:00
Efraim Flashner
3103a71f65
gnu: gst-plugins-bad: Update to 1.10.2.
...
* gnu/packages/gstreamer.scm (gst-plugins-bad): Update to 1.10.2.
2016-12-01 12:54:19 +02:00
Efraim Flashner
1742132fb1
gnu: gst-plugins-good: Update to 1.10.2.
...
* gnu/packages/gstreamer.scm (gst-plugins-good): Update to 1.10.2.
[source]: Remove patches.
* gnu/packages/patches/gst-plugins-good-fix-crashes.patch,
gnu/packages/patches/gst-plugins-good-fix-invalid-read.patch,
gnu/packages/patches/gst-plugins-good-fix-signedness.patch,
gnu/packages/patches/gst-plugins-good-flic-bounds-check.patch: Remove files.
* gnu/local.mk (dist_patch_DATA): Remove them.
2016-12-01 12:53:30 +02:00
Efraim Flashner
2f0b72af50
gnu: gst-plugins-base: Update to 1.10.2.
...
* gnu/packages/gstreamer.scm (gst-plugins-base): Update to 1.10.2.
2016-12-01 12:50:30 +02:00
Efraim Flashner
a8ce5851ce
gnu: gstreamer: Update to 1.10.2.
...
* gnu/packages/gstreamer.scm (gstreamer): Update to 1.10.2.
2016-12-01 12:49:32 +02:00
Efraim Flashner
d0b9c34fb3
gnu: perl-catalyst-action-rest: Change to new uri.
...
This is a followup to abafd66d04
.
* gnu/packages/web.scm (perl-catalyst-action-rest)[source]: Update to
new source uri.
2016-12-01 12:44:44 +02:00
Efraim Flashner
9469275790
gnu: perl-catalyst-view-tt: Change source uri.
...
This is a followup to 776ca1cb22
.
* gnu/packages/web.scm (perl-catalyst-view-tt)[source]: Change to new
source uri.
2016-12-01 12:44:44 +02:00
Efraim Flashner
08af1a420a
gnu: perl-http-server-simple: Change source uri.
...
This is a followup to 5b3646f100
.
* gnu/packages/web.scm (perl-http-server-simple)[source]: Update to new
source uri.
2016-12-01 12:44:43 +02:00
Ricardo Wurmus
084f8e0435
gnu: perl-http-message: Update URLs.
...
* gnu/packages/web.scm (perl-http-message)[source]: Update URL.
[home-page]: Likewise.
2016-12-01 11:07:13 +01:00
Andy Patterson
4ce8860df9
services: cups: Follow symlinks when installing extensions.
...
* gnu/services/cups.scm (union-directory): Use "stat" when calling
"find-files" to follow symlinks.
2016-12-01 11:03:20 +01:00
Efraim Flashner
8e9badce00
gnu: nasm: Update to 2.12.02.
...
* gnu/packages/assembly.scm (nasm): Update to 2.12.02.
2016-12-01 10:50:46 +02:00
Efraim Flashner
161fb9be8e
gnu: nasm: Switch patch to phase.
...
* gnu/packages/assembly.scm (nasm)[source]: Remove patch.
[arguments]: Disable ps and pdf doc outputs in new phase.
* gnu/packages/patches/nasm-no-ps-pdf.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2016-12-01 10:47:29 +02:00
Efraim Flashner
4181c9393d
gnu: nasm: Allow building on all systems.
...
* gnu/packages/assembly.scm (nasm)[supported-systems]: Remove field.
2016-12-01 09:46:56 +02:00
Mark H Weaver
9689e71d2f
gnu: icecat: Add fixes for CVE-2016-9079 and other bugs.
...
* gnu/packages/gnuzilla.scm (icecat)[source][patches]: Add fixes for
CVE-2016-9079 and other selected fixes from the upstream mozilla-esr45
repository.
2016-11-30 20:51:05 -05:00
Mark H Weaver
a9427ce556
gnu: linux-libre: Update to 4.8.11.
...
* gnu/packages/linux.scm (%linux-libre-version, %linux-libre-hash)
(linux-libre): Update to 4.8.11.
2016-11-30 20:24:07 -05:00
Mark H Weaver
7d9df7ca22
gnu: linux-libre@4.4: Update to 4.4.35.
...
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.35.
2016-11-30 20:23:11 -05:00
Tobias Geerinckx-Rice
e0593466a1
gnu: btrfs-progs: Update to 4.8.5.
...
* gnu/packages/linux.scm (btrfs-progs): Update to 4.8.5.
2016-12-01 01:42:30 +01:00
Ludovic Courtès
d30e578a00
gnu: Add Nagios.
...
* gnu/packages/monitoring.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
2016-11-30 23:31:03 +01:00
Efraim Flashner
ee264bbf90
gnu: perl-http-tiny: Update to 0.070.
...
* gnu/packages/web.scm (perl-http-tiny): Update to 0.070.
[propagated-inputs]: Add perl-mozilla-ca.
2016-11-30 21:45:18 +02:00
Efraim Flashner
5b3646f100
gnu: perl-http-server-simple: Update to 0.51.
...
* gnu/packages/web.scm (perl-http-server-simple): Update to 0.51.
2016-11-30 21:39:51 +02:00
Efraim Flashner
a8a7227b7d
gnu: perl-http-message: Update to 6.11.
...
* gnu/packages/web.scm (perl-http-message): Update to 6.11.
[propagated-inputs]: Add perl-encode-locale.
2016-11-30 21:37:10 +02:00
Efraim Flashner
1ade054c2e
gnu: perl-http-cookiejar: Update to 0.008.
...
* gnu/packages/web.scm (perl-http-cookiejar): Update to 0.008.
[native-inputs]: Add perl-uri.
2016-11-30 21:33:05 +02:00
Efraim Flashner
fb332b15aa
gnu: perl-libwww: Update to 6.15.
...
* gnu/packages/web.scm (perl-libwww): Update to 6.15.
[propagated-inputs]: Add perl-http-date, perl-http-message, perl-uri.
2016-11-30 21:26:50 +02:00
Efraim Flashner
1bb8ca409a
gnu: perl-http-body: Update to 1.22.
...
* gnu/packages/web.scm (perl-http-body): Update to 1.22.
2016-11-30 21:26:50 +02:00
Efraim Flashner
3700b27dc6
gnu: perl-html-parser: Update to 3.72.
...
* gnu/packages/web.scm (perl-html-parser): Update to 3.72.
[inputs]: Add perl-http-message.
2016-11-30 21:26:49 +02:00
Efraim Flashner
97c0cfdc3f
gnu: perl-finance-quote: Update to 1.38.
...
* gnu/packages/web.scm (perl-finance-quote): Update to 1.38.
2016-11-30 21:26:49 +02:00
Efraim Flashner
85b9c18b1a
gnu: perl-encode-locale: Update to 1.05.
...
* gnu/packages/web.scm (perl-encode-locale): Update to 1.05.
2016-11-30 21:26:48 +02:00
Efraim Flashner
caa0194434
gnu: perl-cgi: Update to 4.35.
...
* gnu/packages/web.scm (perl-cgi): Update to 4.35.
2016-11-30 21:26:48 +02:00
Efraim Flashner
776ca1cb22
gnu: perl-catalyst-view-tt: Update to 0.44.
...
* gnu/packages/web.scm (perl-catalyst-view-tt): Update to 0.44.
[propagated-inputs]: Add perl-data-dump.
2016-11-30 21:26:48 +02:00
Efraim Flashner
0018eb57c9
gnu: perl-catalyst-view-json: Update to 0.36.
...
* gnu/packages/web.scm (perl-catalyst-view-json): Update to 0.36.
2016-11-30 21:26:48 +02:00
Efraim Flashner
e8b20020ba
gnu: perl-catalyst-plugin-session: Update to 0.40.
...
* gnu/packages/web.scm (perl-catalyst-plugin-session): Update to 0.40.
[propagated-inputs]: Add perl-mro-compat.
2016-11-30 21:26:47 +02:00
Efraim Flashner
9fc4145211
gnu: perl-catalyst-plugin-accesslog: Update to 1.10.
...
* gnu/packages/web.scm (perl-catalyst-plugin-accesslog): Update to 1.10.
[arguments]: Enable tests.
2016-11-30 21:26:47 +02:00
Efraim Flashner
abafd66d04
gnu: perl-catalyst-action-rest: Update to 1.20.
...
* gnu/packages/web.scm (perl-catalyst-action-rest): Update to 1.20.
[propagated-inputs]: Add perl-config-general, perl-cpanel-json-xs,
perl-xml-simple.
2016-11-30 21:26:47 +02:00
Efraim Flashner
faf806dba9
gnu: perl-apache-logformat-compiler: Update to 0.33.
...
* gnu/packages/web.scm (perl-apache-logformat-compiler): Update to 0.33.
2016-11-30 21:26:47 +02:00
Efraim Flashner
1b49fc8fc3
gnu: perl-email-sender: Update to 1.300028.
...
* gnu/packages/mail.scm (perl-email-sender): Update to 1.300028.
2016-11-30 21:26:46 +02:00
Efraim Flashner
47b4cedf5d
gnu: perl-xml-xpath: Update to 1.40.
...
* gnu/packages/xml.scm (perl-xml-xpath): Update to 1.40.
2016-11-30 21:26:46 +02:00
Efraim Flashner
28a3b6b42c
gnu: perl-xml-compile-wsdl11: Update to 3.05.
...
* gnu/packages/xml.scm (perl-xml-compile-wsdl11): Update to 3.05.
2016-11-30 21:26:46 +02:00
Efraim Flashner
0c3e27a4f4
gnu: perl-xml-compile-soap: Update to 3.20.
...
* gnu/packages/xml.scm (perl-xml-compile-soap): Update to 3.20.
2016-11-30 21:26:45 +02:00
Efraim Flashner
6b9d3f5539
gnu: perl-xml-compile-cache: Update to 1.05.
...
* gnu/packages/xml.scm (perl-xml-compile-cache): Update to 1.05.
2016-11-30 21:26:45 +02:00
Efraim Flashner
18c832b02e
gnu: perl-xml-compile: Update to 1.54.
...
* gnu/packages/xml.scm (perl-xml-compile): Update to 1.54.
2016-11-30 21:26:45 +02:00
Efraim Flashner
4e5465f255
gnu: perl-xml-dom: Update to 1.46.
...
* gnu/packages/xml.scm (perl-xml-dom): Update to 1.46.
[propagated-inputs]: Add perl-xml-parser.
2016-11-30 21:26:45 +02:00
Efraim Flashner
f3aa34cc5a
gnu: perl-xml-libxml-simple: Update to 0.97.
...
* gnu/packages/xml.scm (perl-xml-libxml-simple): Update to 0.97.
2016-11-30 21:26:44 +02:00
Efraim Flashner
ffbc7d6553
gnu: perl-graph-readwrite: Update to 2.09.
...
* gnu/packages/xml.scm (perl-graph-readwrite): Update to 2.09.
2016-11-30 21:26:44 +02:00
Efraim Flashner
467d4c85c3
gnu: perl-dbd-sqlite: Update to 1.52.
...
* gnu/packages/databases.scm (perl-dbd-sqlite): Update to 1.52.
2016-11-30 21:26:44 +02:00
Efraim Flashner
ebd2dbbfc1
gnu: perl-dbix-class-schema-loader: Update to 0.07046.
...
* gnu/packages/databases.scm (perl-dbix-class-schema-loader):
Update to 0.07046.
2016-11-30 21:26:43 +02:00
Efraim Flashner
7a462b8023
gnu: perl-dbix-class-introspectablem2m: Update to 0.001002.
...
* gnu/packages/databases.scm (perl-dbix-class-introspectablem2m):
Update to 0.001002.
2016-11-30 21:26:43 +02:00
Efraim Flashner
180cb81b4c
gnu: perl-dbix-class-cursor-cached: Update to 1.001004.
...
* gnu/packages/databases.scm (perl-dbix-class-cursor-cached):
Update to 1.001004.
2016-11-30 21:26:43 +02:00
Efraim Flashner
5d78d746af
gnu: perl-dbix-class: Update to 0.082840.
...
* gnu/packages/databases.scm (perl-dbix-class): Update to 0.082840.
2016-11-30 21:26:43 +02:00
Efraim Flashner
f363d5d854
gnu: perl-email-simple: Update to 2.211.
...
* gnu/packages/mail.scm (perl-email-simple): Update to 2.211.
2016-11-30 21:26:42 +02:00
Efraim Flashner
e4146b0485
gnu: perl-namespace-autoclean: Update to 0.28.
...
* gnu/packages/perl.scm (perl-namespace-autoclean): Update to 0.28.
2016-11-30 21:26:42 +02:00
Efraim Flashner
199bbbe1ed
gnu: perl-class-method-modifiers: Update to 2.12.
...
* gnu/packages/perl.scm (perl-class-method-modifiers): Update to 2.12.
2016-11-30 21:26:42 +02:00
Efraim Flashner
a883ba0246
gnu: perl-email-mime-contenttype: Update to 1.018.
...
* gnu/packages/mail.scm (perl-email-mime-contenttype): Update to 1.018.
2016-11-30 21:26:41 +02:00
Efraim Flashner
b4522b9855
gnu: perl-email-mime: Update to 1.937.
...
* gnu/packages/mail.scm (perl-email-mime): Update to 1.937.
2016-11-30 21:26:41 +02:00
Efraim Flashner
1fb37ef06e
gnu: perl-email-messageid: Update to 1.406.
...
* gnu/packages/mail.scm (perl-email-messageid): Update to 1.406.
2016-11-30 21:26:41 +02:00
Efraim Flashner
151bba2b3d
gnu: perl-email-address: Update to 1.908.
...
* gnu/packages/mail.scm (perl-email-address): Update to 1.908.
2016-11-30 21:26:41 +02:00
Marius Bakke
bc118f1a03
gnu: cairo: Eliminate graft.
...
* gnu/packages/gtk.scm (cairo)[replacement]: Remove field.
[source]: Add patch from 'cairo/fixed'.
(cairo-xcb)[source]: Inherit from cairo.
[replacement]: Remove field.
(cairo/fixed): Remove variable.
* gnu/packages/pdf.scm (poppler)[inputs]: Remove cairo replacement.
2016-11-30 18:31:37 +01:00
Marius Bakke
8b6aee5f82
gnu: dbus: Update to 1.10.14.
...
* gnu/packages/glib.scm (dbus): Update to 1.10.14.
2016-11-30 18:26:15 +01:00
Marius Bakke
86cf191426
gnu: dbus: Eliminate graft.
...
* gnu/packages/glib.scm (dbus)[replacement]: Remove field.
[version]: Update to 1.10.12.
[source]: Update hash.
(dbus-1.10.12): Remove variable.
2016-11-30 18:26:05 +01:00
Marius Bakke
35bbe88b3c
gnu: pixman: Eliminate graft.
...
* gnu/packages/xdisorg.scm (pixman)[replacement]: Remove field.
[source]: Add patch from 'pixman/fixed'.
(pixman/fixed): Remove variable.
2016-11-30 18:25:57 +01:00
Marius Bakke
8a7cbc882a
Merge branch 'master' into staging
2016-11-30 18:24:32 +01:00
Ludovic Courtès
72f0c5ea3c
gnu: iw: Update to 4.9.
...
* gnu/packages/linux.scm (iw): Update to 4.9.
2016-11-30 17:35:21 +01:00
Ludovic Courtès
873c469e74
gnu: pciutils: Update to 3.5.2.
...
* gnu/packages/pciutils.scm (pciutils): Update to 3.5.2.
2016-11-30 17:35:21 +01:00
Ludovic Courtès
130079ae27
tests: Create a copy-on-write image instead of copying eagerly.
...
* gnu/tests/install.scm (qemu-command/writable-image): Invoke 'qemu-img
-o backing_file' instead of calling 'copy-file'.
2016-11-30 17:35:20 +01:00
Leo Famulari
dcd9d1637a
gnu: hdf5: Update to 1.8.18 [fixes CVE-2016-{4330,4331,4332,4333}].
...
* gnu/packages/maths.scm (hdf5): Update to 1.8.18.
[source]: Add alternate URL.
2016-11-30 11:16:18 -05:00
Ricardo Wurmus
819c1945d1
services: nginx: Join strings with spaces.
...
* gnu/services/web.scm (config-domain-strings, config-index-strings):
Use "string-join" to join strings with spaces.
2016-11-30 16:03:18 +01:00
Ricardo Wurmus
7edd195ac8
gnu: gcj: Conditionally apply patch for armhf.
...
* gnu/packages/gcc.scm (gcj)[source]: Inherit from "gcc" package.
[native-inputs]: Conditionally add arm-patch.
[arguments]: Conditionally add phase "apply-arm-patch".
2016-11-30 16:03:11 +01:00
Leo Famulari
1d60f7c2b3
gnu: borg: Fix the test suite.
...
* gnu/packages/backup.scm (borg)[arguments]: Use
add-installed-pythonpath and disable tests related to FUSE.
2016-11-30 01:52:16 -05:00
Leo Famulari
663d5b5330
gnu: git: Update to 2.11.0.
...
* gnu/packages/version-control.scm (git): Update to 2.11.0.
2016-11-29 23:54:37 -05:00
Mathieu Lirzin
a7cf4eb6d9
services: Add 'cuirass-service'.
...
* gnu/services/cuirass.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* doc/guix.texi (Continuous integration): New node.
2016-11-29 23:13:11 +01:00
Mathieu Lirzin
365de1e7a5
gnu: Add Cuirass.
...
* gnu/packages/ci.scm (cuirass): New variable.
Co-authored-by: Jan Nieuwenhuizen <janneke@gnu.org>
2016-11-29 23:10:11 +01:00
David Craven
43ddcd723e
gnu: guix-0.11.0: Add guile-ssh to inputs.
...
* gnu/packages/package-management.scm (guile-ssh)[inputs]: Add
guile-ssh.
[arguments]: Add guile-ssh to GUILE_LOAD_PATH.
2016-11-29 22:40:03 +01:00
Ricardo Wurmus
a19a6d3ac8
gnu: frescobaldi: Disable tests.
...
* gnu/packages/music.scm (frescobaldi)[arguments]: Disable tests.
2016-11-29 22:06:50 +01:00
John Darrington
660516e875
gnu: Add zzuf
...
* gnu/packages/debug.scm (zzuf): New variable.
2016-11-29 21:32:09 +01:00
Tobias Geerinckx-Rice
3084a99084
gnu: libxi: Update to 1.7.8.
...
* gnu/packages/xorg.scm (libxi): Update to 1.7.8.
2016-11-29 19:16:15 +01:00
Tobias Geerinckx-Rice
7f81d7f4a5
gnu: libxfont: Update to 1.5.2.
...
* gnu/packages/xorg.scm (libxfont): Update to 1.5.2.
2016-11-29 19:15:48 +01:00
Tobias Geerinckx-Rice
7e49a851b5
gnu: gphoto2, libgphoto2: Use libjpeg-turbo.
...
* gnu/packages/photo.scm (gphoto2, libgphoto2)[inputs]: Add libjpeg-turbo.
2016-11-29 19:15:47 +01:00
Tobias Geerinckx-Rice
9b81876f5f
gnu: spice: Use libjpeg-turbo instead of libjpeg.
...
* gnu/packages/spice.scm (spice)[inputs]: Use libjpeg-turbo as suggested
during the build.
2016-11-29 19:15:47 +01:00
Tobias Geerinckx-Rice
7cba7647a5
gnu: icecat: Use libjpeg-turbo instead of bundled libjpeg.
...
* gnu/packages/gnuzilla.scm (icecat)[source]: Remove bundled libjpeg, which
is actually libjpeg-turbo.
[inputs]: Add libjpeg-turbo.
[arguments]: Use it.
2016-11-29 19:15:47 +01:00
Tobias Geerinckx-Rice
37e05d64e4
gnu: Add libjpeg-turbo.
...
* gnu/packages/image.scm (libjpeg-turbo): New variable.
2016-11-29 19:15:47 +01:00
Hartmut Goebel
dc2ef09ad7
gnu: kauth: Fix cmake macros to be used by other packages.
...
* gnu/packages/kde-framework.scm (kauth)[phases]: New phase
fix-cmake-install-paths.
2016-11-29 19:13:40 +01:00
Hartmut Goebel
7b722e3cba
gnu: extra-cmake-modules: Always install into /lib and not into /lib64.
...
* gnu/packages/kde-frameworks.scm (extra-cmake-modules)[phases]:
New phase fix-lib-path.
2016-11-29 19:11:09 +01:00
Hartmut Goebel
c1265fcc70
gnu: Add ksyntaxhighlighting.
...
* gnu/packages/kde-frameworks.scm (ksyntaxhighlighting): New variable.
2016-11-29 19:11:09 +01:00
Hartmut Goebel
7feff6f6dc
gnu: Update kde-frameworks to 5.28.
...
* gnu/packages/kde-frameworks.scm (kpackage): Update to 5.28.1
(extra-cmake-modules, attica, bluez-qt, breeze-icons, kapidox,
karchive, kcodecs, kconfig, kcoreaddons, kdbusaddons, kdnssd,
kguiaddons, ki18n, kidletime, kitemmodels, kitemviews, kplotting,
kwayland, kwidgetsaddons, kwindowsystem, modemmanager-qt,
networkmanager-qt, oxygen-icons, solid, sonnet, threadweaver, kauth,
kcompletion, kcrash, kdoctools, kfilemetadata, kimageformats,
kjobwidgets, knotifications, kpty, kunitconversion, baloo,
kactivities, kactivities-stats, kbookmarks, kcmutils,
kconfigwidgets, kdeclarative, kded, kdesignerplugin, kdesu,
kemoticons, kglobalaccel, kiconthemes, kinit, kio, knewstuff,
knotifyconfig, kparts, kpeople, krunner, kservice, ktexteditor,
ktextwidgets, kwallet, kxmlgui, kxmlrpcclient, plasma-framework,
frameworkintegration): Update to 5.28.0
2016-11-29 19:11:09 +01:00
Hartmut Goebel
03e856ddf5
Merge branch 'python-build-system'.
2016-11-29 19:06:27 +01:00
Hartmut Goebel
80983df357
gnu: python2-discogs-client: Remove python2-setuptools from inputs.
...
* gnu/packages/music.scm (python2-discogs-client): Use simply
"package-with-python2". Remove inheriting from python-discogs-client
since adding python2-setuptools to [native-inputs] has been the sole
reason for inheriting.
(python-discogs-client) Remove the now needless [properties]
"python2-variant".
2016-11-29 19:02:35 +01:00
Efraim Flashner
072f1e22cc
gnu: dovecot: Update to 2.2.26.0.
...
* gnu/packages/mail.scm (dovecot): Update to 2.2.26.0.
[arguments]: Patch shebangs in test file.
2016-11-29 19:52:21 +02:00
Hartmut Goebel
3bf4280659
Merge branch 'master' into python-build-system
2016-11-29 18:47:16 +01:00
Hartmut Goebel
2cb64f3b1b
gnu: wicd: Fix build.
...
* gnu/packages/wicd.scm (wicd) [arguments]: Disable installation
via setuptools (and --single-version-externally-managed).
2016-11-29 18:39:16 +01:00
Hartmut Goebel
388606a72b
gnu: wxPython: Remove useless inputs.
...
* gnu/packages/wxwidgets.scm (python2-wxpython) [native-inputs]: Remove
setuptools, which is already included in python.
2016-11-29 18:39:15 +01:00
Hartmut Goebel
6f1dcafd81
gnu: wxPython: Fix build.
...
* gnu/packages/wxwidgets.scm (python2-wxpython) [arguments]: Disable
installation via setuptools (and --single-version-externally-managed).
2016-11-29 18:39:14 +01:00
Ludovic Courtès
683c5ab70a
gnu: oxygen-icons: Add 'upstream-name' property.
...
Fixes <http://bugs.gnu.org/25020 >.
Reported by Hartmut Goebel <h.goebel@goebel-consult.de>.
* gnu/packages/kde-frameworks.scm (oxygen-icons)[properties]: New
field.
2016-11-29 16:12:32 +01:00
Efraim Flashner
a409de9811
gnu: efl: Update to 1.18.3.
...
* gnu/packages/enlightenment.scm (efl): Update to 1.18.3.
2016-11-29 16:12:47 +02:00
Efraim Flashner
07cda02c5b
gnu: wine: Use 'modify-phases' syntax.
...
* gnu/packages/wine.scm (wine)[arguments]: Use 'modify-phases' syntax.
2016-11-29 16:12:47 +02:00
Efraim Flashner
658c987fdd
gnu: wine: Update to 1.9.24.
...
* gnu/packages/wine.scm (wine): Update to 1.9.24.
[home-page]: Use https.
2016-11-29 16:12:41 +02:00
Ricardo Wurmus
ded69d6f86
gnu: Add non-session-manager.
...
* gnu/packages/music.scm (non-session-manager): New variable.
2016-11-29 10:59:17 +01:00
Efraim Flashner
0944bb1a6a
gnu: offlineimap: Update to 7.0.10.
...
* gnu/packages/mail.scm (offlineimap): Update to 7.0.10.
2016-11-29 11:02:39 +02:00
Efraim Flashner
c51d926c74
gnu: cairo: Fix CVE-2016-9082.
...
* gnu/packages/gtk.scm (cairo)[replacement]: New field.
(cairo/fixed): New variable.
(cairo-xcb)[source]: Use patch.
[replacement]: New field, set false.
* gnu/packages/pdf.scm (poppler)[inputs]: Custom cairo should be
replaced by a new custom patched cairo.
* gnu/packages/patches/cairo-CVE-2016-9082.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
2016-11-29 09:45:48 +02:00
Efraim Flashner
eb55f01821
gnu: Add viewnior.
...
* gnu/packages/image-viewers.scm (viewnior): New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
2016-11-29 09:38:33 +02:00
Efraim Flashner
22486fbea6
gnu: Add wgetpaste.
...
* gnu/packages/wget.scm (wgetpaste): New variable.
2016-11-29 09:35:39 +02:00
Efraim Flashner
3e757c005f
gnu: aspell-dict-en: Update to 2016.11.20-0.
...
* gnu/packages/aspell.scm (aspell-dict-en): Update to 2016.11.20-0.
2016-11-29 09:35:11 +02:00
John Darrington
0c85db79f7
gnu: Allow nfs file systems to be automatically mounted.
...
* gnu/build/file-systems.scm (mount-file-system): Append target addr= when
mounting nfs filesystems.
2016-11-29 07:21:15 +01:00
Marius Bakke
7c635ed6f7
gnu: perl-dbd-mysql: Update to 4.041 [security fix].
...
* gnu/packages/databases.scm (perl-dbd-mysql): Update to 4.041.
[source]: Update CPAN URI.
2016-11-28 23:05:23 +01:00
Ludovic Courtès
d2bcf35e18
vm: Avoid needless file copy in 'load-in-linux-vm'.
...
Reported by Chris Webber.
* gnu/build/vm.scm (load-in-linux-vm)[image-file]: Remove. Directly
refer to OUTPUT instead.
2016-11-28 22:58:18 +01:00
Ricardo Wurmus
bd3be46e7f
gnu: Add r-gkmsvm.
...
* gnu/packages/bioinformatics.scm (r-gkmsvm): New variable.
2016-11-28 22:43:18 +01:00
Ricardo Wurmus
419a8a186f
gnu: Add r-rocr.
...
* gnu/packages/statistics.scm (r-rocr): New variable.
2016-11-28 22:43:18 +01:00
Ricardo Wurmus
0cfe0570f2
gnu: Add r-gplots.
...
* gnu/packages/statistics.scm (r-gplots): New variable.
2016-11-28 22:43:18 +01:00
Ricardo Wurmus
6034cd905e
gnu: Add r-gdata.
...
* gnu/packages/statistics.scm (r-gdata): New variable.
2016-11-28 22:43:18 +01:00
Ricardo Wurmus
2d9fb1702f
gnu: Add r-seqgl.
...
* gnu/packages/bioinformatics.scm (r-seqgl): New variable.
2016-11-28 22:43:17 +01:00
Ricardo Wurmus
c827f20286
gnu: Add r-chipkernels.
...
* gnu/packages/bioinformatics.scm (r-chipkernels): New variable.
2016-11-28 22:43:17 +01:00
Ricardo Wurmus
1571f90e35
gnu: Add r-gtools.
...
* gnu/packages/statistics.scm (r-gtools): New variable.
2016-11-28 22:43:17 +01:00
Ricardo Wurmus
f05c7eb48d
gnu: Add r-kernlab.
...
* gnu/packages/machine-learning.scm (r-kernlab): New variable.
2016-11-28 22:43:17 +01:00
Ricardo Wurmus
6335bf1c80
gnu: Add r-sfsmisc.
...
* gnu/packages/statistics.scm (r-sfsmisc): New variable.
2016-11-28 22:43:17 +01:00
Ricardo Wurmus
d71605294f
gnu: Add r-wgcna.
...
* gnu/packages/bioinformatics.scm (r-wgcna): New variable.
2016-11-28 22:43:17 +01:00
Ricardo Wurmus
1bd46f5520
gnu: Add r-fastcluster.
...
* gnu/packages/statistics.scm (r-fastcluster): New variable.
2016-11-28 22:43:16 +01:00
Ricardo Wurmus
c4708783ee
gnu: Add r-preprocesscore.
...
* gnu/packages/statistics.scm (r-preprocesscore): New variable.
2016-11-28 22:43:16 +01:00
Ricardo Wurmus
c9a6671490
gnu: Add r-dynamictreecut.
...
* gnu/packages/statistics.scm (r-dynamictreecut): New variable.
2016-11-28 22:43:16 +01:00
Ricardo Wurmus
e619a5c245
gnu: Add r-r4rna.
...
* gnu/packages/bioinformatics.scm (r-r4rna): New variable.
2016-11-28 22:43:16 +01:00
Ricardo Wurmus
e7d16ad161
gnu: Add r-spams.
...
* gnu/packages/statistics.scm (r-spams): New variable.
2016-11-28 22:43:16 +01:00
Ricardo Wurmus
9f5435d963
gnu: Add r-googlesheets.
...
* gnu/packages/statistics.scm (r-googlesheets): New variable.
2016-11-28 22:43:16 +01:00
Ricardo Wurmus
d427e03eee
gnu: Add r-cellranger.
...
* gnu/packages/statistics.scm (r-cellranger): New variable.
2016-11-28 22:43:15 +01:00
Ricardo Wurmus
58612fd2c8
gnu: Add r-rematch.
...
* gnu/packages/statistics.scm (r-rematch): New variable.
2016-11-28 22:43:15 +01:00
Ricardo Wurmus
e48ddb9628
doc: Suggest installing gvfs.
...
* gnu/system/examples/desktop.tmpl: Add gvfs to the system-wide list of
packages.
2016-11-28 22:09:38 +01:00
Ricardo Wurmus
eb21d24806
gnu: lv2: Update to 1.14.0.
...
* gnu/packages/audio.scm (lv2): Update to 1.14.0.
2016-11-28 22:08:37 +01:00
Ricardo Wurmus
1bbe79594e
gnu: non-sequencer: Update to 1.9.5-2.a22f33f.
...
* gnu/packages/music.scm (non-sequencer): Update to 1.9.5-2.a22f33f.
2016-11-28 22:07:20 +01:00
Efraim Flashner
5e9cce55b5
gnu: ntp: Update to 4.2.8p9.
...
* gnu/packages/ntp.scm (ntp): Update to 4.2.8p9.
2016-11-28 21:56:30 +02:00
Efraim Flashner
d35de59b64
gnu: ntp: Fix indentation.
...
* gnu/packages/ntp.scm (ntp): Fix indentation to only use spaces.
2016-11-28 20:53:14 +02:00
John Darrington
f0ddc5e55b
gnu: Add editres.
...
* gnu/packages/xorg.scm (editres): New variable.
2016-11-28 18:22:15 +01:00
Ben Woodcroft
9926875572
gnu: Add newick-utils.
...
* gnu/packages/bioinformatics.scm (newick-utils): New variable.
2016-11-28 09:00:41 +10:00
Efraim Flashner
c7a70c336f
gnu: jasper: Update to 2.0.0 [fixes security issues].
...
* gnu/packages/image.scm (jasper): Update to 2.0.0.
[build-system]: Switch to cmake-build-system.
2016-11-27 22:19:55 +02:00
Tobias Geerinckx-Rice
f6c44a3f04
gnu: gphoto2: Update to 2.5.11.
...
* gnu/packages/photo.scm (gphoto2): Update to 2.5.11.
2016-11-27 20:58:18 +01:00
Tobias Geerinckx-Rice
69874f5fd2
gnu: libgphoto2: Update to 2.5.11.
...
* gnu/packages/photo.scm (libgphoto2): Update to 2.5.11.
2016-11-27 20:58:18 +01:00
Leo Famulari
f27ec24d88
gnu: beets: Update to 1.4.1.
...
* gnu/packages/music.scm (beets): Update to 1.4.1.
[inputs]: Add python2-discogs-client.
2016-11-27 14:49:36 -05:00
Leo Famulari
d3db5efbf9
gnu: Add python-discogs-client.
...
* gnu/packages/music.scm (python-discogs-client,
python2-discogs-client): New variables.
2016-11-27 14:49:36 -05:00
Leo Famulari
6782444764
gnu: python-rarfile: Update to 2.8.
...
* gnu/packages/python.scm (python-rarfile, python2-rarfile): Update to 2.8.
[source]: Remove obsolete patch.
* gnu/packages/patches/python-rarfile-fix-tests.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2016-11-27 14:49:35 -05:00
Leo Famulari
8c4964dd51
gnu: python-jellyfish: Update to 0.5.6.
...
* gnu/packages/python.scm (python-jellyfish, python2-jellyfish): Update to
0.5.6.
2016-11-27 14:49:35 -05:00
Leo Famulari
b04d9b97c4
gnu: python-pylast: Update 1.6.0.
...
* gnu/packages/music.scm (python-pylast, python2-pylast): Update to 1.6.0.
2016-11-27 14:49:35 -05:00
Leo Famulari
daedf34db9
gnu: python-musicbrainzngs: Update to 0.6.
...
* gnu/packages/music.scm (python-musicbrainzngs, python2-musicbrainzngs): Update
to 0.6.
[arguments]: Disable the test suites.
2016-11-27 14:49:35 -05:00
Leo Famulari
38e81a2c55
gnu: python-munkres: Update to 1.0.8.
...
* gnu/packages/python.scm (python-munkres, python2-munkres): Update to 1.0.8.
2016-11-27 14:49:34 -05:00
Leo Famulari
4228a79e6f
gnu: python-mutagen: Update to 1.35.1.
...
* gnu/packages/music.scm (python-mutagen, python2-mutagen): Update to 1.35.1.
[native-inputs]: Add python-pytest.
2016-11-27 14:49:30 -05:00
Ricardo Wurmus
1bf5a7e920
gnu: gcj: Inherit source field from "gcc".
...
* gnu/packages/gcc.scm (gcj)[source]: Inherit source from "gcc" package.
2016-11-27 19:00:57 +01:00
Ricardo Wurmus
bac6409970
gnu: gcj: Correct paths in ARM patch.
...
* gnu/packages/patches/gcj-arm-mode.patch: Strip directories.
2016-11-27 18:59:54 +01:00
Marius Bakke
8c4140e49e
gnu: notmuch: Update to 0.23.3.
...
* gnu/packages/mail.scm (notmuch): Update to 0.23.3.
[arguments]: Re-enable previously failing tests.
2016-11-27 18:29:44 +01:00
Leo Famulari
cd569f0d29
gnu: gcj: Fix typo in patch filename.
...
This is a followup to commit dbf8f84f15
.
Reported by quigonjinn on #guix.
* gnu/packages/gcc.scm (gcj)[source]: Fix typo.
2016-11-27 10:57:33 -05:00
Danny Milosavljevic
7574cecf0f
gnu: python2-flask: Pick up python-flask's native-inputs.
...
* gnu/packages/python.scm (python2-flask)[native-inputs]:
Pick up python-flask's native-inputs.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2016-11-27 13:23:53 +01:00
Marius Bakke
cf7daaf5da
gnu: docbook-xsl: Update to 1.79.1.
...
* gnu/packages/docbook.scm (docbook-xsl): Update to 1.79.1.
2016-11-27 11:26:49 +01:00
Marius Bakke
988e1dca4b
gnu: udisks: Update to 2.1.8.
...
* gnu/packages/freedesktop.scm (udisks): Update to 2.1.8.
[home-page]: Use HTTPS.
2016-11-27 11:13:50 +01:00
Maxim Cournoyer
aef5055ff9
gnu: udisks: Add manpages.
...
* gnu/packages/freedesktop.scm (udisks)[native-inputs]: Add docbook-xml
and docbook-xsl.
[arguments]: Add #:make-flags to specify XML catalog files for manuals.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2016-11-27 11:10:31 +01:00
Ricardo Wurmus
dbf8f84f15
gnu: gcj: Fix build on armhf.
...
* gnu/packages/patches/gcj-arm-mode.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add patch.
* gnu/packages/gcc.scm (gcj): Add patch.
[arguments]: Delete failing tests.
2016-11-27 10:04:57 +01:00
Ricardo Wurmus
253cdd6c14
gnu: Add biber-2.5.
...
* gnu/packages/tex.scm (biber-2.5): New variable.
2016-11-27 09:48:43 +01:00
Ricardo Wurmus
d400068085
gnu: Add biber.
...
* gnu/packages/tex.scm (biber): New variable.
2016-11-27 09:48:43 +01:00
Ricardo Wurmus
ebcf74daf8
gnu: Add perl-text-bibtex.
...
* gnu/packages/tex.scm (perl-text-bibtex): New variable.
2016-11-27 09:48:43 +01:00
Ricardo Wurmus
93863a5e72
gnu: Add perl-xml-libxslt.
...
* gnu/packages/xml.scm (perl-xml-libxslt): New variable.
2016-11-27 09:48:43 +01:00
Ricardo Wurmus
df669244f9
gnu: perl-unicode-linebreak: Update to 2016.003.
...
* gnu/packages/perl.scm (perl-unicode-linebreak): Update to 2016.003.
2016-11-27 09:48:43 +01:00
Ricardo Wurmus
5d2ecbffb2
gnu: Add perl-unicode-collate.
...
* gnu/packages/perl.scm (perl-unicode-collate): New variable.
2016-11-27 09:48:43 +01:00
Ricardo Wurmus
37e7a4929f
gnu: Add perl-unicode-normalize.
...
* gnu/packages/perl.scm (perl-unicode-normalize): New variable.
2016-11-27 09:48:42 +01:00
Ricardo Wurmus
dc32ee5381
gnu: Add perl-text-roman.
...
* gnu/packages/perl.scm (perl-text-roman): New variable.
2016-11-27 09:48:42 +01:00
Ricardo Wurmus
44c31aaae8
gnu: Add perl-text-csv-xs.
...
* gnu/packages/perl.scm (perl-text-csv-xs): New variable.
2016-11-27 09:48:42 +01:00
Ricardo Wurmus
0ef5191c88
gnu: Add perl-sort-key.
...
* gnu/packages/perl.scm (perl-sort-key): New variable.
2016-11-27 09:48:42 +01:00
Ricardo Wurmus
3521dc9293
gnu: Add perl-mozilla-ca.
...
* gnu/packages/perl.scm (perl-mozilla-ca): New variable.
2016-11-27 09:48:42 +01:00
Ricardo Wurmus
37115dc650
gnu: Add perl-lingua-translit.
...
* gnu/packages/perl.scm (perl-lingua-translit): New variable.
2016-11-27 09:48:41 +01:00
Ricardo Wurmus
e9ef394ac9
gnu: Add perl-ipc-cmd.
...
* gnu/packages/perl.scm (perl-ipc-cmd): New variable.
2016-11-27 09:48:41 +01:00
Ricardo Wurmus
81157cf5a7
gnu: Add perl-extutils-libbuilder.
...
* gnu/packages/perl.scm (perl-extutils-libbuilder): New variable.
2016-11-27 09:48:41 +01:00
Ricardo Wurmus
0185442003
gnu: Add perl-encode-hanextra.
...
* gnu/packages/perl.scm (perl-encode-hanextra): New variable.
2016-11-27 09:48:41 +01:00
Ricardo Wurmus
2bc1b85ce6
gnu: Add perl-encode-jis2k.
...
* gnu/packages/perl.scm (perl-encode-jis2k): New variable.
2016-11-27 09:48:41 +01:00
Ricardo Wurmus
891d9679a2
gnu: Add perl-encode-eucjpascii.
...
* gnu/packages/perl.scm (perl-encode-eucjpascii): New variable.
2016-11-27 09:48:41 +01:00
Ricardo Wurmus
49a3fcc13c
gnu: perl-encode-detect: Move to alphabetical position.
...
* gnu/packages/perl.scm (perl-encode-detect): Move variable definition.
2016-11-27 09:48:40 +01:00
Ricardo Wurmus
7a146c2528
gnu: Add perl-datetime-calendar-julian.
...
* gnu/packages/perl.scm (perl-datetime-calendar-julian): New variable.
2016-11-27 09:48:40 +01:00
Ricardo Wurmus
36dd594316
gnu: Add perl-date-simple.
...
* gnu/packages/perl.scm (perl-date-simple): New variable.
2016-11-27 09:48:40 +01:00
Ricardo Wurmus
cc3dafbb02
gnu: Add perl-data-uniqid.
...
* gnu/packages/perl.scm (perl-data-uniqid): New variable.
2016-11-27 09:48:40 +01:00
Ricardo Wurmus
9413e95f59
gnu: Add perl-data-compare.
...
* gnu/packages/perl.scm (perl-data-compare): New variable.
2016-11-27 09:48:40 +01:00
Ricardo Wurmus
adbf4b944c
gnu: Add perl-business-ismn.
...
* gnu/packages/perl.scm (perl-business-ismn): New variable.
2016-11-27 09:48:40 +01:00
Ricardo Wurmus
296663839b
gnu: Add perl-tie-cycle.
...
* gnu/packages/perl.scm (perl-tie-cycle): New variable.
2016-11-27 09:48:39 +01:00
Ricardo Wurmus
e0b6accf19
gnu: Add perl-business-issn.
...
* gnu/packages/perl.scm (perl-business-issn): New variable.
2016-11-27 09:48:39 +01:00
Ricardo Wurmus
72f8646ef5
gnu: Add perl-business-isbn.
...
* gnu/packages/perl.scm (perl-business-isbn): New variable.
2016-11-27 09:48:39 +01:00
Ricardo Wurmus
a3f5beb7a2
gnu: Add perl-business-isbn-data.
...
* gnu/packages/perl.scm (perl-business-isbn-data): New variable.
2016-11-27 09:48:39 +01:00
Ricardo Wurmus
3f1df54cc0
gnu: Add perl-autovivification.
...
* gnu/packages/perl.scm (perl-autovivification): New variable.
2016-11-27 09:48:39 +01:00
Ricardo Wurmus
d4ba9a5f21
gnu: Add perl-mojolicious.
...
* gnu/packages/perl-web.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
2016-11-27 09:48:39 +01:00
Ricardo Wurmus
45591fd7fd
gnu: Add threaded variants of fftw and fftwf for Ardour and mod-host.
...
* gnu/packages/algebra.scm (fftw-with-threads, fftwf-with-threads): New
variables.
* gnu/packages/audio.scm (ardour)[inputs]: Replace "fftw" and "fftwf"
with "fftw-with-threads" and "fftwf-with-threads", respectively.
* gnu/packages/music.scm (mod-host)[inputs]: Likewise.
2016-11-27 09:48:16 +01:00
宋文武
a82f0b3617
tests: Add 'opensmtpd-service-type' test.
...
* gnu/tests/mail.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
2016-11-27 10:15:43 +08:00
Leo Famulari
b46cefc954
gnu: libsodium: Update to 1.0.11.
...
* gnu/packages/crypto.scm (libsodium): Update to 1.0.11.
2016-11-26 20:48:34 -05:00
Tobias Geerinckx-Rice
d32f4800d6
gnu: libgphoto2: Add XML support.
...
* gnu/packages/photo.scm (libgphoto2)[inputs]: Add libxml2.
2016-11-27 01:43:40 +01:00
Tobias Geerinckx-Rice
9dcc9bbf3b
gnu: gphoto2: Update to 2.5.10.
...
* gnu/packages/photo.scm (gphoto2): Update to 2.5.10.
2016-11-27 01:43:40 +01:00
Tobias Geerinckx-Rice
35c0ad4448
gnu: libgphoto2: Update to 2.5.10.
...
* gnu/packages/photo.scm (libgphoto2): Update to 2.5.10.
2016-11-27 01:43:39 +01:00
Toni Reina
c3e2a2471c
gnu: Add Mozilla Fira Mono font.
...
* gnu/packages/fonts.scm (font-fira-mono): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-11-26 23:21:37 +01:00
Leo Famulari
cd65d600ac
gnu: cyrus-sasl: Fix CVE-2013-4122.
...
* gnu/packages/patches/cyrus-sasl-CVE-2013-4122.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/cyrus-sasl.scm (cyrus-sasl)[replacement]: New field.
(cyrus-sasl/fixed): New variable.
[source]: Use patch.
2016-11-26 16:21:02 -05:00
Efraim Flashner
439a2f62ce
gnu: ffmpeg: Update to 3.2.1.
...
* gnu/packages/video.scm (ffmpeg): Update to 3.2.1.
2016-11-26 22:53:13 +02:00
Leo Famulari
9e46245b89
gnu: gst-plugins-good: Fix CVE-2016-{9634,9635,9636} and other security issues.
...
* gnu/packages/patches/gst-plugins-good-fix-crashes.patch,
gnu/packages/patches/gst-plugins-good-fix-invalid-read.patch,
gnu/packages/patches/gst-plugins-good-fix-signedness.patch,
gnu/packages/patches/gst-plugins-good-flic-bounds-check.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/gstreamer.scm (gst-plugins-good): Use them.
2016-11-26 14:27:24 -05:00
Julien Lepiller
5305ed2002
services: Factorize configuration abstraction.
...
* gnu/services/mail.scm and gnu/services/cups.scm (&configuration-error)
(configuration-error, configuration-field-error)
(configuration-missing-field, configuration-field, serialize-configuration)
(validate-configuration, define-configuration, uglify-field-name)
(serialize-field, serialize-package, serialize-string)
(serialize-space-separated-string-list, space-separated-string-list?)
(serialize-file-name, file-name?, serialize-field-name)
(generate-documentation): Move duplicate code...
* gnu/services/configuration.scm: ...to this new file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add configuration.scm.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-11-26 19:46:01 +01:00
Leo Famulari
cf3678df6e
gnu: psyclpc: Update comment.
...
This is a followup to commit eaa45301f4
.
* gnu/packages/messaging.scm (psyclpc): Update comment.
2016-11-26 13:36:51 -05:00
ng0
ebfc2ecc3c
gnu: Move content of (gnu packages psyc) into (gnu packages messaging).
...
* gnu/packages/psyc.scm (perl-net-psyc, libpsyc, psyclpc): Move this ...
* gnu/packages/messaging.scm (perl-net-psyc, libpsyc, psyclpc): ... here.
* gnu/local.mk (GNU_SYSTEM_MODULES): Remove psyc.scm.
Signed-off-by: Leo Famulari <leo@famulari.name>
2016-11-26 13:23:46 -05:00
ng0
eaa45301f4
gnu: psyclpc: Upgrade to 20160821-2.61cf9aa.
...
This makes the package reproducible.
* gnu/packages/psyc.scm (psyclpc): Upgrade to 20160821-2.61cf9aa.
Signed-off-by: Leo Famulari <leo@famulari.name>
2016-11-26 13:23:46 -05:00
Danny Milosavljevic
c6c80104ab
gnu: python-flask: Update to 0.11.1.
...
* gnu/packages/python.scm (python-flask): Update to 0.11.1.
[native-inputs]: Add python-click.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2016-11-26 16:35:07 +01:00
Danny Milosavljevic
61684de287
gnu: python-pyopenssl: Update to 16.2.0.
...
* gnu/packages/python.scm (python-pyopenssl): Update to 16.2.0.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2016-11-26 16:35:07 +01:00
Danny Milosavljevic
b2e6e150aa
gnu: python-simplejson: Update to 3.10.0.
...
* gnu/packages/python.scm (python-simplejson): Update to 3.10.0.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2016-11-26 16:35:07 +01:00
ng0
faa29e4bdb
gnu: Add mumble.
...
* gnu/packages/telephony.scm (mumble): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2016-11-26 12:32:22 +01:00
Marius Bakke
4f55441fe3
gnu: transmission: Update to 2.92.
...
* gnu/packages/bittorrent.scm (transmission): Update to 2.92.
[inputs]: Add cyrus-sasl.
2016-11-26 12:32:01 +01:00
Ben Woodcroft
5e0a0f4226
gnu: roary: Update to 3.7.0.
...
* gnu/packages/bioinformatics.scm (roary): Update to 3.7.0.
2016-11-26 20:15:39 +10:00
Ben Woodcroft
31a9d653ad
gnu: Add proteinortho.
...
* gnu/packages/bioinformatics.scm (proteinortho): New variable.
2016-11-26 20:15:37 +10:00
Julien Lepiller
d3eff97afd
gnu: Add python-polib.
...
* gnu/packages/python.scm (python-polib, python2-polib): New variables.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2016-11-26 10:29:29 +01:00
John Darrington
fc5dc4e81c
gnu: Whitespace changes
...
* gnu/services/kerberos.scm: Fold lines to 80 character limit.
2016-11-26 07:37:33 +01:00
Leo Famulari
53d892dd92
gnu: imagemagick: Update to 6.9.6-6 [fixes CVE-2016-9556].
...
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.6-6.
2016-11-26 00:38:45 -05:00
宋文武
f88371e866
services: Add opensmtpd service.
...
* gnu/services/mail.scm (<opensmtpd-configuration>): New record type.
(%default-opensmtpd-config-file, %opensmtpd-accounts): New variables.
(opensmtpd-shepherd-service, opensmtpd-activation): New procedures.
(opensmtpd-service-type): New variable.
* doc/guix.texi (Mail Services): Document it.
2016-11-26 12:50:11 +08:00
Leo Famulari
0959478c72
gnu: Add missing module import to (gnu packages ldc).
...
This is a followup to commit e44b511298
.
* gnu/packages/ldc.scm: Import (gnu packages python).
2016-11-25 23:18:29 -05:00
Danny Milosavljevic
e44b511298
gnu: ldc: Update to 0.17.2.
...
* gnu/packages/ldc.scm (ldc): Update to 0.17.2.
* gnu/packages/patches/ldc-disable-tests.patch: Fix timezone file name.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-11-25 23:54:51 +01:00
Ludovic Courtès
6634180f9e
gnu: guile-ssh: Update to 0.10.2.
...
* gnu/packages/ssh.scm (guile-ssh): Update to 0.10.2.
[home-page]: Update.
[source]: Use the 'url-fetch' method and a GitHub generated
tarball.
[arguments] <autoreconf>: Remove now unneeded 'chmod' call.
2016-11-25 23:44:20 +01:00
Ricardo Wurmus
7276b5604d
gnu: hydrogen: Update to 0.9.7.
...
* gnu/packages/music.scm (hydrogen): Update to 0.9.7.
2016-11-25 21:44:16 +01:00
Leo Famulari
c415f76302
gnu: python-betamax: Fix typo.
...
* gnu/packages/python.scm (python-betamax): Fix typo.
2016-11-25 11:31:43 -05:00
Leo Famulari
de32aa74b4
Merge branch 'master' into python-build-system
2016-11-25 11:20:21 -05:00
Tobias Geerinckx-Rice
d66cbd1adc
gnu: btrfs-progs: Update to 4.8.4.
...
* gnu/packages/linux.scm (btrfs-progs): Update to 4.8.4.
2016-11-25 17:00:51 +01:00
Tobias Geerinckx-Rice
fc89cb691d
gnu: lz4: Update to 1.7.4.2.
...
* gnu/packages/compression.scm (lz4): Update to 1.7.4.2.
2016-11-25 16:31:20 +01:00
Tobias Geerinckx-Rice
dead1067c3
gnu: hplip: Update to 3.16.11.
...
* gnu/packages/cups.scm (hplip): Update to 3.16.11.
2016-11-25 16:31:10 +01:00
Ricardo Wurmus
aaaf8b3844
gnu: qtractor: Update to 0.8.0.
...
* gnu/packages/music.scm (qtractor): Update to 0.8.0.
2016-11-25 13:08:06 +01:00
Alex Kost
1e34721435
gnu: qemu: Install all required info files.
...
* gnu/packages/qemu.scm (qemu)[arguments]: Adjust 'install-info' phase
to find all info files (including "*.info-N").
2016-11-25 16:09:22 +03:00
Theodoros Foradis
8f528bd442
gnu: Add kicad-library.
...
* gnu/packages/engineering.scm (kicad-library): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
2016-11-25 00:38:11 -05:00
Theodoros Foradis
befc9ff643
gnu: Add kicad.
...
* gnu/packages/engineering.scm (kicad): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
2016-11-25 00:38:11 -05:00
Theodoros Foradis
b353c7d201
gnu: Add python2-wxpython.
...
* gnu/packages/wxwidgets.scm (python2-wxpython): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
2016-11-25 00:38:10 -05:00
Theodoros Foradis
2cd3b6fd03
gnu: Add wxwidgets-gtk2.
...
* gnu/packages/wxwidgets.scm (wxwidgets-gtk2): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
2016-11-25 00:38:10 -05:00