summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2017-11-29vm: ISO9660 images include /etc and other standard files.Ludovic Courtès
* gnu/build/vm.scm (make-iso9660-image): Call 'populate-root-file-system' instead of a series of 'mkdir-p' calls. Add /etc to the arguments of xorriso.
2017-11-29linux-boot: Ensure /etc exists on the root file system.Ludovic Courtès
Fixes a regression introduced in c8289690365887ca1dd122645e479a89cf7cd969 whereby /etc would no longer be created as a result of calling 'mark-as-not-killable'. This would affect ISO images because 'make-iso9660-image' does not create /etc by default. In particular, the ISO installation image as created by the "iso-image-installer" test would fail to boot while creating the /root/etc/mtab symlink: <https://hydra.gnu.org/build/2352514/nixlog/9/raw>. * gnu/build/linux-boot.scm (mount-root-file-system): Make sure /root/etc exists.
2017-11-29gnu: openconnect: Use only vpnc-scripts.Tobias Geerinckx-Rice
* gnu/packages/vpn.scm (openconnect)[inputs, arguments]: Substitute ‘vpnc-scripts’ for ‘vpnc’
2017-11-29gnu: vpnc: Use newer vpnc-scripts.Tobias Geerinckx-Rice
* gnu/packages/vpn.scm (vpnc)[source]: Remove patch. [inputs]: Remove net-tools and iproute2. Add vpnc-scripts. [arguments]: Delete ‘configure’ and ‘wrap-vpnc-script’ #:phases. Add ‘use-store-paths’ phase. * gnu/packages/patches/vpnc-script.patch: Delete patch. * gnu/local.mk (dist_patch_DATA): Remove it.
2017-11-29gnu: Add vpnc-scripts.Tobias Geerinckx-Rice
* gnu/packages/vpn.scm (vpnc-scripts): New variable.
2017-11-29gnu: grub: Disable tests on ARM platforms.Mathieu Othacehe
* gnu/packages/bootloaders (grub): Disable tests on ARM platforms. Half of the tests are failing on ARM.
2017-11-29gnu: Update r-mutationalpatterns to 1.4.1.Roel Janssen
* gnu/packages/bioinformatics.scm (r-mutationalpatterns): Update to 1.4.1.
2017-11-29gnu: ghc-tasty-rerun: Update to 1.1.7.Tobias Geerinckx-Rice
* gnu/packages/haskell-check.scm (ghc-tasty-rerun): Update to 1.1.7.
2017-11-29gnu: limnoria: Update to 2017.10.01.Tobias Geerinckx-Rice
* gnu/packages/irc.scm (limnoria): Update to 2017.10.01.
2017-11-29gnu: libxfont@1: Update to 1.5.4 [fixes CVE-2017-16611].Marius Bakke
* gnu/packages/xorg.scm (libxfont): Update to 1.5.4.
2017-11-29gnu: libxfont@2: Update replacement to 2.0.3 [fixes CVE-2017-16611].Marius Bakke
* gnu/packages/xorg.scm (libxfont2/fixed): Rename to ... (libxfont2-2.0.3): ... this. Make public. [version]: New field. [source]: Add URI and SHA256. Remove patches. (libxfont2)[replacement]: Change LIBXFONT2/FIXED to LIBXFONT2-2.0.3. * gnu/packages/patches/libxfont-CVE-2017-13720.patch, gnu/packages/patches/libxfont-CVE-2017-13722.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them.
2017-11-29gnu: libxcursor: Replace with 1.1.15 [fixes CVE-2017-16612].Marius Bakke
* gnu/packages/xorg.scm (libxcursor-1.1.15): New public variable. (libxcursor)[replacement]: New field.
2017-11-29gnu: optipng: Fix CVE-2017-1000229.Marius Bakke
* gnu/packages/image.scm (optipng)[source](patches): New field. * gnu/packages/patches/optipng-CVE-2017-1000229.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
2017-11-29gnu: Add r-copynumber.Roel Janssen
* gnu/packages/bioinformatics.scm (r-copynumber): New variable.
2017-11-29gnu: cran: Add r-rmpi.Roel Janssen
* gnu/packages/cran.scm (r-rmpi): New variable.
2017-11-29gnu: libtorrent-rasterbar: Update to 1.1.4.Leo Famulari
* gnu/packages/bittorrent.scm (libtorrent-rasterbar): Update to 1.1.4. [source]: Remove 'libtorrent-rasterbar-boost-compat.patch'. * gnu/packages/patches/libtorrent-rasterbar-boost-compat.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2017-11-28gnu: synergy: Fix install test/install error.Ben Sturmfels
* gnu/packages/synergy.scm (synergy)[arguments]: Adjust the build directory in accordance with the package's new upstream name. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-11-28gnu: exim: Fix CVE-2017-16944.Leo Famulari
* gnu/packages/patches/exim-CVE-2017-16944.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/mail.scm (exim)[source]: Use it.
2017-11-28gnu: qemu: Fix CVE-2017-{15118,15119}.Leo Famulari
* gnu/packages/patches/qemu-CVE-2017-15118.patch, gnu/packages/patches/qemu-CVE-2017-15119.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/virtualization.scm (qemu)[source]: Use them.
2017-11-28services: certbot: Add default value and description.Ludovic Courtès
* gnu/services/certbot.scm (certbot-service-type) [default-value, description]: New fields. * po/packages/POTFILES.in: Add it.
2017-11-28services: cgit, git-daemon: Add description and default value.Ludovic Courtès
* gnu/services/version-control.scm (git-daemon-service-type) [description, default-value]: New fields. (cgit-service-type)[default-value]: New field. * po/packages/POTFILES.in: Add version-control.scm.
2017-11-28tests: Add 'git-http' test.Ludovic Courtès
* gnu/tests/version-control.scm (%git-nginx-configuration) (%git-http-os, %test-git-http): New variables. (run-git-http-test): New procedure.
2017-11-28tests: cgit: Add a file to the test repository.Ludovic Courtès
* gnu/tests/version-control.scm (README-contents): New variable. (%make-git-repository): Add a 'README' file to the repo. (%test-repository-service): New variable. (%cgit-os): Use it. (run-cgit-test): Test /test/tree/README and /test/tree/does-not-exist.
2017-11-28services: Add Git HTTP(S) service support.Andy Wingo
* doc/guix.texi (Version Control Services): Add documentation on the HTTP backend for git. * gnu/services/version-control.scm (<git-http-configuration>): New data type. (git-http-nginx-location-configuration): New helper function. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-28services: Add certbot service.Andy Wingo
* gnu/services/certbot.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add new file. * doc/guix.texi (Certificate Services): New section. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-28build: Add missing patch.Ludovic Courtès
This is a followup to 797d238789f7635bdd55aae103db1a7c4ff33798. * gnu/local.mk (dist_patch_DATA): Add 'node-test-http2-server-rst-stream.patch'.
2017-11-28gnu: Add nototools.ng0
* gnu/packages/fontutils.scm (nototools): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-11-28gnu: Add python2-defcon.ng0
* gnu/packages/fontutils.scm (python2-defcon): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-11-28gnu: Add python2-booleanoperations.ng0
* gnu/packages/python.scm (python2-booleanoperations): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-11-28gnu: Add python-pyclipper.ng0
* gnu/packages/python.scm (python-pyclipper, python2-pyclipper): New variables. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-11-28gnu: Add python-setuptools-scm-git-archive.ng0
* gnu/packages/python.scm (python-setuptools-scm-git-archive, python2-setuptools-scm-git-archive): New variables. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-11-28gnu: Add python2-ufolib.ng0
* gnu/packages/fontutils.scm (python2-ufolib): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-11-28gnu: add font-fira-sans.ng0
* gnu/packages/fonts.scm (font-fira-sans): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-11-28gnu: Add font-lato.ng0
* gnu/packages/fonts.scm (font-lato): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-11-28gnu: Add font-dosis.ng0
* gnu/packages/fonts.scm (font-dosis): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-11-28gnu: zsh: Update to 5.4.2.Leo Famulari
* gnu/packages/shells.scm (zsh): Update to 5.4.2. [arguments]: Add a 'patch-test' build phase.
2017-11-28gnu: libressl: Update to 2.6.3.Rutger Helling
* gnu/packages/tls.scm (libressl): Update to 2.6.3.
2017-11-28gnu: you-get: Update to 0.4.985.Rutger Helling
* gnu/packages/video.scm (you-get): Update to 0.4.985. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-11-28gnu: python-internetarchive: Enable tests.Oleg Pykhalov
* gnu/packages/web.scm (python-internetarchive): Enable tests.
2017-11-28gnu: python-internetarchive: Update to 1.7.4.Oleg Pykhalov
* gnu/packages/web.scm (python-internetarchive): Update to 1.7.4.
2017-11-28gnu: guix: Update snapshot to 0a154c1.Ludovic Courtès
* gnu/packages/package-management.scm (guix): Update to commit 0a154c1.
2017-11-28gnu: Add eless.Oleg Pykhalov
* gnu/packages/emacs.scm (eless): New variable.
2017-11-28gnu: Add roguebox-adventures.Kei Kebreau
* gnu/packages/games.scm (roguebox-adventures): New variable.
2017-11-28gnu: perl-markdown-discount: Use a shorter patch file name.Ludovic Courtès
* gnu/packages/patches/perl-text-markdown-discount-use-system-markdown.patch: Rename to... * gnu/packages/patches/perl-text-markdown-discount-unbundle.patch: ... this. * gnu/packages/markup.scm (perl-text-markdown-discount): Adjust accordingly.
2017-11-28gnu: guix: Add guile-bytestructures to the search path.Ludovic Courtès
* gnu/packages/package-management.scm (guix)[arguments]: In 'wrap-program' phase, add guile-bytestructures to the path.
2017-11-28gnu: guix: Provide the correct version string.Ludovic Courtès
Fixes <https://bugs.gnu.org/29429>. Reported by Arun Isaac <arunisaac@systemreboot.net>. * gnu/packages/package-management.scm (guix)[arguments]: Move 'bootstrap' phase before 'configure'. Create '.tarball-version' file.
2017-11-28services: xorg: Remove WindowMaker as a default fallback.Ludovic Courtès
* gnu/services/xorg.scm (xinitrc)[builder](system-profile) (user-profile): New variables. (xsession-command, find-session): New procedures. When FALLBACK-SESSION is #f, find a valid session at run time. * doc/guix.texi (X Window): Adjust accordingly, and insist that one or more window managers must be installed.
2017-11-28services: xorg: Document 'slim-configuration' and deprecate 'slim-service'.Ludovic Courtès
* gnu/services/xorg.scm (<slim-configuration>): Provide default values for all fields. (slim-service-type)[default-value]: New field. * doc/guix.texi (X Window): Remove 'slim-service' documentation. Document 'slim-service-type' and 'slim-configuration'. * gnu/services/desktop.scm (%desktop-services): Use 'slim-service-type'.
2017-11-28services: slim: Remove unused 'bash' configuration field.Ludovic Courtès
* gnu/services/xorg.scm (<slim-configuration>)[bash]: Remove. (slim-service): Adjust accordingly.
2017-11-28services: xorg: Allow users to specify a list of modules.Ludovic Courtès
* gnu/services/xorg.scm (%default-xorg-fonts): New variable. (xorg-configuration-file): Add #:modules and #:fonts. Rewrite to return a 'computed-file' that honors MODULES and FONTS. (xorg-wrapper): Pass #:modules to 'xorg-configuration-file'. (xorg-start-command): Add #:fonts. Pass #:fonts and #:modules to 'xorg-configuration-file'. * doc/guix.texi (X Window): Adjust documentation of 'xorg-start-command' and 'xorg-configuration-file'.