Commit Graph

22149 Commits (ed068b960eeedb92823238783779730319b8ba0e)

Author SHA1 Message Date
Mark H Weaver ed068b960e
Merge branch 'master' into core-updates 2017-06-26 00:00:58 -04:00
Mark H Weaver ffc015bea2
gnu: glibc: Fix replacement on i686.
This is followup to 665d6a5916.
Fixes <https://bugs.gnu.org/27489>.

* gnu/packages/base.scm (glibc-2.25-patched, glibc-2.24, glibc-2.23)
(glibc-2.22): Add glibc-vectorized-strcspn-guards.patch to patches.
Move a comment where it belongs.
* gnu/packages/patches/glibc-CVE-2017-1000366-pt2.patch: Swap with ...
* gnu/packages/patches/glibc-CVE-2017-1000366-pt3.patch: ... this.
* gnu/packages/patches/glibc-vectorized-strcspn-guards.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.  Fix formatting.
2017-06-25 21:56:22 -04:00
Leo Famulari afc9d8ec2b
gnu: Add jmtpfs.
* gnu/packages/linux.scm (jmtpfs): New variable.
2017-06-25 18:48:15 -04:00
Thomas Danckaert 2da6306427
gnu: hdf5: Update to 1.8.19.
* gnu/packages/maths.scm (hdf5): Update to 1.8.19.
[source]: Update uri.
2017-06-25 23:11:16 +02:00
Jelle Licht a1714ff5c7
gnu: Add pass-git-helper.
* gnu/packages/password-utils.scm (pass-git-helper): New variable.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-06-26 02:13:10 +05:30
Ludovic Courtès a1b46bdc06
guix package: Warn about packages that no longer exist.
Fixes <http://bugs.gnu.org/27261>.
Reported by Mark H Weaver <mhw@netris.org>.

* guix/scripts/package.scm (transaction-upgrade-entry): Add call to
'warning' when NAME cannot be found in the package set.
2017-06-25 22:29:15 +02:00
Ricardo Wurmus b45aa39b26
gnu: synthv1: Add support for non session manager.
* gnu/packages/music.scm (synthv1)[inputs]: Add non-session-manager.
[native-inputs]: Add pkg-config.
2017-06-25 22:26:08 +02:00
Ricardo Wurmus 92b70c6f89
gnu: samplv1: Add support for non session manager.
* gnu/packages/music.scm (samplv1)[inputs]: Add non-session-manager.
2017-06-25 22:26:08 +02:00
Ricardo Wurmus 41e2a73175
gnu: drumkv1: Add support for non session manager.
* gnu/packages/music.scm (drumkv1)[inputs]: Add non-session-manager.
2017-06-25 22:26:08 +02:00
Ricardo Wurmus d993404416
gnu: samplv1: Update to 0.8.3.
* gnu/packages/music.scm (samplv1): Update to 0.8.3.
2017-06-25 22:26:08 +02:00
Ricardo Wurmus a8e65bb960
gnu: drumkv1: Update to 0.8.3.
* gnu/packages/music.scm (drumkv1): Update to 0.8.3.
2017-06-25 22:26:08 +02:00
Ricardo Wurmus 2f16b89d41
gnu: synthv1: Update to 0.8.3.
* gnu/packages/music.scm (synthv1): Update to 0.8.3.
2017-06-25 22:26:08 +02:00
Ricardo Wurmus 8ceffb2f34
doc: Encourage signature verification.
* doc/contributing.texi (Submitting Patches): Remind contributors to verify
cryptographic signatures.
2017-06-25 22:26:08 +02:00
Ricardo Wurmus 7ceb0a83e3
gnu: Add f-seq.
* gnu/packages/bioinformatics.scm (f-seq): New variable.
2017-06-25 22:26:07 +02:00
宋文武 45214efe7c
gnu: virt-manager: Add gtk-vnc and vte to inputs.
* gnu/packages/qemu.scm (virt-manager)[inputs]: Add gtk-vnc and vte.
2017-06-26 00:12:23 +08:00
宋文武 8c7f4f6ace
gnu: python-libvirt: Update to 3.4.0.
* gnu/packages/qemu.scm (python-libvirt, python2-libvirt): Update to 3.4.0.
2017-06-26 00:12:23 +08:00
宋文武 8fc7bd234c
gnu: libvirt: Update to 3.4.0, add more inputs.
* gnu/packages/qemu.scm (libvirt): Update to 3.4.0.
[inputs]: Add dmidecode, dnsmasq, ebtables, iproute and iptables.
2017-06-26 00:12:23 +08:00
宋文武 6876a6fe53
gnu: Add ebtables.
* gnu/packages/linux.scm (ebtables): New package.
2017-06-26 00:11:41 +08:00
宋文武 a4b9392151
gnu: libvirt: Use /etc as the sysconfdir.
* gnu/packages/qemu.scm (libvirt)[arguments]: Add '--sysconfdir=/etc' to
configure flags.  Replace the 'do-not-mkdir-in-/var' phase with a modified
'install' phase.
2017-06-25 23:53:09 +08:00
Oleg Pykhalov 1a80e4d7fc
gnu: Add emacs-which-key.
* gnu/packages/emacs.scm (emacs-which-key): New variable.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-06-25 19:24:18 +05:30
Marius Bakke a80c7aeee2
gnu: nano: Update to 2.8.5.
* gnu/packages/nano.scm (nano): Update to 2.8.5.
2017-06-25 15:49:56 +02:00
Marius Bakke ca74aefb7b
gnu: git: Update to 2.13.2.
* gnu/packages/version-control.scm (git): Update to 2.13.2.
2017-06-25 15:49:55 +02:00
Leo Famulari 23a53a95f1
gnu: grub: Disable a flaky test.
* gnu/packages/bootloaders.scm (grub)[arguments]: Add 'disable-flaky-test' phase
and run the tests in parallel.
2017-06-25 09:47:24 -04:00
Leo Famulari 052d9c01d9
gnu: imagemagick: Update to 6.9.8-10.
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.8-10.
2017-06-25 09:47:24 -04:00
Tobias Geerinckx-Rice fbaed3eaad
gnu: weechat: Update to 1.9.
* gnu/packages/irc.scm (weechat): Update to 1.9.
2017-06-25 15:33:45 +02:00
Leo Famulari 33717a17aa
gnu: perl-image-exiftool: Update to 10.55.
* gnu/packages/photo.scm (perl-image-exiftool): Update to 10.55.
[arguments]: Use modify-phases syntax.
2017-06-25 00:03:18 -04:00
Leo Famulari d17e085a59
gnu: Remove libwmf.
This package contains many security vulnerabilities and is no longer maintained
upstream. See this discussion for more information:

