Age | Commit message (Expand) | Author |
2020-11-25 | gnu: OpenSC: Update to 0.21.0 [fixes CVE-2020-{26570,26571,26572}]....* gnu/packages/security-token.scm (opensc): Update to 0.21.0.
| Leo Famulari |
2020-11-25 | gnu: oil: Update to 0.8.5....* gnu/packages/shells.scm (oil): Update to 0.8.5.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Ryan Prior via Guix-patches via |
2020-11-26 | Merge branch 'master' into staging | Marius Bakke |
2020-11-26 | gnu: dav1d: Add a source file name....* gnu/packages/video.scm (dav1d)[source](file-name): New field.
| Marius Bakke |
2020-11-25 | gnu: python-transient: Update to 0.11....* gnu/packages/virtualization.scm (python-transient): Update to 0.11.
| Brett Gilio |
2020-11-25 | gnu: Add python-opentsne....* gnu/packages/machine-learning.scm (python-opentsne): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Vinicius Monego |
2020-11-25 | gnu: Add python-pynndescent....* gnu/packages/machine-learning.scm (python-pynndescent): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Vinicius Monego |
2020-11-26 | etc: Add more SELinux permissions for the daemon....* etc/guix-daemon.cil.in (guix_daemon): Permit file appending, setattr,
read/write UDP sockets, access to tmpfs and hugetlbfs, and connecting to
PostgreSQL.
| Marius Bakke |
2020-11-26 | gnu: xf86-video-intel: Update to 2.99.917-17.ad5540f....* gnu/packages/xorg.scm (xf86-video-intel): Update to 2.99.917-17.ad5540f.
| Marius Bakke |
2020-11-26 | news: Add entry for LVM support....* etc/news.scm: Add entry.
| Ludovic Courtès |
2020-11-26 | doc: Tweak LVM-related info....* doc/guix.texi (Limitations): Remove LVM support.
(Mapped Devices): Add link the to LVM web site. Tweak wording.
| Ludovic Courtès |
2020-11-26 | mapped-devices: Add 'lvm-device-mapping'....* gnu/system/mapped-devices.scm (lvm-device-mapping, open-lvm-device,
close-lvm-device): New variables.
* gnu/tests/install.scm (%lvm-separate-home-os,
%lvm-separate-home-os-source, %lvm-separate-home-installation-script,
%test-lvm-separate-home-os): New variables.
* gnu/system/linux-initrd.scm (raw-initrd): Add (srfi srfi-1) to initrd expression.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Mikhail Tsykalov |
2020-11-26 | mapped-devices: Allow target to be list of strings....* gnu/system/mapped-devices.scm (<mapped-device>): Rename constructor to
%mapped-device.
[target]: Remove field.
[targets]: New field. Adjust users.
(mapped-device-compatibility-helper, mapped-device): New macros.
(mapped-device-target): New deprecated procedure.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Mikhail Tsykalov |
2020-11-26 | gnu: guile-bytestructures: Update to 1.0.9....Fixes <https://bugs.gnu.org/44000>.
* gnu/packages/guile.scm (guile-bytestructures): Update to 1.0.9.
[source]: Adjust tag to no longer include "v" prefix.
| Ludovic Courtès |
2020-11-26 | gnu: hwloc: Add "doc" output....* gnu/packages/mpi.scm (hwloc-1)[outputs]: Add "doc".
[arguments]: Add 'move-man3-pages' phase.
| Ludovic Courtès |
2020-11-25 | gnu: Add git-open....* gnu/packages/version-control.scm (git-open): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| EuAndreh |
2020-11-25 | gnu: perl-cairo: Update to 1.108....* gnu/packages/gtk.scm (perl-cairo): Update to 1.108.
| Tobias Geerinckx-Rice |
2020-11-25 | gnu: youtube-dl: Update to 2020.11.26....* gnu/packages/video.scm (youtube-dl): Update to 2020.11.26.
| Tobias Geerinckx-Rice |
2020-11-25 | gnu: lmdb: Update to 0.9.27....* gnu/packages/databases.scm (lmdb): Update to 0.9.27.
| Tobias Geerinckx-Rice |
2020-11-25 | gnu: volk: Remove static library....* gnu/packages/engineering.scm (volk)[arguments]: Add a
'remove-static-libraries phase.
| Tobias Geerinckx-Rice |
2020-11-25 | gnu: volk: Update to 2.4.0....* gnu/packages/engineering.scm (volk): Update to 2.4.0.
[source]: Clone recursively.
| Tobias Geerinckx-Rice |
2020-11-25 | gnu: libaudec: Update to 0.2.4....* gnu/packages/audio.scm (libaudec): Update to 0.2.4.
[arguments]: Use a newer #:meson.
| Tobias Geerinckx-Rice |
2020-11-25 | gnu: volk: Fetch from git repository....* gnu/packages/engineering.scm (volk)[source]: Use GIT-FETCH and GIT-FILE-NAME.
| Tobias Geerinckx-Rice |
2020-11-25 | gnu: mercury: Update to 20.06.1....* gnu/packages/mercury.scm (mercury): Update to 20.06.1.
| Brett Gilio |
2020-11-25 | gnu: mercury-minimal: Update to 20.06.1....* gnu/packages/mercury.scm (mercury-minimal): Update to 20.06.1.
| Brett Gilio |
2020-11-25 | gnu: gnupg: Update to 2.2.25....* gnu/packages/gnupg.scm (gnupg): Update to 2.2.25.
| Marius Bakke |
2020-11-25 | gnu: libksba: Update to 1.5.0....* gnu/packages/gnupg.scm (libksba): Update to 1.5.0.
| Marius Bakke |
2020-11-25 | etc: Add more SELinux permissions for the daemon....This is needed for some package test suites.
* etc/guix-daemon.cil.in (guix_daemon): Permit unix_dgram_socket operations.
| Marius Bakke |
2020-11-25 | gnu: Add qpdfview....* gnu/packages/pdf.scm (qpdfview): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Timotej Lazar |
2020-11-25 | gnu: dav1d: Update to 0.8.0....* gnu/packages/video.scm (dav1d): Update to 0.8.0.
[source]: Use GIT-FETCH, because there is no tarball for 0.8.0.
| Leo Famulari |
2020-11-25 | gnu: bind: Update to 9.16.9....* gnu/packages/dns.scm (isc-bind): Update to 9.16.9.
| Tobias Geerinckx-Rice |
2020-11-25 | gnu: font-gnu-unifont: Always download source over HTTPS....* gnu/packages/fonts.scm (font-gnu-unifont)[source]: Use HTTPS everywhere.
| Tobias Geerinckx-Rice |
2020-11-25 | gnu: font-gnu-unifont: Update to 13.0.04....* gnu/packages/fonts.scm (font-gnu-unifont): Update to 13.0.04.
| Tobias Geerinckx-Rice |
2020-11-25 | gnu: uget: Update to 2.2.1....* gnu/packages/bittorrent.scm (uget): Update to 2.2.1.
| Tobias Geerinckx-Rice |
2020-11-25 | gnu: ceph: Update to 14.2.15....* gnu/packages/storage.scm (ceph): Update to 14.2.15.
| Tobias Geerinckx-Rice |
2020-11-25 | gnu: Mutt: Update to 2.0.2 [fixes CVE-2020-28896]....* gnu/packages/mail.scm (mutt): Update to 2.0.2.
* gnu/packages/patches/mutt-store-references.patch: Adjust to changes in
Mutt 2.0.2.
| Leo Famulari |
2020-11-25 | gnu: grpc: Update to 1.33.2....* gnu/packages/rpc.scm (grpc): Update to 1.33.2.
[arguments]: Use system (re2) provided package.
[inputs]: Add re2.
[native-inputs]: Add pkg-config.
| Brett Gilio |
2020-11-25 | gnu: re2: Update to 2020-11-01....* gnu/packages/regex.scm (re2): Update to 2020-11-01.
| Brett Gilio |
2020-11-25 | gnu: cuirass: Update to 0.0.1-55.fd432b8....* gnu/packages/ci.scm (cuirass): Update to 0.0.1-55.fd432b8.
| Mathieu Othacehe |
2020-11-25 | gnu: et: Deprecate package....* gnu/packages/terminals.scm (et): Deprecate in favor of
eternalterminal.
| Brett Gilio |
2020-11-25 | gnu: et: Work around recursive module imports....* gnu/packages/ssh.scm (et): Remove.
* gnu/packages/terminals.scm (et): Add et.
| Brett Gilio |
2020-11-25 | gnu: eternalterminal: Update to 6.0.13....* gnu/packages/terminals.scm (eternalterminal): Update to 6.0.13.
| Brett Gilio |
2020-11-25 | gnu: protobuf: Update to 3.14.0....* gnu/packages/protobuf.scm (protobuf): Update to 3.14.0.
| Brett Gilio |
2020-11-25 | gnu: gst-plugins-bad: Enable webrtc module....* gnu/packages/gstreamer.scm (gst-plugins-bad): Enable webrtc module.
[inputs]: Add libnice and webrtc-audio-processing.
[arguments]: Add substitution of failing tests.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Michael Rohleder |
2020-11-25 | gnu: git-annex: Update to 8.20201116....If ghc-torrent isn't available, git-annex will fall back to custom legacy
code. However, this older code path has a build failure in the 8.20201116
release, and in general it'd be better to rely on the preferred, more
exercised code path.
* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20201116.
[inputs]: Add ghc-torrent.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Kyle Meyer |
2020-11-25 | gnu: ghc-filepath-bytestring: Update to 1.4.2.1.6....The minimum version of ghc-filepath-bytestring is now 1.4.2.1.4 in the latest
release of git-annex, the only Guix package that has this library as an input.
* gnu/packages/haskell-xyz.scm (ghc-filepath-bytestring): Update to 1.4.2.1.6.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Kyle Meyer |
2020-11-25 | gnu: Add ghc-torrent....* gnu/packages/haskell-xyz.scm (ghc-torrent): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Kyle Meyer |
2020-11-25 | gnu: Add ghc-bencode....* gnu/packages/haskell-xyz.scm (ghc-bencode): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Kyle Meyer |
2020-11-25 | gnu: gcompris-qt: Update license....* gnu/packages/education.scm (gcompris-qt)[license]: Add silofl1.1 for
the bundled fonts.
| Efraim Flashner |
2020-11-25 | gnu: gcompris-qt: Update to 1.0....* gnu/packages/education.scm (gcompris-qt): Update to 1.0.
[arguments]: Drop custom 'disable-failing-test phase. Set HOME to help
test suite run.
[inputs]: Replace python-2 with python-wrapper.
| Efraim Flashner |