summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2017-02-03gnu: linux-libre: Update to 4.9.7.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-version, %linux-libre-hash) (linux-libre): Update to 4.9.7.
2017-02-03gnu: linux-libre@4.4: Update to 4.4.46.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.46.
2017-02-02gnu: Add no-more-secrets.ng0
* gnu/packages/games.scm (no-more-secrets): New variable. Signed-off-by: Eric Bavier <bavier@member.fsf.org>
2017-02-02gnu: thefuck: Fix execution.Eric Bavier
Follow-up to 4a6b2a21bf36a6d0170d7568073f0a03ef3004f3 * gnu/packages/admin.scm (thefuck): Fix 'inputs' -> 'native-inputs'.
2017-02-03file-systems: Add 'file-system-mapping->bind-mount'.Ludovic Courtès
* gnu/system/file-systems.scm (file-system-mapping->bind-mount): New procedure. * gnu/system/linux-container.scm (mapping->file-system): Remove. (containerized-operating-system)[mapping->fs]: Use 'file-system-mapping->bind-mount' instead of 'mapping->file-system'. * guix/scripts/environment.scm (launch-environment/container): Likewise.
2017-02-03gnu: guile-json: Texinfoify description.Ludovic Courtès
* gnu/packages/guile.scm (guile-json)[description]: Use Texinfo markup.
2017-02-02gnu: gst-plugins-base: Fix build on 32bit.Marius Bakke
* gnu/packages/patches/gst-plugins-base-fix-test-on-32bit.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gstreamer.scm (gst-plugins-base)[source]: Use it.
2017-02-02gnu: icedtea-8: Update to 3.3.0 [security fixes].Leo Famulari
Fixes CVE-2016-{2183,5546,5547,5548,5549,5552} and CVE-2017-{3231,3241,3252,3253,3260,3261,3272,3289}. * gnu/packages/java.scm (icedtea-8): Update to 3.3.0.
2017-02-02gnu: emacs-with-editor: Update to 2.5.10.Alex Kost
* gnu/packages/emacs.scm (emacs-with-editor): Update to 2.5.10.
2017-02-02gnu: giac-xcas: Update to 1.2.3-19.Nicolas Goaziou
* gnu/packages/algebra.scm (giac-xcas): Update to 1.2.3-19. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-02-02services: cuirass: Add load-path to cuirass configurationMathieu Othacehe
* gnu/services/cuirass.scm (<cuirass-configuration>): Add load-path field. (cuirass-shepherd-service): Honor it. * doc/guix.texi (Continuous Integration): Document it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-02-02gnu: cuirass: Update to 0.0.1 revision 4.Mathieu Othacehe
* gnu/packages/ci.scm (cuirass): Update to 0.0.1 revision 4. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-02-01gnu: joe: remove reference to WordStar.Eric Bavier
* gnu/packages/text-editors.scm (joe)[description]: Remove WordStar reference.
2017-02-01gnu: reducelcs: Fix license.ng0
* gnu/packages/maths.scm (reducelcs)[license]: Change to GPL3+. Signed-off-by: Kei Kebreau <kei@openmailbox.org>
2017-02-01gnu: httpd: Update to 2.4.25 [fixes CVE-2016-{0736,2161,5387,8743}].Leo Famulari
* gnu/packages/web.scm (httpd): Update to 2.4.25. [source]: Remove obsolete patch 'httpd-CVE-2016-8740.patch'. * gnu/packages/patches/httpd-CVE-2016-8740.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2017-02-01gnu: acme-client: Update to 0.1.16.Leo Famulari
* gnu/packages/tls.scm (acme-client): Update to 0.1.16.
2017-02-01gnu: magit: Update to 2.10.1.Clément Lassieur
* gnu/packages/emacs.scm (magit): Update to 2.10.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-02-01gnu: Add polkit-gnome.Huang Ying
* gnu/packages/polkit.scm (polkit-gnome): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-02-01gnu: Add neomutt.ng0
* gnu/packages/mail.scm (neomutt): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-02-01services: Make 'static-networking' extensible.Ludovic Courtès
This allows users to statically define several interfaces. * gnu/services/networking.scm (<static-networking>)[provision] [name-servers]: Add default values. (static-networking-shepherd-service) (static-networking-etc-files) (static-networking-shepherd-services): New procedures. (static-networking-service-type): Change to extend both SHEPHERD-ROOT-SERVICE-TYPE and ETC-SERVICE-TYPE. (static-networking-service): Remove default value of #:provision. Implement using 'simple-service'. * gnu/services/base.scm (%base-services): Replace 'static-networking-service' call with 'service' form. * doc/guix.texi (Networking Services): Update documentation.
2017-02-01gnu: libevent: Skip tests that fail on 32bit.Marius Bakke
* gnu/packages/patches/libevent-2.1-skip-failing-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/libevent.scm (libevent)[source]: Use it.
2017-02-01gnu: r-edger: Add r-statmod to inputs.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (r-edger)[propagated-inputs]: Add r-statmod.
2017-02-01gnu: Add freeciv.Arun Isaac
* gnu/packages/games.scm (freeciv): New variable. Signed-off-by: Kei Kebreau <kei@openmailbox.org>
2017-02-01gnu: Add zpaq.Tobias Geerinckx-Rice
* gnu/packages/compression.scm (zpaq): New variable.
2017-02-01download: url-fetch/tarball: Make ‘name’ truly optional.Tobias Geerinckx-Rice
* guix/download.scm (url-fetch/tarbomb): Fall back to ‘file-name’ if ‘name’ is #f, like the regular ‘url-fetch’ does. * gnu/packages/bioinformatics.scm (muscle)[source]: Remove ‘file-name’. * gnu/packages/engineering.scm (fastcap)[source]: Likewise. * gnu/packages/scheme.scm (scmutils)[source]: Likewise.
2017-02-01gnu: Add nyx.Tobias Geerinckx-Rice
* gnu/packages/tor.scm (nyx): New variable.
2017-02-01gnu: tor: Use ‘license:’ prefix instead of #:select.Tobias Geerinckx-Rice
* gnu/packages/tor.scm (tor, torsocks, privoxy, onionshare)[license]: Add prefix.
2017-02-01gnu: youtube-dl: Update to 2017.01.29.Tobias Geerinckx-Rice
* gnu/packages/video.scm (youtube-dl): Update to 2017.01.29.
2017-02-01gnu: python-stem: Update to 1.5.4.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-stem): Update to 1.5.4.
2017-02-01gnu: gstreamer: Update to 1.10.3.Marius Bakke
* gnu/packages/gstreamer.scm (gstreamer): Update to 1.10.3. (gst-plugins-base): Likewise. (gst-plugins-good): Likewise. (gst-plugins-bad): Likewise. (gst-plugins-ugly): Likewise. (gst-libav): Likewise. (python-gst): Likewise.
2017-02-01gnu: xf86-video-intel: Update to 2.99.917-2-9fe04af.Marius Bakke
* gnu/packages/xorg.scm (xf86-video-intel): Update to 2.99.917-2-9fe04af.
2017-02-01gnu: fio: Enable optional helper scripts.Marius Bakke
* gnu/packages/benchmark.scm (fio)[arguments]: Add 'patch-paths' and 'wrap-python-scripts' phases. [inputs]: Add GNUPLOT, PYTHON-2, PYTHON2-NUMPY and PYTHON2-PANDAS.
2017-02-01gnu: fio: Update to 2.17.Marius Bakke
* gnu/packages/benchmark.scm (fio): Update to 2.17.
2017-02-01gnu: lftp: Update to 4.7.5.Marius Bakke
* gnu/packages/ftp.scm (lftp): Update to 4.7.5. [source]: Rearrange mirrors.
2017-02-01gnu: mumble: Update to 1.2.19.Marius Bakke
* gnu/packages/telephony.scm (mumble): Update to 1.2.19.
2017-02-01gnu: xapian: Update to 1.4.3.Marius Bakke
* gnu/packages/search.scm (xapian): Update to 1.4.3.
2017-02-01gnu: dtc: Update description to reference HOWTO.Danny Milosavljevic
* gnu/packages/u-boot.scm (dtc)[description]: Modify.
2017-02-01system: More 'file-append' instead of #~(string-append #$thing …).Ludovic Courtès
* gnu/system/shadow.scm (<user-account>)[shell]: Use 'file-append'. (%base-user-accounts): Likewise. * gnu/system/grub.scm (%background-image): Likewise.
2017-02-01system: Create home directories once 'file-systems' is up.Ludovic Courtès
Fixes <http://bugs.gnu.org/21108>. Reported by Andy Patterson <ajpatter@uwaterloo.ca> and Leo Famulari <leo@famulari.name>. * gnu/build/activation.scm (activate-users+groups)[activate-user]: Pass #:create-home? #t iff CREATE-HOME? and SYSTEM?. (activate-user-home): New procedure. * gnu/system/shadow.scm (account-shepherd-service): New procedure. (account-service-type)[extensions]: Add SHEPHERD-ROOT-SERVICE-TYPE extension. * gnu/tests/base.scm (run-basic-test)["home"] ["skeletons in home directories"]: New tests. * gnu/tests/install.scm (%separate-home-os, %separate-home-os-source) (%test-separate-home-os): New variables.
2017-02-01gnu: nginx: Update to 1.11.9.Leo Famulari
* gnu/packages/web.scm (nginx): Update to 1.11.9.
2017-01-31gnu: mg: Upgrade to 20161005.Eric Bavier
* gnu/packages/mg.scm (mg)[source]: Upgrade to 20161005. [native-inputs]: Add pkg-config. [inputs]: Add libbsd. [arguments]: Use modify-phases. Use #:make-flags rather than patching the Makefile. Install tutorial. [description]: Clarify relation to GNU Emacs.
2017-01-31gnu: Add JOE.Eric Bavier
* gnu/packages/text-editors.scm (joe): New variable.
2017-02-01gnu: libevent: Update to 2.1.8 [security fixes].Marius Bakke
* gnu/packages/libevent.scm (libevent): Update to 2.1.8. [inputs]: Change 'python-wrapper' to 'python-2'. Move 'which' to ... [native-inputs]: ... here. New field. (libevent-2.0): New variable. * gnu/packages/patches/libevent-2.1-dns-tests.patch, gnu/packages/patches/libevent-2.0-evdns-fix-remote-stack-overread.patch gnu/packages/patches/libevent-2.0-evdns-fix-searching-empty-hostnames.patch gnu/packages/patches/libevent-2.0-evutil-fix-buffer-overflow.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/gnuzilla.scm (icecat)[inputs]: Change 'libevent' to 'libevent-2.0'.
2017-01-31gnu: mdadm: Update to 4.0.Ludovic Courtès
* gnu/packages/linux.scm (mdadm): Update to 4.0. [arguments]: Add "CC=gcc" to #:make-flags.
2017-01-31gnu: parallel: Update to 20170122.Ludovic Courtès
* gnu/packages/parallel.scm (parallel): Update to 20170122.
2017-01-31gnu: kbd: Update to 2.0.4.Ludovic Courtès
* gnu/packages/linux.scm (kbd): Update to 2.0.4.
2017-01-31gnu: gdb: Update to 7.12.1.Ludovic Courtès
* gnu/packages/gdb.scm (gdb): Update to 7.12.1.
2017-01-31gnu: xcalc: Update to 1.0.6.Ludovic Courtès
* gnu/packages/xorg.scm (xcalc): Update to 1.0.6.
2017-01-31system: Introduce 'file-systems' Shepherd service.Ludovic Courtès
* gnu/services/base.scm (file-system-shepherd-services): New procedure. (file-system-service-type): Use it as the SHEPHERD-ROOT-SERVICE-TYPE extension. (user-processes-service-type): Change to take a single 'grace-delay' parameter. (user-processes-service): Remove 'file-systems' parameter. Pass GRACE-DELAY as the only value for the service. * gnu/system.scm (essential-services): Adjust accordingly.
2017-01-31file-systems: Do not read superblocks past the end of a device.Ludovic Courtès
Fixes <http://bugs.gnu.org/25573>. Reported by Alex Kost <alezost@gmail.com>. * gnu/build/file-systems.scm (seek*): New procedure. (read-superblock): Use it instead of 'seek' and ensure it returns OFFSET.