| Commit message (Expand) | Author | Age |
... | |
* | services: cups: Update SSL-OPTIONS docstring.•••This follows up on commit f9c1ebdb7daea30ceaf73f43bf15c222dc4a58ad.
* gnu/services/cups.scm (cups-configuration)<ssl-options>:
Update docstring.
| Tobias Geerinckx-Rice | 2019-08-27 |
* | gnu: mkvtoolnix:gui: Don't require :out to be installed.•••* gnu/packages/video.scm (mkvtoolnix)[arguments]: Add a
‘patch-relative-file-names’ phase to call ‘mkvmerge’ from :out.
| Tobias Geerinckx-Rice | 2019-08-27 |
* | gnu: mkvtoolnix: Use @command{}.•••* gnu/packages/video.scm (mkvtoolnix)[description]:
Substitute @command{} for @code{}.
| Tobias Geerinckx-Rice | 2019-08-27 |
* | services: cups: Complete SSL-OPTIONS.•••…except for ‘AllowDH’, which makes no sense on GNU TLS systems.
* gnu/services/cups.scm (ssl-options?): Validate ‘DenyCBC’ and
‘DenyTLS1.0’.
* doc/guix.texi (Printing Services): Document them both.
| Tobias Geerinckx-Rice | 2019-08-27 |
* | Merge branch 'wip-binaries' | Mark H Weaver | 2019-08-26 |
|\ |
|
| * | bootstrap: guile-static: Disable parallel build.•••* gnu/packages/make-bootstrap.scm (%guile-static)[arguments]:
Override #:parallel-build? to be #f.
| Mark H Weaver | 2019-08-15 |
| * | bootstrap: Build bootstrap bash deterministically.•••* gnu/packages/patches/bash-4.4-linux-pgrp-pipe.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/make-bootstrap.scm (static-bash-for-bootstrap): New variable.
(%static-inputs): Use 'static-bash-for-bootstrap' instead of 'static-bash'.
| Mark H Weaver | 2019-08-15 |
| * | bootstrap: Build the new reduced binary seed bootstrap on x86.•••* gnu/packages/make-bootstrap.scm (%bootstrap-tarballs)[inputs]: On i686-linux
and x86_64-linux, substitute linux-libre-headers, Mes, and MesCC, in place of
GCC, binutils, and glibc.
| Mark H Weaver | 2019-08-15 |
| * | bootstrap: Add mes-minimal-stripped-tarball.•••* gnu/packages/make-bootstrap.scm (%mes-minimal, %mes-minimal-stripped,
%mes-bootstrap-tarball): New variable.
Modified-By: Mark H Weaver <mhw@netris.org>
| Jan Nieuwenhuizen | 2019-08-15 |
| * | bootstrap: Add mescc-tools-static-stripped-tarball.•••* gnu/packages/make-bootstrap.scm (%mescc-tools-static,
%mescc-tools-static-stripped, %mescc-tools-bootstrap-tarball): New variable.
Modified-By: Mark H Weaver <mhw@netris.org>
| Jan Nieuwenhuizen | 2019-08-15 |
| * | gnu: Add linux-libre-headers-bootstrap-tarball.•••* gnu/packages/make-bootstrap.scm (%linux-libre-headers-stripped): New variable.
(%linux-libre-headers-bootstrap-tarball): New variable.
| Jan Nieuwenhuizen | 2019-08-15 |
* | | gnu: linux-libre: Update deblobbing scripts.•••* gnu/packages/linux.scm (deblob-scripts-4.9): Update to version 4.9.190
and update the 'deblob-check' hash.
(deblob-scripts-5.2, deblob-scripts-4.19)
(deblob-scripts-4.14, deblob-scripts-4.4): Update to versions 5.2.10, 4.19.68,
4.14.140, and 4.4.190 respectively, although the scripts themselves are
unchanged.
| Mark H Weaver | 2019-08-26 |
* | | gnu: cuirass: Update to 0.0.1-23.1cd2f93.•••* gnu/packages/ci.scm (cuirass): Update to 0.0.1-23.1cd2f93.
| Ricardo Wurmus | 2019-08-27 |
* | | gnu: python-pip: Update to 19.2.1.•••* gnu/packages/python-xyz.scm (python-pip): Update to 19.2.1.
| Nicolas Goaziou | 2019-08-26 |
* | | services: cuirass: Split into two separate services.•••* gnu/services/cuirass.scm (cuirass-shepherd-service): Return two shepherd
services, one for the web interface, another for building packages.
| Ricardo Wurmus | 2019-08-26 |
* | | gnu: emacs-zerodark-theme: Fix modeline.•••* gnu/packages/emacs-xyz.scm (emacs-zerodark-theme)[propagated-inputs]:
Add emacs-flycheck to prevent errors when themed modeline is active.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Giacomo Leidi | 2019-08-26 |
* | | gnu: mkvtoolnix: Update to 37.0.0.•••* gnu/packages/video.scm (mkvtoolnix): Update to 37.0.0.
| Tobias Geerinckx-Rice | 2019-08-26 |
* | | gnu: mkvtoolnix: Don't use NAME in source URI.•••* gnu/packages/video.scm (mkvtoolnix)[source]: Hard-code NAME.
| Tobias Geerinckx-Rice | 2019-08-26 |
* | | gnu: Rust-num-integer: Move rust-autocfg to cargo-inputs.•••* gnu/packages/crates-io.scm (rust-num-integer)[arguments]: Move
rust-autocfg from cargo-development-inputs to cargo-inputs.
| Efraim Flashner | 2019-08-26 |
* | | installer: Hide the Wi-Fi passphrase by default.•••* gnu/installer/newt/wifi.scm (run-wifi-password-page):
Add an #:INPUT-VISIBILITY-CHECKBOX? to the input page.
| Tobias Geerinckx-Rice | 2019-08-26 |
* | | installer: Partition as the last step.•••Multiple users have been understandably displeased to find out that
their network card was unsupported, and Internet access mandatory,
after having already formatted their partitions.
* gnu/installer.scm (installer-steps): Run the ‘partition’ step just
before the ‘final’ one.
| Tobias Geerinckx-Rice | 2019-08-26 |
* | | installer: Show, don't Hide.•••* gnu/installer/newt/user.scm (run-user-add-page): Change the input
visibility checkbox's text to ‘Show’, and default to unchecked.
* gnu/installer/newt/page.scm (run-input-page): Likewise.
Rename INPUT-HIDE-CHECKBOX? argument to INPUT-VISIBILITY-CHECKBOX?.
| Tobias Geerinckx-Rice | 2019-08-26 |
* | | gnu: iverilog: Update to 10.3.•••* gnu/packages/fpga.scm (iverilog): Update to 10.3.
| Tobias Geerinckx-Rice | 2019-08-26 |
* | | gnu: mupen64plus-rsp-z64: Use HTTPS home page.•••* gnu/packages/emulators.scm (mupen64plus-rsp-z64)[home-page]: Use HTTPS.
| Tobias Geerinckx-Rice | 2019-08-26 |
* | | gnu: mupen64plus-rsp-hle: Use HTTPS home page.•••* gnu/packages/emulators.scm (mupen64plus-rsp-hle)[home-page]: Use HTTPS.
| Tobias Geerinckx-Rice | 2019-08-26 |
* | | gnu: mupen64plus-input-sdl: Use HTTPS home page.•••* gnu/packages/emulators.scm (mupen64plus-input-sdl)[home-page]: Use HTTPS.
| Tobias Geerinckx-Rice | 2019-08-26 |
* | | gnu: mupen64plus-audio-sdl: Use HTTPS home page.•••* gnu/packages/emulators.scm (mupen64plus-audio-sdl)[home-page]: Use HTTPS.
| Tobias Geerinckx-Rice | 2019-08-26 |
* | | gnu: mupen64plus-core: Use HTTPS home page.•••* gnu/packages/emulators.scm (mupen64plus-core)[home-page]: Use HTTPS.
| Tobias Geerinckx-Rice | 2019-08-26 |
* | | gnu: retroarch: Update to 1.7.8.•••* gnu/packages/emulators.scm (retroarch): Update to 1.7.8.
| Rutger Helling | 2019-08-26 |
* | | ci: Try hard to build package replacements.•••The "ghostscript" replacements introduced in
0b859092a7346f3b4d0a3a4dac878fd64fd70b79 would not be built because they
have the same name as the original packages.
* gnu/ci.scm (all-packages): Return the replacement of PACKAGE before
PACKAGE.
| Ludovic Courtès | 2019-08-26 |
* | | gnu: guile-next: Update to 2.9.4.•••* gnu/packages/guile.scm (guile-next): Update to 2.9.4.
| Ludovic Courtès | 2019-08-26 |
* | | services: tlp, thermald: Add descriptions.•••* gnu/services/pm.scm (tlp-service-type)[description]: New field.
(thermald-service-type)[description]: New field.
| Ludovic Courtès | 2019-08-26 |
* | | gnu: sysstat: Update source URL.•••This is a followup to 3d76112769d2149e81b7cc774d859469d1f1909e.
* gnu/packages/linux.scm (sysstat): Update URL.
| Ludovic Courtès | 2019-08-26 |
* | | gnu: rage: Update to 0.3.1.•••* gnu/packages/enlightenment.scm (rage): Update to 0.3.1.
| Efraim Flashner | 2019-08-26 |
* | | gnu: efl: Update to 1.22.3.•••* gnu/packages/enlightenment.scm (efl): Update to 1.22.3.
| Efraim Flashner | 2019-08-26 |
* | | gnu: Add cvassistant.••• * gnu/package/cvassistant.scm: New file.
* gnu/local.mk: Add it.
* gnu/packages/cvassistant.scm (cvassistant): New variable.
| Jesse Gibbons | 2019-08-26 |
* | | gnu: python-pillow: Update to 6.1.0.•••* gnu/packages/python-xyz.scm (python-pillow): Update to 6.1.0.
| Nicolas Goaziou | 2019-08-26 |
* | | gnu: Add python-pyroutelib3.•••* gnu/packages/python-xyz.scm (python-pyroutelib3): New variable.
| Nicolas Goaziou | 2019-08-26 |
* | | gnu: perl-namespace-autoclean: Update to 0.29.•••* gnu/packages/perl.scm (perl-namespace-autoclean): Update to 0.29.
| Tobias Geerinckx-Rice | 2019-08-26 |
* | | gnu: python-cvxopt: Update to 1.2.3.•••* gnu/packages/maths.scm (python-cvxopt): Update to 1.2.3.
| Tobias Geerinckx-Rice | 2019-08-26 |
* | | gnu: snd: Don't install the licence twice.•••* gnu/packages/audio.scm (snd)[arguments]: Let the build system install
‘COPYING’ once.
| Tobias Geerinckx-Rice | 2019-08-26 |
* | | gnu: snd: Set correct --with-doc-dir.•••* gnu/packages/audio.scm (snd)[arguments]: Match #:configure-flags to
phases.
| Tobias Geerinckx-Rice | 2019-08-26 |
* | | gnu: snd: Update to 19.6.•••* gnu/packages/audio.scm (snd): Update to 19.6.
| Tobias Geerinckx-Rice | 2019-08-26 |
* | | gnu: rmlint: Update to 2.9.0.•••* gnu/packages/disk.scm (rmlint): Update to 2.9.0.
| Tobias Geerinckx-Rice | 2019-08-26 |
* | | gnu: mupen64plus-video-z64: Use HTTPS home page.•••* gnu/packages/emulators.scm (mupen64plus-video-z64)[home-page]: Use HTTPS.
| Tobias Geerinckx-Rice | 2019-08-26 |
* | | gnu: mupen64plus-video-rice: Use HTTPS home page.•••* gnu/packages/emulators.scm (mupen64plus-video-rice)[home-page]: Use HTTPS.
| Tobias Geerinckx-Rice | 2019-08-26 |
* | | gnu: mupen64plus-video-glide64mk2: Use HTTPS home page.•••* gnu/packages/emulators.scm (mupen64plus-video-glide64mk2)[home-page]: Use HTTPS.
| Tobias Geerinckx-Rice | 2019-08-26 |
* | | gnu: mupen64plus-video-glide64: Use HTTPS home page.•••* gnu/packages/emulators.scm (mupen64plus-video-glide64)[home-page]: Use HTTPS.
| Tobias Geerinckx-Rice | 2019-08-26 |
* | | gnu: mupen64plus-video-arachnoid: Use HTTPS home page.•••* gnu/packages/emulators.scm (mupen64plus-video-arachnoid)[home-page]: Use HTTPS.
| Tobias Geerinckx-Rice | 2019-08-26 |
* | | gnu: linux-libre: Update to 5.2.10.•••* gnu/packages/linux.scm (linux-libre-5.2-version): Update to 5.2.10.
(linux-libre-5.2-pristine-source)[hash]: Update hash.
| Mark H Weaver | 2019-08-25 |