Age | Commit message (Expand) | Author |
2021-04-06 | .guix-authorizations: Remove taylanub....This is a followup to the events discussed here:
https://lists.gnu.org/archive/html/guix-devel/2021-03/msg00195.html
Taylan was already removed from the Guix project on Savannah on March 10, 2021.
* .guix-authorizations: Remove taylanub from the committers.
| Leo Famulari |
2021-04-06 | .guix-authorizations: Remove thomasd....* .guix-authorizations: Remove thomasd from the committers.
| Leo Famulari |
2021-04-06 | gnu: qemu: Fix the Texinfo manual....The makeinfo command splits the generated info output in multiple files (in
300 KiB chunks) by default; this meant the build system would have had to
install the multiple QEMU.info-1, QEMU.info-2, etc. files for the info manual
to work as intended. Instead, keep the info manual as one single file by
specifying the --no-split option to makeinfo.
* gnu/packages/patches/qemu-build-info-manual.patch (sphinxinfo)
<makeinfo>: Invoke with the --no-split argument.
| Maxim Cournoyer |
2021-04-06 | gnu: umoci: Update to 0.4.7 [fixes CVE-2021-29136]....* gnu/packages/virtualization.scm (umoci): Update to 0.4.7.
| Léo Le Bouter |
2021-04-06 | gnu: emacs-php-mode: Fix installation prefix....* gnu/packages/emacs-xyz.scm (emacs-php-mode)
[include]: Remove argument.
[phases]{add-lisp-dir-to-emacs-load-path}: Remove phase.
{enter-source-directory}: Add phase.
| Maxim Cournoyer |
2021-04-06 | gnu: Add scotch and pt-scotch with shared libraries...* gnu/packages/maths.scm (scotch-shared, pt-scotch-shared): New variables.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Franck Pérignon |
2021-04-06 | gnu: python-django-2.2: Update to 2.2.20 [security fixes]....* gnu/packages/django.scm (python-django-2.2): Update to 2.2.20.
| Léo Le Bouter |
2021-04-06 | gnu: python-django: Update to 3.1.8 [security fixes]....* gnu/packages/django.scm (python-django): Update to 3.1.8.
| Léo Le Bouter |
2021-04-06 | gnu: bitcoin-unlimited: Use new source repository....* gnu/packages/finance.scm (bitcoin-unlimited)[source]: Update git repository
URL.
| Guillaume Le Vaillant |
2021-04-06 | gnu: bitcoin-unlimited: Update to 1.9.1.1....* gnu/packages/finance.scm (bitcoin-unlimited): Update to 1.9.1.1.
| Guillaume Le Vaillant |
2021-04-06 | gnu: sbcl-cl-webkit: Update to 20210406....* gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 20210406.
| Pierre Neidhardt |
2021-04-06 | gnu: txr: Update to 255....* gnu/packages/lisp.scm (txr): Update to 255.
| Guillaume Le Vaillant |
2021-04-06 | gnu: libpano13: Update to 2.9.20_rc3 [security fixes]....Fixes at least CVE-2021-20307.
* gnu/packages/photo.scm (libpano13): Update to 2.9.20_rc3.
| Léo Le Bouter |
2021-04-06 | gnu: python-tortoise-orm: Fix dependencies....* gnu/packages/databases.scm (python-tortoise-orm) [propagated-inputs]:
Add missing dependency.
[arguments]: Relax pytz version requirement, remove iso8601 requirement.
| Lars-Dominik Braun |
2021-04-05 | gnu: Add node-wrappy....* gnu/packages/node-xyz.scm (node-wrappy): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Ron Nazarov via Guix-patches via |
2021-04-05 | gnu: Add welle-io....* gnu/packages/radio.scm (welle-io): New variable.
| Guillaume Le Vaillant |
2021-04-05 | gnu: Add dream....* gnu/packages/radio.scm (dream): New variable.
| Guillaume Le Vaillant |
2021-04-05 | gnu: virt-manager: Update to 3.2.0....* gnu/packages/virtualization.scm (virt-manager): Update to 3.2.0.
[arguments]: Remove #:test-target. Remove fix-qemu-img-reference phase.
Adapt check phase to use pytest, although they still do not run.
[native-inputs]: Add python-docutils. Suggest adding python-pytest to enable
tests.
| Pierre Langlois |
2021-04-05 | gnu: libvirt-glib: Update to 4.0.0....* gnu/packages/virtualization.scm (libvirt-glib): Update to 4.0.0.
[build-system]: Switch to meson-build-system.
| Pierre Langlois |
2021-04-05 | gnu: python-libvirt: Update to 7.2.0....* gnu/packages/virtualization.scm (python-libvirt): Update to 7.2.0.
| Pierre Langlois |
2021-04-05 | gnu: libvirt: Update to 7.2.0....* gnu/packages/virtualization.scm (libvirt): Update to 7.2.0.
[arguemnts]: Switch to meson, only build system supported by upstream.
[inputs]: Add libssh2 and readline.
[native-inputs]: Add bash-completion, gettext, python-docutils and
rpcsvc-proto.
* gnu/packages/patches/libvirt-add-install-prefix.patch: New file...
* gnu/local.mk: ...add it.
* gnu/packages/patches/libvirt-create-machine-cgroup.patch: Delete file,
merged by upstream.
Tested-by: Pierre Langlois <pierre.langlois@gmx.com>
| Brice Waegeneire |
2021-04-05 | gnu: libvirt: Enable disk and directory storage....* gnu/packages/virtualization.scm (libvirt)[inputs]: Add parted.
[arguments]: Add configure flags to support disk and directory storage.
| Brice Waegeneire |
2021-04-05 | tests: libvirt: Catch issues with incorrect /var and /etc in package....* gnu/tests/virtualization.scm (run-libvirt-test): Chdir to "/tmp" before
running test. Add "connect" test.
| Pierre Langlois |
2021-04-05 | gnu: crypto++: Update to 8.5.0....* gnu/packages/crypto.scm (crypto++): Update to 8.5.0.
[origin]: Use git-fetch and git-reference.
| Leo Prikler |
2021-04-05 | gnu: chez-scheme: simplify packaging...Take advantage of patches that have been accepted upstream.
These changes lay a foundation for reusing more of Chez's
build process for Racket.
* gnu/packages/patches/chez-scheme-build-util-paths-backport.patch:
New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/chez.scm (chez-scheme)[source](patches): Use it.
[source](snippet): Remove bundled libraries here, not in configure phase.
[inputs]: Organize. Move "nanopass", "stex", and "xorg-rgb" to ...
[native-inputs]: ... this field.
[arguments]: Add (ice-9 ftw) to #:modules. Remove unneeded
'patch-processor-detection' phase. Add 'unpack-nanopass+stex' phase
(refactored from 'configure'). Simplify 'configure' phase by removing
patches that have been upstreamed. Add "--nogzip-man-pages" flag so we can
remove 'make-manpages-writable' phase. Stop ignoring #:configure-flags,
move "--threads" there, and remove unneeded workaround. Add 'prepare-stex'
phase (refactored from 'install-doc'). Use it to streamline 'install-doc'
phase, installing all of the right files into the right places.
Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
| Philip McGrath |
2021-04-05 | gnu: chez-scheme: Update stex....Get a patch from upstream that will help us simplify the build process
for the Chez Scheme documentation.
* gnu/packages/chez.scm (chez-stex): Update to commit 5405149.
Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
| Philip McGrath |
2021-04-05 | gnu: chez-scheme: Update nanopass to 1.9.2....* gnu/packages/chez.scm (nanopass): Update nanopass to 1.9.2.
Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
| Philip McGrath |
2021-04-05 | gnu: perl-net-cidr-lite: Update to 0.22 [security fixes]....* gnu/packages/networking.scm (perl-net-cidr-lite): Update to 0.22.
| Tobias Geerinckx-Rice |
2021-04-05 | gnu: go-github-com-puerkitobio-goquery: Adjust inputs....* gnu/packages/golang.scm (go-github-com-puerkitobio-goquery)
[native-inputs]: Move all inputs ...
[propagated-inputs]: ... to here.
| Efraim Flashner |
2021-04-05 | gnu: suitesparse: Update to 5.9.0....* gnu/packages/maths.scm (suitesparse): Update to 5.9.0.
[arguments]: Use cc-for-target instead of hard-coding gcc.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Felix Gruber |
2021-04-05 | gnu: Add cl-umbra....* gnu/packages/lisp-xyz.scm (sbcl-umbra, cl-umbra, ecl-umbra): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Sharlatan Hellseher |
2021-04-05 | gnu: Add cl-shadow....* gnu/packages/lisp-xyz.scm (sbcl-shadow, cl-shadow, ecl-shadow): New
variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Sharlatan Hellseher |
2021-04-05 | gnu: Add cl-cpus....* gnu/packages/lisp-xyz.scm (sbcl-cl-cpus, cl-cpus, ecl-cl-cpus): New
variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Sharlatan Hellseher |
2021-04-05 | gnu: sbcl-golden-utils: Update to 0.0.0-2.62a5cb9....* gnu/packages/lisp-xyz.scm (sbcl-golden-utils): Update to 0.0.0-2.62a5cb9.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Sharlatan Hellseher |
2021-04-05 | gnu: Fix copyright symbol....* gnu/packages/crates-io.scm: Fix copyright line for Zheng Junjie.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Matthew James Kraai |
2021-04-05 | doc: Use the shell dollar substitution....See:
https://unix.stackexchange.com/questions/126927/have-backticks-i-e-cmd-in-sh-shells-been-deprecated
* doc/guix.texi: Replace the shell backquote deprecated substitution by the
dollar one.
| zimoun |
2021-04-05 | doc: Reorder "Channels with Substitutes"....Ordering consistency introduced by 12871cc8db701a89f7f64303e1f16a8537a12561.
* doc/guix.texi (Channels): Move section "Channels with Substitutes".
Update the master menu.
| zimoun |
2021-04-05 | gnu: sloccount: Update source URL....* gnu/packages/code.scm (sloccount)[source, home-page]: Update.
| Ludovic Courtès |
2021-04-05 | gnu: libffi: Add 'release-monitoring-url'....* gnu/packages/libffi.scm (libffi)[home-page]: Change to sourceware.org.
[properties]: New field.
| Ludovic Courtès |
2021-04-05 | gnu: mpg321: Update source URL....* gnu/packages/mp3.scm (mpg321)[source]: Update URL to match what's on
SourceForge. Add 'file-name'.
| Ludovic Courtès |
2021-04-05 | gnu-maintenance: Recognize more source tarball naming schemes....* guix/gnu-maintenance.scm (%package-name-rx): Add ".src" and ".orig"
suffixes.
* tests/gnu-maintenance.scm ("release-file?"): Add mpg321 and bvi
examples.
("tarball->version"): New test.
| Ludovic Courtès |
2021-04-05 | utils: 'tarball-sans-extension' recognizes ".tgz"....* guix/utils.scm (tarball-sans-extension): Add ".tgz".
| Ludovic Courtès |
2021-04-05 | gnu-maintenance: Remove unused procedure....* guix/gnu-maintenance.scm (savannah-package?): Remove.
| Ludovic Courtès |
2021-04-05 | gnu: file: Add 'release-monitoring-url' property....* gnu/packages/file.scm (file)[properties]: New field.
| Ludovic Courtès |
2021-04-05 | gnu: ncftp: Add 'release-monitoring-url' property....* gnu/packages/ftp.scm (ncftp)[properties]: New field.
| Ludovic Courtès |
2021-04-05 | gnu-maintenance: 'generic-html' updates packages with the right property....* guix/gnu-maintenance.scm (html-updatable-package?): Return true for
packages with a 'release-monitoring-url' property. This allows us to
cater for packages with source fetched over, say, FTP, but with an HTML
page to monitor.
| Ludovic Courtès |
2021-04-04 | gnu: go-github-com-sirupsen-logrus: Update to 1.8.1....* gnu/packages/golang.scm (go-github-com-sirupsen-logrus): Update to
1.8.1.
[propagated-inputs]: Add go-github-com-davecgh-go-spew,
go-github-com-pmezard-go-difflib. Sort alphabetically.
[arguments]: Enable test suite.
| Efraim Flashner |
2021-04-04 | import: go: Replace underscores with hyphens in package names....As per section '16.4.2 Package Naming' in the manual, use hypens instead
of underscores in package names.
* guix/import/go.scm (go-module->guix-package-name): Replace underscores
with hyphens.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Xinglu Chen |
2021-04-04 | doc: Remind developers to build Guix....The previous instructions were correct, but we got too many bug reports
with a root cause of "did not build Guix yet".
Other parts of the manual already instruct `make && make check`, so this
makes the treatment of building Guix more consistent, too.
* doc/contributing.texi (Building from Git): Instruct the user to run
`make` when building Guix.
| Leo Famulari |
2021-04-04 | gnu: drumstick: Use new HTTPS home page....* gnu/packages/music.scm (drumstick)[home-page]: Update & use HTTPS.
| Tobias Geerinckx-Rice |