summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-10-18gnu: libssh: Update to 0.7.6 [fixes CVE-2018-10933].Leo Famulari
* gnu/packages/ssh.scm (libssh): Update to 0.7.6. * gnu/packages/patches/libssh-hostname-parser-bug.patch: Adjust patch.
2018-10-18gnu: linux-libre: Update to 4.18.15.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.18.15. (%linux-libre-hash): Update hash.
2018-10-18gnu: linux-libre@4.14: Update to 4.14.77.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.77. (%linux-libre-4.14-hash): Update hash.
2018-10-18gnu: linux-libre@4.9: Update to 4.9.134.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.134.
2018-10-19gnu: libgit2: Update to 0.26.7.Marius Bakke
* gnu/packages/version-control.scm (libgit2): Update to 0.26.7.
2018-10-19gnu: tmux: Update to 2.8.Marius Bakke
* gnu/packages/tmux.scm (tmux): Update to 2.8.
2018-10-19gnu: notmuch: Update to 0.28.Marius Bakke
* gnu/packages/mail.scm (notmuch): Update to 0.28.
2018-10-19services: WPA Supplicant: Fix syntax error.Marius Bakke
This is a followup to commit acce0a474c1493ab18912bc46285248e4ccb0314. No idea how these disappeared.. :-/ * gnu/services/networking.scm (wpa-supplicant-shepherd-service): Add missing parens.
2018-10-19gnu: linux-libre: Enable SHPC PCI Hotplug driver on ARM64.Mark H Weaver
Fixes <https://bugs.gnu.org/32840> on ARM64. * gnu/packages/aux-files/linux-libre/4.18-arm64.conf: Add CONFIG_HOTPLUG_PCI_SHPC=y. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-10-19gnu: grub-efi: Fix an uninitialized variable issue.Ludovic Courtès
* gnu/packages/patches/grub-check-error-efibootmgr.patch: Add hunk to correct uninitialized variable.
2018-10-18gnu: javacc: Bootstrap from javacc-4 instead of bootstrap binary.Alex Vong
* gnu/packages/java.scm (javacc)[source](snippet): Delete bootstrap binary. [arguments]: Set 'bootstrap-jar' path. [native-inputs]: Add 'javacc-4'.
2018-10-18gnu: javacc: Use snippet to delete bundled jars.Alex Vong
* gnu/packages/java.scm (javacc-4)[source](snippet, modules): New fields. [arguments]: Remove 'delete-bundled-libs' phase and add 'delete-tests' phase. * gnu/packages/java.scm (javacc)[source](snippet, modules): New fields. [arguments]: Remove 'delete-bundled-libs' phase.
2018-10-18gnu: javacc: 'javacc' now inherits from 'javacc-4'.Alex Vong
* gnu/packages/java.scm (javacc, javacc-4): 'javacc' now inherits from 'javacc-4' instead of the opposite around.
2018-10-18services: dhcp-client: Deprecate 'dhcp-client-service' procedure.Ludovic Courtès
* gnu/services/networking.scm (dhcp-client-service-type): Add default value. * gnu/system/examples/bare-bones.tmpl: Use (service dhcp-client-service-type) instead of (dhcp-client-service). * gnu/system/examples/beaglebone-black.tmpl: Likewise. * gnu/tests/base.scm (%avahi-os): Likewise. * gnu/tests/databases.scm (%memcached-os): Likewise. (%mongodb-os): Likewise. * gnu/tests/dict.scm (%dicod-os): Likewise. * gnu/tests/mail.scm (%opensmtpd-os): Likewise. (%exim-os): Likewise. (%dovecot-os): Likewise. * gnu/tests/messaging.scm (run-xmpp-test): Likewise. (run-bitlbee-test): Likewise. * gnu/tests/monitoring.scm (%prometheus-node-exporter-os): Likewise. * gnu/tests/networking.scm (%inetd-os): Likewise. (run-iptables-test): Likewise. * gnu/tests/nfs.scm (%base-os): Likewise. * gnu/tests/rsync.scm (%rsync-os): Likewise. * gnu/tests/ssh.scm (run-ssh-test): Likewise. * gnu/tests/version-control.scm (%cgit-os): Likewise. (%git-http-os): Likewise. (%gitolite-os): Likewise. * gnu/tests/virtualization.scm (%libvirt-os): Likewise. * gnu/tests/web.scm (%httpd-os): Likewise. (%nginx-os): Likewise. (%varnish-os): Likewise. (%php-fpm-os): Likewise. (%hpcguix-web-os): Likewise. (%tailon-os): Likewise. * tests/guix-system.sh: Likewise. * doc/guix.texi (Networking Services): Document 'dhcp-client-service-type' and remove 'dhcp-client-service'.
2018-10-18doc: Document 'guix-service-type'.Ludovic Courtès
* doc/guix.texi (Base Services): Document 'guix-service-type'. Remove 'guix-service'.
2018-10-17gnu: retux: Update to 1.3.6.Kei Kebreau
* gnu/packages/games.scm (retux): Update to 1.3.6.
2018-10-17gnu: wesnoth: Update to 1.14.5.Kei Kebreau
* gnu/packages/games.scm (wesnoth): Update to 1.14.5.
2018-10-17services: wpa-supplicant: Extend to support configuration parameters.Marius Bakke
This allows using WPA Supplicant "standalone" without an additional network manager. The default configuration is unchanged. * gnu/services/networking.scm (<wpa-supplicant-configuration>): New record type. (wpa-supplicant-shepherd-service): Pass configuration records to the daemon. (wpa-supplicant-service-type): Adjust accordingly. * doc/guix.texi (Networking Services): Document the new service type.
2018-10-17gnu: python2: Add upstream security fixes.Marius Bakke
This addresses CVE-2018-{1060,1061,14647,1000802}. * gnu/packages/patches/python2-CVE-2018-1000802.patch, gnu/packages/patches/python2-CVE-2018-1060.patch, gnu/packages/patches/python2-CVE-2018-1061.patch, gnu/packages/patches/python2-CVE-2018-14647.patch: New files. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/python.scm (python-2/fixed): New variable. (python-2.7)[replacement]: New field. (python2-minimal): Use PACKAGE/INHERIT.
2018-10-17gnu: python: Fix CVE-2018-14647.Marius Bakke
* gnu/packages/patches/python-CVE-2018-14647.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/python.scm (python-3/fixed): New variable. (python-3.6)[replacement]: New field. (python-minimal, python-debug, wrap-python3): Use PACKAGE/INHERIT instead of standard inheritance.
2018-10-17gnu: strace: Check before enabling personalities.Efraim Flashner
* gnu/packages/linux.scm (strace)[arguments]: Add configure flag to check for personality support.
2018-10-17gnu: hyperrogue: Update to 10.4t.Kei Kebreau
* gnu/packages/games.scm (hyperrogue): Update to 10.4t. [arguments]: Modify 'make-flags'. Modify 'configure' and 'install' phases.
2018-10-17import cran: Document "recursive" option.Pierre Neidhardt
* guix/scripts/import/cran.scm: (show-help): Document "recursive" option.
2018-10-17gnu: emacs-helm-system-packages: Add recutils to inputs.Pierre Neidhardt
* gnu/packages/emacs.scm (emacs-helm-system-packages)[inputs]: Use recutils.
2018-10-17gnu: streamlink: Update to 0.14.2.Efraim Flashner
* gnu/packages/video.scm (streamlink): Update to 0.14.2. [source]: Download from pypi.
2018-10-16gnu: emacs-nodejs-repl: Update to 0.2.0.Maxim Cournoyer
* gnu/packages/emacs.scm (emacs-nodejs-repl): Update to 0.2.0.
2018-10-16ui: Fix port-buffering with guile@2.0.Eric Bavier
* guix/status.scm (build-event-output-port)[guile@2.0]: Do not call 'setvbuf' on custom binary port. * tests/status.scm (current-build-output-port, UTF-8 + garbage)[guile@2.0]: Use "?" in place of REPLACEMENT CHARACTER.
2018-10-16gnu: Add guix-minimal.Eric Bavier
* gnu/packages/guile.scm (guile-2.0.13): New variable. * gnu/packages/package-management.scm (guix)[arguments]: Adjust 'wrap-program' phase to handle "missing" inputs. (guix-minimal): New variable.
2018-10-16gnu: guile2.0-guix: Fix build.Eric Bavier
* gnu/packages/gnupg.scm (guile2.0-gcrypt): New variable. * gnu/packages/guile.scm (guile2.0-sqlite3): New variable. * gnu/packages/package-management.scm (guile2.0-guix)[propagated-inputs]: Use them.
2018-10-16import: json: Handle the error case.Danny Milosavljevic
* guix/import/json.scm (json-fetch-alist): Handle the error case.
2018-10-16gnu: GStreamer plugins: Update MP3 features for GStreamer 1.14.Leo Famulari
GStreamer moved all MPEG-1 audio (mp1, mp2, and mp3) decoders and encoders to the group of "good" plugins in GStreamer 1.14.0. See the 'NEWS' file for more information. * gnu/packages/gstreamer.scm (gst-plugins-ugly)[inputs]: Remove lame, mpg123, and twolame. (gst-plugins-bad): Remove mpg123. (gst-plugins-good): Add lame, mpg123, and twolame.
2018-10-16gnu: xpra: Update to 2.4.Rutger Helling
* gnu/packages/xorg.scm (xpra): Update to 2.4.
2018-10-16gnu: emacs-exwm: Update to 0.20.Clément Lassieur
* gnu/packages/emacs.scm (emacs-exwm): Update to 0.20. [source]: Remove emacs-exwm-fix-fullscreen-issue.patch. * gnu/local.mk (dist_patch_DATA): Remove patch. * gnu/packages/patches/emacs-exwm-fix-fullscreen-issue.patch: Remove patch.
2018-10-16gnu: emacs-xelb: Update to 0.16.Clément Lassieur
* gnu/packages/emacs.scm (emacs-xelb): Update to 0.16.
2018-10-15gnu: guix: Update to f9a8fce.Ludovic Courtès
* gnu/packages/package-management.scm (guix): Update to f9a8fce.
2018-10-15status: Build upon multiplexed build output.Ludovic Courtès
This allows for more accurate status tracking and parsing of extended build traces. * guix/status.scm (multiplexed-output-supported?): New procedure. (print-build-event): Don't print \r when PRINT-LOG? is true. Adjust 'build-log' handling for when 'multiplexed-output-supported?' returns true. (bytevector-index, split-lines): New procedures. (build-event-output-port)[%build-output-pid, %build-output] [%build-output-left]: New variables. [process-line]: Handle "@ build-output" traces. [process-build-output]: New procedure. [write!]: Add case for when %BUILD-OUTPUT-PID is true. Use 'bytevector-index' rather than 'string-index'. (compute-status): Add #:derivation-path->output-path. Use it. * tests/status.scm ("compute-status, multiplexed build output"): New test. ("build-output-port, UTF-8") ("current-build-output-port, UTF-8 + garbage"): Adjust to new 'build-log' output. * guix/scripts/build.scm (set-build-options-from-command-line): Pass #:multiplexed-build-output?. (%default-options): Add 'multiplexed-build-output?'. * guix/scripts/environment.scm (%default-options): Likewise. * guix/scripts/pack.scm (%default-options): Likewise. * guix/scripts/package.scm (%default-options): Likewise. * guix/scripts/pull.scm (%default-options): Likewise. * guix/scripts/system.scm (%default-options): Likewise.
2018-10-15daemon: Support multiplexed build output.Ludovic Courtès
This allows clients to tell whether output comes from the daemon or, if it comes from a builder, from which builder it comes. The latter is particularly useful when MAX-BUILD-JOBS > 1. * nix/libstore/build.cc (DerivationGoal::tryBuildHook) (DerivationGoal::startBuilder): Print the child's PID in "@ build-started" traces. (DerivationGoal::handleChildOutput): Define 'prefix', pass it to 'writeToStderr'. * nix/libstore/globals.cc (Settings:Settings): Initialize 'multiplexedBuildOutput'. (Settings::update): Likewise. * nix/libstore/globals.hh (Settings)[multiplexedBuildOutput]: New field. Update 'printBuildTrace' documentation. * nix/libstore/worker-protocol.hh (PROTOCOL_VERSION): Bump to 0.163. * nix/nix-daemon/nix-daemon.cc (performOp) <wopSetOptions>: Special-case "multiplexed-build-output" and remove "use-ssh-substituter". * guix/store.scm (set-build-options): Add #:multiplexed-build-output? and honor it. (%protocol-version): Bump to #x163. * tests/store.scm ("multiplexed-build-output"): New test. fixlet
2018-10-15gnu: go@1.4: Add support for aarch64-linux.Efraim Flashner
* gnu/packages/golang.scm (go@1.4)[arguments]: Build for armhf-linux when building for aarch64-linux. [supported-systems]: Add aarch64-linux.
2018-10-15gnu: wine-staging: Update to 3.18.Rutger Helling
* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 3.18. * gnu/packages/wine.scm (wine-staging): Update to 3.18.
2018-10-15gnu: x265: Fix building on armhf-linux and aarch64-linux.Efraim Flashner
* gnu/packages/video.scm (x265)[source]: Update list of patches. [arguments]: Change configure flag to ensure PIC for all architectures. * gnu/packages/patches/x265-arm-asm-primitives.patch: Remove file. * gnu/packages/patches/x265-detect512-all-arches.patch: New file. * gnu/local.mk (dist_patch_DATA): Update patch registry.
2018-10-15gnu: audacity: Update home page.Tobias Geerinckx-Rice
* gnu/packages/audio.scm (audacity)[home-page]: Update.
2018-10-15gnu: hexchat: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/messaging.scm (hexchat)[home-page]: Use HTTPS.
2018-10-15gnu: haveged: Teach the controversy.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (haveged)[description]: Suggest adding additional entropy sources.
2018-10-15gnu: x265: Update to 2.9.Tobias Geerinckx-Rice
* gnu/packages/video.scm (x265): Update to 2.9. [source]: Remove x265-fix-ppc64le-build.patch. * gnu/packages/patches/x265-fix-ppc64le-build.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2018-10-15gnu: opensm: Update to 3.3.21.Tobias Geerinckx-Rice
* gnu/packages/fabric-management.scm (opensm): Update to 3.3.21. [source]: Update tarball URI. [native-inputs]: Add autoconf, automake, and libtool. [arguments]: Rename 'doc' phase to 'install-doc'. Omit AUTHORS and ChangeLog files. They are more than a decade old.
2018-10-15gnu: restic: Update to 0.9.3.Tobias Geerinckx-Rice
* gnu/packages/backup.scm (restic): Update to 0.9.3. [arguments]: Disable 'restic self-update'.
2018-10-15gnu: perl-xml-feed: Update to 0.55.Tobias Geerinckx-Rice
* gnu/packages/xml.scm (perl-xml-feed): Update to 0.55.
2018-10-14gnu: Add python-falcon-cors.Maxim Cournoyer
* gnu/packages/python-web.scm (python-falcon-cors): New variable.
2018-10-14gnu: Add python-falcon.Maxim Cournoyer
* gnu/packages/python-web.scm (python-falcon): New variable.
2018-10-14gnu: python-mimeparse: Update to 1.6.0.Maxim Cournoyer
* gnu/packages/python.scm (python-mimeparse): Update to 1.6.0. [phases]: Enable tests with a custom check phase.