me
/
guix
Archived
1
0
Fork 0
Commit Graph

903 Commits (69362a6222439aa71330619d84c385be256f4f6b)

Author SHA1 Message Date
Tobias Geerinckx-Rice 90cd653abe
gnu: ansible-core: Update to 2.11.6.
* gnu/packages/admin.scm (ansible-core): Update to 2.11.6.
2021-11-07 22:52:43 +01:00
Tobias Geerinckx-Rice fbc449cc3c
gnu: inxi-minimal: Update to 3.3.08-1.
* gnu/packages/admin.scm (inxi-minimal): Update to 3.3.08-1.
2021-11-03 00:39:49 +01:00
Tobias Geerinckx-Rice ae6a2a5231
gnu: inxi-minimal: Update to 3.3.07-1.
* gnu/packages/admin.scm (inxi-minimal): Update to 3.3.07-1.
2021-10-17 02:27:18 +02:00
Tobias Geerinckx-Rice 51b7762914
gnu: htop: Update to 3.1.1.
* gnu/packages/admin.scm (htop): Update to 3.1.1.
2021-10-17 02:27:17 +02:00
Stephen Paul Weber 987b50f4e9
gnu: Add runitor
* gnu/packages/admin.scm (runitor): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-13 11:48:03 +02:00
Tobias Geerinckx-Rice d84420d494
gnu: lynis: Update to 3.0.6.
* gnu/packages/admin.scm (lynis): Update to 3.0.6.
[arguments]: Don't explicitly return #t from phases.
2021-10-05 21:36:38 +02:00
Tobias Geerinckx-Rice 2cced18b76
gnu: acpica: Update to 20210930.
* gnu/packages/admin.scm (acpica): Update to 20210930.
2021-10-04 21:21:10 +02:00
Tobias Geerinckx-Rice a91ad29d17
gnu: nmap: Update to 7.92.
* gnu/packages/admin.scm (nmap): Update to 7.92.
[source, arguments]: Don't explicitly return #t from snippet & phases.
2021-10-04 21:21:10 +02:00
Tobias Geerinckx-Rice ecc7de528f
gnu: stress: Update to 1.0.4.
* gnu/packages/admin.scm (stress): Update to 1.0.4.
[native-inputs]: Add autoconf & automake.
2021-10-04 21:21:10 +02:00
Tobias Geerinckx-Rice 99df1b2ad2
gnu: detox: Update to 1.4.5.
* gnu/packages/admin.scm (detox): Update to 1.4.5.
2021-09-28 02:10:07 +02:00
Tobias Geerinckx-Rice f25304236a
gnu: acpica: Update to 20210730.
* gnu/packages/admin.scm (acpica): Update to 20210730.
2021-09-24 17:48:47 +02:00
Z572 e1401fb727
gnu: htop: Update to 3.1.0.
* gnu/packages/admin.scm (htop): Update to 3.1.0.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-09-23 12:02:46 -04:00
Tobias Geerinckx-Rice 1572737db3
gnu: sudo: Update to 1.9.8p2.
* gnu/packages/admin.scm (sudo): Update to 1.9.8p2.
2021-09-21 19:20:25 +02:00
Tobias Geerinckx-Rice 517bd08609
gnu: jtbl: Update to 1.1.7.
* gnu/packages/admin.scm (jtbl): Update to 1.1.7.
2021-09-18 23:16:22 +02:00
Tobias Geerinckx-Rice bb49701461
gnu: sudo: Update to 1.9.8p1.
* gnu/packages/admin.scm (sudo): Update to 1.9.8p1.
2021-09-17 10:40:42 +02:00
Tobias Geerinckx-Rice aa6a397679
gnu: sudo: Omit snippet and phase return value.
* gnu/packages/admin.scm (sudo)[source]: Don't return #t from snippet.
[argument]: Nor from the 'pre-configure phase.
2021-09-17 10:40:42 +02:00
Tobias Geerinckx-Rice 72297993a1
gnu: sudo: Update to 1.9.8.
* gnu/packages/admin.scm (sudo): Update to 1.9.8.
2021-09-13 19:15:01 +02:00
Tobias Geerinckx-Rice 69f0534a9f
gnu: igt-gpu-tools: Update to 1.26.
* gnu/packages/admin.scm (igt-gpu-tools): Update to 1.26.
2021-09-03 23:26:19 +02:00
Tobias Geerinckx-Rice 1962c2fdb5
gnu: inxi-minimal: Update to 3.3.06-1.
* gnu/packages/admin.scm (inxi-minimal): Update to 3.3.06-1.
2021-09-03 23:26:19 +02:00
Mathieu Othacehe 994d8ce394
gnu: shadow: Use the cross-compiled shell at runtime.
Make sure that the executed shell at runtime is the cross-compiled shell and
not the native shell.

