Age | Commit message (Expand) | Author |
2020-05-25 | gnu: redkite: Update to 0.8.1....* gnu/packages/audio.scm (redkite): Update to 0.8.1.
| Tobias Geerinckx-Rice |
2020-05-25 | gnu: netcat-openbsd: Update to 1.217-1....* gnu/packages/admin.scm (netcat-openbsd): Update to 1.217-1.
[arguments]: Remove obsolete #:configure-flags.
| Tobias Geerinckx-Rice |
2020-05-25 | gnu: colordiff: Update to 1.0.19....* gnu/packages/patchutils.scm (colordiff): Update to 1.0.19.
| Tobias Geerinckx-Rice |
2020-05-25 | gnu: libnftnl: Update to 1.1.6....* gnu/packages/linux.scm (libnftnl): Update to 1.1.6.
[source]: Remove patch.
* gnu/packages/patches/libnftnl-dont-check-NFTNL_FLOWTABLE_SIZE.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
| Tobias Geerinckx-Rice |
2020-05-25 | gnu: gcompris: Use HTTPS home page URI....* gnu/packages/education.scm (gcompris)[home-page]: Use HTTPS URI.
| Nicolas Goaziou |
2020-05-25 | gnu: czmq: Use HTTPS home page URI....* gnu/packages/networking.scm (czmq)[home-page]: Use HTTPS URI.
| Nicolas Goaziou |
2020-05-25 | gnu: cppzmq: Use HTTPS home page URI....* gnu/packages/networking.scm (cppzmq)[home-page]: Use HTTPS URI.
| Nicolas Goaziou |
2020-05-25 | gnu: cmark: Use HTTPS home page URI....* gnu/packages/markup.scm (cmark)[home-page]: Use HTTPS URI.
| Nicolas Goaziou |
2020-05-25 | gnu: wireshark: Update to 3.2.4....* gnu/packages/networking.scm (wireshark): Update to 3.2.4.
| Nicolas Goaziou |
2020-05-25 | gnu: denemo: Update to 2.4.0....* gnu/packages/music.scm (denemo): Update to 2.4.0.
| Nicolas Goaziou |
2020-05-25 | gnu: cataclysm-dda: Update to 0.E-2....* gnu/packages/games.scm (cataclysm-dda): Update to 0.E-2.
| Nicolas Goaziou |
2020-05-25 | gnu: dia: Update to 0.97.3-2.3cf7ec4 [fixes CVE-2019-19451]....* gnu/packages/gnome.scm (dia): Update to 0.97.3-2.3cf7ec4.
[build-system]: Use Meson.
[inputs]: Add graphene, libxslt, poppler, and python-2.
Remove freetype, gdk-pixbuf, libart-lgpl, and pango.
[native-inputs]: Add appstream-glib and docbook-xsl.
Remove autoconf, automake, libtool, perl, and python-wrapper.
| Tobias Geerinckx-Rice |
2020-05-25 | gnu: parallel: Update to 20200522....* gnu/packages/parallel.scm (parallel): Update to 20200522.
| Tobias Geerinckx-Rice |
2020-05-25 | doc: Fix typos....* doc/guix.texi: Fix typos.
* doc/contributing.texi: Fix typos.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
| zimoun |
2020-05-25 | gnu: Add emacs-interleave....* gnu/packages/emacs-xyz.scm (emacs-interleave): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Ryan Desfosses |
2020-05-25 | gnu: tensorflow: Fix build with python-3.8....* gnu/packages/machine-learning.scm (tensorflow)[arguments]: Also import
python-version from python-build-system. Adjust 'python3.7-compatibility
to also add python-3.8 compatibility. Adjust 'install-python to not
hardcode the python version.
| Efraim Flashner |
2020-05-25 | gnu: efl: Update to 1.24.2....* gnu/packages/enlightenment.scm (efl): Update to 1.24.2.
| Efraim Flashner |
2020-05-25 | gnu: emacs-helm-emms: Update to 20200322....* gnu/packages/emacs-xyz.scm (emacs-helm-emms): Update to 20200322.
| Pierre Neidhardt |
2020-05-25 | Updating python-argon2-cffi to 20.1.0...Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Josh Marshall |
2020-05-25 | gnu: enlightenment: Fix screen unlocking....Without this the password is never collected and checked.
* gnu/packages/patches/enlightenment-fix-setuid-path.patch: Fix patch so
that it collects the entered password.
| Efraim Flashner |
2020-05-25 | gnu: libexif: Update to 0.6.22 [security fixes]....This fixes CVE-2020-13114, CVE-2020-13113, CVE-2020-13112, CVE-2020-0093,
CVE-2019-9278, and CVE-2020-12767.
* gnu/packages/patches/libexif-CVE-2016-6328.patch,
gnu/packages/patches/libexif-CVE-2017-7544.patch,
gnu/packages/patches/libexif-CVE-2018-20030.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/photo.scm (libexif): Update to 0.6.22.
[source](uri): Adjust for upstream GitHub migration.
| Marius Bakke |
2020-05-25 | gnu: libgphoto2: Update to 2.5.25....* gnu/packages/photo.scm (libgphoto2): Update to 2.5.25.
| Marius Bakke |
2020-05-25 | pull: Protect against downgrade attacks....* guix/scripts/pull.scm (%default-options): Add 'validate-pull'.
(%options, show-help): Add '--allow-downgrades'.
(warn-about-backward-updates): New procedure.
(guix-pull): Pass #:current-channels and #:validate-pull to
'latest-channel-instances'.
* guix/channels.scm (ensure-forward-channel-update): Add hint for
when (channel-commit channel) is true.
* doc/guix.texi (Invoking guix pull): Document '--allow-downgrades'.
| Ludovic Courtès |
2020-05-25 | channels: 'latest-channel-instances' guards against non-forward updates....* guix/channels.scm (latest-channel-instance): Add #:starting-commit and
pass it to 'update-cached-checkout'. Return the commit relation as a
second value.
(ensure-forward-channel-update): New procedure.
(latest-channel-instances): Add #:current-channels and #:validate-pull.
[current-commit]: New procedure.
Pass #:starting-commit to 'latest-channel-instance'. When the returned
relation is true, call VALIDATE-PULL.
(latest-channel-derivation): Add #:current-channels and #:validate-pull.
Pass them to 'latest-channel-instances*'.
* tests/channels.scm ("latest-channel-instances #:validate-pull"): New
test.
| Ludovic Courtès |
2020-05-25 | git: 'update-cached-checkout' returns the commit relation....* guix/git.scm (update-cached-checkout): Add #:starting-commit
parameter. Call 'commit-relation' when #:starting-commit is true.
Always return the relation or #f as the third value.
(latest-repository-commit): Adjust accordingly.
* guix/import/opam.scm (get-opam-repository): Likewise.
* tests/channels.scm ("latest-channel-instances includes channel dependencies")
("latest-channel-instances excludes duplicate channel dependencies"):
Update mock of 'update-cached-checkout' accordingly.
| Ludovic Courtès |
2020-05-25 | channels: 'latest-channel-instances' doesn't leak internal state....* guix/channels.scm (latest-channel-instances): Remove
'previous-channels' argument. Introduce 'loop' and use it.
| Ludovic Courtès |
2020-05-25 | git: Add 'commit-relation'....* guix/git.scm (commit-relation): New procedure.
* tests/git.scm ("commit-relation"): New test.
| Ludovic Courtès |
2020-05-25 | gnu: protonvpn-cli: Tweak description....* gnu/packages/vpn.scm (protonvpn-cli)[description]: Tweak.
| Ludovic Courtès |
2020-05-25 | gnu: Add protonvpn-cli....* gnu/packages/vpn.scm (protonvpn-cli): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Ryan Prior |
2020-05-25 | gnu: guile-dsv: Build with Guile 3.0....* gnu/packages/guile-xyz.scm (guile-dsv)[inputs]: Replace guile-2.2 with
guile-3.0.
[propagated-inputs]: Replace guile2.2-lib with guile-lib.
[arguments]: Add "configure support guile3.0" phase.
(guile2.2-dsv): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Jack Hill |
2020-05-25 | gnu: guile-dsv: Wrap script....* gnu/packages/guile-xyz.scm (guile-dsv)[arguments]: Add "wrap program"
phase. Import target-guile-effective-version from guile-build-system for use
in new phase.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Jack Hill |
2020-05-25 | doc: cookbook: Add subsection about session locking with xss-lock....* doc/guix-cookbook.texi (Session lock): New node.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Chris Bøg |
2020-05-24 | gnu: pwsafe: Update to 3.52.0....* gnu/packages/password-utils.scm (pwsafe): Update to 3.52.0.
[arguments]: Remove obsolete work-arounds.
Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr>
| Tim Gesthuizen via Guix-patches via |
2020-05-24 | gnu: emacs-auctex: Update to 12.2.2....* gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 12.2.2.
| Nicolas Goaziou |
2020-05-24 | doc: Update to the new 'grub-theme' procedure....This is a follow-up commit to 9cdb10d52e34f7e8fa3b6238fe268646a4bbb877:
gnu: grub: Allow a PNG image and replace "aspect-ratio" with "resolution".
* doc/guix.texi (Bootloader Configuration): Describe and use the 'grub-theme'
procedure instead of the removed '%default-theme' variable.
| Jan (janneke) Nieuwenhuizen |
2020-05-24 | gnu: enlightenment: Update to 0.24.0....* gnu/packages/enlightenment.scm (enlightenment): Update to 0.24.0.
[arguments]: Change configure-flags to hardcode efl binary locations.
Remove custom 'fix-dot-desktop-creation phase. Update 'set-system-actions
phase.
* gnu/packages/patches/enlightenment-fix-setuid-path.patch: Update for
new upstream version.
* gnu/services/desktop.scm (enlightenment-setuid-programs): Same.
| Efraim Flashner |
2020-05-24 | gnu: python-efl: Update to 1.24.0....* gnu/packages/enlightenment.scm (python-efl): Update to 1.24.0.
| Efraim Flashner |
2020-05-24 | gnu: efl: Update to 1.24.1....* gnu/packages/enlightenment.scm (efl): Update to 1.24.1.
[propagated-inputs]: Remove bullet. Add libpng. Move libtiff, libwebp,
util-linux:lib ...
[inputs]: ... to here. Add openjpeg. Remove libxp.
[arguments]: In configure-flags disable scim, enable avahi, glib. Use
setuid mount/umount binaries. Rename hardcode-libcurl-location to
hardcode-dynamic-libraries and add pulseaudio, libsndfile.
squash! efl-1.24.1
| Efraim Flashner |
2020-05-24 | gnu: go-github-com-kr-pretty: Fix source sha256....This follows on from 618df2e335acb49a27ca014b555ede34f79503f3, which left the
hash suspiciously similar to the previous value.
* gnu/packages/golang.scm (go-github-com-kr-pretty): Change the sha256 hash.
| Christopher Baines |
2020-05-24 | build: Add missing twinkle patch to gnu/local.mk....This follows up on e5463baf2ce21cd2abc7ac5576401ae7ee7eb28c.
* gnu/local.mk (dist_patch_DATA): Add twinkle-bcg729.patch.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| Royce Strange |
2020-05-24 | gnu: pidgin: Fix build with Meson network-manager....This is a follow-up commit to 255ff74f3ab514a76068f6cfccc7f8dbcf8b7f3f:
building network-manager with Meson breaks users of NetworkManager.pc.
* gnu/packages/messaging.scm (pidgin)[source]: Add pidgin-libnm.patch.
Force re-bootstrapping in a new snippet.
[native-inputs]: Add autoconf, automake, and libtool.
* gnu/packages/patches/pidgin-libnm.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
| Tobias Geerinckx-Rice |
2020-05-24 | gnu: nano: Update to 4.9.3....* gnu/packages/nano.scm (nano): Update to 4.9.3.
| Efraim Flashner |
2020-05-24 | gnu: redshift-wayland: Install redshift.desktop....* gnu/packages/xdisorg.scm (redshift-wayland)[arguments]: New field.
| Marius Bakke |
2020-05-23 | gnu: local.mk: Remove absent patch....This follows on from 899ffa1381afbf5f955aeba4839e920b3d910953.
* gnu/local.mk (dist_patch_DATA): Remove
packages/patches/deja-dup-use-ref-keyword-for-iter.patch.
| Christopher Baines |
2020-05-23 | gnu: gnome-shell: Use libnma....* gnu/packages/gnome.scm (gnome-shell)[inputs]: Add 'libnma'.
| Brice Waegeneire |
2020-05-23 | gnu: dconf: Appease 'guix lint'....* gnu/packages/gnome.scm (dconf)[homepage]: Avoid permanent redirect.
| Brice Waegeneire |
2020-05-23 | gnu: deja-dup: Update to 40.6....* gnu/packages/gnome.scm (deja-dup): Update to 40.6.
[origin]: Use gitlab.gnome.org since the project migrated away from
launchpad.
[home-page]: Use 'wiki.gnome.org' instead of 'launchpad.net'.
[build-system]: Switch to 'meson-build-system' because upstream removed
cmake support.
[arguments]: Enable tests. Remove arguments 'modules',
'imported-modules' and 'test-target'. Use argument 'glib-or-gtk?'.
Replace configure-flags to only adjust 'RUN_PATH'. Use standard phases
for 'configure' and 'check'. Adjust and rename phase
'patch-lockfile-deletion' to 'patch-paths'. Add phases
'patch-libgpg-error' and 'skip-gtk-update-icon-cache'.
[inputs]: Remove 'libpeas', 'gobject-introspection'. Replace 'python-2'
and 'python2-pygobject' with python-3 versions. Add 'json-glib',
'libsoup' and 'libgpg-error'.
[native-inputs]: Remove 'cmake-minimal' and 'intltool'. Add
'appstream-glib','desktop-file-utils', 'glib:bin' and
'gobject-introspection'.
* gnu/packages/patches/deja-dup-use-ref-keyword-for-iter.patch: Delete
file.
| Brice Waegeneire |
2020-05-23 | gnu: upower: Enable tests....* gnu/packages/gnome.scm (upower)[arguments]: Enable tests and add
phases 'pre-check'.
[native-inputs]: Add 'python-pygobject', 'python-dbus',
'python-dbusmock' and 'umockdev'.
| Brice Waegeneire |
2020-05-23 | gnu: umockdev: Update to 0.14.1....* gnu/packages/check.scm (umockdev) Update to 0.14.1.
| Brice Waegeneire |
2020-05-23 | gnu: umockdev: Add 'gobject-introspection'....* gnu/packages/check.scm (umockdev)[native-inuputs]: Add
'gobject-introspection'.
| Brice Waegeneire |