summaryrefslogtreecommitdiff
path: root/gnu/packages/admin.scm
Commit message (Expand)AuthorAgeFilesLines
* gnu: wpa-supplicant, hostapd: Fix CVE-2021-27803.•••See <https://w1.fi/security/2021-1/wpa_supplicant-p2p-provision-discovery-processing-vulnerability.txt>. * gnu/packages/patches/wpa-supplicant-CVE-2021-27803.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/admin.scm (wpa-supplicant-minimal, hostapd): Apply it. Léo Le Bouter2021-02-281-2/+6
* gnu: solaar: Add missing dependencies for the GUI.•••* gnu/packages/admin.scm (solaar)[propagated-inputs]: Add PYTHON-PYYAML, PYTHON-PSUTIL, PYTHON-XLIB, GTK+, and PYTHON-PYGOBJECT. Signed-off-by: Ludovic Courtès <ludo@gnu.org> lasnesne2021-02-251-1/+9
* gnu: Add vmtouch.•••* gnu/packages/admin.scm (vmtouch): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> qblade2021-02-211-0/+33
* gnu: lynis: Update to 3.0.3.•••* gnu/packages/admin.scm (lynis): Update to 3.0.3. [native-inputs]: Update lynis-sdk accordingly. Signed-off-by: Leo Famulari <leo@famulari.name> Vincent Legoll2021-02-201-4/+4
* gnu: isc-dhcp: Update bundled BIND to 9.11.28 [fixes CVE-2020-8625].•••* gnu/packages/admin.scm (isc-dhcp)[inputs]: Update bundled BIND to 9.11.28. Leo Famulari2021-02-181-2/+2
* gnu: Add ttyload.•••* gnu/packages/admin.scm (ttyload): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Stefan Reichör2021-02-171-0/+37
* gnu: facter: Update to 4.0.51.•••* gnu/packages/admin.scm (facter): Update to 4.0.51. Tobias Geerinckx-Rice2021-02-151-2/+2
* gnu: bpytop: Update to 1.0.62.•••* gnu/packages/admin.scm (bpytop): Update to 1.0.62. 宋文武2021-02-151-2/+2
* gnu: bpytop: Add phase to install themes.•••Reported by bdju in #guix. * gnu/packages/admin.scm (bpytop)[arguments]: Add install-themes phase. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Michael Rohleder2021-02-151-1/+13
* gnu: bpytop: Don't propagated python-psutil.•••* gnu/packages/admin.scm (bpytop): Move python-psutil to propagated-inputs. 宋文武2021-02-121-1/+1
* gnu: Add bpytop.•••* gnu/packages/admin.scm (bpytop): New variable. Zheng Junjie2021-02-121-0/+23
* Revert "gnu: inetutils: Update to 2.0."•••This reverts commit 55050e54a987cd99b8477da1a4993e83adcca129, which rebuilds xdg-utils and hence a good part of the world (1838 packages). Reported by mroh in #guix. Tobias Geerinckx-Rice2021-02-101-3/+4
* gnu: inetutils: Update to 2.0.•••* gnu/packages/admin.scm (inetutils): Update to 2.0. [source](patches): Remove. * gnu/packages/patches/inetutils-hurd.patch: Remove. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. Ludovic Courtès2021-02-091-4/+3
* gnu: di: Update to 4.48.0.1.•••* gnu/packages/admin.scm (di): Update to 4.48.0.1. Tobias Geerinckx-Rice2021-02-071-2/+2
* gnu: detox: Update to 1.3.3.•••* gnu/packages/admin.scm (detox): Update to 1.3.3. Tobias Geerinckx-Rice2021-02-071-2/+2
* gnu: thermald: Update to 2.4.2.•••* gnu/packages/admin.scm (thermald): Update to 2.4.2. Tobias Geerinckx-Rice2021-02-071-2/+2
* Merge branch 'staging'Leo Famulari2021-02-011-3/+11
|\
| * gnu: sudo: Build without pam for the Hurd.•••* gnu/packages/admin.scm (sudo)[inputs]: Only use linux-pam when not building for the Hurd. Efraim Flashner2021-01-261-1/+3
| * gnu: shadow: Build without pam for the Hurd.•••* gnu/packages/admin.scm (shadow)[arguments]: Adjust configure-flags to not use pam when building for the Hurd. [inputs]: Only use linux-pam when not building for the Hurd. Efraim Flashner2021-01-261-2/+8
* | gnu: opendoas: Update to 6.8.1 [fixes CVE-2019-25016].•••* gnu/packages/admin.scm (opendoas): Update to 6.8.1. Signed-off-by: Leo Famulari <leo@famulari.name> Brice Waegeneire2021-01-311-2/+2
* | gnu: Add nq.•••* gnu/packages/admin.scm (nq): New variable. Guillaume Le Vaillant2021-01-301-1/+30
* | gnu: libcap-ng: Update to 0.8.2.•••* gnu/packages/admin.scm (libcap-ng): Update to 0.8.2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Vincent Legoll2021-01-281-2/+2
* | gnu: sudo: Update to 1.9.5p2 [fixes CVE-2021-3156].•••* gnu/packages/admin.scm (sudo): Update to 1.9.5p2. Tobias Geerinckx-Rice2021-01-261-2/+2
|/
* gnu: guile2.0-shepherd: Fix build.•••* gnu/packages/admin.scm (guile2.0-shepherd)[native-inputs]: Add help2man. [arguments]: Add custom phase to patch out import of (ice-9 threads). Efraim Flashner2021-01-211-2/+13
* gnu: guile2.2-shepherd: Add missing input.•••* gnu/packages/admin.scm (guile2.2-shepherd)[inputs]: Add guile2.2-readline. Efraim Flashner2021-01-211-1/+2
* gnu: shepherd: Remove guild warnings.•••* gnu/packages/admin.scm (shepherd)[arguments]: Pass GUILE_AUTO_COMPILE=0 as make-flag to prevent guild warnings. Efraim Flashner2021-01-211-1/+2
* gnu: facter: Update to 4.0.49.•••* gnu/packages/admin.scm (facter): Update to 4.0.49. Tobias Geerinckx-Rice2021-01-171-2/+2
* gnu: inxi-minimal: Update to 3.2.02-2.•••* gnu/packages/admin.scm (inxi-minimal): Update to 3.2.02-2. Tobias Geerinckx-Rice2021-01-171-2/+2
* gnu: Add lrzsz.•••* gnu/packages/admin.scm (lrzsz): New variable. Danny Milosavljevic2021-01-161-0/+27
* gnu: facter: Update to 4.0.48.•••* gnu/packages/admin.scm (facter): Update to 4.0.48. Tobias Geerinckx-Rice2021-01-141-2/+2
* gnu: acpica: Update to 20210105.•••* gnu/packages/admin.scm (acpica): Update to 20210105. Tobias Geerinckx-Rice2021-01-141-2/+2
* gnu: sudo: Update to 1.9.5p1 [fixes setuid sudoedit].•••* gnu/packages/admin.scm (sudo): Update to 1.9.5p1. Tobias Geerinckx-Rice2021-01-121-2/+2
* gnu: inxi-minimal: Update to 3.2.02-1.•••* gnu/packages/admin.scm (inxi-minimal): Update to 3.2.02-1. Tobias Geerinckx-Rice2021-01-111-2/+2
* gnu: htop: Update to 3.0.5.•••* gnu/packages/admin.scm (htop): Update to 3.0.5. Tobias Geerinckx-Rice2021-01-111-2/+2
* gnu: sudo: Update to 1.9.5 [fixes CVE-2021-23239 & CVE-2021-23240].•••* gnu/packages/admin.scm (sudo): Update to 1.9.5. Tobias Geerinckx-Rice2021-01-111-2/+2
* Revert "gnu: nmap: Update license."•••This reverts commit 2323a7120a0f3ed96fedfff42e86c0aee97995c0. The new license has been deemed non-free by Fedora [1] and there has not yet been a statement by the FSF claiming otherwise. See also [2]. [1] https://github.com/nmap/nmap/issues/2199 [2] https://lists.gnu.org/archive/html/guix-devel/2020-10/msg00227.html Leo Prikler2021-01-101-1/+1
* gnu: nmap: Downgrade to 7.80.•••* gnu/packages/admin.scm (nmap): Downgrade to 7.80. Leo Prikler2021-01-101-2/+2
* gnu: smartmontools: Update to 7.2.•••* gnu/packages/admin.scm (smartmontools): Update to 7.2. Tobias Geerinckx-Rice2021-01-021-3/+3
* gnu: alive: Update to 2.0.3.•••* gnu/packages/admin.scm (alive): Update to 2.0.3. Efraim Flashner2021-01-021-3/+3
* gnu: rottlog: Fix mail reporting.•••* gnu/packages/admin.scm (rottlog)[inputs]: Add MAILUTILS. [phases]: In 'patch-paths', replace "/usr/sbin/sendmail" with 'mail' from Mailutils. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Léo Le Bouter2020-12-271-3/+7
* gnu: ansible: Update to 2.9.16.•••* gnu/packages/admin.scm (ansible): Update to 2.9.16. Signed-off-by: Leo Famulari <leo@famulari.name> Vincent Legoll2020-12-241-2/+2
* gnu: htop: Update to 3.0.4.•••* gnu/packages/admin.scm (htop): Update to 3.0.4. Tobias Geerinckx-Rice2020-12-231-2/+2
* gnu: acpica: Update to 20201217.•••* gnu/packages/admin.scm (acpica): Update to 20201217. Tobias Geerinckx-Rice2020-12-221-2/+2
* gnu: sudo: Update to 1.9.4p2.•••* gnu/packages/admin.scm (sudo): Update to 1.9.4p2. Tobias Geerinckx-Rice2020-12-201-2/+2
* gnu: facter: Update to 4.0.47.•••* gnu/packages/admin.scm (facter): Update to 4.0.47. Tobias Geerinckx-Rice2020-12-181-2/+2
* gnu: inxi-minimal: Update to 3.2.01-1.•••* gnu/packages/admin.scm (inxi-minimal): Update to 3.2.01-1. [inputs]: Add lvm2 and mdadm. Tobias Geerinckx-Rice2020-12-181-2/+4
* gnu: sudo: Update to 1.9.4p1.•••* gnu/packages/admin.scm (sudo): Update to 1.9.4p1. [source]: Remove patch. * gnu/packages/patches/sudo-fix-build-without-sendmail.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Tobias Geerinckx-Rice2020-12-171-3/+2
* gnu: pies: Update to 1.5.•••* gnu/packages/admin.scm (pies): Update to 1.5. Efraim Flashner2020-12-141-2/+2
* gnu: htop: Update to 3.0.3.•••* gnu/packages/admin.scm (htop): Update to 3.0.3. Tobias Geerinckx-Rice2020-12-131-2/+2
* gnu: thermald: Update to 2.4.1.•••* gnu/packages/admin.scm (thermald): Update to 2.4.1. Tobias Geerinckx-Rice2020-12-071-2/+2