* gnu/packages/admin.scm (shadow)[arguments]: Add a set-runtime-shell phase.
[inputs]: Add bash-minimal when cross-compiling.
2021-08-29 18:57:29 +02:00
Maxime Devos 7256d9d204
isc-dhcp: Fix dhclient-script wrapper when cross-compiling.
This causes many rebuilds, but only when cross-compiling.
This should unbreak Internet access on cross-compiled pinebook
images.

Reported-By: Guest4977 (on IRC)

* gnu/gnunet/packages/admin.scm
  (isc-dhcp)[arguments]<#:phases>{post-install}: Use the
  cross-compiled bash when cross-compiling. Work-around
  <https://issues.guix.gnu.org/49290>.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-08-29 11:57:47 +02:00
Maxim Cournoyer 019bf96300
gnu: ansible: Update to 4.4.0.
* gnu/packages/admin.scm (ansible): Update to 4.4.0.
[native-inputs]: Remove field.
[inputs]: Likewise.
[arguments]: Likewise.
[propagated-inputs]: New field.
[native-search-paths]: New search path.
[description]: Update description.
2021-08-29 01:05:29 -04:00
Maxim Cournoyer 83bf3c63da
gnu: Add ansible-core.
* gnu/packages/admin.scm (ansible-core): New variable.
2021-08-29 01:05:29 -04:00
Oleg Pykhalov 63fec9fd6a
gnu: Add lsofgraph.
* gnu/packages/admin.scm (lsofgraph): New variable.
2021-08-28 15:58:23 +03:00
Leo Famulari ae3e6ba506
gnu: atop: Update to 2.6.0.
* gnu/packages/admin.scm (atop): Update to 2.6.0.
2021-07-27 12:34:57 -04:00
Christopher Lemmer Webber 9455143907
Update copyright/name notices for Christine Lemmer-Webber.
* doc/guix-cookbook.texi: Update copyright/name for Christine Lemmer-Webber.
* gnu/build/image.scm: Likewise.
* gnu/build/vm.scm: Likewise.
* gnu/packages/admin.scm: Likewise.
* gnu/packages/assembly.scm: Likewise.
* gnu/packages/audio.scm: Likewise.
* gnu/packages/backup.scm: Likewise.
* gnu/packages/check.scm: Likewise.
* gnu/packages/databases.scm: Likewise.
* gnu/packages/emacs-xyz.scm: Likewise.
* gnu/packages/finance.scm: Likewise.
* gnu/packages/gnupg.scm: Likewise.
* gnu/packages/guile-xyz.scm: Likewise.
* gnu/packages/guile.scm: Likewise.
* gnu/packages/haskell-xyz.scm: Likewise.
* gnu/packages/linux.scm: Likewise.
* gnu/packages/mail.scm: Likewise.
* gnu/packages/password-utils.scm: Likewise.
* gnu/packages/perl.scm: Likewise.
* gnu/packages/python-web.scm: Likewise.
* gnu/packages/python-xyz.scm: Likewise.
* gnu/packages/python.scm: Likewise.
* gnu/packages/sphinx.scm: Likewise.
* gnu/packages/ssh.scm: Likewise.
* gnu/packages/xdisorg.scm: Likewise.
* gnu/services/networking.scm: Likewise.
* gnu/system/vm.scm: Likewise.
2021-08-15 14:15:37 -04:00
Ben Sturmfels c6a80baf01
gnu: Remove fabric.
Remove obsolete Python 2 package that fails to build.

