Tobias Geerinckx-Rice
f088763356
gnu: sudo: Update to 1.9.12p2 [fixes CVE-2023-22809].
...
* gnu/packages/admin.scm (sudo): Update to 1.9.12p2.
2023-01-15 01:00:00 +01:00
David Thompson
538eddfbce
gnu: thermald: Update to 2.5.1.
...
* gnu/packages/admin.scm (thermald): Update to 2.5.1.
2023-01-13 12:00:12 -05:00
Matthew James Kraai
ab1f4dbf83
gnu: doctl: Update to 1.92.0.
...
* gnu/packages/admin.scm (doctl): Update to 1.92.0.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2023-01-07 20:02:42 +01:00
Efraim Flashner
bb69b97d20
gnu: tree: Update to 2.1.0.
...
* gnu/packages/admin.scm (tree): Update to 2.1.0.
2022-12-28 08:39:25 +02:00
Tobias Geerinckx-Rice
85dcea59f6
gnu: isc-dhcp: Update description.
...
* gnu/packages/admin.scm (isc-dhcp)[description]: Note EOL status.
2022-12-11 01:00:03 +01:00
Tobias Geerinckx-Rice
34242fe5c7
gnu: isc-dhcp: Update to 4.4.3-P1 [fixes CVE-2022-2928, CVE-2022-2929].
...
* gnu/packages/admin.scm (isc-dhcp): Update to 4.4.3-P1.
2022-12-11 01:00:03 +01:00
Tobias Geerinckx-Rice
b853dbd0e2
gnu: nmrpflash: Rephrase synopsis.
...
* gnu/packages/admin.scm (nmrpflash)[synopsis]: Rework awkward wording.
2022-12-11 01:00:02 +01:00
Tobias Geerinckx-Rice
54e7efd5cf
gnu: nmrpflash: Update to 0.9.19.
...
* gnu/packages/admin.scm (nmrpflash): Update to 0.9.19.
2022-12-11 01:00:02 +01:00
Tobias Geerinckx-Rice
2202fc9003
gnu: nnn: Update to 4.7.
...
* gnu/packages/admin.scm (nnn): Update to 4.7.
2022-12-11 01:00:02 +01:00
Tobias Geerinckx-Rice
bd268c21e5
gnu: inxi-minimal: Reduce reliance on input names.
...
* gnu/packages/admin.scm (inxi-minimal)[arguments]:
Use SEARCH-INPUT-FILE.
2022-12-11 01:00:02 +01:00
Tobias Geerinckx-Rice
932409da9c
gnu: inxi-minimal: Remove input labels.
...
* gnu/packages/admin.scm (inxi-minimal)[inputs]:
Remove input labels.
2022-12-11 01:00:02 +01:00
Tobias Geerinckx-Rice
2dfc21d9ce
gnu: inxi-minimal: Update to 3.3.24-1.
...
* gnu/packages/admin.scm (inxi-minimal): Update to 3.3.24-1.
2022-12-11 01:00:02 +01:00
Tobias Geerinckx-Rice
6c50e416a5
gnu: hyfetch: Update to 1.4.4.
...
* gnu/packages/admin.scm (hyfetch): Update to 1.4.4.
2022-12-11 01:00:02 +01:00
Tobias Geerinckx-Rice
b0913931e9
gnu: realmd: Update to 0.17.1.
...
* gnu/packages/admin.scm (realmd): Update to 0.17.1.
2022-12-11 01:00:00 +01:00
Danny Milosavljevic
dfa0f34ee7
gnu: Add du-dust.
...
* gnu/packages/admin.scm (du-dust): New variable.
2022-12-08 22:07:42 +01:00
Tobias Geerinckx-Rice
a46cf60965
gnu: netcat-openbsd: Update to 1.219-1.
...
* gnu/packages/admin.scm (netcat-openbsd): Update to 1.219-1.
2022-11-27 01:00:01 +01:00
Marius Bakke
92be7e088d
gnu: ansible-core: Build with python-pycryptodome.
...
* gnu/packages/admin.scm (ansible-core)[native-inputs]: Replace
PYTHON-PYCRYPTO with PYTHON-PYCRYPTODOME.
2022-11-20 12:17:30 +01:00
jgart
85f4d87b81
gnu: Add smem.
...
* gnu/packages/admin.scm (smem): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-19 13:57:15 +00:00
Ludovic Courtès
283d7318c5
gnu: shepherd: Update to 0.9.3.
...
* gnu/packages/admin.scm (shepherd-0.9): Update to 0.9.3.
[source](modules, snippet): Remove.
2022-11-17 11:10:09 +01:00
Efraim Flashner
643d4f63be
gnu: btop: Don't use autogenerated tarball.
...
* gnu/packages/admin.scm (btop)[source]: Download using git-fetch.
2022-11-14 14:59:02 +02:00
Michael Rohleder
abdd37957d
gnu: btop: Update to 1.2.13.
...
* gnu/packages/admin.scm (btop): Update to 1.2.13.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-11-10 09:25:21 +08:00
Tobias Geerinckx-Rice
b6bc52ff8c
gnu: sudo: Update to 1.9.12p1 [fixes CVE-2022-43995].
...
* gnu/packages/admin.scm (sudo): Update to 1.9.12p1.
2022-11-06 01:00:00 +01:00
Ludovic Courtès
072fd1124a
gnu: shepherd@0.9: Use 'guile-3.0-latest' to address memory leak.
...
Fixes <https://issues.guix.gnu.org/58631 >.
Previously, shepherd's heap would grow roughly linearly in the number of
context switches (delimited continuations being captured). For example,
if shepherd spawned services that logged a lot of data, it would
context-switch a lot, leading to relatively quick heap growth.
* gnu/packages/admin.scm (shepherd-0.9)[inputs, native-inputs]: Replace
'guile-3.0' with 'guile-3.0-latest'.
2022-11-06 12:38:03 +01:00
jgart
ae5c718ac2
gnu: thefuck: Update to 3.32.
...
* gnu/packages/admin.scm (thefuck): Update to 3.32.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-05 11:43:04 +01:00
Tobias Geerinckx-Rice
63d2348aaa
gnu: pam-mount: Use G-expressions.
...
* gnu/packages/admin.scm (pam-mount)[arguments]:
Rewrite as G-expressions.
2022-10-30 02:00:26 +01:00
Tobias Geerinckx-Rice
7174391cac
gnu: pam-mount: Remove input labels.
...
* gnu/packages/admin.scm (pam-mount)[inputs]:
Remove input labels.
[arguments]: Replace the 'fix-program-paths phase with a new
'patch-file-names one. Don't explicitly return #t from it.
2022-10-30 02:00:25 +01:00
Tobias Geerinckx-Rice
f3f0121ba0
gnu: pam-mount: Use HTTPS home page.
...
* gnu/packages/admin.scm (pam-mount)[home-page]:
Follow permanent (HTTPS) redirect.
2022-10-30 02:00:25 +01:00
Tobias Geerinckx-Rice
1cbc19413c
gnu: pam-mount, greetd-pam-mount: Rewrite descriptions.
...
* gnu/packages/admin.scm (pam-mount, greetd-pam-mount)[description]:
Edit for style.
2022-10-30 02:00:20 +01:00
Vagrant Cascadian
75b538daf4
gnu: Fix various synopsis and description issues.
...
* gnu/packages/admin.scm (greetd-pam-mount)[synopsis]: Base synopsis on
pam-mount synopsis.
[description]: Use two spaces consistently.
(greetd)[synopsis]: Begin sentence with upper-case.
* gnu/packages/xdisorg.scm (wlsunset)[description]: Fix spelling and case of
wlsunsest.
* gnu/packages/mail.scm (libpst): Add synopsis.
* gnu/packages/networking.scm (librecast)[synopsis]: Update synopsis.
(lcrq)[description]: Use two spaces after sentences.
2022-11-03 15:43:18 -07:00
Tobias Geerinckx-Rice
cc8cc4a821
gnu: inxi-minimal: Update to 3.3.23-1.
...
* gnu/packages/admin.scm (inxi-minimal): Update to 3.3.23-1.
2022-10-30 02:00:03 +01:00
Guillaume Le Vaillant
6de705f259
gnu: isc-dhcp: Add grep input.
...
The grep program is required by the dhclient script.
* gnu/packages/admin.scm (isc-dhcp)[inputs]: Add grep.
[arguments]: Add grep to wrapping in 'post-install' phase.
2022-11-02 17:30:43 +01:00
Guillaume Le Vaillant
1ea1fa96fe
gnu: Add ndppd.
...
* gnu/packages/admin.scm (ndppd): New variable.
2022-10-29 13:58:45 +02:00
Maxim Cournoyer
3511ad2857
gnu: rottlog: Apply patch adding a Texinfo direntry.
...
Relates to <https://issues.guix.gnu.org/58821 >.
* gnu/packages/patches/rottlog-direntry.patch: Add patch.
* gnu/packages/admin.scm (rottlog): Apply it.
* gnu/local.mk (dist_patch_DATA): Register it.
2022-10-27 23:34:46 -04:00
Maxim Cournoyer
ff097b450b
gnu: rottlog: Use gexps and bootstrap Autotools build system.
...
* gnu/packages/admin.scm (rottlog) [snippet]: Delete build system files.
Delete trailing #t. Patch Makefile.am instead of Makefile.in. Do not patch
INSTALL_RC and INSTALL_SCRIPT variables default values.
[arguments]: Use gexps. Delete trailing #t.
[make-flags]: Override INSTALL_RC and INSTALL_SCRIPT.
[phases]{fix-configure}: Delete phase.
[native-inputs]: Add autoconf. Sort inputs.
2022-10-27 23:34:46 -04:00
Tobias Geerinckx-Rice
df5cbe529b
gnu: sudo: Update to 1.9.12.
...
* gnu/packages/admin.scm (sudo): Update to 1.9.12.
2022-10-23 02:00:07 +02:00
Matthew James Kraai
5bf34e36b1
gnu: Add doctl.
...
* gnu/packages/admin.scm (doctl): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-10-23 15:56:18 +02:00
Tobias Geerinckx-Rice
408da03c19
gnu: audit: Update to 3.0.9.
...
* gnu/packages/admin.scm (audit): Update to 3.0.9.
2022-10-16 02:00:00 +02:00
(
44f8aa26bc
gnu: Add wlgreet.
...
* gnu/packages/admin.scm (wlgreet): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-06 15:08:03 +01:00
Andreas Rammhold
f33733785a
gnu: wpa-supplicant: Enable OWE support.
...
With OWE support users are enable to connect to "Opportunistic Wireless
Encryption" networks. This means users are able to have an encrypted
data channel in an otherwise open wireless network.
* gnu/packages/admin.scm (wpa-supplicant)[arguments]: Rename
'configure-for-dbus' phase to 'set-config-options'. Set CONFIG_OWE=y.
Remove trailing #t.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-09-28 22:41:49 +02:00
Petr Hodina
3fb7add10f
gnu: Add btop.
...
* gnu/packages/admin.scm (btop): New variable.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-09-28 15:15:15 -04:00
Efraim Flashner
6a2f735983
gnu: tree: Use https.
...
* gnu/packages/admin.scm (tree)[source]: Use https.
[home-page]: Same.
2022-09-20 13:57:57 +03:00
Efraim Flashner
00537ec17d
gnu: tree: Update to 2.0.4.
...
* gnu/packages/admin.scm (tree): Update to 2.0.4.
[arguments]: Add phase to fix the version string in the man page.
2022-09-20 13:57:22 +03:00
gyara
25d88eb9f3
gnu: hyfetch: Update to 1.4.1.
...
* gnu/packages/admin.scm (hyfetch): Update to 1.4.1.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-09-12 14:22:50 +01:00
Ludovic Courtès
1ba0e38267
gnu: shepherd: Update to 0.9.2.
...
* gnu/packages/admin.scm (shepherd-0.9): Update to 0.9.2.
2022-09-11 00:16:58 +02:00
Efraim Flashner
e7532d281b
gnu: isc-dhcp: Fix cross-compiling to riscv64-linux.
...
* gnu/packages/admin.scm (isc-dhcp)[arugments]: Split custom
'update-config-scripts phase to substitute one set of config scripts
earlier in the build process.
2022-09-06 18:44:53 +03:00
Efraim Flashner
16ee7f1f62
gnu: tree: Update to 2.0.3.
...
* gnu/packages/admin.scm (tree): Update to 2.0.3.
2022-08-30 21:34:20 +03:00
Marius Bakke
3e8769f3c9
gnu: realmd: Remove input labels.
...
* gnu/packages/admin.scm (realmd)[native-inputs]: Remove labels.
2022-08-27 23:48:56 +02:00
宋文武
517f0ed813
gnu: Add rex.
...
* gnu/packages/admin.scm (rex): New variable.
2022-08-19 09:13:08 +08:00
Efraim Flashner
360bf760bd
gnu: pies: Remove pre-generated files.
...
* gnu/packages/admin.scm (pies)[source]: Add snippet to remove
pre-generated files.
[native-inputs]: Add bison, flex.
2022-08-14 17:58:00 +03:00
Efraim Flashner
f9666e40d3
gnu: pies: Update to 1.8.
...
* gnu/packages/admin.scm (pies): Update to 1.8.
2022-08-14 17:50:54 +03:00