Age | Commit message (Collapse) | Author |
|
* gnu/tests.scm (marionette-operating-system): Use initrd parameter "on-error"
and kernel-arguments "panic".
|
|
* gnu/system.scm (operating-system-user-kernel-arguments): Export it.
|
|
* gnu/packages/check.scm (behave)[native-inputs]: Add python-mock, python-nose
and python-pyhamcrest.
[arguments]: Remove #:tests?. Add #:test-target.
|
|
* gnu/packages/gnucash.scm (gnucash, gnucash-docs): Update to 2.6.19.
|
|
* gnu/packages/tor.scm (tor): Update to 0.3.2.9.
|
|
* gnu/packages/finance.scm (geierlein)[home-page]: Use HTTPS.
|
|
* gnu/packages/finance.scm (geierlein): Update to 0.9.13.
|
|
* gnu/packages/telephony.scm (libsrtp)[description]: Use @dfn.
|
|
* gnu/packages/telephony.scm (libsrtp): Update to 1.6.0. Re-indent.
|
|
* gnu/packages/bioinformatics.scm (seqmagick): Update to 0.7.0. Use
python-3.
[arguments]: Remove replacement phase for check.
[inputs]: Add biopython. Remove python2-biopython-1.66.
(python2-biopython-1.66): Remove variable.
|
|
* gnu/packages/patches/ledger-revert-boost-python-fix.patch,
gnu/packages/patches/ledger-fix-uninitialized.patch: New patches.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/finance.scm (ledger)[source]: Use them.
|
|
* gnu/packages/emacs.scm (emacs-auctex): Update to 12.1.0.
|
|
This fixes a critical security issue:
<https://github.com/spesmilo/electrum/issues/3374>
* gnu/packages/finance.scm (electrum): Update to 3.0.5.
|
|
* gnu/packages/curl.scm (kurly)[arguments]: Install the README in an
'install-readme' phase and don't install the source code.
|
|
* gnu/packages/image-viewers.scm (feh): Update to 2.23.
|
|
* gnu/packages/xdisorg.scm (xscreensaver): Update to 5.38.
|
|
* gnu/packages/samba.scm (samba): Update to 4.7.4.
|
|
* gnu/packages/networking.scm (whois): Update to 5.2.20.
|
|
* gnu/packages/serialization.scm (jsoncpp): Update to 1.8.4.
|
|
Suggested by Danny Milosavljevic <dannym@scratchpost.org>
in <https://bugs.gnu.org/29922>.
* gnu/build/linux-boot.scm (boot-system): Add #:on-error parameter and
pass it to 'call-with-error-handling'.
* gnu/system/linux-initrd.scm (raw-initrd): Add #:on-error and pass it.
(base-initrd): Likewise.
|
|
* gnu/packages/bootloaders.scm (vboot-utils): New public variable.
|
|
* gnu/packages/linux.scm (iucode-tool): New public variable.
|
|
* gnu/packages/admin.scm (rename): New public variable.
|
|
* gnu/packages/mp3.scm (lame)[native-inputs]: Remove.
|
|
* gnu/packages/networking.scm (openvswitch): Update to 2.8.1.
|
|
* gnu/package/databases.scm (guile-wiredtiger): Update to 0.6.3.
[arguments]: Enable tests; disable parallel tests; remove
'remove-bundled-dependencies' phase.
[synopsis, description]: Improve them.
Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
|
|
* gnu/packages/emacs.scm (emacs-bongo): New variable.
|
|
* gnu/packages/python.scm (snakemake): Update to 4.4.0.
|
|
* gnu/packages/elixir.scm (elixir): Update to 1.5.3.
|
|
* gnu/services/monitoring.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* doc/guix.texi (Monitoring Services): Document it.
|
|
* gnu/packages/monitoring.scm (darkstat): New variable.
|
|
Reported by Fis Trivial <ybbs.daans@hotmail.com>.
Fixes <https://bugs.gnu.org/28987>.
* guix/import/crate.scm (crate-fetch): Check whether the "license" info
is present.
|
|
* gnu/services/base.scm (<guix-configuration>)[log-compression]: New
field.
(guix-shepherd-service): Use 'match-record' instead of 'match'. Honor
'log-compression'.
* doc/guix.texi (Base Services): Document 'log-compression'.
|
|
* gnu/packages/xml.scm (html-xml-utils): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/code.scm (rtags): New public variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/package-management.scm (guix): Update to c04ffad.
|
|
* gnu/packages/video.scm (youtube-dl): Update to 2018.01.07.
|
|
* gnu/packages/nano.scm (nano): Update to 2.9.2.
|
|
* gnu/packages/backup.scm (borg)[source]: Remove bundled libb2 in snippet.
[inputs]: Add libb2.
[arguments]: Use it.
|
|
* gnu/packages/crypto.scm (libb2): New public variable.
|
|
* gnu/packages/check.scm: Add copyright line for 18a4d6d.
|
|
* gnu/packages/check.scm (python-pyhamcrest, python2-pyhamcrest): New
variables.
Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
|
|
* guix/scripts/publish.scm (render-log-file): New procedure.
(make-request-handler): Add "log" case.
* tests/publish.scm ("/log/NAME")
("/log/NAME not found"): New tests.
* doc/guix.texi (Invoking guix publish): Document /log URLs.
|
|
This adjusts the workaround for <http://bugs.gnu.org/21093> so that it's
not limited to a single content-type.
* guix/scripts/publish.scm (render-nar/cached): Add the 'x-raw-file'
header on the response.
(render-content-addressed-file): Likewise.
(with-content-length): Remove the 'x-raw-file' header.
(http-write): Instead of dispatching on 'application/octet-stream',
check whether 'x-raw-file' is set to determine whether to spawn a
thread.
|
|
* doc/guix.texi (Requirements): Move zlib to mandatory and libbz2 to
optional.
* README: Ditto.
|
|
* config-daemon.ac: Don't bail out when libbz2 is missing. Define
'HAVE_LIBBZ2' Automake conditional.
* nix/libstore/build.cc: Wrap relevant bits in '#if HAVE_BZLIB_H'.
* nix/libstore/globals.cc (Settings::Settings): 'logCompression'
defaults to COMPRESSION_GZIP when HAVE_BZLIB_H is false.
* nix/libstore/globals.hh (CompressionType): Make 'COMPRESSION_BZIP2'
conditional on HAVE_BZLIB_H.
* nix/local.mk (guix_register_LDADD, guix_daemon_LDADD): Add -lbz2 only
when HAVE_LIBBZ2.
* nix/nix-daemon/guix-daemon.cc (parse_opt): Ignore "bzip2" when not
HAVE_BZLIB_H.
|
|
* nix/nix-daemon/guix-daemon.cc (GUIX_OPT_LOG_COMPRESSION): New macro.
(options): Mark "disable-log-compression" as hidden and add
"log-compression".
(parse_opt): Handle GUIX_OPT_LOG_COMPRESSION.
* nix/libstore/build.cc (DerivationGoal): Add 'gzLogFile'.
(openLogFile): Initialize it when 'logCompression' is COMPRESSION_GZIP.
(closeLogFile, handleChildOutput): Honor 'gzLogFile'.
* nix/libstore/globals.hh (Settings)[compressLog]: Remove.
[logCompression]: New field.
(CompressionType): New enum.
* nix/libstore/globals.cc (Settings::Settings): Initialize it.
(update): Remove '_get' call for 'compressLog'.
* nix/local.mk (guix_daemon_LDADD, guix_register_LDADD): Add -lz.
* guix/store.scm (log-file): Handle '.gz' log files.
* tests/guix-daemon.sh: Add test with '--log-compression=gzip'.
* doc/guix.texi (Invoking guix-daemon): Adjust accordingly.
* config-daemon.ac: Check for libz and zlib.h.
|
|
'guix copy --from' now reports messages much more useful than "failed to
retrieve files".
* guix/ssh.scm (store-export-channel)[export]: Wrap 'use-modules' in
'catch' and 'with-store' in 'guard'. Check for invalid items. Write a
status sexp on stdout.
(raise-error): New macro.
(retrieve-files): Read the initial status sexp and report errors
accordingly.
|
|
* guix/ui.scm (call-with-error-handling): Add case for message and
fix-hint?.
|
|
* gnu/packages/music.scm (rosegarden)[inputs]: Replace jack-2 with jack-1.
|