Age | Commit message (Expand) | Author |
2020-04-21 | tests: web: Explicitly wait for the HTTP port....* gnu/tests/web.scm (run-webserver-test)["HTTP port ready"]: New test.
| Ludovic Courtès |
2020-04-21 | tests: ssh: Explicitly wait for port 22....Previously we could occasionally try to connect before the server is
actually listening, both for OpenSSH and Dropbear.
* gnu/tests/ssh.scm (run-ssh-test)["wait for port 22"]: New test.
| Ludovic Courtès |
2020-04-21 | gnu: guile-xapian: Update to 0.1.0....* gnu/packages/guile-xyz.scm (guile-xapian): Update to 0.1.0.
| Ricardo Wurmus |
2020-04-21 | gnu: Add python-rdflib-jsonld....* gnu/packages/rdf.scm (python-rdflib-jsonld): New variable.
| Pjotr Prins |
2020-04-21 | gnu: rdf.scm: Use license: prefix....* gnu/packages/rdf.scm: Use a 'license:' prefix for package licenses
instead of only importing a select number of licenses.
| Efraim Flashner |
2020-04-20 | gnu: Add u-boot-pinebook-pro-rk3399....* gnu/packages/bootloaders (u-boot-pinebook-pro-rk3399): New variable.
* gnu/packages/patches/u-boot-DT-for-Pinebook-Pro.patch: New file.
* gnu/packages/patches/u-boot-add-boe-nv140fhmn49-display.patch: New file.
* gnu/packages/patches/u-boot-gpio-keys-binding-cons.patch: New file.
* gnu/packages/patches/u-boot-leds-common-binding-con.patch: New file.
* gnu/packages/patches/u-boot-support-Pinebook-Pro-laptop.patch: New file.
* gnu/packages/patches/u-boot-video-rockchip-fix-build.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add new patches.
* gnu/bootloader/u-boot.scm (install-pinebook-pro-rk3399-u-boot,
u-boot-pinebook-pro-rk3399-bootloader): New variable.
Co-authored-by: Jan Nieuwenhuizen <janneke@gnu.org>
| Vagrant Cascadian |
2020-04-20 | gnu: liblinphone: Fix icons....* gnu/packages/linphone.scm (liblinphone): Fix icons.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| Raghav Gururajan |
2020-04-20 | gnu: obs: Update to 25.0.7....* gnu/packages/video (obs): Update to 25.0.7.
| Vagrant Cascadian |
2020-04-21 | Revert "system: Don’t create a module database when no modules are available."...This reverts commit b2fff3b5de7d510fe4809e9a97089dddf2a39ffc.
Fixes <https://bugs.gnu.org/40713>.
Reported by pkill9 <pkill9@runbox.com>.
This commit is incorrect: its effect depends on whether KERNEL's build
output is already available in the store, it breaks with non-package
kernels as reported at <https://bugs.gnu.org/40713>, and the
LINUX-MODULE-DATABASE hook is required at all times since
5c79f238634c5adb6657f1b4b1bb4ddb8bb73ef1 removed the relevant bits from
the 'linux-libre' package.
| Ludovic Courtès |
2020-04-21 | services: etc: Detect and report duplicate entries....Fixes <https://bugs.gnu.org/40729>.
Reported by Christopher Baines <mail@cbaines.net>.
* gnu/services.scm (files->etc-directory)[assert-no-duplicates]: New
procedure.
Use it.
| Ludovic Courtès |
2020-04-21 | services: dovecot: 'stop' method returns #f upon success....* gnu/services/mail.scm (dovecot-shepherd-service)[stop]: Use 'invoke'
instead of 'make-forkexec-constructor'. Previously, the 'stop' method
would return the PID of the "dovecot stop" process, which would be
interpreted as a failure to stop the service.
| Ludovic Courtès |
2020-04-21 | services: Don't use the deprecated 'make-forkexec-constructor' call....Passing 'make-forkexec-constructor' a string or several string arguments
has been deprecated since dmd 0.1.
* gnu/services/base.scm (rngd-service-type): In 'start' method, pass a
list as the first argument to 'make-forkexec-constructor'.
* gnu/services/desktop.scm (bluetooth-shepherd-service): Likewise.
* gnu/services/spice.scm (spice-vdagent-shepherd-service): Likewise.
| Ludovic Courtès |
2020-04-21 | gnu: mcron: Remove now unneeded phase....This is a followup to a52aa7fdef19f95fc1755ecd88e979ba07d8b392.
* gnu/packages/guile-xyz.scm (mcron)[arguments]: Remove
'fix-finding-guile'.
| Ludovic Courtès |
2020-04-20 | gnu: cgit: Update Git source code to 2.25.4....* gnu/packages/version-control.scm (cgit)[inputs]: Update git-source to 2.25.4.
| Leo Famulari |
2020-04-20 | gnu: Git: Update to 2.26.2 [fixes CVE-2020-11008]....* gnu/packages/version-control.scm (git): Update to 2.26.2.
[native-inputs]: Update git-manpages.
| Leo Famulari |
2020-04-20 | gnu: xfce.scm: Sort module imports....* gnu/packages/xfce.scm: Sort module imports.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Naga Malleswari |
2020-04-20 | installer: Rename uvesafb shepherd service to maybe-uvesafb....Because the installer's uvesafb service loads uvesafb only on some machines.
This is a follow-up to commit 0ad60b2a89d6d387236466e0bcdd61ac489fca37.
* gnu/system/install.scm (uvesafb-shepherd-service): Adjust provision and
description fields.
| Florian Pelz |
2020-04-20 | gnu: libqalculate: Fix libcurl gnutls CA cert bundle file....* gnu/packages/patches/libqalculate-3.8.0-libcurl-ssl-fix.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/maths.scm (libqalculate)[source]: Use it.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| R Veera Kumar |
2020-04-20 | gnu: Add midori....* gnu/packages/web-browsers.scm (midori): New variable.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
| Raghav Gururajan |
2020-04-20 | gnu: Add r-bridgesampling....* gnu/packages/cran.scm (r-bridgesampling): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
| Eric Brown |
2020-04-20 | gnu: java-bouncycastle: Don't use unstable tarball....* gnu/packages/java.scm (java-bouncycastle)[source]: Download using
git-fetch. Use upstream's repo, not a mirror.
| Efraim Flashner |
2020-04-20 | gnu: java-lz4: Don't use unstable tarball....* gnu/packages/java.scm (java-lz4)[source]: Download using git-fetch.
[arguments]: Add phase to make files writable.
| Efraim Flashner |
2020-04-20 | gnu: java-fest-assert: Don't use unstable tarball....* gnu/packages/java.scm (java-fest-assert)[source]: Download using
git-fetch.
| Efraim Flashner |
2020-04-20 | gnu: java-fest-test: Don't use unstable tarball....* gnu/packages/java.scm (java-fest-test)[source]: Download using
git-fetch.
| Efraim Flashner |
2020-04-20 | gnu: java-fest-util: Don't use unstable tarball....* gnu/packages/java.scm (java-fest-util)[source]: Download using
git-fetch.
| Efraim Flashner |
2020-04-20 | gnu: graphene: Update to 1.10.0....* gnu/packages/gtk.scm (graphene): Update to 1.10.0.
[build-system]: Switch to meson-build-system.
[arguments]: Update configure-flags to not install tests.
[inputs]: Remove python2. Move gobject-introspection ...
[native-inputs]: ... to here. Remove autoconf, automake, libtool, which.
| Efraim Flashner |
2020-04-20 | gnu: sparql-query: Sort inputs alphabetically....* gnu/packages/databases.scm (sparql-query)[inputs]: Sort alphabetically.
| Efraim Flashner |
2020-04-20 | gnu: sparql-query: Don't use unstable tarball....* gnu/packages/databases.scm (sparql-query)[source]: Download using
git-fetch.
| Efraim Flashner |
2020-04-19 | gnu: mu: Update to 1.4....* gnu/packages/mail.scm (mu): Update to 1.4.
[arguments]: Remove 'fix-date-tests phase. Add 'patch-bin-sh-in-tests phase.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Pierre Langlois |
2020-04-19 | services: Add 'simulated-wifi-service-type'....* gnu/services/networking.scm (simulated-wifi-shepherd-services): New
procedure.
(simulated-wifi-service-type): New variable.
* doc/guix.texi (Networking Services): Document it.
| Ludovic Courtès |
2020-04-19 | services: Add 'hostapd-service-type'....* gnu/services/networking.scm (<hostapd-configuration>): New record
type.
(hostapd-configuration-file, hostapd-shepherd-services): New
procedures.
(hostapd-service-type): New variable.
* doc/guix.texi (Networking Services): Document it.
| Ludovic Courtès |
2020-04-19 | gnu: php: Update to 7.4.5....* gnu/packages/php.scm (php): Update to 7.4.5.
| Julien Lepiller |
2020-04-19 | Revert "gnu: libxfce4util: Update to 4.15.0."...This reverts commit c0bff513a41a12b446565f3c0de06343acbb6e23.
| Danny Milosavljevic |
2020-04-19 | gnu: emacs-org-superstar: Update to 1.2.1....* gnu/packages/emacs-xyz.scm (emacs-org-superstar): Update to 1.2.1.
| Nicolas Goaziou |
2020-04-19 | gnu: Add notification-daemon....* gnu/packages/gnome.scm (notification-daemon): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Raghav Gururajan |
2020-04-19 | gnu: Add trezord-udev-rules....* gnu/packages/finance.scm (trezord-udev-rules): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Martin Becze |
2020-04-19 | installer: connman: Fix Wifi connection....Issue reported by SergioBG here:
https://lists.gnu.org/archive/html/bug-guix/2020-04/msg00432.html.
Due to default buffering mode, the installer was reading from the pipe without
having actually written a command before.
* gnu/installer/connman.scm (connman-connect-with-auth): Set pipe buffering
mode to 'line.
| Mathieu Othacehe |
2020-04-19 | services: sddm: Have sddm provision xorg-server....* gnu/services/sddm.scm (sddm-shepherd-service)[shepherd-service]: Have
sddm provision 'xorg-server like the other display managers.
| Efraim Flashner |
2020-04-18 | gnu: python-cython: Update to 0.29.16....* gnu/packages/python-xyz.scm (python-cython): Update to 0.29.16.
| Efraim Flashner |
2020-04-18 | gnu: qrcodegen-cpp: Update to 1.6.0....* gnu/packages/aidc.scm (qrcodegen-cpp): Update to 1.6.0.
| Efraim Flashner |
2020-04-18 | gnu: vim-asyncrun: Update to 2.7.5....* gnu/packages/vim.scm (vim-asyncrun): Update to 2.7.5.
| Efraim Flashner |
2020-04-18 | gnu: libavif: Update to 0.7.1....* gnu/packages/image.scm (libavif): Update to 0.7.1.
[arguments]: Run the test suite.
| Leo Famulari |
2020-04-18 | gnu: Add node-semver....* gnu/packages/node-xyz.scm (node-semver): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Giacomo Leidi |
2020-04-18 | gnu: chess: Update to 6.2.6....* gnu/packages/games.scm (chess): Update to 6.2.6.
| Efraim Flashner |
2020-04-18 | gnu: chess: Set upstream name and ftp-directory....* gnu/packages/games.scm (chess)[properties]: New field. Add
upstream-name and ftp-directory.
| Efraim Flashner |
2020-04-18 | installer: Fix backtrace display....The 'syslog' macro cannot be resolved in the pre-unwind-handler
context. Failed to resolve 'syslog' in this context resulted in the swallowing
of all installation errors.
Fixes 5c04b00cf463a543b8ffc9eb55991f6b4cc145dd.
* gnu/installer.scm (installer-program): Use (gnu installer utils) module.
| Mathieu Othacehe |
2020-04-17 | gnu: Use the test-only time zone database where appropriate....* gnu/packages/backup.scm (duplicity)[inputs]: Remove tzdata.
[native-inputs]: Add tzdata-for-tests.
* gnu/packages/finance.scm (ledger): Likewise.
* gnu/packages/compression.scm (lhasa)[native-inputs]: Use tzdata-for-tests.
* gnu/packages/cran.scm (r-rstan)[native-inputs]: Likewise.
* gnu/packages/databases.scm (mongodb)[native-inputs]: Likewise.
* gnu/packages/kde-frameworks.scm (kdelibs4support)[native-inputs]: Likewise.
| Leo Famulari |
2020-04-17 | gnu: trezord: Update to 2.0.29....* gnu/packages/finance.scm (trezord): Update to 2.0.29.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Martin Becze |
2020-04-17 | gnu: fulcrum: Update to 1.1.0...* gnu/packages/finance.scm (fulcrum): Update to 1.1.0
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| TomZ |
2020-04-17 | services: account: Have 'user-processes' depend on 'user-homes'....Until now, 'user-homes' happened to start right after 'user-processes'
and before services that depend on a home directory but the dependency
was not explicit. This addresses it.
* gnu/system/shadow.scm (account-service-type): Extend
USER-PROCESSES-SERVICE-TYPE.
| Ludovic Courtès |