Age | Commit message (Expand) | Author |
2017-11-30 | gnu: guix: Move 'bootstrap' phase after 'unpack'.•••Suggested by Mark H Weaver <mhw@netris.org>
at <https://lists.gnu.org/archive/html/guix-devel/2017-11/msg00389.html>.
* gnu/packages/package-management.scm (guix)[arguments]: Move
'bootstrap' phase back after 'unpack'.
| Ludovic Courtès |
2017-11-30 | doc: Give the absolute file name of 'hydra.gnu.org.pub' in snippets.•••* doc/guix.texi (Substitute Server Authorization): Give the absolute
file name of 'hydra.gnu.org.pub' in the snippet.
| Ludovic Courtès |
2017-11-30 | gnu: grub-efi: Disable tests on all platforms.•••This is a follow-up to 56f0feb6781e3680541d7adc21d6b3b4746a33ca
and 63087721bb54a14dc04ec424474386ae98f7771b, which accidentally
enabled tests for grub-efi on other platforms.
* gnu/packages/bootloaders.scm (grub-efi)[arguments]: Override inherited
tests field and disable on all platforms.
| Efraim Flashner |
2017-11-30 | gnu: exim: Update to 4.89.1.•••* gnu/packages/mail.scm (exim): Update to 4.89.1.
[source]: Remove patches for fixed CVEs (all of them).
* gnu/packages/patches/exim-CVE-2017-16943.patch: Delete file...
* gnu/packages/patches/exim-CVE-2017-16944.patch: ...as well as this file...
* gnu/packages/patches/exim-CVE-2017-1000369.patch: ...and this file.
* gnu/local.mk (dist_patch_DATA): Remove all of them.
| Tobias Geerinckx-Rice |
2017-11-29 | gnu: libgit2: Avoid dependency on cURL.•••This reduces the closure size from 225 MiB to 80 MiB, while still
supporting HTTP(S) access.
* gnu/packages/version-control.scm (libgit2)[source](modules, snippet):
New fields.
[inputs]: Remove CURL; add HTTP-PARSER.
| Ludovic Courtès |
2017-11-29 | gexp: Default to 'guile-2.2' for 'program-file'.•••Previously things returned by 'program-file', such as %MODPROBE-WRAPPER
in (gnu services), would refer to 'guile-final'. This would introduce
'guile-final' in the system closure, which is otherwise absent. By
referring to 'guile-2.2' we remove that extra Guile.
* guix/gexp.scm (default-guile): Refer to GUILE-2.2 instead of
GUILE-FINAL.
| Ludovic Courtès |
2017-11-29 | gnu: spectrwm: Fix description.•••* gnu/packages/wm.scm (spectrwm)[description]: Fix typo and use @dfn.
| Tobias Geerinckx-Rice |
2017-11-29 | gnu: ghc-happy: Update to 1.19.8.•••* gnu/packages/haskell.scm (ghc-happy): Update to 1.19.8.
[arguments]: Delete; run all tests.
| Tobias Geerinckx-Rice |
2017-11-29 | gnu: curl: Update to 7.57.0 [fixes CVE-2017-{8816,8817,8818}].•••* gnu/packages/curl.scm (curl): Update replacement to 7.57.0.
(curl-7.56.1): Replace with ...
(curl-7.57.0): ... new variable.
| Leo Famulari |
2017-11-29 | gnu: libtorrent-rasterbar: Update to 1.1.5.•••* gnu/packages/bittorrent.scm (libtorrent-rasterbar): Update to 1.1.5.
| Leo Famulari |
2017-11-29 | gnu: grub :Disable tests on aarch64.•••* gnu/packages/bootloaders.scm (grub)[arguments]: Add aarch64 to the
architectures where the test suite is not run.
| Efraim Flashner |
2017-11-29 | gexp: 'compiled-modules' disables deprecation warnings by default.•••This avoids repeated deprecation messages, particularly while running
'guix system build' or similar.
* guix/gexp.scm (gexp->derivation): Add #:deprecation-warnings. Pass it
to 'compiled-modules'.
(compiled-modules): Add #:deprecation-warnings and honor it.
* doc/guix.texi (G-Expressions): Update 'gexp->derivation'
documentation.
* guix/packages.scm (patch-and-repack): Pass #:deprecation-warnings #t.
| Ludovic Courtès |
2017-11-29 | vm: ISO9660 images include /etc and other standard files.•••* 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.
| Ludovic Courtès |
2017-11-29 | linux-boot: Ensure /etc exists on the root file system.•••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.
| Ludovic Courtès |
2017-11-29 | gnu: openconnect: Use only vpnc-scripts.•••* gnu/packages/vpn.scm (openconnect)[inputs, arguments]: Substitute
‘vpnc-scripts’ for ‘vpnc’
| Tobias Geerinckx-Rice |
2017-11-29 | gnu: vpnc: Use newer vpnc-scripts.•••* 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.
| Tobias Geerinckx-Rice |
2017-11-29 | gnu: Add vpnc-scripts.•••* gnu/packages/vpn.scm (vpnc-scripts): New variable.
| Tobias Geerinckx-Rice |
2017-11-29 | gnu: grub: Disable tests on ARM platforms.•••* gnu/packages/bootloaders (grub): Disable tests on ARM platforms.
Half of the tests are failing on ARM.
| Mathieu Othacehe |
2017-11-29 | gnu: Update r-mutationalpatterns to 1.4.1.•••* gnu/packages/bioinformatics.scm (r-mutationalpatterns): Update to 1.4.1.
| Roel Janssen |
2017-11-29 | gnu: ghc-tasty-rerun: Update to 1.1.7.•••* gnu/packages/haskell-check.scm (ghc-tasty-rerun): Update to 1.1.7.
| Tobias Geerinckx-Rice |
2017-11-29 | gnu: limnoria: Update to 2017.10.01.•••* gnu/packages/irc.scm (limnoria): Update to 2017.10.01.
| Tobias Geerinckx-Rice |
2017-11-29 | gnu: libxfont@1: Update to 1.5.4 [fixes CVE-2017-16611].•••* gnu/packages/xorg.scm (libxfont): Update to 1.5.4.
| Marius Bakke |
2017-11-29 | gnu: libxfont@2: Update replacement to 2.0.3 [fixes CVE-2017-16611].•••* 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.
| Marius Bakke |
2017-11-29 | gnu: libxcursor: Replace with 1.1.15 [fixes CVE-2017-16612].•••* gnu/packages/xorg.scm (libxcursor-1.1.15): New public variable.
(libxcursor)[replacement]: New field.
| Marius Bakke |
2017-11-29 | gnu: optipng: Fix CVE-2017-1000229.•••* 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.
| Marius Bakke |
2017-11-29 | gnu: Add r-copynumber.•••* gnu/packages/bioinformatics.scm (r-copynumber): New variable.
| Roel Janssen |
2017-11-29 | gnu: cran: Add r-rmpi.•••* gnu/packages/cran.scm (r-rmpi): New variable.
| Roel Janssen |
2017-11-29 | gnu: libtorrent-rasterbar: Update to 1.1.4.•••* 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.
| Leo Famulari |
2017-11-28 | gnu: synergy: Fix install test/install error.•••* 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>
| Ben Sturmfels |
2017-11-28 | gnu: exim: Fix CVE-2017-16944.•••* 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.
| Leo Famulari |
2017-11-28 | gnu: qemu: Fix CVE-2017-{15118,15119}.•••* 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.
| Leo Famulari |
2017-11-28 | services: certbot: Add default value and description.•••* gnu/services/certbot.scm (certbot-service-type)
[default-value, description]: New fields.
* po/packages/POTFILES.in: Add it.
| Ludovic Courtès |
2017-11-28 | services: cgit, git-daemon: Add description and default value.•••* 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.
| Ludovic Courtès |
2017-11-28 | tests: Add 'git-http' test.•••* gnu/tests/version-control.scm (%git-nginx-configuration)
(%git-http-os, %test-git-http): New variables.
(run-git-http-test): New procedure.
| Ludovic Courtès |
2017-11-28 | tests: cgit: Add a file to the test repository.•••* 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.
| Ludovic Courtès |
2017-11-28 | services: Add Git HTTP(S) service support.•••* 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>
| Andy Wingo |
2017-11-28 | doc: Create "Version Control Services" section.•••* doc/guix.texi (Version Control Services): Move to its own node.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Andy Wingo |
2017-11-28 | services: Add certbot service.•••* 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>
| Andy Wingo |
2017-11-28 | build: Add missing patch.•••This is a followup to 797d238789f7635bdd55aae103db1a7c4ff33798.
* gnu/local.mk (dist_patch_DATA): Add
'node-test-http2-server-rst-stream.patch'.
| Ludovic Courtès |
2017-11-28 | gnu: Add nototools.•••* gnu/packages/fontutils.scm (nototools): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| ng0 |
2017-11-28 | gnu: Add python2-defcon.•••* gnu/packages/fontutils.scm (python2-defcon): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| ng0 |
2017-11-28 | gnu: Add python2-booleanoperations.•••* gnu/packages/python.scm (python2-booleanoperations): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| ng0 |
2017-11-28 | gnu: Add python-pyclipper.•••* gnu/packages/python.scm (python-pyclipper, python2-pyclipper): New variables.
Signed-off-by: Leo Famulari <leo@famulari.name>
| ng0 |
2017-11-28 | gnu: Add python-setuptools-scm-git-archive.•••* gnu/packages/python.scm (python-setuptools-scm-git-archive,
python2-setuptools-scm-git-archive): New variables.
Signed-off-by: Leo Famulari <leo@famulari.name>
| ng0 |
2017-11-28 | gnu: Add python2-ufolib.•••* gnu/packages/fontutils.scm (python2-ufolib): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| ng0 |
2017-11-28 | gnu: add font-fira-sans.•••* gnu/packages/fonts.scm (font-fira-sans): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| ng0 |
2017-11-28 | gnu: Add font-lato.•••* gnu/packages/fonts.scm (font-lato): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| ng0 |
2017-11-28 | gnu: Add font-dosis.•••* gnu/packages/fonts.scm (font-dosis): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| ng0 |
2017-11-28 | gnu: zsh: Update to 5.4.2.•••* gnu/packages/shells.scm (zsh): Update to 5.4.2.
[arguments]: Add a 'patch-test' build phase.
| Leo Famulari |
2017-11-28 | gnu: libressl: Update to 2.6.3.•••* gnu/packages/tls.scm (libressl): Update to 2.6.3.
| Rutger Helling |