aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/admin.scm
Commit message (Collapse)AuthorAge
* gnu: Add bfs.Tobias Kortkamp2023-08-20
| | | | | | * gnu/packages/admin.scm (bfs): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* Update email addresses for Juliana Sims.Juliana Sims2023-08-16
| | | | | | | | * .mailmap: Add an entry for Juliana. * gnu/packages/admin.scm, gnu/packages/audio.scm, gnu/packages/build-tools.scm, gnu/packages/scheme.scm: Update Juliana's email. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: uwufetch: Add and use missing inputs.Juliana Sims2023-08-12
| | | | | | | * gnu/packages/admin.scm (uwufetch) [inputs]: Add missing inputs. [phases]: Use the fully-qualified paths of the input gawk and grep. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: uwufetch: Manually create missing include dir.Juliana Sims2023-08-08
| | | | | | | * gnu/packages/admin.scm (uwufetch) [arguments]: Manually create missing include dir. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: uwufetch: Fix typo in build phase name.Juliana Sims2023-08-08
| | | | | | * gnu/packages/admin.scm (uwufetch) [arguments]: Fix typo in build phase name. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: lynis: Use G-expressions.Tobias Geerinckx-Rice2023-07-30
| | | | | * gnu/packages/admin.scm (lynis)[arguments]: Rewrite as G-expressions.
* gnu: lynis: Update to 3.0.9.Tobias Geerinckx-Rice2023-07-30
| | | | * gnu/packages/admin.scm (lynis): Update to 3.0.9.
* gnu: acpica: Update to 20230628.Tobias Geerinckx-Rice2023-07-30
| | | | * gnu/packages/admin.scm (acpica): Update to 20230628.
* gnu: sudo: Update to 1.9.14p3.Tobias Geerinckx-Rice2023-07-30
| | | | * gnu/packages/admin.scm (sudo): Update to 1.9.14p3.
* gnu: jc: Update to 1.23.4.Tobias Geerinckx-Rice2023-07-30
| | | | * gnu/packages/admin.scm (jc): Update to 1.23.4.
* gnu: fuse@3: Bind to default FUSE variable.Tobias Geerinckx-Rice2023-07-23
| | | | | | | | | | * gnu/packages/linux.scm (fuse): Rename this… (fuse-2): …to this, and… (fuse-3): …rename this… (fuse): …to this! (fuse-static): Rename this… (fuse-2-static): …to this. Adjust all users.
* gnu: mactelnet: Unbundle uthash.Bruno Victal2023-07-18
| | | | | | | | * gnu/packages/admin.scm (mactelnet)[source]: Unbundle uthash. [inputs]: Add uthash. [license]: Remove bsd-2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add mactelnet.Bruno Victal2023-07-18
| | | | | | | | * gnu/packages/admin.scm (mactelnet): New variable. * gnu/packages/patches/mactelnet-remove-init.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: shepherd: Update to 0.10.2.Ludovic Courtès2023-07-18
| | | | * gnu/packages/admin.scm (shepherd-0.10): Update to 0.10.2.
* gnu: thermald: Update to 2.5.3.Tobias Geerinckx-Rice2023-07-16
| | | | * gnu/packages/admin.scm (thermald): Update to 2.5.3.
* gnu: sudo: Update to 1.9.14p1.Tobias Geerinckx-Rice2023-07-16
| | | | | * gnu/packages/admin.scm (sudo): Update to 1.9.14p1. [arguments]: Use a different filthy hack to quote _PATH_MV.
* gnu: s-tui: Update to 1.1.4.Tobias Geerinckx-Rice2023-07-16
| | | | * gnu/packages/admin.scm (s-tui): Update to 1.1.4.
* gnu: inxi-minimal: Update to 3.3.28-1.Tobias Geerinckx-Rice2023-07-16
| | | | * gnu/packages/admin.scm (inxi-minimal): Update to 3.3.28-1.
* gnu: jc: Update to 1.23.3.Tobias Geerinckx-Rice2023-07-16
| | | | * gnu/packages/admin.scm (jc): Update to 1.23.3.
* gnu: stress: Update to 1.0.7.Tobias Geerinckx-Rice2023-07-16
| | | | * gnu/packages/admin.scm (stress): Update to 1.0.7.
* gnu: facter: Update to 4.4.1.Christopher Baines2023-07-10
| | | | | | * gnu/packages/admin.scm (facter): Update to 4.4.1. [arguments,inputs]: Update style. [home-page]: Update.
* gnu: smartmontools: Update to 7.3.Tobias Geerinckx-Rice2023-07-02
| | | | * gnu/packages/admin.scm (smartmontools): Update to 7.3.
* gnu: di: Use G-expressions.Tobias Geerinckx-Rice2023-07-02
| | | | | * gnu/packages/admin.scm (di)[arguments]: Rewrite as G-expressions. Rename 'setup-environment phase to 'override-environment.
* gnu: di: Update to 4.52.Tobias Geerinckx-Rice2023-07-02
| | | | * gnu/packages/admin.scm (di): Update to 4.52.
* gnu: tcpdump: Update to 4.99.4 [fixes CVE-2023-1801].Timotej Lazar2023-07-01
| | | | | | * gnu/packages/admin.scm (tcpdump): Update to 4.99.4. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: igt-gpu-tools: Fix build with procps@4.Tobias Geerinckx-Rice2023-06-24
| | | | | | * gnu/packages/patches/igt-gpu-tools-Use-libproc2.patch: New file. * gnu/packages/admin.scm (igt-gpu-tools)[source]: Use it. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: Use target-hurd?, system-hurd? instead of hurd-target?, hurd-system?.Janneke Nieuwenhuizen2023-06-17
| | | | | | | | * gnu/packages/hurd.scm (hurd-target?): Remove. (hurd-system?): Move to... * guix/utils.scm (system-hurd?): ...here. * gnu/packages/*: Update all users, removing (gnu packages hurd) include where now unused.
* gnu: shepherd@0.10: Use guile-fibers 1.3.1.Ludovic Courtès2023-06-14
| | | | | * gnu/packages/admin.scm (shepherd-0.10)[native-inputs, inputs]: Replace GUILE-FIBERS-1.1 with GUILE-FIBERS-1.3.
* gnu: doctl: Update to 1.94.0.Matthew James Kraai2023-06-12
| | | | | | * gnu/packages/admin.scm (doctl): Update to 1.94.0. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: tree: Update to 2.1.1.Efraim Flashner2023-06-04
| | | | | * gnu/packages/admin.scm (tree): Update to 2.1.1. [arguments]: Remove unneeded 'fix-manpage-version phase.
* gnu: atop: Update to 2.9.0.Greg Hogan2023-06-01
| | | | | | * gnu/packages/admin.scm (atop): Update to 2.9.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: hyfetch: Update to 1.4.8.Hilton Chain2023-05-30
| | | | | | | * gnu/packages/admin.scm (hyfetch): Update to 1.4.8. [arguments]: Disable tests. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: shepherd: Update to 0.10.1.Ludovic Courtès2023-05-30
| | | | | | Fixes <https://issues.guix.gnu.org/63717>. * gnu/packages/admin.scm (shepherd-0.10): Update to 0.10.1.
* gnu: jc: Update to 1.23.2.Greg Hogan2023-05-26
| | | | | | | | * gnu/packages/admin.scm (jc): Update to 1.23.2. [build-system]: Change to PYPROJECT-BUILD-SYSTEM. [native-inputs]: Add python-pytest. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: shepherd: Fetch code from 'mirror://gnu'.Ludovic Courtès2023-05-13
| | | | * gnu/packages/admin.scm (shepherd-0.10): Fix URL.
* gnu: shepherd: Add 0.10.0.Ludovic Courtès2023-05-13
| | | | | * gnu/packages/admin.scm (shepherd-0.10): New variable. (guile2.2-shepherd): Inherit from SHEPHERD-0.10.
* gnu: hostapd: Add ACS and full dynamic vlan supportAlexey Abramov2023-05-06
| | | | | | | | | * gnu/packages/admin.scm (hostapd): ACS (Automatic Channel Selection) will allow hostapd to pick the channel automatically. Full dynamic vlan support enables hostapd to automatically create bridge and VLAN interfaces if necessary (enables vlan_tagged_interface option). Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: guile2.0-shepherd: Remove.Ludovic Courtès2023-05-05
| | | | | | Version 0.9.x of the Shepherd requires Guile >= 2.2. * gnu/packages/admin.scm (guile2.0-shepherd): Remove.
* gnu: ufetch: Update to 0.3.Eric Bavier2023-05-02
| | | | | * gnu/packages/admin.scm (ufetch): Update to 0.3. [license]: 'isc' -> 'expat'.
* gnu: python-typing-extensions: Move to (gnu packages python-build).Maxim Cournoyer2023-04-19
| | | | | * gnu/packages/python-xyz.scm (python-typing-extensions): Move to... * gnu/packages/python-build.scm (python-typing-extensions): ... here.
* Merge remote-tracking branch 'origin/master' into core-updatesAndreas Enge2023-04-17
|\
| * gnu: ansible: Update to 7.4.0.Maxim Cournoyer2023-04-14
| | | | | | | | * gnu/packages/admin.scm (ansible): Update to 7.4.0.
| * gnu: ansible-core: Update to 2.14.4.Maxim Cournoyer2023-04-14
| | | | | | | | | | | | * gnu/packages/admin.scm (ansible-core): Update to 2.14.4. [arguments]: Add skip-controller-tests phase. Update preserve-pythonpath and check phases. Honor parallel-job-count in check phase.
* | Merge branch 'master' into core-updates.Maxim Cournoyer2023-04-14
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/local.mk gnu/packages/build-tools.scm gnu/packages/certs.scm gnu/packages/check.scm gnu/packages/compression.scm gnu/packages/cups.scm gnu/packages/fontutils.scm gnu/packages/gnuzilla.scm gnu/packages/guile.scm gnu/packages/ibus.scm gnu/packages/image-processing.scm gnu/packages/linux.scm gnu/packages/music.scm gnu/packages/nss.scm gnu/packages/pdf.scm gnu/packages/python-xyz.scm gnu/packages/qt.scm gnu/packages/ruby.scm gnu/packages/shells.scm gnu/packages/tex.scm gnu/packages/video.scm gnu/packages/vulkan.scm gnu/packages/web.scm gnu/packages/webkit.scm gnu/packages/wm.scm
| * gnu: cbatticon: Update to 1.6.13.kiasoc52023-04-13
| | | | | | | | | | | | * gnu/packages/admin.scm (cbatticon): Update to 1.6.13. Signed-off-by: Christopher Baines <mail@cbaines.net>
| * gnu: uwufetch: Update to 2.1.Juliana Sims2023-04-03
| | | | | | | | | | | | * gnu/packages/admin.scm (uwufetch): Update to 2.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: thermald: Update to 2.5.2.Jelle Licht2023-04-03
| | | | | | | | | | | | * gnu/packages/admin.scm (thermald): Update to 2.5.2. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: Add dool.Yovan Naumovski2023-04-03
| | | | | | | | | | | | * gnu/packages/admin.scm (dool): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* | Merge remote-tracking branch 'origin/master' into core-updatesAndreas Enge2023-03-20
|\|
| * gnu: atop: Update to 2.8.1.Yovan Naumovski2023-03-19
| | | | | | | | | | | | * gnu/packages/admin.scm (atop): Update to 2.8.1. Signed-off-by: Leo Famulari <leo@famulari.name>