| Commit message (Expand) | Author | Age | Files | Lines |
* | linux-initrd: Add initial support for F2FS.•••* gnu/system/linux-initrd.scm (file-system-type-modules): Add f2fs module.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| raingloom | 2020-05-02 | 1 | -0/+1 |
* | file-systems: Add support for F2FS.•••* gnu/build/file-systems.scm (%f2fs-endianness): New syntax.
(f2fs-superblock?, read-f2fs-superblock, f2fs-superblock-uuid)
(f2fs-superblock-volume-name, check-f2fs-file-system): New procedures.
(%partition-label-readers, %partition-uuid-readers, check-file-system): Register them.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| raingloom | 2020-05-02 | 1 | -2/+59 |
* | services: dnsmasq: Support the --address flag.•••Introduce a new `addresses' field that translates to passing `--address='
multiple times to dnsmasq.
* gnu/services/dns.scm (<dnsmasq-configuration>): Add an addresses field.
(dnsmasq-shepherd-service): Match the addresses field and translate it to
multiple '--address=' flags.
* doc/guix.texi (DNS Services): Document it.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| Pierre Langlois | 2020-05-02 | 1 | -1/+6 |
* | gnu: git-annex: Update to 8.20200501.•••* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20200501.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| Kyle Meyer | 2020-05-02 | 1 | -2/+2 |
* | gnu: emacs-parsebib: Add Texinfo markup.•••* gnu/packages/emacs-xyz.scm (emacs-parsebib)
[synopsis]:
[description]: Add Texinfo markup.
| Nicolas Goaziou | 2020-05-02 | 1 | -2/+2 |
* | gnu: emacs-ebib: Add Texinfo markup in description.•••* gnu/packages/emacs-xyz.scm (emacs-ebib)[description]: Add Texinfo markup.
| Nicolas Goaziou | 2020-05-02 | 1 | -4/+4 |
* | gnu: emacs-ebib: Update to 2.22.1.•••* gnu/packages/emacs-xyz.scm (emacs-ebib): Update to 2.22.1.
| Nicolas Goaziou | 2020-05-02 | 1 | -26/+24 |
* | gnu: emacs-parsebib: Update to 2.3.3.•••* gnu/packages/emacs-xyz.scm (emacs-parsebib): Update to 2.3.3.
| Nicolas Goaziou | 2020-05-02 | 1 | -2/+2 |
* | gnu: Add ladspa-bs2b•••* gnu/packages/audio.scm (ladspa-bs2b): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Jonathan Frederickson | 2020-05-01 | 1 | -0/+26 |
* | gnu: icu4c: Update source URI.•••The previous URL started serving a HTML page, which ultimately refers to
<https://github.com/unicode-org/icu/releases>.
Reported by butterypancake on #guix.
* gnu/packages/icu4c.scm (icu4c)[source](uri): Change to GitHub.
| Marius Bakke | 2020-05-01 | 1 | -2/+2 |
* | gnu: xfe: Use a mirror:// URL.•••* gnu/packages/disk.scm (xfe)[source]: Use a mirror://sourceforge URL.
| Nicolas Goaziou | 2020-05-01 | 1 | -3/+3 |
* | gnu: emacs-emms: Update to 5.4.•••* gnu/packages/emacs-xyz.scm (emacs-emms): Update to 5.4.
| Nicolas Goaziou | 2020-05-01 | 1 | -27/+26 |
* | gnu: xfe: Fix configuration and icons.•••* gnu/packages/disk.scm (xfe)[arguments]<#:make-flags>: Remove
BASH_COMPLETION_DIR.
[arguments]<#:phases>[patch-xferc-path]: Remove phase.
[arguments]<#:phases>[patch-xfe-paths]: New phase.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Raghav Gururajan | 2020-05-01 | 1 | -12/+23 |
* | gnu: serd: Update to 0.30.4.•••* gnu/packages/rdf.scm (serd): Update to 0.30.4.
| Tobias Geerinckx-Rice | 2020-05-01 | 1 | -2/+2 |
* | gnu: quazip: Update to 0.9.•••* gnu/packages/compression.scm (quazip): Update to 0.9.
| Tobias Geerinckx-Rice | 2020-05-01 | 1 | -2/+2 |
* | gnu: scummvm: Update to 2.1.2.•••* gnu/packages/emulators.scm (scummvm): Update to 2.1.2.
| Tobias Geerinckx-Rice | 2020-05-01 | 1 | -2/+2 |
* | gnu: teeworlds: Update to 0.7.5.•••* gnu/packages/games.scm (teeworlds): Update to 0.7.5.
| Tobias Geerinckx-Rice | 2020-05-01 | 1 | -2/+2 |
* | gnu: crispy-doom: Update to 5.8.0.•••* gnu/packages/games.scm (crispy-doom): Update to 5.8.0.
| Tobias Geerinckx-Rice | 2020-05-01 | 1 | -2/+2 |
* | gnu: five-or-more: Update to 3.32.2.•••* gnu/packages/gnome.scm (five-or-more): Update to 3.32.2.
| Tobias Geerinckx-Rice | 2020-05-01 | 1 | -2/+2 |
* | gnu: scintilla: Update to 4.3.3.•••* gnu/packages/text-editors.scm (scintilla): Update to 4.3.3.
| Nicolas Goaziou | 2020-05-01 | 1 | -2/+2 |
* | gnu: udevil: Fix loading of setuid-programs.•••* gnu/packages/disk.scm (udevil)[arguments]<#:configure-flags>: Add
"--with-mount-prog", "--with-umount-prog", "--with-losetup-prog",
"--with-setfacl-prog".
[arguments]<#:phases>[patch-udevil-reference]: New phase.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Raghav Gururajan | 2020-05-01 | 1 | -4/+22 |
* | gnu: frescobaldi: Use HTTPS home page URI.•••* gnu/packages/music.scm (frescobaldi)[home-page]: Use HTTPS URI.
| Nicolas Goaziou | 2020-05-01 | 1 | -1/+1 |
* | gnu: frescobaldi: Update to 3.1.2.•••* gnu/packages/music.scm (frescobaldi): Update to 3.1.2.
| Nicolas Goaziou | 2020-05-01 | 1 | -2/+2 |
* | gnu: fet: Update to 5.44.4.•••* gnu/packages/education.scm (fet): Update to 5.44.4.
[description]: Remove uninformative part.
| Nicolas Goaziou | 2020-05-01 | 1 | -9/+9 |
* | gnu: emacs-web-mode: Update to 17.•••* gnu/packages/emacs-xyz.scm (emacs-web-mode): Update to 17.
[description]: "web-mode" -> "web mode".
| Nicolas Goaziou | 2020-05-01 | 1 | -12/+12 |
* | gnu: Update emacs-modus-themes.•••* gnu/packages/emacs-xyz.scm (emacs-modus-operandi-theme):
(emacs-modus-vivendi-theme): Update to 0.8.0.
| Nicolas Goaziou | 2020-05-01 | 1 | -4/+4 |
* | system: Blacklist usbkbd kernel module in default kernel-arguments.•••This is said to avoid a race with the usbhid kernel module.
See <https://issues.guix.gnu.org/35574#18>.
* gnu/system.scm (%default-modprobe-blacklist): Blacklist it.
| Florian Pelz | 2020-05-01 | 1 | -1/+2 |
* | gnu: spacefm: Fix privilege and disk management.•••* gnu/packages/lxde.scm (spacefm)[inputs]: Remove dbus.
Add ktsuss.
[arguments]<#:phases>[patch-source-files]: New phase.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Raghav Gururajan | 2020-05-01 | 1 | -7/+27 |
* | system: Blacklist usbmouse kernel module in default kernel-arguments.•••This avoids a race with the bcm5974 kernel module.
Fixes <https://bugs.gnu.org/35574>.
* gnu/system.scm (%default-modprobe-blacklist): New variable.
(<operating-system>)[kernel-arguments]: Default to ...
(%default-kernel-arguments): ... this new variable.
* doc/guix.texi (operating-system Reference): Document the change.
| Florian Pelz | 2020-05-01 | 1 | -2/+14 |
* | Revert "install: Pass "modprobe.blacklist=radeon"."•••This reverts commit 785919121066a10b291d783b6903b5e368e992a8, which is no longer
needed since uvesafb was added in 557e6820a77b24f8f3f03f28ee473137b1caeb64.
| Florian Pelz | 2020-05-01 | 1 | -6/+0 |
* | gnu: VLC: Update to 3.0.10.•••* gnu/packages/patches/vlc-fix-test_libvlc_slaves.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/video.scm (vlc): Update to 3.0.10.
[source]: Remove obsolete patch.
[arguments]: Remove obsolete workarounds for libssh and fribidi
compatibility issues in 'patch-source' phase.
| Leo Famulari | 2020-04-30 | 3 | -58/+2 |
* | gnu: libmicrodns: Update to 0.1.2 [security fixes].•••This fixes CVE-2020-6071, CVE-2020-6072, CVE-2020-6073, CVE-2020-6077,
CVE-2020-6078, and CVE-2020-6079.
* gnu/packages/dns.scm (libmicrodns): Update to 0.1.2.
[source]: Build from a tarball.
[build-system]: Use the meson-build-system.
[native-inputs]: Remove field.
| Leo Famulari | 2020-04-30 | 1 | -13/+8 |
* | gnu: Add usbguard.•••* gnu/packages/hardware.scm (usbguard): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Brice Waegeneire | 2020-05-01 | 1 | -0/+88 |
* | gnu: Add libqb.•••* gnu/packages/hardware.scm (libqb): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Brice Waegeneire | 2020-05-01 | 1 | -0/+30 |
* | gnu: umockdev: Fix test.•••* gnu/packages/check.scm (umockdev)[inputs]: Remove
'gobject-introspection'.
[arguments]: Replace phase 'skip-broken-test' by 'fix-test'.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Brice Waegeneire | 2020-05-01 | 1 | -5/+4 |
* | gnu: Add apt-mirror.•••* gnu/packages/debian.scm (apt-mirror): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Jean-Baptiste Note | 2020-05-01 | 1 | -0/+38 |
* | gnu: balsa: Update to 2.6.0.•••* gnu/packages/mail.scm (balsa): Update to 2.6.0.
[inputs]: Replace gmime-2.6 with gmime; add libical and libsecret.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Rene Saavedra | 2020-05-01 | 1 | -4/+6 |
* | gnu: emacs-toml-mode: Fix syntax error in description.•••* gnu/packages/emacs-xyz.scm (emacs-toml-mode)[description]: Replace usage of
@acronym with @dfn to work around a Guile Texinfo limitation.
| Marius Bakke | 2020-04-30 | 1 | -2/+5 |
* | gnu: diffoscope: Update to 143.•••* gnu/packages/diffoscope (diffoscope): Update to 143.
[native-inputs]: Add openssl and python-h5py.
[arguments] Add openssl to add-known-tools phase.
[arguments] Remove hdf5 from add-known-tools phase, added upstream.
| Vagrant Cascadian | 2020-04-30 | 1 | -4/+7 |
* | gnu: MPD: Update to 0.21.23.•••* gnu/packages/mpd.scm (mpd): Update to 0.21.23.
| Leo Famulari | 2020-04-30 | 1 | -2/+2 |
* | gnu: libntlm: Update to 1.6 [fixes CVE-2019-17455].•••* gnu/packages/gsasl.scm (libntlm): Update to 1.6.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Simon Josefsson | 2020-04-30 | 1 | -2/+2 |
* | gnu: sbcl-osicat: Fix library path.•••* gnu/packages/lisp-xyz.scm (sbcl-osicat)[arguments]: Replace 'cleanup phase
to preserve the location of libosicat.so so that it can be found when
loading the system.
| Pierre Neidhardt | 2020-04-30 | 1 | -13/+11 |
* | gnu: r-vgam: Update to 1.1-3.•••* gnu/packages/statistics.scm (r-vgam): Update to 1.1-3.
[inputs]: Move gfortran from here...
[native-inputs]: ...to here.
| Ricardo Wurmus | 2020-04-30 | 1 | -3/+3 |
* | gnu: r-rcpparmadillo: Update to 0.9.870.2.0.•••* gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.9.870.2.0.
| Ricardo Wurmus | 2020-04-30 | 1 | -2/+2 |
* | gnu: r-spatial: Update to 7.3-12.•••* gnu/packages/statistics.scm (r-spatial): Update to 7.3-12.
| Ricardo Wurmus | 2020-04-30 | 1 | -2/+2 |
* | gnu: r-nnet: Update to 7.3-14.•••* gnu/packages/statistics.scm (r-nnet): Update to 7.3-14.
| Ricardo Wurmus | 2020-04-30 | 1 | -2/+2 |
* | gnu: r-kernsmooth: Update to 2.23-17.•••* gnu/packages/statistics.scm (r-kernsmooth): Update to 2.23-17.
| Ricardo Wurmus | 2020-04-30 | 1 | -2/+2 |
* | gnu: r-foreign: Update to 0.8-79.•••* gnu/packages/statistics.scm (r-foreign): Update to 0.8-79.
| Ricardo Wurmus | 2020-04-30 | 1 | -2/+2 |
* | gnu: r-class: Update to 7.3-17.•••* gnu/packages/statistics.scm (r-class): Update to 7.3-17.
| Ricardo Wurmus | 2020-04-30 | 1 | -2/+2 |
* | gnu: r-mass: Update to 7.3-51.6.•••* gnu/packages/statistics.scm (r-mass): Update to 7.3-51.6.
| Ricardo Wurmus | 2020-04-30 | 1 | -2/+2 |