Age | Commit message (Collapse) | Author |
|
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.43.
|
|
Fixes <https://bugs.gnu.org/25438>.
* gnu/packages/suckless.scm (dwm)[arguments]: Add
'install-xsession' phase.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/suckless.scm (dwm): Use modify-phases.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* guix/profiles.scm: Export ca-certificate-bundle, such that it can be used in
other G-expressions. This is useful where these G-expressions run programs
that require a ca-certificate-bundle, e.g. git.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/services.scm: Export service-extension-target and
service-extension-compute. This allows for greater extensiblity of services
by enabling service extensions to be wrapped. For example, the parameters
passed to the compute function can be modified, or the return value of the
compute function can be modified.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/pdf.scm (zathura-pdf-poppler): Update to 0.2.7.
|
|
* gnu/packages/pdf.scm (zathura-djvu): Update to 0.2.6.
|
|
* gnu/packages/pdf.scm (zathura-ps): Update to 0.2.4.
|
|
* gnu/packages/pdf.scm (zathura-cb): Update to 0.1.6.
|
|
* gnu/packages/pdf.scm (zathura): Update to 0.3.7.
|
|
* gnu/packages/gtk.scm (girara): Update to 0.2.7.
|
|
* gnu/packages/vim.scm (vim, vim-full): Update to 8.0.0194.
|
|
* gnu/packages/security-token.scm (ccid): Update to 1.4.26.
|
|
* gnu/packages/dns.scm (dnscrypt-proxy): Update to 1.9.2.
|
|
|
|
The vulnerabilities are in the MuJS that is bundled with MuPDF.
* gnu/packages/cups.scm (cups-filters)[replacement]: New field.
(mupdf/fixed-instead-of-mupdf), (cups-filters/fixed): New variables.
|
|
* gnu/packages/patches/mupdf-mujs-CVE-2016-10132.patch,
gnu/packages/patches/mupdf-mujs-CVE-2016-10133.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/pdf.scm (mupdf)[replacement]: New field.
(mupdf/fixed): New variable.
Co-authored-by: Leo Famulari <leo@famulari.name>
|
|
* guix/scripts/build.scm (show-help, %options): Add '--repair'.
* doc/guix.texi (Invoking guix gc): Mention 'guix build --repair'.
(Additional Build Options): Document it.
|
|
* gnu/packages/package-management.scm (guix-devel): Update to d9da3a7.
|
|
* gnu/packages/gnuzilla.scm (icecat)[source]: Add selected patches from
the upstream mozilla-esr45 repository.
|
|
* gnu/packages/benchmark.scm (fio): Update to 2.16.
|
|
* gnu/packages/lua.scm (lua-lpeg): Update to 1.0.1.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
* gnu/packages/openbox.scm (obconf): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
* gnu/packages/gnome.scm (epiphany): Update to 3.22.4.
|
|
This lets the daemon use its own default settings unless otherwise
specified.
* guix/scripts/build.scm (set-build-options-from-command-line): Do not
provide default values for #:build-cores and #:max-build-jobs.
(%default-options): Remove 'max-silent-time'.
|
|
Fixes <http://bugs.gnu.org/20217>.
* nix/libstore/worker-protocol.hh (PROTOCOL_VERSION): Bump to 0x161.
* nix/nix-daemon/nix-daemon.cc (performOp): "build-max-jobs",
"build-max-silent-time", and "build-cores" are no longer read upfront;
instead, read them from the key/value list at the end.
* nix/nix-daemon/guix-daemon.cc (main): Explicitly set
'settings.maxBuildJobs'.
* guix/store.scm (%protocol-version): Bump to #x161.
(set-build-options): #:max-build-jobs, #:max-silent-time, and
#:build-cores now default to #f. Adjust handshake to new protocol.
* tests/store.scm ("build-cores"): New test.
* tests/guix-daemon.sh: Add test for default "build-cores" value.
|
|
* gnu/packages/irc.scm (weechat): Update to 1.7.
|
|
* gnu/packages/astronomy.scm (wcslib): Update to 5.16.
|
|
* gnu/services/vpn.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* doc/guix.texi (VPN Services): New section.
|
|
* gnu/packages/education.scm (tipp10)[arguments]: Return #t for
"disable-new-version-check"; fix indentation.
|
|
* gnu/packages/education.scm (tipp10)[description]: Do not mention
operating systems; remove hint about language settings.
|
|
* gnu/packages/xfce.scm (xfce4-terminal): Update to 0.8.3.
|
|
* gnu/packages/lisp.scm (sbcl-stumpwm): Update to 1.0.0.
|
|
* gnu/packages/version-control.scm (vc-dwim): Update to 1.8.
[home-page]: Use https.
|
|
* gnu/packages/enlightenment.scm (terminology): Update to 1.0.0.
[home-page]: Update home-page.
|
|
* gnu/packages/vim.scm (vim, vim-full): Update to 8.0.0187.
|
|
* gnu/packages/video.scm (youtube-dl): Update to 2017.01.14.
|
|
* gnu/packages/django.scm(python-django): Update to 1.10.5.
|
|
This is a followup to commit 44350d23da826731adc187b478e00b2601ab78dc.
* gnu/packages/mate.scm (mate-themes)[source]: Update hash.
* gnu/packages/gtk.scm (gtk+): Add reminder comment.
|
|
These packages should be updated together.
* gnu/packages/tls.scm (certbot, python-acme, python2-acme): Update to 0.10.1.
|
|
* gnu/packages/python.scm (python-icalendar): Update to 3.11.2.
|
|
* gnu/packages/education.scm (touch10): New variable.
* gnu/packages/patches/tipp10-fix-compiling.patch,
gnu/packages/patches/tipp10-remove-license-code.patch: New files.
* gnu/local.mk (dist_patch_DATA): Register them.
|
|
* gnu/packages/xorg.scm (%xorg-font-origin): Add 'snippet' and 'modules'
fields.
|
|
* gnu/packages/xorg.scm (%xorg-font-origin): New procedure.
(xorg-font-origin): New macro.
(font-adobe100dpi, font-adobe75dpi, font-alias)
(font-arabic-misc, font-cronyx-cyrillic, font-dec-misc)
(font-isas-misc, font-micro-misc, font-misc-cyrillic)
(font-misc-ethiopic, font-misc-misc, font-mutt-misc)
(font-schumacher-misc, font-screen-cyrillic, font-sony-misc)
(font-sun-misc, font-winitzki-cyrillic, font-xfree86-type1): Use it.
|
|
* gnu/packages/ruby.scm (ruby-mail): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
Followup to 54d8d0fef1a0224f118dbfad8fceece06d322eab.
* gnu/local.mk (dist_patch_DATA): Add it.
|
|
|
|
* gnu/packages/bioinformatics.scm (r-sva): New variable.
|
|
* guix/scripts/challenge.scm (summarize-report): Add #:verbose?
parameter.
[report-hashes]: New procedure. Use it.
Honor VERBOSE? in the 'match case.
(show-help, %options): Add '--verbose'.
(guix-challenge): Honor it.
|
|
This makes it easier to distinguish between matches, mismatches, and the
various cases of inconclusive reports.
* guix/scripts/challenge.scm (<discrepancy>): Rename to...
(<comparison-report>): ... this. Add 'result' field.
(comparison-report): New macro.
(comparison-report-predicate, comparison-report-mismatch?)
(comparison-report-match?)
(comparison-report-inconclusive?): New procedures.
(discrepancies): Rename to...
(compare-contents): ... this. Change to return a list of
<comparison-report>. Remove calls to 'warning'.
(summarize-discrepancy): Rename to...
(summarize-report): ... this. Adjust to <comparison-report>.
(guix-challenge): Likewise.
* tests/challenge.scm ("no discrepancies")
("one discrepancy"): Adjust to new API.
("inconclusive: no substitutes")
("inconclusive: no local build"): New tests.
|