* gnu/packages/admin.scm (fabric): Remove variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-08-05 11:19:33 +03:00
Tobias Geerinckx-Rice 5dc4fe1004
gnu: sudo: Update to 1.9.7p2.
* gnu/packages/admin.scm (sudo): Update to 1.9.7p2.
2021-07-27 18:10:15 +02:00
Guillaume Le Vaillant 785c96fbe1
gnu: Add radvd.
* gnu/packages/admin.scm (radvd): New variable.
2021-07-23 11:33:36 +02:00
Efraim Flashner a329bc7e0c
gnu: pies: Update to 1.6.
* gnu/packages/admin.scm (pies): Update to 1.6.
2021-07-07 15:54:49 +03:00
Tobias Geerinckx-Rice d78bf1c6ff
gnu: lynis: Update to 3.0.5.
* gnu/packages/admin.scm (lynis): Update to 3.0.5.
2021-07-04 16:29:16 +02:00
Tobias Geerinckx-Rice 1b31303294
gnu: nmap: Update to 7.91.
* gnu/packages/admin.scm (nmap): Update to 7.91.
2021-07-02 03:05:58 +02:00
Tobias Geerinckx-Rice 49dc5bb7d2
gnu: libpcap: Omit static library.
* gnu/packages/admin.scm (libpcap)[arguments]: Add a new 'omit-static-library phase.
2021-06-30 21:34:27 +02:00
Tobias Geerinckx-Rice 3e908bb509
gnu: libpcap: Update to 1.10.1.
* gnu/packages/admin.scm (libpcap): Update to 1.10.1.
2021-06-30 21:34:27 +02:00
Tobias Geerinckx-Rice c4d9c9cb3f
gnu: acpica: Update to 20210604.
* gnu/packages/admin.scm (acpica): Update to 20210604.
2021-06-28 18:04:14 +02:00
Tobias Geerinckx-Rice eca228eb09
gnu: tcpdump: Update to 4.99.1.
* gnu/packages/admin.scm (tcpdump): Update to 4.99.1.
2021-06-20 16:44:09 +02:00
Brice Waegeneire eb939109b9
gnu: opendoas: Fix restricted path "safepath".
* gnu/packages/admin.scm (opendoas)[phases]: Rename 'fix-install' phase
to 'pre-configure', run it before 'configure' and add a substitution for
safepath.
2021-06-19 23:46:05 +02:00
Marius Bakke e4d5b509fe
gnu: isc-dhcp: Adjust for GCC 10.
* gnu/packages/patches/isc-dhcp-gcc-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/admin.scm (isc-dhcp)[source](patches): New field.
2021-06-19 17:09:51 +02:00
Maxim Cournoyer ea0a51071e
gnu: Rename qtbase to qtbase-5.
This change was automated via the following command:

$ git ls-files | xargs sed -i 's/,qtbase)/,qtbase-5)/g'
$ git ls-files | xargs sed -i 's/inherit qtbase)/inherit qtbase-5)/g'
$ git ls-files | xargs sed -i 's/package-version qtbase)/package-version qtbase-5)/g'
$ git checkout etc    # to clear some spurious changes

This is done so the qtbase package can be upgraded to version 6 in the
following commit.
2021-06-14 00:24:42 -04:00
Michael Rohleder ada620417d
gnu: bpytop: Update to 1.0.67.
* gnu/packages/admin.scm (bpytop): Update to 1.0.67.
[arguments]: Adjust custom 'install-themes phase.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-06-13 10:31:55 +03:00
Tobias Geerinckx-Rice ded2ebb1b9
gnu: sudo: Update to 1.9.7p1.
* gnu/packages/admin.scm (sudo): Update to 1.9.7p1.
2021-06-12 10:26:02 +02:00
Tobias Geerinckx-Rice 8871671aa9
gnu: thermald: Update to 2.4.6.
* gnu/packages/admin.scm (thermald): Update to 2.4.6.
2021-06-11 00:37:14 +02:00
Tobias Geerinckx-Rice 605a40b385
gnu: nnn: Remove marketing hyperbole.
* gnu/packages/admin.scm (nnn)[description]: Gush less.
2021-06-05 18:29:55 +02:00
Tobias Geerinckx-Rice 49dd606f57
gnu: nnn: Use #:make-flags over Makefile patching.
* gnu/packages/admin.scm (nnn)[arguments]: Remove 'patch-pkg-config
phase.  Set PKG_CONFIG in #:make-flags instead.
2021-06-05 18:29:55 +02:00
Tobias Geerinckx-Rice 1e1a274ffd
gnu: nnn: Update to 4.1.1.
* gnu/packages/admin.scm (nnn): Update to 4.1.1.
2021-06-05 18:29:55 +02:00
Tobias Geerinckx-Rice ddd871c18a
gnu: thermald: Compile with -Werror again.
* gnu/packages/admin.scm (thermald)[arguments]: Remove substitution,
and a #t whilst we're here.
2021-06-05 18:29:54 +02:00
Tobias Geerinckx-Rice 9412762f9b
gnu: thermald: Update to 2.4.5.
* gnu/packages/admin.scm (thermald): Update to 2.4.5.
2021-06-05 18:29:54 +02:00
Tobias Geerinckx-Rice ee206133de
gnu: isc-dhcp: Update home page.
* gnu/packages/admin.scm (isc-dhcp)[home-page]: Update.
2021-05-29 16:09:48 +02:00
Tobias Geerinckx-Rice 9e632a5554
gnu: isc-dhcp: Update to 4.4.2-P1 [fixes CVE-2021-25217].
* gnu/packages/admin.scm (isc-dhcp): Update to 4.4.2-P1.
2021-05-29 16:09:48 +02:00
Eric Bavier 1a06cafc07
gnu: detox: Update to 1.4.2.
* gnu/packages/admin.scm (detox): Update to 1.4.2
[arguments]: Remove '#:tests?', provide customer 'check' phase.
2021-05-20 22:20:01 -05:00