summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
2021-05-13gnu: libupnp: Update to 1.14.7....* gnu/packages/upnp.scm (libupnp): Update to 1.14.7. Tobias Geerinckx-Rice
2021-05-13gnu: squid: Update to 4.15....* gnu/packages/networking.scm (squid): Update to 4.15. Tobias Geerinckx-Rice
2021-05-13gnu: svt-av1: Update to 0.8.7....* gnu/packages/video.scm (svt-av1): Update to 0.8.7. Tobias Geerinckx-Rice
2021-05-13gnu: snappy: Update to 1.1.9....* gnu/packages/compression.scm (snappy): Update to 1.1.9. [source]: Add another patch. [arguments]: Add new #:configure-flags and an 'unpack-third_party-subprojects phase. [native-inputs]: Add the sources for benchmark and googletests. * gnu/packages/patches/snappy-add-inline-for-GCC.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Tobias Geerinckx-Rice
2021-05-13gnu: qjackctl: Build with CMake....It is better supported upstream. * gnu/packages/audio.scm (qjackctl)[build-system]: Switch to CMAKE-BUILD-SYSTEM. Tobias Geerinckx-Rice
2021-05-13gnu: qjackctl: Update to 0.9.3....* gnu/packages/audio.scm (qjackctl): Update to 0.9.3. Tobias Geerinckx-Rice
2021-05-13gnu: ccache: Update to 4.3....* gnu/packages/ccache.scm (ccache): Update to 4.3. Tobias Geerinckx-Rice
2021-05-13gnu: libjcat: Update to 0.1.7....* gnu/packages/compression.scm (libjcat): Update to 0.1.7. Tobias Geerinckx-Rice
2021-05-13gnu: Add xfstests....* gnu/packages/file-systems.scm (xfstests): New public variable. Tobias Geerinckx-Rice
2021-05-13gnu: pre-commit: Update to 2.12.1....* gnu/packages/version-control.scm (pre-commit): Update to 2.12.1. [arguments]: Make source tree writable and initialize a git repository before check phase. Simplify check phase. [native-inputs]: Add python-covdefaults, python-coverage, python-distlib/next, python-pytest-env, which. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Vinicius Monego
2021-05-13gnu: guile: Update to 3.0.7....* gnu/packages/guile.scm (guile-3.0-latest): Update to 3.0.7. Remove "guile-2.2-skip-so-test.patch". [propagated-inputs, arguments]: New fields. Ludovic Courtès
2021-05-13gnu: libgc: Add variant with '--disable-munmap'....* gnu/packages/bdw-gc.scm (libgc/disable-munmap): New variable. Ludovic Courtès
2021-05-12gnu: linux-libre 5.4: Update to 5.4.118....* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.118. (linux-libre-5.4-pristine-source): Update hash. Leo Famulari
2021-05-12gnu: linux-libre 5.10: Update to 5.10.36....* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.36. (linux-libre-5.10-pristine-source): Update hash. Leo Famulari
2021-05-12gnu: sudo: Update to 1.9.7....* gnu/packages/admin.scm (sudo): Update to 1.9.7. Tobias Geerinckx-Rice
2021-05-12gnu: Add python-sqlalchemy-stubs....* gnu/packages/databases.scm (python-sqlalchemy-stubs): New variable. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net> BonfaceKilz
2021-05-11Merge branch 'version-1.3.0'Maxim Cournoyer
2021-05-11gnu: Add remmina....* gnu/packages/vnc.scm (remmina): New variable. Raghav Gururajan
2021-05-11gnu: Add giara....* gnu/packages/syndication.scm (giara): New variable. * gnu/packages/patches/giara-fix-login.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Raghav Gururajan
2021-05-11gnu: guix: Update to 771b866.Maxim Cournoyer
2021-05-11gnu: python-networkx: Update to 2.5.1....* gnu/packages/python-xyz.scm (python-networkx): Update to 2.5.1. Signed-off-by: Leo Famulari <leo@famulari.name> Greg Hogan
2021-05-11gnu: guix: Update to 1.3.0.Maxim Cournoyer
2021-05-11gnu: emacs-rime: Adjust to changes in emacs-build-system....* gnu/packages/emacs-xyz.scm (emacs-rime):[arguments]: Use #:include rather than #:phases to add librime-emacs.so. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at> Z572
2021-05-11gnu: Allow services to install kernel-loadable modules....* gnu/system.scm (operating-system-directory-base-entries): Remove code to handle generation of "kernel" for linux-libre kernels. (operating-system-default-essential-services): Instantiate linux-builder-service-type. (package-for-kernel): Move ... * gnu/services.scm: ... to here. (linux-builder-service-type): New variable. (linux-builder-configuration): New type. (linux-loadable-module-service-type): New variable. * gnu/tests/linux-modules.scm (run-loadable-kernel-modules-test): Move code to ... (run-loadable-kernel-modules-test-base): ... new procedure here. (run-loadable-kernel-modules-service-test): New procedure. (%test-loadable-kernel-modules-service-0): New variable. (%test-loadable-kernel-modules-service-1): New variable. (%test-loadable-kernel-modules-service-2): New variable. * doc/guix.texi: Document linux-loadable-module-service-type. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> raid5atemyhomework
2021-05-11gnu: Add ruby-yaml-lint....* gnu/packages/ruby.scm (ruby-yaml-lint): New variable. Efraim Flashner
2021-05-11gnu: Add ruby-hkdf....* gnu/packages/ruby.scm (ruby-hkdf): New variable. Efraim Flashner
2021-05-11gnu: python-pycurl: Migrate uri from bintray....* gnu/packages/python-web.scm (python-pycurl)[source]: Download from pypi. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Greg Hogan
2021-05-11gnu: boost: Migrate uri from bintray....* gnu/packages/boost.scm (boost)[source]: Download from jfrog. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Greg Hogan
2021-05-11gnu: Add cl-trivial-main-thread....* gnu/packages/lisp-xyz.scm (sbcl-trivial-main-thread, ecl-trivial-main-thread, cl-trivial-main-thread): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Sharlatan Hellseher
2021-05-11gnu: Add cl-simple-tasks....* gnu/packages/lisp-xyz.scm (sbcl-simple-tasks, ecl-simple-tasks, cl-simple-tasks): New packages. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Sharlatan Hellseher
2021-05-11gnu: Add cl-glsl-toolkit....* gnu/packages/lisp-xyz.scm (sbcl-glsl-toolkit, ecl-glsl-toolkit, cl-glsl-toolkit): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Sharlatan Hellseher
2021-05-11gnu: Add cl-messagebox....* gnu/packages/lisp-xyz.scm (sbcl-messagebox, ecl-messagebox, cl-messagebox): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Sharlatan Hellseher
2021-05-10gnu: tor: Update to 0.4.5.8....* gnu/packages/tor.scm (tor): Update to 0.4.5.8. Efraim Flashner
2021-05-10system: vm-image.tmpl: Add a crutch to allow refreshing the resolution....Inspired by https://github.com/jollheef/appvm/commit/1270b2e209bc002e69bbe6351ad5b04b7facfcc8. The price to pay is about 5% of a CPU core usage in the guest in the worst scenario. * gnu/system/examples/vm-image.tmpl (auto-update-resolution-crutch): New mcron job. [services]: Extend the mcron-service with it. Maxim Cournoyer
2021-05-10gnu: racket: Update to 8.1....* gnu/packages/racket.scm (racket-minimal): Update to 8.1. [arguments](#:phases): Remove 'patch-chez-configure: fixes applied upstream. (racket): Update to 8.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Philip McGrath
2021-05-10gnu: Add guile-fslib....* gnu/packages/guile-xyz.scm (guile-fslib): New variable. Zelphir Kaltstahl
2021-05-10gnu: passwordsafe: Update to 5.0....* gnu/packages/gnome.scm (passwordsafe): Update to 5.0. [inputs]: Replace libhandy-0.0 with libhandy. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Trevor Hass
2021-05-10gnu: chess: Update to 6.2.8....* gnu/packages/games.scm (chess): Update to 6.2.8. Efraim Flashner
2021-05-10gnu: icecat: Validate runpath....* gnu/packages/gnuzilla.scm (icecat)[arguments]: Adjust custom 'configure phase to set LDFLAGS. Don't skip validating the runpath. Efraim Flashner
2021-05-09gnu: retux: Update to 1.5....* gnu/packages/games.scm (retux): Update to 1.5. [source]: Download zip archive since a stable tar archive is unavailable. [native-inputs]: Add unzip. Kei Kebreau
2021-05-09gnu: python-sge: Update to 2.0.post0....* gnu/packages/game-development.scm (python-sge): Update to 2.0.post0. Kei Kebreau
2021-05-09gnu: python-pikepdf: Update to 2.12.0....* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.12.0. Nicolas Goaziou
2021-05-09gnu: emacs-pyim: Update to 3.7.4....* gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 3.7.4. Nicolas Goaziou
2021-05-09gnu: img2pdf: Update to 0.4.1....* gnu/packages/pdf.scm (img2pdf): Update to 0.4.1. Nicolas Goaziou
2021-05-09gnu: certbot, python-acme: Update to 1.15.0....* gnu/packages/tls.scm (python-acme, certbot): Update to 1.15.0. Leo Famulari
2021-05-09gnu: ExifTool: Fix CVE-2021-22204...* gnu/packages/patches/perl-image-exiftool-CVE-2021-22204.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/photo.scm (perl-image-exiftool)[source]: Use it. Leo Famulari
2021-05-09gnu: xfce4-panel: Update to 4.16.3....* gnu/packages/xfce.scm (xfce4-panel): Update to 4.16.3. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Michael Rohleder
2021-05-09gnu: thunar: Update to 4.16.8....* gnu/packages/xfce.scm (thunar): Update to 4.16.8. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Michael Rohleder
2021-05-09gnu: Add emacs-multitran....gnu/packages/emacs-xyz.scm (emacs-multitran): New variable. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net> Alexandr Vityazev
2021-05-09gnu: icedove: Update to 78.10.1....* gnu/packages/gnuzilla.scm (icedove): Update to 78.10.1. Jonathan Brielmaier