Age | Commit message (Expand) | Author |
2017-02-01 | download: Add ‘url-fetch/zipbomb’....From this suggestion by Ludovic Courtès:
<http://lists.gnu.org/archive/html/guix-devel/2016-09/msg01983.html>
* guix/download.scm (url-fetch/zipbomb): New procedure.
| Tobias Geerinckx-Rice |
2017-02-01 | download: url-fetch/tarball: Make ‘name’ truly optional....* 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.
| Tobias Geerinckx-Rice |
2017-02-01 | gnu: Add nyx....* gnu/packages/tor.scm (nyx): New variable.
| Tobias Geerinckx-Rice |
2017-02-01 | gnu: tor: Use ‘license:’ prefix instead of #:select....* gnu/packages/tor.scm (tor, torsocks, privoxy, onionshare)[license]:
Add prefix.
| Tobias Geerinckx-Rice |
2017-02-01 | gnu: youtube-dl: Update to 2017.01.29....* gnu/packages/video.scm (youtube-dl): Update to 2017.01.29.
| Tobias Geerinckx-Rice |
2017-02-01 | gnu: python-stem: Update to 1.5.4....* gnu/packages/python.scm (python-stem): Update to 1.5.4.
| Tobias Geerinckx-Rice |
2017-02-01 | gnu: gstreamer: Update to 1.10.3....* 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.
| Marius Bakke |
2017-02-01 | gnu: xf86-video-intel: Update to 2.99.917-2-9fe04af....* gnu/packages/xorg.scm (xf86-video-intel): Update to 2.99.917-2-9fe04af.
| Marius Bakke |
2017-02-01 | gnu: fio: Enable optional helper scripts....* gnu/packages/benchmark.scm (fio)[arguments]: Add 'patch-paths' and
'wrap-python-scripts' phases.
[inputs]: Add GNUPLOT, PYTHON-2, PYTHON2-NUMPY and PYTHON2-PANDAS.
| Marius Bakke |
2017-02-01 | gnu: fio: Update to 2.17....* gnu/packages/benchmark.scm (fio): Update to 2.17.
| Marius Bakke |
2017-02-01 | gnu: lftp: Update to 4.7.5....* gnu/packages/ftp.scm (lftp): Update to 4.7.5.
[source]: Rearrange mirrors.
| Marius Bakke |
2017-02-01 | gnu: mumble: Update to 1.2.19....* gnu/packages/telephony.scm (mumble): Update to 1.2.19.
| Marius Bakke |
2017-02-01 | gnu: xapian: Update to 1.4.3....* gnu/packages/search.scm (xapian): Update to 1.4.3.
| Marius Bakke |
2017-02-01 | gnu: dtc: Update description to reference HOWTO....* gnu/packages/u-boot.scm (dtc)[description]: Modify.
| Danny Milosavljevic |
2017-02-01 | system: More 'file-append' instead of #~(string-append #$thing …)....* gnu/system/shadow.scm (<user-account>)[shell]: Use 'file-append'.
(%base-user-accounts): Likewise.
* gnu/system/grub.scm (%background-image): Likewise.
| Ludovic Courtès |
2017-02-01 | system: Create home directories once 'file-systems' is up....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.
| Ludovic Courtès |
2017-02-01 | gnu: nginx: Update to 1.11.9....* gnu/packages/web.scm (nginx): Update to 1.11.9.
| Leo Famulari |
2017-01-31 | gnu: mg: Upgrade to 20161005....* 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.
| Eric Bavier |
2017-01-31 | gnu: Add JOE....* gnu/packages/text-editors.scm (joe): New variable.
| Eric Bavier |
2017-02-01 | gnu: libevent: Update to 2.1.8 [security fixes]....* 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'.
| Marius Bakke |
2017-01-31 | lint: Use the "@" syntax for versioned packages in warnings....* guix/scripts/lint.scm (emit-warning): Use the "@" syntax.
| Ludovic Courtès |
2017-01-31 | gnu: mdadm: Update to 4.0....* gnu/packages/linux.scm (mdadm): Update to 4.0.
[arguments]: Add "CC=gcc" to #:make-flags.
| Ludovic Courtès |
2017-01-31 | gnu: parallel: Update to 20170122....* gnu/packages/parallel.scm (parallel): Update to 20170122.
| Ludovic Courtès |
2017-01-31 | gnu: kbd: Update to 2.0.4....* gnu/packages/linux.scm (kbd): Update to 2.0.4.
| Ludovic Courtès |
2017-01-31 | gnu: gdb: Update to 7.12.1....* gnu/packages/gdb.scm (gdb): Update to 7.12.1.
| Ludovic Courtès |
2017-01-31 | gnu: xcalc: Update to 1.0.6....* gnu/packages/xorg.scm (xcalc): Update to 1.0.6.
| Ludovic Courtès |
2017-01-31 | system: Introduce 'file-systems' Shepherd service....* 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.
| Ludovic Courtès |
2017-01-31 | file-systems: Do not read superblocks past the end of a device....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.
| Ludovic Courtès |
2017-01-31 | gnu: Add r-rhdf5. | Raoul Jean Pierre Bonnal |
2017-01-31 | gnu: Add r-tximport. | Raoul Jean Pierre Bonnal |
2017-01-31 | gnu: Add ocaml-bin-prot....* gnu/packages/ocaml.scm (ocaml-bin-prot): New variable.
| Julien Lepiller |
2017-01-31 | gnu: Add ocaml-js-build-tools....* gnu/packages/ocaml.scm (ocaml-js-build-tools): New variable.
| Julien Lepiller |
2017-01-31 | gnu: Add ocaml-oasis....* gnu/packages/ocaml.scm (ocaml-oasis): New variable.
| Julien Lepiller |
2017-01-31 | gnu: Add ocaml-fileutils....* gnu/packages/ocaml.scm (ocaml-fileutils): New variable.
| Julien Lepiller |
2017-01-31 | gnu: Add ocaml-expect....* gnu/packages/ocaml.scm (ocaml-expect): New variable.
| Julien Lepiller |
2017-01-31 | gnu: Add ocaml-pcre....* gnu/packages/ocaml.scm (ocaml-pcre): New variable.
| Julien Lepiller |
2017-01-31 | gnu: Add ocaml-batteries....* gnu/packages/ocaml.scm (ocaml-batteries): New variable.
| Julien Lepiller |
2017-01-31 | gnu: Add omake....* gnu/packages/ocaml.scm (omake): New variable.
* gnu/packages/patches/omake-fix-non-determinism.patch: New file.
* gnu/local.mk (dist_patch_DATA): New patch.
| Julien Lepiller |
2017-01-31 | gnu: Add ocamlify....* gnu/packages/ocaml.scm (ocamlify): New variable.
| Julien Lepiller |
2017-01-31 | gnu: Add ocaml-base64....* gnu/packages/ocaml.scm (ocaml-base64): New variable.
| Julien Lepiller |
2017-01-31 | gnu: Add xinetd....* gnu/packages/web.scm (xinetd): New variable.
* gnu/packages/patches/xinetd-CVE-2013-4342.patch,
gnu/packages/patches/xinetd-fix-fd-leak.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add patches.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Thomas Danckaert |
2017-01-31 | gnu: Add neovim....* gnu/packages/vim.scm (neovim): New variable.
| Ricardo Wurmus |
2017-01-31 | gnu: Add lua5.2-lpeg....* gnu/packages/lua.scm (lua5.2-lpeg): New variable.
| Ricardo Wurmus |
2017-01-31 | gnu: Add lua5.2-bitop....* gnu/packages/lua.scm (lua5.2-bitop): New variable.
| Ricardo Wurmus |
2017-01-31 | gnu: Add lua5.2-libmpack....* gnu/packages/serialization.scm (lua5.2-libmpack): New variable.
| Ricardo Wurmus |
2017-01-31 | gnu: Add lua-libmpack....* gnu/packages/serialization.scm (lua-libmpack): New variable.
| Ricardo Wurmus |
2017-01-31 | gnu: Add libmpack....* gnu/packages/serialization.scm (libmpack): New variable.
| Ricardo Wurmus |
2017-01-31 | gnu: gmsh: Update to 2.16.0...* gnu/packages/maths.scm (gmsh): Update to 2.16.0
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Paul Garlick |
2017-01-31 | gnu: bundler: Update to 1.14.3....* gnu/packages/ruby.scm (bundler): Update to 1.14.3.
| Ben Woodcroft |
2017-01-31 | gnu: tor: Add hardening configure-flags....* gnu/packages/tor.scm (tor)[arguments]: Add '--enable-expensive-hardening',
'enable-gcc-hardening', '--enable-linker-hardening' to configure-flags.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| ng0 |