https://lists.gnu.org/archive/html/guix-devel/2017-05/msg00478.html

* gnu/packages/image.scm (libwmf): Remove variable.
* gnu/packages/wv.scm (wv)[inputs]: Remove libwmf.
[arguments]: Remove field.
* gnu/packages/abiword.scm (abiword)[inputs]: Remove libwmf.
[source]: Remove patch 'abiword-wmf-version-lookup-fix.patch'.
* gnu/packages/patches/abiword-wmf-version-lookup-fix.patch,
gnu/packages/patches/libwmf-CAN-2004-0941.patch,
gnu/packages/patches/libwmf-CVE-2006-3376.patch,
gnu/packages/patches/libwmf-CVE-2007-0455.patch,
gnu/packages/patches/libwmf-CVE-2007-2756.patch,
gnu/packages/patches/libwmf-CVE-2007-3472.patch,
gnu/packages/patches/libwmf-CVE-2007-3473.patch,
gnu/packages/patches/libwmf-CVE-2007-3477.patch,
gnu/packages/patches/libwmf-CVE-2009-1364.patch,
gnu/packages/patches/libwmf-CVE-2009-3546.patch,
gnu/packages/patches/libwmf-CVE-2015-0848+CVE-2015-4588.patch,
gnu/packages/patches/libwmf-CVE-2015-4695.patch,
gnu/packages/patches/libwmf-CVE-2015-4696.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
2017-06-24 23:10:28 -04:00
Tobias Geerinckx-Rice 68f30310e1
gnu: retroarch: Update to 1.6.1.
* gnu/packages/games.scm (retroarch): Update to 1.6.1.
[home-page]: Use HTTPS.
2017-06-25 01:25:30 +02:00
Roel Janssen a70d06b51a
gnu: Add armagetronad.
* gnu/packages/games.scm (armagetronad): New variable.
2017-06-24 23:56:56 +02:00
Ludovic Courtès 0c3f8cb8e8
gnu: Add eog-plugins.
* gnu/packages/gnome.scm (eog-plugins): New variable.
2017-06-24 23:28:24 +02:00
Ludovic Courtès 55b7bbd87f
gnu: libpeas: Propagate gobject-introspection.
* gnu/packages/gnome.scm (libpeas)[propagated-inputs]: New field.
2017-06-24 23:28:24 +02:00
Ludovic Courtès 4c228f9e54
refresh: Be more verbose when passed an explicit package list.
* guix/scripts/refresh.scm (check-for-package-update): Use
'version-compare' instead of 'version>?'.  When WARN? is true, print
something for the '=' and '<' cases.
2017-06-24 23:28:23 +02:00
Ludovic Courtès 048175e2ce
gnu: geeqie: Enable map support.
* gnu/packages/image-viewers.scm (geeqie)[arguments]: Add
 #:configure-flags.
