aboutsummaryrefslogtreecommitdiff
path: root/gnu/tests
ModeNameSize
-rw-r--r--audio.scm2409logplainabout
-rw-r--r--base.scm34430logplainabout
-rw-r--r--databases.scm9378logplainabout
-rw-r--r--desktop.scm3845logplainabout
-rw-r--r--dict.scm4506logplainabout
-rw-r--r--docker.scm11953logplainabout
-rw-r--r--guix.scm5857logplainabout
-rw-r--r--install.scm30646logplainabout
-rw-r--r--ldap.scm5688logplainabout
-rw-r--r--mail.scm20014logplainabout
-rw-r--r--messaging.scm9877logplainabout
-rw-r--r--monitoring.scm10900logplainabout
-rw-r--r--networking.scm19246logplainabout
-rw-r--r--nfs.scm4629logplainabout
-rw-r--r--reconfigure.scm11108logplainabout
-rw-r--r--rsync.scm4261logplainabout
-rw-r--r--security-token.scm2287logplainabout
-rw-r--r--singularity.scm5812logplainabout
-rw-r--r--ssh.scm10192logplainabout
-rw-r--r--version-control.scm13679logplainabout
-rw-r--r--virtualization.scm3003logplainabout
-rw-r--r--web.scm20468logplainabout
ss='nohover-highlight'> * gnu/packages/qt.scm (python-pyqtwebengine)[arguments]: Add (guix build python-build-system) to #:modules. Adjust #:imported-modules accordingly. Rewrite #:phases to use it instead of rolling their own, or hard-coding. 2020-04-11gnu: gRPC@1.16: Fix build with glibc 2.30 and later.Marius Bakke * gnu/packages/rpc.scm (grpc-1.16.1)[arguments]: Add phase to rename custom gettid() function. 2020-04-11gnu: python-gevent: Update to 1.5.0.Marius Bakke * gnu/packages/python-xyz.scm (python-gevent): Update to 1.5.0. [arguments]: Split the unbundling and include path adjustments intwo two phases. Enable previously failing test; disable two others. Use a format string instead of DISPLAY when writing skipped_tests.txt. 2020-04-11gnu: spandsp: Add comment.Marius Bakke * gnu/packages/telephony.scm (spandsp)[native-inputs]: Note that the LIBJPEG-TURBO dependency comes via LIBTIFF. 2020-04-11gnu: python-duniterpy: Update to 0.57.0.Nicolas Goaziou * gnu/packages/finance.scm (python-duniterpy): Update to 0.57.0. 2020-04-11gnu: Add tennix.Nicolas Goaziou * gnu/packages/games.scm (tennix): New variable. 2020-04-11gnu: Merge ham-radio and sdr modules into radio module.Guillaume Le Vaillant * gnu/packages/ham-radio.scm: Rename to 'radio.scm'. * gnu/packages/sdr.scm: Remove file. (liquid-dsp): Move to ... * gnu/packages/radio.scm (liquid-dsp): ... here. * gnu/local.mk (GNU_SYSTEM_MODULES): Remove 'ham-radio.scm' and 'sdr.scm'. Add 'radio.scm'. 2020-04-11gnu: bubblewrap: Update to 0.4.1 [fixes CVE-2020-5291].Tobias Geerinckx-Rice Relevant only ‘[i]f bubblewrap is installed in setuid mode and the kernel supports unprivileged user namespaces’. Bubblewrap is not setuid by default on Guix System. * gnu/packages/virtualization.scm (bubblewrap): Update to 0.4.1. 2020-04-11gnu: openconnect: Update to 8.08.Tobias Geerinckx-Rice * gnu/packages/vpn.scm (openconnect): Update to 8.08. [propagated-inputs]: Use gnutls-3.6.13. * gnu/packages/tls.scm (gnutls-3.6.13): Export it. 2020-04-11gnu: supertux: Update to 0.6.1.1.Tobias Geerinckx-Rice * gnu/packages/games.scm (supertux): Update to 0.6.1.1. 2020-04-11gnu: syncthing: Update to 1.4.2.Tobias Geerinckx-Rice * gnu/packages/syncthing.scm (syncthing): Update to 1.4.2. 2020-04-11gnu: tig: Update to 2.5.1.Tobias Geerinckx-Rice * gnu/packages/version-control.scm (tig): Update to 2.5.1. [arguments]: #:test-target is correct even if all #:tests? can't run. 2020-04-11gnu: dbacl: Update to 1.14.1.Tobias Geerinckx-Rice * gnu/packages/textutils.scm (dbacl): Update to 1.14.1. [source]: Add patch to fix build with current glibc. [arguments]: (Try to) bootstrap only once. * gnu/packages/patches/dbacl-include-locale.h.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. 2020-04-11gnu: libdca: Update to 0.0.7.Tobias Geerinckx-Rice * gnu/packages/video.scm (libdca): Update to 0.0.7. [native-inputs]: Add autoconf, automake, and libtool. 2020-04-11gnu: thunar: Update to 1.8.14.Tobias Geerinckx-Rice * gnu/packages/xfce.scm (thunar): Update to 1.8.14. 2020-04-11gnu: Add linphoneqt.Raghav Gururajan * gnu/packages/linphone.scm (linphoneqt): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> 2020-04-11gnu: spandsp: Fix build failure.Danny Milosavljevic * gnu/packages/telephony.scm (spandsp)[native-inputs]: Add libjpeg-turbo. 2020-04-11gnu: liblinphone: Fix build failure.Raghav Gururajan * gnu/packages/linphone.scm (liblinphone)[arguments]<#:configure-flags]: Add -DENABLE_STRICT=NO. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> 2020-04-11gnu: commencement: Memoize packages as a function of the system.Ludovic Courtès Previous, things like 'ld-wrapper-boot0' would be memoized with (mlambda () …). However, the definition of 'ld-wrapper-boot0' depends on the result of (%boot0-inputs), which is itself a function of (%current-system). Thus, if one first calls: (parameterize ((%current-system "x86_64-linux")) (ld-wrapper-boot0)) then, in all subsequent calls to 'ld-wrapper-boot0', the value of (%current-system) would be ignored because the result is already memoized. Concretely, 'ld-wrapper-boot0' would always have the dependencies it has on x86_64-linux, even though they are different than those on armhf-linux, say ("bash-mesboot" vs. "bootstrap-binaries"). Fixes <https://bugs.gnu.org/40482>. Reported by Marius Bakke <mbakke@fastmail.com>. * gnu/packages/commencement.scm (define/system-dependent): New macro. (linux-libre-headers-boot0, hurd-core-headers-boot0, ld-wrapper-boot0) (gcc-boot0-intermediate-wrapped, gcc-boot0-wrapped, ld-wrapper-boot3): Define using 'define/system-dependent' instead of 'define' + 'mlambda'. Adjust users so they no longer look like procedure calls. * tests/guix-build.sh: Add test. 2020-04-11Merge branch 'master' into core-updatesMarius Bakke 2020-04-10gnu: boinc-client: Update to 7.16.6.Tobias Geerinckx-Rice * gnu/packages/distributed.scm (boinc-client): Update to 7.16.6. 2020-04-10gnu: ephemeralpg: Update to 2.9.Tobias Geerinckx-Rice * gnu/packages/databases.scm (ephemeralpg): Update to 2.9. [arguments]: Remove obsolete work-arounds. [native-inputs]: Add which. 2020-04-10gnu: ephemeralpg: Use HTTPS home page.Tobias Geerinckx-Rice * gnu/packages/databases.scm (ephemeralpg)[source, home-page]: Use HTTPS. 2020-04-10gnu: crispy-doom: Update to 5.7.2.Tobias Geerinckx-Rice * gnu/packages/games.scm (crispy-doom): Update to 5.7.2. 2020-04-10gnu: r-powerlaw: Update to 0.70.4.Tobias Geerinckx-Rice * gnu/packages/cran.scm (r-powerlaw): Update to 0.70.4. 2020-04-10gnu: burp: Update to 2.3.24.Tobias Geerinckx-Rice * gnu/packages/backup.scm (burp): Update to 2.3.24. 2020-04-10gnu: burp: Extend test time-outs.Tobias Geerinckx-Rice * gnu/packages/backup.scm (burp)[arguments]: Add a new ‘extend-test-time-outs’ phase.