Age | Commit message (Expand) | Author |
2020-07-23 | gnu: sslh: Update to 1.21b....* gnu/packages/networking.scm (sslh): Update to 1.21b.
| Tobias Geerinckx-Rice |
2020-07-23 | gnu: ledger: Update to 3.2.1....* gnu/packages/finance.scm (ledger): Update to 3.2.1.
| Tobias Geerinckx-Rice |
2020-07-22 | gnu: rdiff-backup: Update to 2.0.3....* gnu/packages/backup.scm (rdiff-backup): Update to 2.0.3.
[native-inputs]: New field.
[inputs]: Use python3 and latest librsync.
[arguments]: Remove '#:python' argument.
[home-page]: Old url redirects, so use the new url.
| Eric Bavier |
2020-07-23 | gnu: ungoogled-chromium: Enable all release optimizations....* gnu/packages/chromium.scm (ungoogled-chromium-snippet): Add substitution to
allow using unbundled dependencies in "official" builds.
(lld-as-ld, lld-wrapper, lld/wrapped): New variables.
(ungoogled-chromium)[arguments]: Add "is_official_build" to #:configure-flags.
Remove redundant or unnecessary flags, disable system protobuf. Use llvm-ar
and llvm-nm instead of their binutils equivalents.
[native-inputs]: Add LLD/WRAPPED.
[inputs]: Remove PROTOBUF.
| Marius Bakke |
2020-07-23 | gnu: Clang: Install the CFI blacklist....* gnu/packages/llvm.scm (clang-from-llvm)[arguments]: Add phase to symlink
cfi_blacklist.txt from CLANG-RUNTIME.
| Marius Bakke |
2020-07-23 | gnu: ungoogled-chromium: Add VA-API fix for some Intel systems....* gnu/packages/chromium.scm (%arch-patches): New variable.
(ungoogled-chromium-snippet): Use it.
| Marius Bakke |
2020-07-23 | gnu: Add font-catamaran....* gnu/packages/fonts.scm (font-catamaran): New variable.
| Arun Isaac |
2020-07-23 | gnu: jupyter-guile-kernel: Update to f25fb90 and build with Guile 3....* gnu/packages/guile-xyz.scm (jupyter-guile-kernel): Update
to f25fb90. Re-indent package definition (using indent.el)
[phases]: Replace /home with /usr/local
[inputs]: Use GUILE-3.0 instead of GUILE-2.2, and GUILE-JSON-3 instead
of GUILE-JSON-1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Jesse Gibbons |
2020-07-23 | gnu: guix-jupyter: Correct kernel search location....gnu/packages/package-management.scm: guix-jupyter:
[phases]: Use guile 3.0 instead of 2.2.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Jesse Gibbons |
2020-07-23 | guix system: 'reconfigure' disallows downgrades by default....This is similar to what 9744cc7b4636fafb772c94adb8f05961b5b39f16 did for
'guix pull'.
* guix/scripts/system/reconfigure.scm (ensure-forward-reconfigure)
(warn-about-backward-reconfigure, channel-relations)
(check-forward-update): New procedures.
* guix/scripts/system.scm (perform-action): Add #:validate-reconfigure.
Call 'check-forward-update' when ACTION is 'reconfigure.
(%options, show-help): Add "--allow-downgrades".
(%default-options): Add 'validate-reconfigure' key.
(process-action): Pass #:validate-reconfigure to 'perform-action'.
* doc/guix.texi (Invoking guix system): Document 'guix system describe'
more prominently, and document '--allow-downgrades'.
| Ludovic Courtès |
2020-07-23 | git: 'update-cached-checkout' has a new #:check-out? parameter....* guix/git.scm (update-cached-checkout): Add #:check-out? parameter and
honor it.
| Ludovic Courtès |
2020-07-23 | git: Factorize 'resolve-reference'....* guix/git.scm (resolve-reference): New procedure.
(switch-to-ref): Use it.
| Ludovic Courtès |
2020-07-23 | doc: Tweak mcron example....* doc/guix.texi (Scheduled Job Execution): In example, move '%min-level'
definition after 'use-modules'.
| Ludovic Courtès |
2020-07-23 | doc: Recommend running 'guix git authenticate' when cloning the repo....* doc/contributing.texi (Building from Git): Adjust instruction and
recommend 'guix git authenticate'.
| Ludovic Courtès |
2020-07-22 | gnu: quadrapassel: Update to 3.36.02....* gnu/packages/games.scm (quadrapassel): Update to 3.36.02.
[inputs]: Add gsound.
| Eric Bavier |
2020-07-22 | gnu: sudo: Update to 1.9.2....* gnu/packages/admin.scm (sudo): Update to 1.9.2.
| Tobias Geerinckx-Rice |
2020-07-22 | services: nix: Fix sandbox....* gnu/tests/package-management.scm: New file.
* gnu/local.mk: Add this.
* gnu/services/nix.scm (<nix-configuration>): New record.
(nix-activation): Generate Nix config file which fixes sandbox.
(nix-service-type): Add default value.
(nix-shepherd-service): Allow provide Nix package.
* doc/guix.texi (Miscellaneous Services)[Nix service]<nix-configuration>:
Document record.
| Oleg Pykhalov |
2020-07-22 | services: base: Export references-file....* gnu/services/base.scm (references-file): Export procedure.
| Oleg Pykhalov |
2020-07-22 | arb: Update to 2.18.1....* gnu/packages/patches/arb-flint-2.6.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/algebra.scm (arb): Update to 2.18.1.
[source](patches): Remove.
| Andreas Enge |
2020-07-22 | gnu: gp2c: Update to 0.0.11pl4....* gnu/packages/algebra.scm (gp2c): Update to 0.0.11pl4.
| Andreas Enge |
2020-07-22 | Revert "gnu: patchelf: Update to 0.11."...Patchelf has 700+ dependencies, so this should go through the staging branch.
This reverts commit 20cc8f9487e949ed2d314219cc828c3663d4f12b.
| Marius Bakke |
2020-07-21 | gnu: patchelf: Update to 0.11....* gnu/packages/elf.scm (patchelf): Update to 0.11.
Signed-off-by: Marius Bakke <marius@gnu.org>
| Michael Rohleder |
2020-07-21 | gnu: git-annex: Update to 8.20200720.1....* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20200720.1.
Signed-off-by: Marius Bakke <marius@gnu.org>
| Kyle Meyer |
2020-07-21 | gnu: Add chaiscript....* gnu/packages/cpp.scm (chaiscript): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org>
| Vinicius Monego |
2020-07-21 | gnu: Add remid-lv2....* gnu/packages/music.scm (remid-lv2): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org>
| Alexandros Theodotou |
2020-07-21 | gnu: Add intel-xed....* gnu/packages/assembly.scm (intel-xed): New variable.
* gnu/packages/patches/intel-xed-fix-nondeterminism.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add reference to new patch.
Signed-off-by: Marius Bakke <marius@gnu.org>
| B. Wilson |
2020-07-21 | gnu: nsd: Update to 4.3.1....* gnu/packages/dns.scm (nsd): Update to 4.3.1.
Signed-off-by: Marius Bakke <marius@gnu.org>
| Vincent Legoll |
2020-07-21 | gnu: twm: Update to 1.0.11....* gnu/packages/xorg.scm (twm): Update to 1.0.11.
[source](uri): Switch to '.xz' tarball.
| Marius Bakke |
2020-07-21 | gnu: libvnc: Update to 0.9.13....* 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.
| Marius Bakke |
2020-07-21 | services: ganeti: Fix erroneous gexp....* gnu/services/ganeti.scm (ganeti-watcher-command): Add missing parens.
| Marius Bakke |
2020-07-21 | gnu: OpenSC: Update to 0.20.0 [security fixes]....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.
| Marius Bakke |
2020-07-21 | gnu: xorg-server: Update to 1.20.8....* gnu/packages/xorg.scm (xorg-server): Update to 1.20.8.
(xorg-server-for-tests): Stay on 1.20.7.
| Marius Bakke |
2020-07-21 | gnu: bubblewrap: Build with Python 3....* gnu/packages/virtualization.scm (bubblewrap)[native-inputs]: Change from
PYTHON-2 to PYTHON-WRAPPER.
| Marius Bakke |
2020-07-21 | gnu: emacs-telega: Temporarily disable VOIP to work around issue....* 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.
| Brett Gilio |
2020-07-21 | gnu: emacs-telega: Patch to use telega-server from Guix....* 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.
| Brett Gilio |
2020-07-21 | gnu: Add emacs-qml-mode....* gnu/packages/emacs-xyz.scm (emacs-qml-mode): New variable.
| Maxim Cournoyer |
2020-07-21 | gnu: Add python-isbnlib....* gnu/packages/python-xyz.scm (python-isbnlib): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Tanguy Le Carrour |
2020-07-21 | gnu: Add python-mamba....* gnu/packages/python-xyz.scm (python-mamba): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Tanguy Le Carrour |
2020-07-21 | gnu: g-golf: Update to git revision 804....* 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>
| Mike Rosset |
2020-07-21 | git-authenticate: Show fingerprint in missing-key error message....* guix/git-authenticate.scm (commit-signing-key): In the 'missing-key'
case, add call to 'openpgp-format-fingerprint'.
| Ludovic Courtès |
2020-07-21 | lint: source: Always return a list....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.
| Ludovic Courtès |
2020-07-21 | upstream: 'download-tarball' gracefully handles missing signatures....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'.
| Ludovic Courtès |
2020-07-21 | doc: Mention the 'savannah' updater....* doc/guix.texi (Invoking guix refresh): Mention 'savannah' updater.
| Ludovic Courtès |
2020-07-21 | gnu: python-pifpaf: Enable tests....* gnu/packages/python-xyz.scm (python-pifpaf)[arguments]: Enable tests.
Use custom 'check phase.
| Efraim Flashner |
2020-07-21 | gnu: python-django-mailman3: Fix dangling python2- variant....* gnu/packages/mail.scm (python-django-mailman3)[properties]: Correctly
identify the python2- variant.
| Efraim Flashner |
2020-07-21 | gnu: postorius: Update to 1.3.3....* 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.
| Efraim Flashner |
2020-07-21 | gnu: Add python-hyperkitty....* gnu/packages/mail.scm (python-hyperkitty): New variable.
| Efraim Flashner |
2020-07-21 | gnu: Add python-mailman-hyperkitty....* gnu/packages/mail.scm (python-mailman-hyperkitty): New variable.
| Efraim Flashner |
2020-07-21 | gnu: Add mailman....* gnu/packages/mail.scm (mailman): New variable.
| Efraim Flashner |
2020-07-21 | gnu: python-mailmanclient: Update to 3.3.1....* gnu/packages/mail.scm (python-mailmanclient): Update to 3.3.1.
[home-page]: Update to new home-page url.
[properties]: Add python2- variant.
| Efraim Flashner |