aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-21gnu: libvnc: Update to 0.9.13.Marius Bakke
* gnu/packages/patches/libvnc-CVE-2018-20750.patch, gnu/packages/patches/libvnc-CVE-2019-15681.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/vnc.scm (libvnc): Update to 0.9.13. [source](patches): Remove. [arguments]: Add phase to patch 'cc' invocation.
2020-07-21services: ganeti: Fix erroneous gexp.Marius Bakke
* gnu/services/ganeti.scm (ganeti-watcher-command): Add missing parens.
2020-07-21gnu: OpenSC: Update to 0.20.0 [security fixes].Marius Bakke
This fixes CVE-2019-6502, CVE-2019-15946, CVE-2019-15945, CVE-2019-19480, CVE-2019-19481, and CVE-2019-19479. * gnu/packages/security-token.scm (opensc): Update to 0.20.0.
2020-07-21gnu: xorg-server: Update to 1.20.8.Marius Bakke
* gnu/packages/xorg.scm (xorg-server): Update to 1.20.8. (xorg-server-for-tests): Stay on 1.20.7.
2020-07-21gnu: bubblewrap: Build with Python 3.Marius Bakke
* gnu/packages/virtualization.scm (bubblewrap)[native-inputs]: Change from PYTHON-2 to PYTHON-WRAPPER.
2020-07-21gnu: emacs-telega: Temporarily disable VOIP to work around issue.Brett Gilio
* gnu/packages/emacs-xyz.scm (emacs-telega). [source]: Bump to revision 3. [arguments]: Temporarily disable VOIP functionality as it does not currently work or link appropriately, causing issues on "foreign" distros. An issue has been opened upstream. https://github.com/zevlg/telega.el/issues/191 [native-inputs]: Remove libtgvoip.
2020-07-21gnu: emacs-telega: Patch to use telega-server from Guix.Brett Gilio
* gnu/packages/patches/emacs-telega-patch-server-functions.patch: New file. * gnu/local.mk (dist_patch_DATA): Reference new patch. * gnu/packages/emacs-xyz.scm (emacs-telega)[source]: Use new patch, bump revision.
2020-07-21gnu: Add emacs-qml-mode.Maxim Cournoyer
* gnu/packages/emacs-xyz.scm (emacs-qml-mode): New variable.
2020-07-21gnu: Add python-isbnlib.Tanguy Le Carrour
* gnu/packages/python-xyz.scm (python-isbnlib): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-07-21gnu: Add python-mamba.Tanguy Le Carrour
* gnu/packages/python-xyz.scm (python-mamba): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-07-21gnu: g-golf: Update to git revision 804.Mike Rosset
* gnu/packages/guile-xyz.scm (g-golf): Update to git revision 804. [inputs]: Add xorg-server input for test phase.. [arguments]: start-xorg-server phase now starts Xvfg before check phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-07-21git-authenticate: Show fingerprint in missing-key error message.Ludovic Courtès
* guix/git-authenticate.scm (commit-signing-key): In the 'missing-key' case, add call to 'openpgp-format-fingerprint'.
2020-07-21lint: source: Always return a list.Ludovic Courtès
Fixes a regression introduced in c10526672e515f07c92dc447bbc592808f67238e. Previously we would return *unspecified* for a package whose source is not an origin. * guix/lint.scm (check-source): Add alternate 'if' branch.
2020-07-21upstream: 'download-tarball' gracefully handles missing signatures.Ludovic Courtès
This avoids a backtrace with "guix refresh -u rdiff-backup", which has ".asc" signatures instead of ".sig". * guix/upstream.scm (download-tarball): Gracefully handle the case where SIG is false. * guix/gnu-maintenance.scm (latest-savannah-release): Add comment about 'file->signature'.
2020-07-21doc: Mention the 'savannah' updater.Ludovic Courtès
* doc/guix.texi (Invoking guix refresh): Mention 'savannah' updater.
2020-07-21gnu: python-pifpaf: Enable tests.Efraim Flashner
* gnu/packages/python-xyz.scm (python-pifpaf)[arguments]: Enable tests. Use custom 'check phase.
2020-07-21gnu: python-django-mailman3: Fix dangling python2- variant.Efraim Flashner
* gnu/packages/mail.scm (python-django-mailman3)[properties]: Correctly identify the python2- variant.
2020-07-21gnu: postorius: Update to 1.3.3.Efraim Flashner
* gnu/packages/mail.scm (postorius): Update to 1.3.3. [arguments]: Build with python-3. Add custom 'check phase. [inputs]: Replace python2-django, python2-django-mailman3, python2-django-mailmanclient with python- variants. Add python-readme-renderer. [native-inputs]: Add python-beautifulsoup4, python-isort, python-mock, python-vcrpy.
2020-07-21gnu: Add python-hyperkitty.Efraim Flashner
* gnu/packages/mail.scm (python-hyperkitty): New variable.
2020-07-21gnu: Add python-mailman-hyperkitty.Efraim Flashner
* gnu/packages/mail.scm (python-mailman-hyperkitty): New variable.
2020-07-21gnu: Add mailman.Efraim Flashner
* gnu/packages/mail.scm (mailman): New variable.
2020-07-21gnu: python-mailmanclient: Update to 3.3.1.Efraim Flashner
* gnu/packages/mail.scm (python-mailmanclient): Update to 3.3.1. [home-page]: Update to new home-page url. [properties]: Add python2- variant.
2020-07-21gnu: Add python-django-mailman3.Efraim Flashner
* gnu/packages/mail.scm (python-django-mailman3): New variable.
2020-07-21gnu: Add python-django-compressor.Efraim Flashner
* gnu/packages/django.scm (python-django-compressor): New variable.
2020-07-21gnu: Add python-django-sekizai.Efraim Flashner
* gnu/packages/django.scm (python-django-sekizai): New variable.
2020-07-21gnu: python-django-testing: Update to 0.5.0.Efraim Flashner
* gnu/packages/django.scm (python-django-testing): Update to 0.5.0. [properties]: Add python2-variant. (python2-django-testing): Stay at 0.4.6.
2020-07-21gnu: python-django-testing: Fix tests.Efraim Flashner
* gnu/packages/django.scm (python-django-tagging)[arguments]: Use custom 'check phase. [inputs]: Add python-django.
2020-07-21gnu: python-django-rq: Fix test suite.Efraim Flashner
* gnu/packages/django.scm (python-django-rq)[arguments]: Adjust custom 'check phase.
2020-07-21gnu: python-django-allauth: Update to 0.40.0.Efraim Flashner
* gnu/packages/django.scm (python-django-allauth): Update to 0.40.0. [arguments]: Remove 'skip-test-requiring-network-access phase. Adjust custom 'check phase.
2020-07-21gnu: Add python-django-classy-tags.Efraim Flashner
* gnu/packages/django.scm (python-django-classy-tags): New variable.
2020-07-21gnu: Add python-django-haystack.Efraim Flashner
* gnu/packages/django.scm (python-django-haystack): New variable.
2020-07-21gnu: Add python-django-q.Efraim Flashner
* gnu/packages/django.scm (python-django-q): New variable.
2020-07-21gnu: Add python-django-picklefield.Efraim Flashner
* gnu/packages/django.scm (python-django-picklefield): New variable.
2020-07-21gnu: gunicorn-bootstrap: Re-indent.Efraim Flashner
* gnu/packages/python-web.scm (gunicorn-bootstrap): Remove stray tabs.
2020-07-21gnu: Add python-csscompressor.Efraim Flashner
* gnu/packages/python-xyz.scm (python-csscompressor): New variable.
2020-07-21gnu: Add python-pysolr.Efraim Flashner
* gnu/packages/python-web.scm (python-pysolr): New variable.
2020-07-21gnu: Add python-robot-detection.Efraim Flashner
* gnu/packages/python-web.scm (python-robot-detection): New variable.
2020-07-21gnu: Add python-rcssmin.Efraim Flashner
* gnu/packages/python-xyz.scm (python-rcssmin): New variable.
2020-07-21gnu: Add python-rjsmin.Efraim Flashner
* gnu/packages/python-xyz.scm (python-rjsmin): New variable.
2020-07-21gnu: Add python-aiosmtpd.Efraim Flashner
* gnu/packages/mail.scm (python-aiosmtpd): New variable.
2020-07-21gnu: Add python-flufl-testing.Efraim Flashner
* gnu/packages/python-xyz.scm (python-flufl-testing): New variable.
2020-07-21gnu: Add python-flufl-bounce.Efraim Flashner
* gnu/packages/python-xyz.scm (python-flufl-bounce): New variable.
2020-07-21gnu: Add python-flufl-i18n.Efraim Flashner
* gnu/packages/python-xyz.scm (python-flufl-i18n): New variable.
2020-07-21gnu: Add python-flufl-lock.Efraim Flashner
* gnu/packages/python-xyz.scm (python-flufl-lock): New variable.
2020-07-21gnu: Add python-lazr-config.Efraim Flashner
* gnu/packages/python-xyz.scm (python-lazr-config): New variable.
2020-07-21gnu: Add python-lazr-delegates.Efraim Flashner
* gnu/packages/python-xyz.scm (python-delegates): New variable.
2020-07-21gnu: Add python-authheaders.Efraim Flashner
* gnu/packages/mail.scm (python-authheaders): New variable.
2020-07-21gnu: Add python-zope-copy.Efraim Flashner
* gnu/packages/python-web.scm (python-zope-copy): New variable.
2020-07-21gnu: python-zope-component: Update to 4.6.2.Efraim Flashner
* gnu/packages/python-web.scm (python-zope-component): Update to 4.6.2. [arguments]: Run test suite. Use custom 'check phase. [native-inputs]: Add python-persistent, python-zope-configuration-bootstrap, python-zope-i18nmessageid, python-zope-location-bootstrap, python-zope-proxy-bootstrap, python-zope-testrunner. [propagated-inputs]: Move python-i18nmessageid to native-inputs. Add python-zope-deferredimport, python-zope-deprecation, python-zope-event, python-zope-hookable.
2020-07-21gnu: Add python-zope-deferredimport.Efraim Flashner
* gnu/packages/python-web.scm (python-zope-deferredimport): New variable.