[inputs]: Add CLUTTER and LIBCHAMPLAIN.
2017-06-24 23:28:23 +02:00
Andreas Enge 1d093724b1
gnu: Add hugin.
* gnu/packages/photo.scm (hugin): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-06-24 23:28:23 +02:00
Efraim Flashner 6e13e2bd01
gnu: libffcall: Update to 1.13.
* gnu/packages/libffcall.scm (libffcall): Update to 1.13.
[source]: Use url-fetch, download from GNU mirror.
[supported-systems]: Remove field.
2017-06-24 23:48:20 +03:00
Oleg Pykhalov 730c0790fc
gnu: Add emacs-dired-hacks.
* gnu/packages/emacs.scm (emacs-dired-hacks): New variable.

Co-authored-by: Alex Kost <alezost@gmail.com>
2017-06-24 21:55:24 +03:00
Arun Isaac 99e9d598e3
gnu: font-google-material-design-icons: Use 'font-build-system'.
* gnu/packages/fonts.scm (font-google-material-design-icons): Re-indent.
Switch to font-build-system.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2017-06-24 23:19:15 +08:00
rennes 0e5c9cf530
gnu: epiphany: Add gdk-pixbuf input.
* gnu/packages/gnome.scm (epiphany)[inputs]: Add gdk-pixbuf.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-06-24 16:51:12 +02:00
Theodoros Foradis 8bca358b21
gnu: Add adms.
* gnu/packages/engineering.scm (adms): New variable.
2017-06-24 09:18:56 +02:00
Theodoros Foradis 28b08d2ac8
gnu: Add meep.
* gnu/packages/engineering.scm (meep): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-06-24 09:18:56 +02:00
Theodoros Foradis 5e872d4b43
gnu: Add mpb.
* gnu/packages/engineering.scm (mpb): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-06-24 09:18:56 +02:00
Theodoros Foradis cbd9568fcd
gnu: Add guile-libctl.
* gnu/packages/engineering.scm (guile-libctl): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-06-24 09:18:56 +02:00
Theodoros Foradis 1251c66425
gnu: Add harminv.
* gnu/packages/engineering.scm (harminv): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-06-24 09:18:54 +02:00
Efraim Flashner 665d6a5916
gnu: glibc: Add mitigations for CVE-2017-1000366.
* gnu/packages/base.scm (glibc/linux)[replacement]: New field.
(glibc-2.25-patched): New variable.
(glibc-2.24, glibc-2.23, glibc-2.22, glibc-2.21)[source]: Add patches.
[replacement]: New field.
(glibc-locales)[replacement]: New field.
* gnu/packages/patches/glibc-CVE-2017-1000366-pt1.patch,
gnu/packages/patches/glibc-CVE-2017-1000366-pt2.patch,
gnu/packages/patches/glibc-CVE-2017-1000366-pt3.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.

Modified-By: Mark H Weaver <mhw@netris.org>
2017-06-24 02:42:37 -04:00
Mark H Weaver 13f7f2fd2b
gnu: glibc-final: Add support for grafted glibc.
* gnu/packages/commencement.scm (glibc-final-with-bootstrap-bash)
(glibc-final): Use 'package/inherit'.
2017-06-24 02:42:27 -04:00
Mark H Weaver 56ed97c8b5
gnu: glibc-2.22: Return #t from 'fix-pwd' phase.
Based on a patch by Efraim Flashner <efraim@flashner.co.il>.

* gnu/packages/base.scm (glibc-2.22)[arguments]: Return #t from 'fix-pwd'
phase.
2017-06-24 02:42:24 -04:00
Mark H Weaver d2ba69f315
gnu: guile-ssh: Fix entry in dist_patch_DATA.
Based on a patch by Efraim Flashner <efraim@flashner.co.il>.

* gnu/local.mk (dist_patch_DATA): "gnu" -> "%D%" for
guile-ssh-channel-finalization.patch.
2017-06-24 02:42:17 -04:00
Theodoros Foradis 6df20b5ae6
gnu: Add pulseview.
* gnu/packages/electronics.scm (pulseview): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-06-24 08:07:15 +02:00
Theodoros Foradis 2dbad1dd6e
gnu: Add sigrok-cli.
* gnu/packages/electronics.scm (sigrok-cli): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-06-24 07:59:49 +02:00
Theodoros Foradis 1c12be9682
gnu: Add libsigrok.
* gnu/packages/electronics.scm (libsigrok): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-06-24 07:57:53 +02:00