Age | Commit message (Expand) | Author |
2020-07-16 | gnu: Add tao....* gnu/packages/patches/tao-add-missing-headers.patch,
gnu/packages/patches/tao-fix-parser-types.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/audio.scm (tao): New variable.
| Ricardo Wurmus |
2020-07-15 | Revert "gnu: rust: Add SSL native search paths."...This reverts commit ba1e4ce2560d51c8ba935e5b5667ba3a0133c694.
| Tobias Geerinckx-Rice |
2020-07-15 | gnu: Transmission: Update to 3.0.0....* gnu/packages/bittorrent.scm (transmission): Update to 3.0.0.
[source]: Remove obsolete patch.
* gnu/packages/patches/transmission-CVE-2018-10756.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
| Leo Famulari |
2020-07-15 | tests: zabbix: Fix typo in comment....* gnu/tests/monitoring.scm (run-zabbix-server-test)[test]: Fix typo in
comment.
| Oleg Pykhalov |
2020-07-15 | gnu: zabbix-agentd: Update to 5.0.1....* gnu/packages/monitoring.scm (zabbix-agentd): Update to 5.0.1.
(arguments)[#:phases]<install-front-end>: Update front-end path.
| Oleg Pykhalov |
2020-07-15 | gnu: bind: Update to 9.16.5....* gnu/packages/dns.scm (isc-bind): Update to 9.16.5.
| Tobias Geerinckx-Rice |
2020-07-15 | gnu: python-tinycss2: Fix test failure....Fixes <https://bugs.gnu.org/42372>.
Reported by Michael Rohleder <mike@rohleder.de>.
* gnu/packages/patches/python-tinycss2-flake8-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/python-web.scm (python-tinycss2)[source](patches): New field.
| Marius Bakke |
2020-07-15 | gnu: python-shiboken-2, python-pyside-2: Update to 5.14.2.3....* gnu/packages/patches/qtbase-absolute-runpath.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/qt.scm (qtbase/next): New variable.
* gnu/packages/qt.scm (python-shiboken-2): Update to 5.14.2.3.
[source](uri): Adjust for tarball rename.
[inputs]: Use the default CLANG-TOOLCHAIN.
(python-pyside-2)[inputs]: Likewise.
(python-pyside-2-tools)[inputs]: Change from QTBASE to QTBASE/NEXT.
| Marius Bakke |
2020-07-15 | gnu: gparted: Use the Glib-or-GTK build system....Fixes <https://issues.guix.gnu.org/38544>.
* gnu/packages/disk.scm (gparted)[build-system]: Use
glib-or-gtk-build-system.
| Tobias Geerinckx-Rice |
2020-07-15 | gnu: protobuf: Update to 3.12.3....* gnu/packages/protobuf.scm (protobuf): Update to 3.12.3.
| Tobias Geerinckx-Rice |
2020-07-15 | gnu: rust: Add SSL native search paths....* gnu/packages/rust.scm (rust-1.19)[native-search-paths]: Add entries
for SSL_CERT_DIR and SSL_CERT_FILE.
Reported by Kimapr[m] in #guix.
| Tobias Geerinckx-Rice |
2020-07-15 | gnu: Consistently use license: prefix in (gnu packages mail)....* gnu/packages/mail.scm: Don't #:select arbitrary variables from
(guix licenses).
(anubis, mailutils, nullmailer, fetchmail, mutt, neomutt, gmime)
(bogofilter, offlineimap, emacs-mew, mu, alot, notifymuch, notmuch)
(python-notmuch, muchsync, getmail, libetpan, compface, claws-mail)
(msmtp, exim, dovecot, dovecot-trees, dovecot-libsodium-plugin, isync)
(perl-email-abstract, perl-email-address, perl-email-address-xs)
(perl-email-date-format, perl-email-messageid, perl-email-mime)
(perl-email-mime-contenttype, perl-email-mime-encodings)
(perl-email-sender, perl-email-simple, libesmtp, esmtp, fdm, procmail)
(khard, perl-mail-spf, perl-mail-authenticationresults, perl-mail-dkim)
(dkimproxy, mb2md, mpop, mhonarc, sendmail, opensmtpd, opensmtpd-extras)
(python-mailmanclient, python2-django-mailman3, postorius, swaks, alpine)
(balsa, afew, pan, urlscan, tnef, mumi, ytnef, public-inbox, sylpheed)
[licenses]: Use a license: prefix instead.
| Tobias Geerinckx-Rice |
2020-07-15 | gnu: opensmtpd-extras: Update to 6.7.1....* gnu/packages/mail.scm (opensmtpd-extras): Update to 6.7.1.
[native-inputs]: Remove bison, groff, automake, and autoconf.
[inputs]: Remove libasr, perl, lua, and linux-pam. Add mysql.
[arguments]: Remove obsolete or ineffective options.
[license]: Update.
| Tobias Geerinckx-Rice |
2020-07-15 | gnu: opensmtpd-extras: Don't use NAME in source URI....* gnu/packages/mail.scm (opensmtpd-extras)[source]: Hard-code NAME.
| Tobias Geerinckx-Rice |
2020-07-15 | system: 'operating-system-root-file-system' raises upon missing root....* gnu/system.scm (operating-system-root-file-system): Raise when 'find'
returns #f.
| Ludovic Courtès |
2020-07-15 | system: Add 'location' field to <operating-system>....This allows error messages to include source location info.
* gnu/system.scm (<operating-system>)[location]: New field.
| Ludovic Courtès |
2020-07-15 | ui: 'with-error-handling' does not unwind the stack....Since a07d5e558b5403dad0a59776b950b6b02169c249, we've been getting
useless backtraces upon unhandled errors, like this:
Backtrace:
1 (primitive-load "/home/…/bin/guix")
In guix/ui.scm:
1953:12 0 (run-guix-command _ . _)
guix/ui.scm:1953:12: In procedure run-guix-command:
In procedure struct-vtable: Wrong type argument in position 1 (expecting struct): #f
This change finally gives us real backtraces back.
* guix/ui.scm (guard*): New macro.
(call-with-error-handling): Use it instead of 'guard'.
| Ludovic Courtès |
2020-07-15 | news: Add ‘fr’ translation....* etc/news.scm: Add ‘fr’ translation.
| Ludovic Courtès |
2020-07-15 | services: Add 'system-provenance' procedure....* gnu/services.scm (sexp->channel, system-provenance): New procedures.
* guix/scripts/system.scm (sexp->channel): Remove.
(display-system-generation): Use 'system-provenance' instead of parsing
the "provenance" file right here.
| Ludovic Courtès |
2020-07-14 | gnu: Remove python2-pywavelets....This package no longer supports Python 2 since the update in
501d89d707a64335731f54e0e28dbf252b31afc7 and has no dependents.
* gnu/packages/python-xyz.scm (python2-pywavelets): Remove variable.
| Marius Bakke |
2020-07-14 | gnu: python-pynacl: Update to 1.4.0....* gnu/packages/python-crypto.scm (python-pynacl): Update to 1.4.0.
[source](snippet): Adjust to fix spurious build requirement.
[arguments]: Add #:modules. Replace check phase with custom pytest invocation.
| Marius Bakke |
2020-07-14 | gnu: python-simplejson: Update to 3.17.0....* gnu/packages/python-xyz.scm (python-simplejson): Update to 3.17.0.
| Marius Bakke |
2020-07-14 | gnu: python-paramiko: Update to 2.7.1....* gnu/packages/python-crypto.scm (python-paramiko): Update to 2.7.1.
| Marius Bakke |
2020-07-14 | gnu: python-bitarray: Update to 1.4.0....* gnu/packages/python-xyz.scm (python-bitarray): Update to 1.4.0.
| Marius Bakke |
2020-07-14 | gnu: python-pycurl: Update to 7.43.0.5....* gnu/packages/python-web.scm (python-pycurl): Update to 7.43.0.5.
| Marius Bakke |
2020-07-14 | gnu: python-bottle: Update to 0.12.18....* gnu/packages/python-web.scm (python-bottle): Update to 0.12.18.
| Marius Bakke |
2020-07-14 | gnu: virt-manager: Remove unused input....* gnu/packages/virtualization.scm (virt-manager)[inputs]: Remove PYTHON-IPADDRESS.
| Marius Bakke |
2020-07-14 | gnu: python-txtorcon: Remove unused input....* gnu/packages/python-crypto.scm (python-txtorcon)[propagated-inputs]: Remove
PYTHON-IPADDRESS.
| Marius Bakke |
2020-07-14 | gnu: silkaj: Remove unused input....* gnu/packages/finance.scm (silkaj)[inputs]: Remove PYTHON-IPADDRESS.
| Marius Bakke |
2020-07-14 | gnu: python-docker-py: Remove unused input....* gnu/packages/docker.scm (python-docker-py)[inputs]: Remove PYTHON-IPADDRESS.
| Marius Bakke |
2020-07-14 | gnu: rust-xdg-2.2: Fix typo and indentation....* gnu/packages/crates-io.scm (rust-xdg-2.2): Fix indentation.
[description]: Add missing final dot.
| Nicolas Goaziou |
2020-07-14 | gnu: flightgear: Update to 2018.3.5....* gnu/packages/games.scm (flightgear):
(simgear): Update to 2018.3.5.
| Nicolas Goaziou |
2020-07-14 | etc: Enable mount unit only if it exists....* etc/guix-install.sh (sys_enable_guix_daemon): Enable gnu-store.mount only
if it was actually installed.
Reported by peanutbutterandc on #guix.
| Tobias Geerinckx-Rice |
2020-07-14 | gnu: ppsspp: Name git checkouts....* gnu/packages/emulators.scm (ppsspp)[inputs]: Use GIT-FILE-NAME for
in-line git origins.
| Tobias Geerinckx-Rice |
2020-07-14 | gnu: Add emacs-counsel-notmuch....* gnu/packages/emacs-xyz.scm (emacs-counsel-notmuch): New variable.
| Nicolas Goaziou |
2020-07-14 | gnu: Add emacs-flycheck-ledger....* gnu/packages/emacs-xyz.scm (emacs-flycheck-ledger): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Morgan Smith |
2020-07-14 | gnu: Add emacs-literate-calc-mode....* gnu/packages/emacs-xyz.scm (emacs-literate-calc-mode): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Morgan Smith |
2020-07-14 | gnu: Add emacs-org-drill....* gnu/packages/emacs-xyz.scm (emacs-org-drill): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Morgan Smith |
2020-07-14 | gnu: emacs-paren-face: Update to 1.0.6....* gnu/packages/emacs-xyz.scm (emacs-paren-face): Update to 1.0.6.
[synopsis, description]: Fix typo.
| Nicolas Goaziou |
2020-07-14 | gnu: font-gnu-freefont: Update to 13.0.03....* gnu/packages/fonts.scm (font-gnu-unifont): Update to 13.0.03.
| Efraim Flashner |
2020-07-14 | gnu: libzip: Update to 1.7.2....* gnu/packages/compression.scm (libzip): Update to 1.7.2.
| Tobias Geerinckx-Rice |
2020-07-14 | gnu: mutt: Update to 1.14.6....* gnu/packages/mail.scm (mutt): Update to 1.14.6.
| Tobias Geerinckx-Rice |
2020-07-14 | gnu: mbedtls-apache-for-hiawatha: Fix....There's already a custom embedtls-apache variant for Hiawatha.
Fix it instead of enabling threading for embedtls-apache.
* gnu/packages/tls.scm (embedtls-for-hiawatha): Fix usage of
SUBSTITUTE-KEYWORD-ARGUMENTS. Disable -Wformat-signedness.
(embedtls-for-hiawatha): Remove ‘enable-features’ phase.
| Tobias Geerinckx-Rice |
2020-07-14 | gnu: usb-modeswitch: Use CC-FOR-TARGET....* gnu/packages/usb-modeswitch.scm (usb-modeswitch)[arguments]: Use
CC-FOR-TARGET.
| Tobias Geerinckx-Rice |
2020-07-14 | gnu: usb-modeswitch: Update to 2.6.1....* gnu/packages/usb-modeswitch.scm (usb-modeswitch): Update to 2.6.1.
| Tobias Geerinckx-Rice |
2020-07-14 | gnu: hiawatha: Update to 10.11....* gnu/packages/web.scm (hiawatha): Update to 10.11.
| Tobias Geerinckx-Rice |
2020-07-14 | gnu: mbedtls-apache: Update to 2.23.0 [security fixes]....* gnu/packages/tls.scm (mbedtls-apache): Update to 2.23.0.
[source]: Use GIT-FETCH and GIT-FILE-NAME.
[arguments]: Make source files writable. Enable threading.
| Tobias Geerinckx-Rice |
2020-07-14 | gnu: singularity: Refer to egrep....* gnu/packages/linux.scm (singularity)[arguments]: Rename
‘patch-reference-to-squashfs-tools’ to ‘patch-references’ and add egrep.
Reported by slimjim on #guix.
| Tobias Geerinckx-Rice |
2020-07-14 | gnu: urlscan: Edit description....* gnu/packages/mail.scm (urlscan)[description]: Replace inappropriate
@code{}.
| Tobias Geerinckx-Rice |
2020-07-14 | gnu: fping: Edit description....* gnu/packages/networking.scm (fping)[description]: Fix a typo & mark
it up.
| Tobias Geerinckx-Rice |