Ludovic Courtès
cbe0af11b2
tests: dicod: Bail out if we cannot connect within 20 seconds.
...
* gnu/tests/dict.scm (run-dicod-test)["connect inside"]: Bail out after
20 seconds of failure to connect.
2017-04-16 00:48:08 +02:00
Ludovic Courtès
3d3c565008
services: Add a default value to various service types.
...
* gnu/services/admin.scm (rottlog-service-type)[default-value]: New
field.
* gnu/services/base.scm (guix-service-type)[default-value]: New field.
(guix-publish-service-type)[default-value]: New field.
* gnu/services/cups.scm (cups-service-type)[default-value]: New field.
* gnu/services/dict.scm (dicod-service-type)[default-value]: New field.
* gnu/services/mcron.scm (mcron-service-type)[default-value]: New field.
* gnu/services/networking.scm (<tor-configuration>)[config-file]: Add
default value.
(tor-service-type)[default-value]: New field.
(<bitlbee-configuration>)[interface, port, extra-settings]: Add default
values.
(bitlbee-service-type)[default-value]: New field.
(wpa-supplicant-service-type)[default-value]: New field.
(tlp-service-type)[default-value]: New field.
(openssh-service-type)[default-value]: New field.
* doc/guix.texi (Base Services, Log Rotation)
(Networking Services, Printing Services):
(Power management Services): Adjust examples accordingly.
2017-04-16 00:48:08 +02:00
Ludovic Courtès
1bb895eabf
services: Service types can now specify a default value for instances.
...
* gnu/services.scm (&no-default-value): New variable.
(<service-type>)[default-value]: New field.
(<service>): Rename constructor from 'service' to 'make-service'.
(service): New macro.
(%service-with-default-value): New procedure.
(&missing-value-service-error): New error condition.
* tests/services.scm ("services, default value"): New test.
* doc/guix.texi (Service Types and Services): Document 'default-value'.
(Service Reference): Explain default values.
2017-04-16 00:48:08 +02:00
Ludovic Courtès
efe7d19a9e
services: 'service-parameters' becomes 'service-value'.
...
* gnu/services.scm (<service>)[parameters]: Rename to...
[value]: ... this.
Change calls to 'service-parameters' to 'service-value'.
* gnu/system.scm, gnu/tests/base.scm,
guix/scripts/system.scm, tests/services.scm: Likewise.
* doc/guix.texi (Service Reference): Adjust accordingly.
2017-04-16 00:48:07 +02:00
Arun Isaac
af3f64477c
gnu: racket: Update to 6.8.
...
* gnu/packages/scheme.scm (racket): Update to 6.8.
2017-04-16 02:50:41 +05:30
Danny Milosavljevic
958a1fda9e
system: Make grub use <menu-entry> instead of <boot-parameters> again.
...
* gnu/system/grub.scm: Remove boot-parameters->menu-entry.
(grub-configuration): Don't use boot-parameters->menu-entry.
* gnu/system.scm (operating-system-bootcfg): Use menu-entry.
* guix/scripts/system.scm (reinstall-grub): Use profile-grub-entries.
(perform-action): Use profile-grub-entries.
2017-04-15 22:02:38 +02:00
Nicolas Goaziou
2f36d90f2d
gnu: giac-xcas: Update to 1.2.3-37.
...
* gnu/packages/algebra.scm (giac-xcas): Update to 1.2.3-37.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-04-15 19:46:41 +02:00
Nicolas Goaziou
891f3dc022
gnu: asymptote: Update to 2.41
...
* gnu/packages/plotutils.scm (asymptote): Update to 2.41.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-04-15 19:46:41 +02:00
Peter Mikkelsen
178670c9eb
gnu: idris: Fix idris-default-arguments.
...
* gnu/packages/idris.scm (idris-default-arguments): Don't set IDRIS_LIBRARY_PATH before
building and change --install to --build.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-04-15 19:46:40 +02:00
Peter Mikkelsen
b74f224744
gnu: idris: Update to 1.0.
...
* gnu/packages/idris.scm (idris): Update to 1.0.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-04-15 19:46:40 +02:00
Mathieu Othacehe
3cd501c859
gnu: speedtest-cli: Update to 1.0.3.
...
* gnu/packages/networking.scm (speedtest-cli): Update to 1.0.3.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-04-15 19:46:40 +02:00
Marius Bakke
8c326cf644
gnu: ceph: Disable failing test.
...
* gnu/packages/patches/ceph-disable-unittest-throttle.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/storage.scm (ceph)[source]: Use it.
2017-04-15 18:51:00 +02:00
Marius Bakke
f91c677c03
gnu: rocksdb: Don't build static library.
...
* gnu/packages/databases.scm (rocksdb)[arguments]<#:phases>: Add new Makefile
substitution. Remove 'delete-static-library' phase. Adjust
'build-release-libraries' phase to match.
<#:make-flags>: Remove redundant flag.
2017-04-15 18:51:00 +02:00
Marius Bakke
bf144793ae
gnu: rocksdb: Disable failing test.
...
* gnu/packages/databases.scm (rocksdb)[arguments]<#:phases>: Add one more
test to 'disable-failing-tests' phase.
2017-04-15 18:51:00 +02:00
Marius Bakke
f71f29cab2
gnu: bc: Update to 1.07.1.
...
* gnu/packages/algebra.scm (bc): Update to 1.07.1.
[native-inputs]: Add ED and TEXINFO.
[arguments]<#:phases>: Remove.
2017-04-15 18:51:00 +02:00
Marius Bakke
e5da4d8b40
gnu: mupdf: Update to 1.11.
...
Also delete two stray patches that were added in
92ae98e2a0
and lost in a subsequent merge
(mupdf/fixed was already gone at e90e0fad1b
).
* gnu/packages/patches/mupdf-CVE-2017-5896.patch,
gnu/packages/patches/mupdf-CVE-2017-5991.patch,
gnu/packages/patches/mupdf-mujs-CVE-2016-10132.patch,
gnu/packages/patches/mupdf-mujs-CVE-2016-10133.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
* gnu/packages/patches/mupdf-build-with-openjpeg-2.1.patch: Adjust.
* gnu/packages/pdf.scm (mupdf): Update to 1.11.
[source]: Remove mujs patches. Adjust snippet to source rename.
2017-04-15 18:51:00 +02:00
Marius Bakke
f46eb986c2
gnu: xf86-video-intel: Update to 2.99.917-5-b57abe2.
...
* gnu/packages/xorg.scm (xf86-video-intel): Update to 2.99.917-5-b57abe2.
2017-04-15 18:50:59 +02:00
Marius Bakke
4ec1f82c63
gnu: kodi: Update to 18.0_alpha-2-478d306.
...
* gnu/packages/kodi.scm (kodi): Update to 18.0_alpha-2-478d306.
[arguments]<#:configure-flags>: Remove obsolete flag.
2017-04-15 18:50:59 +02:00
Mathieu Othacehe
2e58e05bb6
system: Pass boot-parameters to (gnu system grub).
...
* gnu/system.scm (operating-system-bootcfg): Pass boot-parameters.
* gnu/system/grub.scm (boot-parameters->menu-entry): New variable.
(grub-configuration-file): Use boot-parameters->menu-entry.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-04-15 16:37:55 +02:00
Danny Milosavljevic
0ab1e8ae88
system: grub: Use (first all-entries) instead of (first entries).
...
* gnu/system/grub.scm (grub-configuration-file): Use (first all-entries)
instead of (first entries).
2017-04-15 15:49:47 +02:00
Danny Milosavljevic
99828febe0
tests: Remove unused import (gnu system grub).
...
* gnu/tests/web.scm: Remove unused import.
2017-04-15 15:32:25 +02:00
Mathieu Othacehe
7085ca9690
system: Rename (internal) grub-device to fs->boot-device.
...
* gnu/system.scm (grub-device): Rename to...
(fs->boot-device): ... this.
(operating-system-grub.cfg): Adapt.
(operating-system-parameters-file): Adapt.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-04-15 14:42:50 +02:00
Mathieu Othacehe
07f812c404
vm: Reword grub.cfg to bootcfg.
...
* gnu/build/vm.scm (register-grub.cfg-root): Reword grub.cfg to bootcfg,
(initialize-hard-disk): ditto,
* gnu/system/vm.scm (system-disk-image): ditto,
(system-qemu-image): ditto,
(system-qemu-image/shared-store): ditto.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-04-15 14:42:15 +02:00
Mathieu Othacehe
c76b3046f6
system: Rename operating-system-grub.cfg to operating-system-bootcfg.
...
* gnu/system.scm (operating-system-grub.cfg): Rename to...
(operating-system-bootcfg): ... this.
* gnu/system/vm.scm (system-disk-image): Use operating-system-bootcfg.
(system-qemu-image): Use operating-system-bootcfg.
(system-qemu-image/shared-store): Use operating-system-bootcfg.
* guix/scripts/system.scm (perform-action): Use operating-system-bootcfg.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-04-15 14:41:10 +02:00
Nicolas Goaziou
32380cdbb1
gnu: wireshark: Update to 2.2.6.
...
* gnu/packages/networking.scm (wireshark): Update to 2.2.6.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-04-15 17:45:41 +05:30
Mathieu Othacehe
c2e9942b8f
system: Rename kernel->grub-label to kernel->boot-label.
...
* gnu/system.scm (kernel->grub-label): Rename to kernel->boot-label.
(operating-system-grub.cfg): Adapt.
(operating-system-parameters-file): Ditto.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-04-15 12:39:27 +02:00
宋文武
53201c0def
gnu: Add orca.
...
* gnu/packages/gnome.scm (orca): New package.
2017-04-15 13:10:25 +08:00
宋文武
3e00ac47d6
gnu: Add python-pyatspi.
...
* gnu/packages/gnome.scm (python-pyatspi): New package.
2017-04-15 13:10:07 +08:00
宋文武
904f8a31ab
gnu: speech-dispatcher: Add more inputs.
...
* gnu/packages/speech.scm (speech-dispatcher)[inputs]: Add espeak,
pulseaudio and python.
2017-04-15 13:00:21 +08:00
Leo Famulari
9866cf1457
gnu: samba: Update to 4.5.8.
...
This fixes a regression introduced by the security fixes for CVE-2017-2619.
* gnu/packages/samba.scm (samba): Update to 4.5.8.
2017-04-14 19:34:57 -04:00
Leo Famulari
7736bae9b7
gnu: mutt: Update to 1.8.1.
...
* gnu/packages/mail.scm (mutt): Update to 1.8.1.
[source]: Use HTTPS URL.
2017-04-14 14:29:23 -04:00
Leo Famulari
c57ce31a89
Merge branch 'master' into staging
2017-04-14 13:07:16 -04:00
Leo Famulari
8439c9c05e
gnu: gpgme: Update to 1.9.0.
...
* gnu/packages/gnupg.scm (gpgme): Update to 1.9.0.
2017-04-14 12:53:33 -04:00
Leo Famulari
2f64f4444a
gnu: ncmpc: Update to 0.27.
...
* gnu/packages/mpd.scm (ncmpc): Update to 0.27.
2017-04-14 12:53:33 -04:00
Leo Famulari
ed8a6c1384
gnu: libmpdclient: Update to 2.11.
...
* gnu/packages/mpd.scm (libmpdclient): Update to 2.11.
2017-04-14 12:53:33 -04:00
Leo Famulari
ab71ea93a4
gnu: mysql: Update to 5.7.18.
...
* gnu/packages/databases.scm (mysql): Update to 5.7.18.
2017-04-14 12:53:28 -04:00
Tobias Geerinckx-Rice
2ff7703b0d
gnu: youtube-dl: Update to 2017.04.14.
...
* gnu/packages/video.scm (youtube-dl): Update to 2017.04.14.
2017-04-14 18:27:42 +02:00
Tobias Geerinckx-Rice
27a5c60465
gnu: dub: Flesh out synopsis & description.
...
* gnu/packages/ldc.scm (dub)[synopsis, description]: Actually explain what
dub is and does.
2017-04-14 18:27:42 +02:00
Ludovic Courtès
b31b0155ea
build: Download aarch64 bootstrap binaries from alpha.gnu.org.
...
* build-aux/download.scm (file-name->uri): Remove flashner.co.il URL.
* gnu/packages/package-management.scm (boot-guile-uri): Likewise.
2017-04-14 18:17:58 +02:00
Arun Isaac
4e644ab8a6
gnu: emacs-company: Enable tests.
...
* gnu/packages/emacs.scm (emacs-company)[arguments]: Add a 'check' phase.
2017-04-14 18:16:15 +05:30
Mathieu Othacehe
960887b297
build: Stop building gnu/build/svg.scm.
...
* Makefile.am (EXTRA_DIST): Add gnu/build/svg.scm.
* gnu/local.mk (GNU_SYSTEM_MODULES): Remove gnu/build/svg.scm.
It fixes the following build warnings:
gnu/build/svg.scm:36:12: warning: possibly unbound variable `cairo-create'
gnu/build/svg.scm:36:26: warning: possibly unbound variable `cairo-image-surface-create'
gnu/build/svg.scm:38:4: warning: possibly unbound variable `cairo-scale'
gnu/build/svg.scm:39:4: warning: possibly unbound variable `cairo-set-source-surface'
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-04-14 12:29:20 +02:00
David Thompson
f252d6df8b
gnu: Add guile-syntax-highlight.
...
* gnu/packages/guile.scm (guile-syntax-highlight): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2017-04-14 12:29:20 +02:00
Ricardo Wurmus
116b29bffb
gnu: julia: Update to 0.5.1.
...
* gnu/packages/julia.scm (julia): Update to 0.5.1.
2017-04-14 11:03:04 +02:00
Arun Isaac
8d50a9906d
gnu: Add emacs-cdlatex.
...
* gnu/packages/emacs.scm (emacs-cdlatex): New variable.
2017-04-14 11:15:20 +05:30
Ben Woodcroft
88eb119f95
gnu: mafft: Update to 7.310.
...
* gnu/packages/bioinformatics.scm (mafft): Update to 7.310.
2017-04-14 15:19:37 +10:00
Ricardo Wurmus
e02f166364
gnu: Add fillets-ng.
...
* gnu/packages/games.scm (fillets-ng): New variable.
2017-04-13 23:17:01 +02:00
Ricardo Wurmus
b77e3a1c4e
gnu: Add teeworlds.
...
* gnu/packages/games.scm (teeworlds): New variable.
* gnu/packages/patches/teeworlds-use-latest-wavpack.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add patch.
2017-04-13 23:17:00 +02:00
Ricardo Wurmus
33f79a74b8
gnu: Add bam.
...
* gnu/packages/build-tools.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
2017-04-13 23:17:00 +02:00
Arun Isaac
4264db2209
gnu: password-store: Update to 1.7.1.
...
* gnu/packages/password-utils.scm (password-store): Update to 1.7.1.
[source]: Remove "password-store-gnupg-compat.patch".
* gnu/packages/patches/password-store-gnupg-compat.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-04-14 00:43:26 +05:30
Julien Lepiller
83f9aa5e91
gnu: php: Update to 7.1.4.
...
* gnu/packages/php.scm (php): Update to 7.1.4.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-04-13 23:18:08 +05:30
Vasile Dumitrascu
b9d38ad1bc
gnu: postgresql: Update to 9.6.2.
...
* gnu/packages/databases.scm (postgresql): Update to 9.6.2.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-04-13 18:52:40 +05:30
Vasile Dumitrascu
07716c6842
gnu: emacs-zenburn-theme: Update to 2.5.
...
* gnu/packages/emacs.scm (emacs-zenburn-theme): Update to 2.5.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-04-13 18:30:22 +05:30
Vasile Dumitrascu
50edf7fc43
gnu: emacs-flycheck: Update to 30.
...
* gnu/packages/emacs.scm (emacs-flycheck): Update to 30.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-04-13 18:29:52 +05:30
Vasile Dumitrascu
f8d69be008
gnu: emacs-clojure-mode: Update to 5.4.0.
...
* gnu/packages/emacs.scm (emacs-clojure-mode): Update to 5.4.0.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-04-13 18:28:18 +05:30
Vasile Dumitrascu
1262a2abca
gnu: emacs-company: Update to 0.9.3.
...
* gnu/packages/emacs.scm (emacs-company): Update to 0.9.3.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-04-13 17:30:26 +05:30
Catonano
ca8f3f9a51
gnu: Add libxls.
...
* gnu/packages/xml.scm (libxls): New variable.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-04-13 13:10:50 +02:00
Ricardo Wurmus
bd71525b7a
gnu: Add kiki.
...
* gnu/packages/games.scm (kiki): New variable.
* gnu/packages/patches/kiki-level-selection-crash.patch,
gnu/packages/patches/kiki-makefile.patch,
gnu/packages/patches/kiki-missing-includes.patch,
gnu/packages/patches/kiki-portability-64bit.patch: New patches.
* gnu/local.mk (dist_patch_DATA): Add them.
2017-04-13 13:08:26 +02:00
Ricardo Wurmus
0da0f434c6
gnu: Add freeglut-2.8.
...
* gnu/packages/gl.scm (freeglut-2.8): New variable.
2017-04-13 13:08:25 +02:00
Mark H Weaver
44fd838987
gnu: linux-libre: Update to 4.10.10.
...
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.10.10.
(%linux-libre-hash): Update hash.
2017-04-13 04:16:26 -04:00
Mark H Weaver
c8d6d510f6
gnu: linux-libre@4.9: Update to 4.9.22.
...
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.22.
2017-04-13 04:15:38 -04:00
Mark H Weaver
9dae0a7611
gnu: linux-libre@4.4: Update to 4.4.61.
...
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.61.
2017-04-13 04:14:41 -04:00
Leo Famulari
2e37447307
gnu: libsndfile: Update to 1.0.28 [fixes CVE-2017-{7585,7586,7741,7742}].
...
* gnu/packages/pulseaudio.scm (libsndfile)[replacement]: New field.
(libsndfile-1.0.28): New variable.
2017-04-12 22:47:34 -04:00
Leo Famulari
efc95e7bc6
gnu: libsamplerate: Update to 0.1.9 [fixes CVE-2017-7697].
...
* gnu/packages/pulseaudio.scm (libsamplerate)[replacement]: New field.
(libsamplerate-0.1.9): New variable.
2017-04-12 22:47:31 -04:00
Leo Famulari
098bb004be
gnu: isc-dhcp: Update bundled bind to 9.9.9-P8 [security fixes].
...
Fixes CVE-2017-{3136,3137,3138}.
* gnu/packages/admin.scm (isc-dhcp): Update bundled bind to 9.9.9-P8.
2017-04-12 22:08:36 -04:00
Mark H Weaver
d24b989424
gnu: icecat: Add more fixes from mozilla-esr45.
...
* gnu/packages/gnuzilla.scm (icecat)[source]: Add fixes from the upstream
mozilla-esr45 repository.
2017-04-12 21:40:05 -04:00
Marius Bakke
61b64acf41
gnu: bind: Update to 9.10.4-P8 [fixes CVE-2017-{3136,3137,3138}].
...
* gnu/packages/dns.scm (bind): Update to 9.10.4-P8.
2017-04-13 02:50:24 +02:00
Marius Bakke
f575efa12c
gnu: libva: Update to 1.8.1.
...
* gnu/packages/video.scm (libva): Update to 1.8.1.
2017-04-13 01:27:55 +02:00
Ludovic Courtès
ee295346ce
services: tor: Run in a container.
...
* gnu/services/networking.scm (tor-shepherd-service): Use (gnu build
shepherd) and use 'make-forkexec-constructor/container' instead of
'make-forkexec-constructor'.
2017-04-13 00:12:42 +02:00
Ludovic Courtès
bb5cad4eb2
file-systems: Allow for bind-mounts of named sockets.
...
Previously a named socket such as /dev/log would fail
the 'regular-file?' test and we'd end up mkdir'ing it.
* gnu/build/file-systems.scm (regular-file?): Remove.
(mount-file-system): Change (regular-file? source)
to (not (file-is-directory? source)).
2017-04-13 00:12:42 +02:00
Ludovic Courtès
6ddf4fcfae
services: Define '%linux-bare-metal-service' using 'simple-service'.
...
* gnu/services.scm (linux-bare-metal-service-type): Remove.
(%linux-bare-metal-service): Define in terms of 'simple-service'.
2017-04-13 00:12:42 +02:00
Leo Famulari
012863081d
gnu: certbot: Remove unused dependency.
...
This dependency was removed in certbot@0.10.0:
d54cb76432
* gnu/packages/tls.scm (certbot)[propagated-inputs]: Remove
python2-pythondialog.
2017-04-12 17:03:51 -04:00
Leo Famulari
57fe07dbc0
gnu: python-acme: Remove unused dependencies.
...
Removed in python-acme@0.10.0 and 0.4.1, respectively:
edbb3a73c6
df383ee6e4
* gnu/packages/tls.scm (python-acme, python2-acme)[propagated-inputs]:
Remove python-ndg-httpsclient and python-werkzeug.
2017-04-12 17:03:50 -04:00
George Clemmer
99517d9270
gnu: emacs-ag: Build and install info.
...
* gnu/packages/emacs.scm (emacs-ag)[arguments]: Add 'make-info' and
'install-info' phases.
Signed-off-by: Alex Kost <alezost@gmail.com>
2017-04-12 21:09:49 +03:00
Alex Kost
352074d5a9
gnu: emacs-ivy: Update to 0.9.1.
...
* gnu/packages/emacs.scm (emacs-ivy): Update to 0.9.1.
2017-04-12 21:09:49 +03:00
Efraim Flashner
fc901d168b
gnu: nano: Update to 2.8.1.
...
* gnu/packages/nano.scm (nano): Update to 2.8.1.
2017-04-12 20:55:17 +03:00
Marius Bakke
4e5dbf92f7
gnu: nginx: Update to 1.12.0.
...
* gnu/packages/web.scm (nginx): Update to 1.12.0.
2017-04-12 18:34:09 +02:00
Marius Bakke
1fc8476d36
gnu: certbot, python-acme: Build documentation in separate phase.
...
* gnu/packages/tls.scm (python-acme)[arguments]<:phases>: Add
'build-documentation' phase. Rename 'docs' phase to 'install-documentation'.
(certbot)[arguments]<:phases>: Adjust accordingly.
2017-04-12 18:29:00 +02:00
Marius Bakke
79f93e2a4f
gnu: libdrm: Update to 2.4.79.
...
* gnu/packages/xdisorg.scm (libdrm): Update to 2.4.79.
2017-04-12 17:44:18 +02:00
Leo Famulari
eea2f45369
doc: Use OpenSSH instead of lsh in bare-bones template.
...
* gnu/system/examples/bare-bones.tmpl (services): Use openssh-service-type
instead of lsh-service.
2017-04-12 11:42:52 -04:00
Marius Bakke
e1f68c9668
gnu: libsamplerate: Update to 0.1.9.
...
* gnu/packages/pulseaudio.scm (libsamplerate): Update to 0.1.9.
2017-04-12 17:39:42 +02:00
Arun Isaac
0ee59b81c7
gnu: Add emacs-xmlgen.
...
* gnu/packages/emacs.scm (emacs-xmlgen): New variable.
2017-04-12 18:55:51 +05:30
Arun Isaac
a7a4345de1
gnu: darkhttpd: Update source URI.
...
* gnu/packages/web.scm (darkhttpd)[source]: Update URI.
2017-04-12 18:48:48 +05:30
Tobias Geerinckx-Rice
4d6ce834bb
gnu: dovecot: Update to 2.2.29.1.
...
* gnu/packages/mail.scm (dovecot): Update to 2.2.29.1.
[source]: Remove 'dovecot-fix-failing-test.patch'.
* gnu/packages/patches/dovecot-fix-failing-test.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-04-12 14:25:00 +02:00
Chris Marusich
a97f6da422
gnu: emacs-default-encrypt: Update source URI.
...
* gnu/packages/emacs.scm (emacs-default-encrypt)[source]: Update URI.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-04-12 14:46:43 +05:30
Hartmut Goebel
1aab5e8320
gnu: kde-frameworks: No longer setenv CTEST_OUTPUT_ON_FAILURE.
...
This is now done my the cmake-build-system.
* gnu/packages/kde-frameworks.scm (kcoreaddons, kwidgetsaddons, kpackage,
kemoticons kiconthemes, kio, knewstuff, kpeople, krunner,kservice,
ktexteditor, kxmlgui plasma-framework) [arguments] <check-setup>: Remove
setenv CTEST_OUTPUT_ON_FAILURE.
(kpty) [arguments] <patch-tests>: Remove setenv CTEST_OUTPUT_ON_FAILURE.
(ksyntaxhighlighting) [arguments] <check-setup>: Remove phase.
2017-04-12 10:08:52 +02:00
Hartmut Goebel
4467c2d1dc
gnu: Update kde-frameworks to 5.32.0
...
* gnu/packages/kde-frameworks.scm
(breeze-icons): Update to 5.32.0. [arguments]: Re-enable tests.
(kio): Update to 5.32.0. [source]: Remove patch.
(ktexteditor): Update to 5.32.0. [inputs]: Add ksyntaxhighlighting.
(networkmanager-qt): Update to 5.32.0. [source]: Add patches.
(kunitconversion): Update to 5.32.0. [arguments]
<disable-a-failing-test-case>: New phase.
(ksyntaxhighlighting): Update to 5.32.0.[native-iputs]: Add qtools.
(knewstuff): Update to 5.32.0. [inputs]: Add qtdeclarative.
(attica, baloo, bluez-qt, extra-cmake-modules, kactivities,
kactivities-stats, kapidox, karchive, kauth, kbookmarks, kcmutils, kcodecs,
kcompletion, kconfig, kconfigwidgets, kcoreaddons, kcrash, kdbusaddons,
kdeclarative, kded, kdesignerplugin, kdesu, kdnssd, kdoctools, kemoticons,
kfilemetadata, kglobalaccel, kguiaddons, ki18n, kiconthemes, kidletime,
kimageformats, kinit, kitemmodels, kitemviews, kjobwidgets, knotifications,
knotifyconfig, kpackage, kparts, kpeople, kplotting, kpty, krunner,
kservice, ktextwidgets, kwallet, kwayland, kwidgetsaddons, kwindowsystem,
kxmlgui, kxmlrpcclient, modemmanager-qt, oxygen-icons, plasma-framework,
solid, sonnet, threadweaver): Update to 5.32.0.
* gnu/packages/patches/kio-CVE-2017-6410.patch: Delete file.
* gnu/packages/patches/networkmanager-qt-activeconnection-test-1.patch,
gnu/packages/patches/networkmanager-qt-activeconnection-test-2.patch:
New files.
* gnu/local.mk (dist_patch_DATA): Remove resp. add the patch files.
2017-04-12 10:08:52 +02:00
Hartmut Goebel
446809fb35
gnu: Update phonon to 4.9.1
...
* gnu/packages/kde-frameworks.scm (phonon): Update to 4.9.1.
2017-04-12 10:08:52 +02:00
Hartmut Goebel
d04687dc83
gnu: Update networkmanager to version 1.6.2.
...
* gnu/packages/gnome.scm (networkmanager): [source] Update to 1.6.2
[arguments] <pre-configure>: Adopt to now used single Makefile.in.
<install>: Also pass "nmstatedir".
[native-inputs]: Add docbook-xsl, libxslt, libxml2.
[inputs]: Add jansson.
2017-04-12 10:08:52 +02:00
Efraim Flashner
0eb0fe2d30
gnu: jasper: Fixx CVE-2017-6850.
...
* gnu/packages/image.scm (jasper)[source]: Add patch.
* gnu/packages/patches/jasper-CVE-2017-6850.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
2017-04-12 06:19:56 +03:00
Leo Famulari
0adb47bdc7
gnu: dovecot: Update to 2.2.29 [fixes CVE-2017-2669].
...
* gnu/packages/mail.scm (dovecot): Update to 2.2.29.
[source]: Use 'dovecot-fix-failing-test.patch'.
* gnu/packages/patches/dovecot-fix-failing-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2017-04-11 20:35:31 -04:00
Leo Famulari
69121e95cd
gnu: libressl: Update to 2.5.3.
...
* gnu/packages/tls.scm (libressl): Update to 2.5.3.
2017-04-11 20:35:25 -04:00
Tobias Geerinckx-Rice
efbca08776
gnu: youtube-dl: Update to 2017.04.11.
...
* gnu/packages/video.scm (youtube-dl): Update to 2017.04.11.
2017-04-11 21:19:03 +02:00
Arun Isaac
25e810b812
gnu: Add emacs-htmlize.
...
* gnu/packages/emacs.scm (emacs-htmlize): New variable.
Signed-off-by: Kei Kebreau <kei@openmailbox.org>
2017-04-11 14:44:20 -04:00
Mathieu Othacehe
8ad5a20f41
gnu: Add emacs-strace-mode.
...
* gnu/packages/emacs.scm (emacs-strace-mode): New variable.
Signed-off-by: Kei Kebreau <kei@openmailbox.org>
2017-04-11 14:40:14 -04:00
Tobias Geerinckx-Rice
d4bcbbb994
gnu: knot: Update to 2.4.3.
...
* gnu/packages/dns.scm (knot): Update to 2.4.3.
2017-04-11 18:53:38 +02:00
Ben Sturmfels
b611f9c282
gnu: Add Fabric.
...
* gnu/packages/admin.scm (fabric): New variable.
2017-04-11 18:03:35 +02:00
Ben Sturmfels
c1aba1a7c8
gnu: python-paramiko: Update to 1.17.4.
...
* gnu/packages/python.scm (python-paramiko): Update to 1.17.4.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-04-11 18:03:35 +02:00
Chris Marusich
e23455543b
gnu: Add emacs-default-encrypt.
...
* gnu/packages/emacs.scm (emacs-default-encrypt): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-04-11 18:03:34 +02:00
Ludovic Courtès
e79bfa181a
gnu: Add Luminance HDR.
...
* gnu/packages/image-viewers.scm (luminance-hdr): New variable.
* gnu/packages/patches/luminance-hdr-qt-printer.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2017-04-11 18:03:34 +02:00
Kei Kebreau
acf7d4a78b
gnu: Add emacspeak.
...
* gnu/packages/emacs.scm (emacspeak): New variable.
2017-04-11 11:16:11 -04:00