aboutsummaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2017-10-10gnu: Add python-linecache2.Cyril Roelandt
* gnu/packages/python.scm (python-linecache2, python2-linecache2): New variables.
2017-10-10gnu: python-netaddr: Fix the source URL.Cyril Roelandt
* gnu/packages/python.scm (python-netaddr, python2-netaddr): Fix the source URL.
2017-10-10gnu: Add python2-aniso8601.Cyril Roelandt
* gnu/packages/python.scm (python2-aniso8601): New variable.
2017-10-10gnu: python-aniso8601: Update to 1.3.0.Cyril Roelandt
* gnu/packages/python.scm (python-aniso8601, python2-aniso8601): Update to 1.3.0.
2017-10-10gnu: python-alembic: Update to 0.9.5.Cyril Roelandt
* gnu/packages/python.scm (python-alembic, python2-alembic): Update to 0.9.5.
2017-10-10gnu: python-arrow: Update to 0.10.0.Cyril Roelandt
* gnu/packages/python.scm (python-arrow, python2-arrow): Update to 0.10.0.
2017-10-10gnu: python-apispec: Update to 0.25.3.Cyril Roelandt
* gnu/packages/python.scm (python-apispec, python2-apispec): Update to 0.25.3.
2017-10-09gnu: network-manager-openvpn: Update to 1.8.10.Ludovic Courtès
* gnu/packages/gnome.scm (network-manager-openvpn): Update to 1.8.10.
2017-10-09gnu: network-manager: Update to 1.8.4.Ludovic Courtès
* gnu/packages/gnome.scm (network-manager): Update to 1.8.4. (network-manager-applet): Likewise.
2017-10-09gnu: qemu: Add sysconfdir to configure-flags.Oleg Pykhalov
* gnu/packages/virtualization.scm (qemu): Add sysconfdir to configure-flags. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-09gnu: Add emacs-org2web.Feng Shu
* gnu/packages/emacs.scm (emacs-org2web): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-10-09gnu: Add emacs-el2org.Feng Shu
* gnu/packages/emacs.scm (emacs-el2org): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-10-09gnu: Add emacs-mustache.Feng Shu
* gnu/packages/emacs.scm (emacs-mustache): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-10-09gnu: no-more-secrets: Update to 0.3.3.Tobias Geerinckx-Rice
* gnu/packages/games.scm (no-more-secrets): Update to 0.3.3.
2017-10-09gnu: meson: Update to 0.42.1.Tobias Geerinckx-Rice
* gnu/packages/build-tools.scm (meson, meson-for-build): Update to 0.42.1.
2017-10-09gnu: smartmontools: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (smartmontools)[home-page]: Use HTTPS.
2017-10-09gnu: mit-krb5: Replace with 1.15.2 [fixes CVE-2017-{11368,11462}].Leo Famulari
* gnu/packages/kerberos.scm (mit-krb5)[replacement]: New field. (mit-krb5-1.15.2): New variable.
2017-10-09gnu: gnurl: Let the testsuite run test1026.ng0
* gnu/packages/gnunet.scm (gnurl)[argument]: Remove '(delete-file "tests/data/test1026")' and the comments related to it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-08gnu: gnurl: Update to 7.56.0.ng0
* gnu/packages/gnunet.scm (gnurl): Update to 7.56.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-08gnu: Add guile-colorized.ng0
* gnu/packages/guile.scm (guile-colorized): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-08activation: Do not create setuid binaries in the store [security fix].Ludovic Courtès
Fixes <https://bugs.gnu.org/28751>. * gnu/build/activation.scm (activate-setuid-programs)[link-or-copy]: Remove. Use 'copy-file' instead.
2017-10-08gnu: borg: Update to 1.1.0.Leo Famulari
* gnu/packages/backup.scm (borg): Update to 1.1.0. [native-inputs]: Replace python-sphinx-rtd-theme with python-guzzle-sphinx-theme.
2017-10-08gnu: Add python-guzzle-sphinx-theme.Leo Famulari
* gnu/packages/python.scm (python-guzzle-sphinx-theme, python2-guzzle-sphinx-theme): New variables. Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr>
2017-10-08gnu: kdevelop: Do not hardcode user profile locations in wrapper.Thomas Danckaert
* gnu/packages/kde.scm (kdevelop): [arguments]: Do not add ${HOME}/.guix-profile/{share,lib/plugins} to XDG_DATA_DIRS and QT_PLUGIN_PATH when wrapping the executable.
2017-10-08tests: databases: Add a simple test for MySQL.Christopher Baines
Previously, the activation phase for this service caused some systems using it to not boot. This test checks that it's possible to boot a system using it, and at least start the service. * gnu/tests/databases.scm (%mysql-os, %test-mysql): New variables. (run-mysql-test): New procedure.
2017-10-08linux-initrd: Ensure that the guile used in the initrd is referenced.Christopher Baines
By referencing guile from the initrd output explicitly, it will be present in the store when this initrd is used. If the exact guile used within the initrd isn't present in the store, then after root is switched during the boot process, loading modules (such as (ice-9 popen)) won't work. This fixes guix-patches bug #28399, "Fix mysql activation, and add a basic test". * gnu/system/linux-initrd.scm (expression->initrd)[builder]: Write out a file called references in to the initrd output, which includes the store path for guile.
2017-10-08gnu: youtube-dl: Update to 2017.10.07.Tobias Geerinckx-Rice
* gnu/packages/video.scm (youtube-dl): Update to 2017.10.07.
2017-10-08gnu: offlineimap: Update to 7.1.3.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (offlineimap): Update to 7.1.3.
2017-10-08services: Remove unneeded imported.Ludovic Courtès
This caused a circular dependency. Reported by Oleg Pykhalov <go.wigust@gmail.com> at <https://lists.gnu.org/archive/html/help-guix/2017-10/msg00021.html>. * gnu/services/networking.scm: Remove unneeded import of (gnu system base).
2017-10-08gnu: gnome-calendar: Update to 3.26.2.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (gnome-calendar): Update to 3.26.2.
2017-10-08gnu: par2cmdline: Update to 0.7.4.Tobias Geerinckx-Rice
* gnu/packages/backup.scm (par2cmdline): Update to 0.7.4.
2017-10-08gnu: munge: Update to 0.5.13.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (munge): Update to 0.5.13.
2017-10-08gnu: aisleriot: Update to 3.22.3.Kei Kebreau
* gnu/packages/gnome.scm (aisleriot): Update to 3.22.3. [inputs]: Use guile-2.2 instead of guile-2.0.
2017-10-08gnu: Add missing mongodb patch to local.mk.Christopher Baines
* gnu/local.mk (dist_patch_DATA): Add the mongodb-support-unknown-linux-distributions.patch.
2017-10-08web: Add nginx-documentation.Christopher Baines
* gnu/packages/web.scm (nginx): Add comment about updating the documentation. (nginx-xslscript): New variable. (nginx-documentation): New variable.
2017-10-08perl: Add perl-parse-recdescent.Christopher Baines
* gnu/packages/perl.scm (perl-parse-recdescent): New variable.
2017-10-08gnu: Add missing input to python-py3status and fix call path.Tomáš Čech
file is used to determine configuration file encoding and py3status fails to start when this tool is missing. * gnu/packages/python.scm (python-py3status)[inputs]: Add file. [arguments]: Modify phases to patch py3status to call file with an absolute path.
2017-10-07gnu: sdl: Add debug output.Oleg Pykhalov
* gnu/packages/sdl.scm (sdl, sdl-gfx, sdl-image, sdl-mixer, sdl-net, sdl-ttf): Add debug output. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-07gnu: getmail: Update to 5.4.ng0
* gnu/packages/mail.scm (getmail): Update to 5.4.
2017-10-07gnu: khal: Update to 0.9.8.Leo Famulari
* gnu/packages/calendar.scm (khal): Update to 0.9.8. [arguments]: Make sure to stop building if the documentation fails to build. Skip some failing tests.
2017-10-07gnu: zile: Update to 2.4.14.Ludovic Courtès
* gnu/packages/zile.scm (zile): Update to 2.4.14.
2017-10-07gnu: vsearch: Update to 2.5.0.Ben Woodcroft
* gnu/packages/bioinformatics.scm (vsearch): Update to 2.5.0.
2017-10-06gnu: linux-libre: Update to 4.13.5.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.13.5. (%linux-libre-hash): Update hash.
2017-10-06gnu: linux-libre@4.9: Update to 4.9.53.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.53.
2017-10-06gnu: linux-libre@4.4: Update to 4.4.90.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.90.
2017-10-07system: Really filter out Linux device names for the store.Ludovic Courtès
This is a followup to db4e8fd5d4a07d3be8ce68fb96722ef7077c0eee. Fixes <https://bugs.gnu.org/28445>. Reported by Mark H Weaver <mhw@netris.org>. * gnu/system.scm (ensure-not-/dev): New procedure. (read-boot-parameters)[ensure-not-/dev]: Remove. (operating-system-boot-parameters): Use it.
2017-10-06services: Add MongoDB.Christopher Baines
* gnu/services/databases.scm (%default-mongodb-configuration-file, %mongodb-accounts, mongodb-service-type): New variables. (<mongodb-configuration>): New record type. (mongodb-activation, mongodb-shepherd-service): New procedures. * gnu/tests/databases.scm (%test-mongodb): New variable. * doc/guix.texi (Database Services): Add MongoDB documentation.
2017-10-06gnu: Add mongodb.Christopher Baines
* gnu/packages/databases.scm (mongodb): New variable.
2017-10-06gnu: btrfs-progs: Update to 4.13.2.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (btrfs-progs): Update to 4.13.2.
2017-10-06gnu: glibc-locales: Use 'modify-phases' syntax.Efraim Flashner
* gnu/packages/base.scm (glibc-locales)[arguments]: Use 'modify-phases' syntax.