aboutsummaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2017-11-25gnu: linux-libre@4.4: Update to 4.4.102.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.102.
2017-11-25gnu: Add guile-dsv.Alex Sassmannshausen
* gnu/packages/guile.scm (guile-dsv): New variable.
2017-11-24gnu: mail: Remove python-django-mailman3.Christopher Baines
This package fails to build, as django-mailman3 currently only works with Python 2. * gnu/packages/mail.scm (python-django-mailman3): Removed variable. (python2-django-mailman3): Inline the use of python-django-mailman3, and remove the use of package-with-python2.
2017-11-24gnu: django: Fix building python-django-allauth.Christopher Baines
* gnu/packages/django.scm (python-django-allauth)[arguments]: Modify the standard phases to skip a test, and run the tests using django-admin with the settings configured.
2017-11-25gnu: Add emacs-highlight-stages.Oleg Pykhalov
* gnu/packages/emacs.scm (emacs-highlight-stages): New variable. * gnu/packages/patches/emacs-highlight-stages-add-gexp.patch: New file. * gnu/local.mk (dist_patch_DATA): Add this.
2017-11-24gnu: java-fasterxml-jackson-dataformat-xml: Update to 2.9.2.Alex Vong
* gnu/packages/java.scm (java-fasterxml-jackson-dataformat-xml): Update to 2.9.2. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2017-11-24gnu: java-fasterxml-jackson-dataformat-yaml: Update to 2.9.2.Alex Vong
* gnu/packages/java.scm (java-fasterxml-jackson-dataformat-yaml): Update to 2.9.2. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2017-11-24gnu: java-fasterxml-jackson-modules-base-jaxb: Update to 2.9.2.Alex Vong
* gnu/packages/java.scm (java-fasterxml-jackson-modules-base-jaxb): Update to 2.9.2. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2017-11-24gnu: java-fasterxml-jackson-databind: Update to 2.9.2.Alex Vong
* gnu/packages/java.scm (java-fasterxml-jackson-databind): Update to 2.9.2. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2017-11-24gnu: java-fasterxml-jackson-core: Update to 2.9.2.Alex Vong
* gnu/packages/java.scm (java-fasterxml-jackson-core): Update to 2.9.2. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2017-11-24gnu: java-fasterxml-jackson-annotations: Update to 2.9.2.Alex Vong
* gnu/packages/java.scm (java-fasterxml-jackson-annotations): Update to 2.9.2. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2017-11-24gnu: php: Update to 7.1.12.Julien Lepiller
* gnu/packages/php.scm (php): Update to 7.1.12.
2017-11-24gnu: gcl: Update snapshot.Kei Kebreau
* gnu/packages/lisp.scm (gcl): Update to 2.6.12-1.5956140. [arguments]: Remove CFLAGS from and add GCL_CC and CC to make-flags; adjust pre-conf phase. This update includes small upstream bug fixes and optimizations.
2017-11-24gnu: python-pytz, python-pytzdata: Update to 2017.3.x.Tobias Geerinckx-Rice
* gnu/packages/time.scm (python-pytz): Update to 2017.3. (python-pytzdata): Update to 2017.3.1.
2017-11-24gnu: knot: Update to 2.6.3.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (knot): Update to 2.6.3.
2017-11-24gnu: emacs-org-contrib: Fix typo in description.Tobias Geerinckx-Rice
* gnu/packages/emacs.scm (emacs-org-contrib)[description]: Fix typo.
2017-11-24gnu: system->defconfig: Fix typo.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (system->defconfig): Fix typo.
2017-11-24gnu: coq-interval: Fix source URL for 3.3.0.Ludovic Courtès
This is a followup to 6efc99967800183daa74ba2ebff6185dfcf1b33d. Fixes <https://bugs.gnu.org/29284>. Reported by Efraim Flashner <efraim@flashner.co.il>. * gnu/packages/ocaml.scm (coq-interval): Adjust URL.
2017-11-24gnu: parallel: Update to 20171122.Rutger Helling
* gnu/packages/parallel.scm (parallel): Update to 20171122.
2017-11-24gnu: qt: Update to 5.9.3.Efraim Flashner
* gnu/packages/qt.scm (qtbase, qtsvg, qtimageformats, qtx11extras, qtxmlpatterns, qtdeclarative, qtconnectivity, qtwebsockets, qtsensors, qtmultimedia, qtwayland, qtserialport, qtserialbus, qtwebchannel, qtlocation, qttools, qtscript, qtquickcontrols, qtquickcontrols2, qtgraphicaleffects, qtgamepad, qtscxml, qtpurchasing, qtcanvas3d, qtcharts, qtdatavis3d, qtnetworkauth, qtremoteobjects, qtspeech): Update to 5.9.3.
2017-11-24gnu: qt@5: Update to 5.9.3.Efraim Flashner
* gnu/packages/qt.scm (qt@5): Update to 5.9.3.
2017-11-23gnu: utox: Update to 0.16.1.Rutger Helling
* gnu/packages/messaging.scm (utox): Update to 0.16.1. [inputs]: Add check and gtk+. [native-inputs]: Add pkg-config. [arguments]: Remove 'fix-freetype-include' and 'patch-cmake-find-utox' phases. Add 'patch-absolute-filename-libgtk-3' and 'wrap-program' phases. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-11-23gnu: Add MASSCAN.Leo Famulari
* gnu/packages/admin.scm (masscan): New variable.
2017-11-23gnu: supertuxkart: Update to 0.9.3.Rutger Helling
* gnu/packages/games.scm (supertuxkart): Update to 0.9.3. [arguments] <#:configure-flags>: Pass -DBUILD_RECORDER=0. * gnu/packages/patches/supertuxkart-angelscript-ftbfs.patch: Remove. * gnu/local.mk (dist_patch_DATA): Remove it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-23gnu: higan: Update to 106.Rutger Helling
* gnu/packages/games.scm (higan): Update to 106. * gnu/packages/patches/higan-remove-march-native-flag.patch: Adjust. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-23gnu: pcmanfm: Fix CVE-2017-8934.Brendan Tildesley
* gnu/packages/patches/pcmanfm-CVE-2017-8934.patch: New file. This patch was imported from Arch Linux. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/lxde.scm (pcmanfm)[source]: Use it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-23gnu: pcmanfm: Add missing inputs. Remove comment.Brendan Tildesley
* gnu/packages/lxde.scm (pcmanfm)[inputs]: Add GVFS. [propagated-inputs]: Add LXMENU-DATA. Remove comment suggesting to use --sysconfdir. Inspection of the configure script shows that <output>/etc is used for configuration by default anyway, so such a flag is not needed. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-23bootloader: extlinux: Fix device tree path.Mathieu Othacehe
* gnu/bootloader/extlinux.scm (extlinux-configuration-file): Use kernel directory to format device tree file path.
2017-11-23linux-libre: Adapt some arm options to match intel conf.Mathieu Othacehe
* gnu/packages/aux-files/linux-libre/4.14-arm.conf: GuixSD base-initrd expects ext4 and fat filesystem to be built-in. Adapt configuration accordingly. Also set devtmpfs_mount to yes.
2017-11-23gnu: fish: Update to 2.7.0.Tobias Geerinckx-Rice
* gnu/packages/shell.scm (fish): Update to 2.7.0. [source]: Add alternative source.
2017-11-23gnu: knot: Update to 2.6.2.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (knot): Update to 2.6.2.
2017-11-23gnu: subread: Update to 1.6.0.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (subread): Update to 1.6.0.
2017-11-22gnu: emacs-org: Update to 9.1.3.Nicolas Goaziou
* gnu/packages/emacs.scm (emacs-org): Update to 20171116 a.k.a. Org 9.1.3.
2017-11-22services: dicod: Run in a container.Ludovic Courtès
* gnu/services/dict.scm (dicod-shepherd-service): Add 'with-imported-modules' form and 'modules' field. Use 'make-forkexec-constructor/container' instead of 'make-forkexec-constructor'.
2017-11-22shepherd: Include /etc/group in service containers.Ludovic Courtès
* gnu/build/shepherd.scm (default-mounts)[passwd]: Rename to... [accounts]: ... this. Add /etc/group.
2017-11-22gnu: gnumeric: Update to 1.12.36.Ludovic Courtès
* gnu/packages/gnome.scm (gnumeric): Update to 1.12.36.
2017-11-22gnu: goffice: Update to 0.10.36.Ludovic Courtès
* gnu/packages/gnome.scm (goffice): Update to 0.10.36.
2017-11-22gnu: libzip: Update to 1.3.2.Tobias Geerinckx-Rice
* gnu/packages/compression.scm (libzip): Update to 1.3.2.
2017-11-22gnu: libzip: Use new libzip.org home page.Tobias Geerinckx-Rice
* gnu/packages/compression.scm (libzip)[home-page]: Update.
2017-11-22gnu: vlc: Update to 2.2.8 [fixes CVE-2017-9300, CVE-2017-10699].Marius Bakke
* gnu/packages/video.scm (vlc): Update to 2.2.8.
2017-11-22gnu: emacs-magit-popup: Update for the new source.Alex Kost
'magit-popup' is not a part of 'magit' anymore. * gnu/packages/emacs.scm (emacs-magit-popup): Update to 2.12.0. [source]: Update origin URL and file-name. [home-page]: Update to the new home. [native-inputs]: Add 'texinfo' to build the info manual. [arguments]: Add 'make-info' phase.
2017-11-22gnu: emacs-hl-todo: Update to 1.8.0.Alex Kost
* gnu/packages/emacs.scm (emacs-hl-todo): Update to 1.8.0.
2017-11-21gnu: procmail: Fix CVE-2017-16844.Leo Famulari
* gnu/packages/patches/procmail-CVE-2017-16844.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/mail.scm (procmail)[source]: Use it.
2017-11-21gnu: linux-libre: Update to 4.14.1.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.14.1. (%linux-libre-hash): Update hash.
2017-11-21gnu: linux-libre@4.9: Update to 4.9.64.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.64.
2017-11-21gnu: linux-libre@4.4: Update to 4.4.100.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.100.
2017-11-21gnu: lmms: Fix build.Kei Kebreau
* gnu/packages/music.scm (lmms)[arguments]: Add phases "remove-Werror" and "make-manpages-writable".
2017-11-21Revert "Add (guix self) and use it when pulling."Ludovic Courtès
This reverts commit 5f93d97005897c2d859f0be1bdff34c88467ec61. 'guix pull' would fail because (guix self) needs 'scheme-files' from (guix discovery), which was not exported until now.
2017-11-21gnu: idr: Update to 2.0.3.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (idr): Update to 2.0.3. [source]: Add snippet to remove generated code.
2017-11-21gnu: idr: Correct license.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (idr)[license]: Change to GPLv2+.