Age | Commit message (Expand) | Author |
2021-03-19 | gnu: srt2vtt: Update to 0.2....* gnu/packages/video.scm (srt2vtt): Update to 0.2. Wrap executable.
| David Thompson |
2021-03-19 | gnu: Add psi....* gnu/packages/messaging.scm (psi): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Raghav Gururajan |
2021-03-19 | gnu: Add dragon-drop....* gnu/packages/gtk.scm (dragon-drop): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Yoav Marco |
2021-03-19 | gnu: vis: Update to 0.7....* gnu/packages/text-editors.scm (vis): Update to 0.7.
[home-page, source]: Use sourcehut upstream URIs instead of github.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| jgart |
2021-03-19 | gnu: swi-prolog: Update to 8.3.20....* gnu/packages/prolog.scm (swi-prolog): Update to 8.3.20.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Boris A. Dekshteyn |
2021-03-19 | gnu: openmpi: Update to 4.1.0....* gnu/packages/mpi.scm (openmpi): Update to 4.1.0.
| Ludovic Courtès |
2021-03-19 | gnu: openmpi: Add 'release-monitoring-url' property....* gnu/packages/mpi.scm (openmpi)[properties]: New field.
| Ludovic Courtès |
2021-03-19 | gnu: busybox: Update to 1.33.0....* gnu/packages/busybox.scm (busybox): Update to 1.33.0.
| Léo Le Bouter |
2021-03-19 | gnu: busybox: Fix CVE-2021-28831....* gnu/packages/patches/busybox-CVE-2021-28831.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/busybox.scm (busybox): Apply it.
| Léo Le Bouter |
2021-03-19 | gnu: ruby-kramdown: Update to 2.3.1 [fixes CVE-2021-28834]....* gnu/packages/ruby.scm (ruby-kramdown): Update to 2.3.1.
| Léo Le Bouter |
2021-03-19 | gnu: ungoogled-chromium: Update to 89.0.4389.90-1....* gnu/packages/patches/ungoogled-chromium-system-opus.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/chromium.scm (%preserved-third-party-files): Adjust for 89.
(%chromium-version): Remove variable.
(%ungoogled-revision): Set to 89.0.4389.90-1.
(%ungoogled-origin): Conditionally set file name based on commit/tag.
(%guix-patches): Add the new file.
(libvpx/chromium): Update to 1.9.0-104-gb5d77a48d.
(ungoogled-chromium)[version]: Use %UNGOOGLED-REVISION.
[source]: Update hash.
[arguments]: Adjust #:configure-flags for build system changes. Don't build
with external WebRTC SSL library. Remove obsolete substitution.
[inputs]: Remove OPENSSL. Change from PIPEWIRE to PIPEWIRE-0.3.
| Marius Bakke |
2021-03-18 | gnu: emacsy-minimal: Fix build....* gnu/packages/guile-xyz.scm (emacsy-minimal)[native-inputs]:
Add autoconf, automake, gettext-minimal, libtool, pkg-config,
and texinfo.
| Tobias Geerinckx-Rice |
2021-03-18 | gnu: Add countdown....* gnu/packages/time.scm (countdown): New variable.
Also adds copyright, adds necessary module dependencies, and sorts them alphabetically.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Ryan Prior via Guix-patches via |
2021-03-18 | gnu: emacs-flymake-shellcheck: Update to 0.1-1.ac534e9...* gnu/packages/emacs-xyz.scm (emacs-flymake-shellcheck): Update to 0.1-1.ac534e9
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Morgan Smith |
2021-03-18 | gnu: emacs-leaf: Update to 4.4.4....* gnu/packages/emacs-xyz.scm (emacs-leaf): Update to 4.4.4.
| Nicolas Goaziou |
2021-03-18 | gnu: dhewm3: Update to 1.5.1....* gnu/packages/game-development.scm (dhewm3): Update to 1.5.1.
| Tobias Geerinckx-Rice |
2021-03-18 | gnu: elixir: Update to 1.11.4....* gnu/packages/elixir.scm (elixir): Update to 1.11.4.
| Tobias Geerinckx-Rice |
2021-03-18 | gnu: goffice: Update to 0.10.49....* gnu/packages/gnome.scm (goffice): Update to 0.10.49.
| Tobias Geerinckx-Rice |
2021-03-18 | gnu: di: Update to 4.49....* gnu/packages/admin.scm (di): Update to 4.49.
[source]: Update URL.
| Tobias Geerinckx-Rice |
2021-03-18 | gnu: isc-dhcp: Update bundled bind to 9.11.29....* gnu/packages/admin.scm (isc-dhcp)[inputs]: Update bundled bind to
9.11.29.
| Tobias Geerinckx-Rice |
2021-03-18 | gnu: bind: Update to 9.16.13....* gnu/packages/dns.scm (isc-bind): Update to 9.16.13.
| Tobias Geerinckx-Rice |
2021-03-18 | gnu: guix: Update to ec7fb66 [security]....This updates the 'guix' package so that it provides the fix
for <https://bugs.gnu.org/47229>.
* gnu/packages/package-management.scm (guix): Update to ec7fb66.
| Ludovic Courtès |
2021-03-18 | services: Enable "protected hardlinks" and "protected symlinks" by default....References:
https://sysctl-explorer.net/fs/protected_hardlinks/
https://sysctl-explorer.net/fs/protected_symlinks/
* gnu/services/sysctl.scm (%default-sysctl-settings): New public variable.
(<sysctl-configuration>): Use %default-sysctl-settings as the default value.
* gnu/services/base.scm (%base-services): Add sysctl-service-type.
* doc/guix.texi (Miscellaneous Services): Document the new defaults.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Leo Famulari |
2021-03-18 | Revert "gnu: python2-urllib3: Update to 1.26.4 [fixes CVE-2021-28363]."...In response to commit 1a265842e634656411bc7304c4648273f174f65e we should no
longer need this. Also see <https://bugs.gnu.org/47186>.
This reverts commit db87d6ddafd26c5ad657178cf7fdab524d05c522.
| Léo Le Bouter |
2021-03-18 | gnu: imagemagick/fixed: Redirect old sonames to new sonames....* gnu/packages/imagemagick.scm (imagemagick/fixed)[arguments]: Add
'fix-compat-cheat-rename-so phase to redirect old soname paths (expected
without grafting) to new sonames introduced by ImageMagick 6.9.12-0 and
later. These sonames are probably not forward compatible but most probably
backwards compatible so it should suffice until we remove the graft.
| Léo Le Bouter |
2021-03-18 | gnu: linux-libre 4.4: Update to 4.4.262....* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.262.
(linux-libre-4.4-pristine-source): Update hash.
| Leo Famulari |
2021-03-18 | gnu: linux-libre 4.9: Update to 4.9.262....* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.262.
(linux-libre-4.9-pristine-source): Update hash.
| Leo Famulari |
2021-03-18 | gnu: linux-libre 4.14: Update to 4.14.226....* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.226.
(linux-libre-4.14-pristine-source): Update hash.
| Leo Famulari |
2021-03-18 | gnu: linux-libre 4.19: Update to 4.19.181....* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.181.
(linux-libre-4.19-pristine-source): Update hash.
| Leo Famulari |
2021-03-18 | gnu: linux-libre 5.4: Update to 5.4.106....* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.106.
(linux-libre-5.4-pristine-source): Update hash.
| Leo Famulari |
2021-03-18 | gnu: linux-libre 5.10: Update to 5.10.24....* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.24.
(linux-libre-5.10-pristine-source): Update hash.
| Leo Famulari |
2021-03-18 | gnu: linux-libre: Update to 5.11.7....* gnu/packages/linux.scm (linux-libre-5.11-version): Update to 5.11.7.
(linux-libre-5.11-pristine-source): Update hash.
| Leo Famulari |
2021-03-17 | gnu: Add libucl....* gnu/packages/wm.scm (libucl): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| qblade |
2021-03-17 | gnu: Use autoconf instead of autoconf-wrapper when possible....This should reduce confusion on when to use the "autoconf"
package and when to use "autoconf-wrapper" instead in
package definitions.
Fixes <https://bugs.gnu.org/46564>.
* gnu/packages/autotools.scm (autoconf-wrapper):
advise to use the "autoconf" package instead where
possible.
* gnu/packages/game-development.scm (tsukundere)[native-inputs]:
use "autoconf" instead of "autoconf-wrapper".
* gnu/packages/gimp.scm
(glimpse)[native-inputs]: likewise.
(gimp-resynthesizer)[native-inputs]: add comment on why
"autoconf-wrapper" is used.
* gnu/packages/gnunet.scm (gnunet)[native-inputs]:
use "autoconf" instead of "autoconf-wrapper".
* gnu/packages/gnupg.scm (signing-party)[native-inputs]:
add comment on why "autoconf-wrapper" is used.
* gnu/packages/guile-xyz.scm
(guile-bash,guile-filesystem,guile-ics,guile-udev)[native-inputs]:
use "autoconf" instead of "autoconf-wrapper".
* gnu/packages/libevent.scm (libuv)[native-inputs]: indicates
"autoconf-wrapper" needs to be replaced with "autoconf"
on core-updates.
* gnu/packages/logging.scm (glog)[native-inputs]: use "autoconf"
instead of "autoconf-wrapper".
* gnu/packages/mail.scm (libetpan)[native-inputs]: likewise.
* gnu/packages/mate.scm
(mate-icon-theme-faenza)[native-inputs]: add comment on why
"autoconf-wrapper" is used.
(mate-screensaver)[native-inputs]: use "autoconf" instead of
"autoconf-wrapper".
* gnu/packages/package-management.scm (guix)[native-inputs]: likewise.
* gnu/packages/sawfish.scm (librep)[native-inputs]: likewise.
* gnu/packages/video.scm (motion)[native-inputs]: likewise.
* gnu/packages/zile.scm (zile)[native-inputs]: likewise.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Maxime Devos |
2021-03-17 | gnu: scdoc: Cross-compile....* gnu/packages/man.scm (scdoc)[arguments]: Use CC-FOR-TARGET.
| Tobias Geerinckx-Rice |
2021-03-17 | gnu: scdoc: Don't use unstable tarball....The autogenerated tarball was modified upstream.
* gnu/packages/man.scm (scdoc)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
| Tobias Geerinckx-Rice |
2021-03-17 | gnu: libtirpc/hurd: Fix package source....Amend the changes in 1a265842e634656411bc7304c4648273f174f65e to properly
access the origin patches from libtirpc.
I noticed this as guix weather didn't work for this package.
* gnu/packages/onc-rpc.scm (libtirpc/hurd)[source]: Call origin-patches
on (package-source libtirpc) rather than the libtirpc package.
| Christopher Baines |
2021-03-17 | gnu: lua.scm: Sort package module imports alphabetically....* gnu/packages/lua.scm: Sort package module imports alphabetically.
| Efraim Flashner |
2021-03-17 | gnu: python-pygments: Update to 2.7.4 [fixes CVE-2021-27291]....* gnu/packages/python-xyz.scm (python-pygments/fixed): New variable.
(python-pygments)[replacement]: Graft.
| Léo Le Bouter |
2021-03-17 | gnu: Add emacs-kotlin-mode....* gnu/packages/emacs-xyz.scm (emacs-kotlin-mode): New variable.
| Oleg Pykhalov |
2021-03-17 | gnu: emacs-marginalia: Update to 0.4....* gnu/packages/emacs-xyz.scm (emacs-marginalia): Update to 0.4.
| Nicolas Goaziou |
2021-03-17 | gnu: komikku: Update to 0.27.0....* gnu/packages/gnome.scm (komikku): Update to 0.27.0.
[inputs]: Add python-brotli and webkitgtk.
| Leo Prikler |
2021-03-17 | gnu: Move lolcode to esolangs....* gnu/packages/lolcode.scm (lci): Move from here...
* gnu/packages/esolangs.scm (lolcode-lci): ... to here.
* gnu/packages/lolcode.scm: Delete file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Adjust accordingly.
| Leo Prikler |
2021-03-17 | gnu: tig: Update to 2.5.3....* gnu/packages/version-control.scm (tig): Update to 2.5.3.
Co-authored-by: jgart <jgart@dismail.de>
Co-authored-by: donotshake <donotshake:matrix.org>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| LibreMiami |
2021-03-17 | gnu: hwloc: Add 'release-monitoring-url' property....* gnu/packages/mpi.scm (hwloc-1)[properties]: New field.
| Ludovic Courtès |
2021-03-17 | gnu: gnome-autoar: Update to 0.3.1 [fixes CVE-2021-28650]....* gnu/packages/gnome.scm (gnome-autoar): Update to 0.3.1.
| Léo Le Bouter |
2021-03-17 | gnu: pzstd: Update to 1.4.9 [fixes CVE-2021-24032]....* gnu/packages/compression.scm (pzstd): Use 'package/inherit' over zstd so any
graft applied to zstd cascades onto pzstd which is built from the same
source.
| Léo Le Bouter |
2021-03-17 | gnu: Use PACKAGE/INHERIT in more places....* gnu/packages/algebra.scm (fftwf, fftw-openmpi),
gnu/packages/audio.scm (ztoolkit-rsvg),
gnu/packages/bioinformatics.scm (python2-dendropy),
gnu/packages/boost.scm (boost-with-python2),
gnu/packages/check.scm (python2-mock, python2-pytest-mock),
gnu/packages/cups.scm (hplip-minimal),
gnu/packages/freedesktop.scm (libinput-minimal),
gnu/packages/gettext.scm (gnu-gettext),
gnu/packages/glib.scm (python2-pygobject),
gnu/packages/gnome.scm (gdl-minimal, libsoup-minimal, python2-pyatspi),
gnu/packages/groff.scm (groff-minimal),
gnu/packages/jami.scm (ffmpeg-jami),
gnu/packages/libcanberra.scm (libcanberra/gtk+-2),
gnu/packages/lirc.scm (python2-lirc),
gnu/packages/llvm.scm (clang-runtime-3.5),
gnu/packages/mpi.scm (java-openmpi, openmpi-thread-multiple),
gnu/packages/node.scm (libnode),
gnu/packages/onc-rpc.scm (libtirpc/hurd),
gnu/packages/python-compression.scm (bitshuffle-for-snappy),
gnu/packages/python-crypto.scm (python2-pycrypto, python2-cryptography)
(python2-cryptography, python2-m2crypto),
gnu/packages/python-web.scm (python2-html2text, python2-tornado)
(python2-terminado, python2-ndg-httpsclient, python2-websocket-client)
(python2-rauth, python2-url, python2-s3transfer),
gnu/packages/python-xyz.scm (python2-psutil, python2-serpent)
(python2-humanfriendly, python2-empy, python2-parse-type, python2-polib)
(python2-jsonschema, python2-pystache, python2-cython, python2-numpydoc)
(python2-ipyparallel, python2-traitlets, python2-dbus)
(python2-beautifulsoup4, python2-pep517, python2-flake8, python2-llfuse)
(python2-tlsh, python-file, python2-notebook, python-jupyter-console-minimal)
(python2-contextlib2, python2-promise, python2-anyjson, python2-amqp)
(python2-kombu, python2-billiard, python2-celery, python2-whoosh)
(python2-jellyfish, python-rope, ptpython-2, python2-binaryornot)
(python2-setproctitle, python2-argcomplete, python2-xopen, python2-isort)
(python2-radon, python2-rfc6555, python2-activepapers, python2-send2trash)
(python2-cloudpickle, python2-reparser),
gnu/packages/python.scm (python2-called-python),
gnu/packages/qt.scm (python2-sip, python-pyqt-without-qtwebkit, python2-pyqt)
(python-qscintilla, python-pyqt+qscintilla),
gnu/packages/scanner.scm (sane-backends),
gnu/packages/sdl.scm (guile3.0-sdl2),
gnu/packages/selinux.scm (checkpolicy, libselinux, libsemanage, secilc)
(python-sepolgen, policycoreutils),
gnu/packages/serialization.scm (lua5.1-libmpack, lua5.2-libmpack),
gnu/packages/simulation.scm (fenics),
gnu/packages/statistics.scm (python2-statsmodels),
gnu/packages/texinfo.scm (info-reader),
gnu/packages/wxwidgets.scm (wxwidgets-gtk2, wxwidgets-gtk2-3.1),
gnu/packages/xml.scm (xmlsec-nss),
gnu/packages/xorg.scm (uim-gtk, uim-qt),
guix/build-system/python.scm (package-with-explicit-python)
(strip-python2-variant): Use PACKAGE/INHERIT.
| Mark H Weaver |
2021-03-16 | gnu: gvfs: Add 'lint-hidden-cve' property....* gnu/packages/gnome.scm (gvfs)[properties]: New field, marking
CVE-2019-12447, CVE-2019-12448, and CVE-2019-12449 as fixed.
| Mark H Weaver |
2021-03-16 | gnu: gnome-shell: Add 'lint-hidden-cve' property....* gnu/packages/gnome.scm (gnome-shell)[properties]: New field, marking
CVE-2019-3820 as fixed.
| Mark H Weaver |