summaryrefslogtreecommitdiff
path: root/gnu/packages/admin.scm
Commit message (Expand)AuthorAgeFilesLines
...
| * gnu: tree: Update to 2.1.0.•••* gnu/packages/admin.scm (tree): Update to 2.1.0. Efraim Flashner2022-12-281-2/+2
| * gnu: isc-dhcp: Update description.•••* gnu/packages/admin.scm (isc-dhcp)[description]: Note EOL status. Tobias Geerinckx-Rice2022-12-111-1/+4
| * 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. Tobias Geerinckx-Rice2022-12-111-2/+2
| * gnu: nmrpflash: Rephrase synopsis.•••* gnu/packages/admin.scm (nmrpflash)[synopsis]: Rework awkward wording. Tobias Geerinckx-Rice2022-12-111-1/+1
| * gnu: nmrpflash: Update to 0.9.19.•••* gnu/packages/admin.scm (nmrpflash): Update to 0.9.19. Tobias Geerinckx-Rice2022-12-111-2/+2
| * gnu: nnn: Update to 4.7.•••* gnu/packages/admin.scm (nnn): Update to 4.7. Tobias Geerinckx-Rice2022-12-111-2/+2
| * gnu: inxi-minimal: Reduce reliance on input names.•••* gnu/packages/admin.scm (inxi-minimal)[arguments]: Use SEARCH-INPUT-FILE. Tobias Geerinckx-Rice2022-12-111-4/+8
| * gnu: inxi-minimal: Remove input labels.•••* gnu/packages/admin.scm (inxi-minimal)[inputs]: Remove input labels. Tobias Geerinckx-Rice2022-12-111-3/+3
| * gnu: inxi-minimal: Update to 3.3.24-1.•••* gnu/packages/admin.scm (inxi-minimal): Update to 3.3.24-1. Tobias Geerinckx-Rice2022-12-111-2/+2
| * gnu: hyfetch: Update to 1.4.4.•••* gnu/packages/admin.scm (hyfetch): Update to 1.4.4. Tobias Geerinckx-Rice2022-12-111-2/+2
| * gnu: realmd: Update to 0.17.1.•••* gnu/packages/admin.scm (realmd): Update to 0.17.1. Tobias Geerinckx-Rice2022-12-111-3/+2
| * gnu: Add du-dust.•••* gnu/packages/admin.scm (du-dust): New variable. Danny Milosavljevic2022-12-081-0/+37
| * gnu: netcat-openbsd: Update to 1.219-1.•••* gnu/packages/admin.scm (netcat-openbsd): Update to 1.219-1. Tobias Geerinckx-Rice2022-11-271-2/+2
| * gnu: ansible-core: Build with python-pycryptodome.•••* gnu/packages/admin.scm (ansible-core)[native-inputs]: Replace PYTHON-PYCRYPTO with PYTHON-PYCRYPTODOME. Marius Bakke2022-11-201-1/+1
| * gnu: Add smem.•••* gnu/packages/admin.scm (smem): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> jgart2022-11-191-0/+46
| * gnu: shepherd: Update to 0.9.3.•••* gnu/packages/admin.scm (shepherd-0.9): Update to 0.9.3. [source](modules, snippet): Remove. Ludovic Courtès2022-11-171-13/+2
| * gnu: btop: Don't use autogenerated tarball.•••* gnu/packages/admin.scm (btop)[source]: Download using git-fetch. Efraim Flashner2022-11-141-5/+6
| * gnu: btop: Update to 1.2.13.•••* gnu/packages/admin.scm (btop): Update to 1.2.13. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Michael Rohleder2022-11-101-2/+2
| * gnu: sudo: Update to 1.9.12p1 [fixes CVE-2022-43995].•••* gnu/packages/admin.scm (sudo): Update to 1.9.12p1. Tobias Geerinckx-Rice2022-11-061-2/+2
| * 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'. Ludovic Courtès2022-11-061-2/+5
| * gnu: thefuck: Update to 3.32.•••* gnu/packages/admin.scm (thefuck): Update to 3.32. Signed-off-by: Christopher Baines <mail@cbaines.net> jgart2022-11-051-2/+2
| * gnu: pam-mount: Use G-expressions.•••* gnu/packages/admin.scm (pam-mount)[arguments]: Rewrite as G-expressions. Tobias Geerinckx-Rice2022-10-301-28/+29
| * 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. Tobias Geerinckx-Rice2022-10-301-29/+31
| * gnu: pam-mount: Use HTTPS home page.•••* gnu/packages/admin.scm (pam-mount)[home-page]: Follow permanent (HTTPS) redirect. Tobias Geerinckx-Rice2022-10-301-1/+1
| * gnu: pam-mount, greetd-pam-mount: Rewrite descriptions.•••* gnu/packages/admin.scm (pam-mount, greetd-pam-mount)[description]: Edit for style. Tobias Geerinckx-Rice2022-10-301-16/+13
| * 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. Vagrant Cascadian2022-11-031-3/+3
| * gnu: inxi-minimal: Update to 3.3.23-1.•••* gnu/packages/admin.scm (inxi-minimal): Update to 3.3.23-1. Tobias Geerinckx-Rice2022-10-301-2/+2
| * 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. Guillaume Le Vaillant2022-11-021-1/+3
| * gnu: Add ndppd.•••* gnu/packages/admin.scm (ndppd): New variable. Guillaume Le Vaillant2022-10-291-0/+33
| * 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. Maxim Cournoyer2022-10-271-0/+1
| * 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. Maxim Cournoyer2022-10-271-56/+49
| * gnu: sudo: Update to 1.9.12.•••* gnu/packages/admin.scm (sudo): Update to 1.9.12. Tobias Geerinckx-Rice2022-10-231-2/+2
| * gnu: Add doctl.•••* gnu/packages/admin.scm (doctl): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Matthew James Kraai2022-10-231-0/+50
| * gnu: audit: Update to 3.0.9.•••* gnu/packages/admin.scm (audit): Update to 3.0.9. Tobias Geerinckx-Rice2022-10-161-2/+2
| * gnu: Add wlgreet.•••* gnu/packages/admin.scm (wlgreet): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> (2022-10-061-0/+71
| * 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> Andreas Rammhold2022-09-281-3/+6
| * 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> Petr Hodina2022-09-281-0/+25
* | gnu: shadow: Merge in shadow-with-man-pages.•••* gnu/packages/admin.scm (shadow)[arguments]: Add phase to install the manpages. Make sure 'remove-groups comes after installing the manpages. [properties]: Remove field. (shadow-with-man-pages): Remove variable. * gnu/system.scm (%base-packages-utils): Replace shadow-with-man-pages with shadow. Efraim Flashner2022-11-271-18/+7
* | gnu: shadow: Update to 4.13.•••* gnu/packages/admin.scm (shadow): Update to 4.13. Efraim Flashner2022-11-271-3/+3
* | Merge branch 'staging' into core-updates•••Conflicts resolved in: gnu/local.mk gnu/packages/cran.scm gnu/packages/gnome.scm gnu/packages/gtk.scm gnu/packages/icu4c.scm gnu/packages/java.scm gnu/packages/machine-learning.scm gnu/packages/tex.scm Maxim Cournoyer2022-09-271-5/+9
|\|
| * gnu: tree: Use https.•••* gnu/packages/admin.scm (tree)[source]: Use https. [home-page]: Same. Efraim Flashner2022-09-201-2/+2
| * 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. Efraim Flashner2022-09-201-3/+7
* | gnu: Python: Update to 3.10.7.•••* gnu/packages/python.scm (python-3.9): Rename to ... (python-3.10): ... this. Update to 3.10.7. [source](patches): Remove 'python-3-no-static-libs.patch' in favor of ... [arguments]: Add #:configure-flags. (python-3): Refer to PYTHON-3.10. * gnu/packages/patches/python-3-fix-tests.patch: Refresh. * gnu/packages/patches/python-3-no-static-lib.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/version-control.scm (mercurial)[native-search-paths]: Adjust Python version. * gnu/packages/admin.scm (ansible)[native-search-paths]: Likewise. * gnu/packages/bioinformatics.scm (scvelo)[arguments]: Replace hard-coded python3.9 paths with python3.10. * gnu/packages/cran.scm (r-torch)[arguments]: Likewise. * gnu/packages/machine-learning.scm (liblantern)[arguments]: Likewise. Marius Bakke2022-09-181-1/+1
* | gnu: shepherd: Promote 0.9 to the default.•••* gnu/packages/admin.scm (shepherd-0.9): Inherit from SHEPHERD-0.8. (shepherd): Alias to SHEPHERD-0.9. Marius Bakke2022-09-181-4/+3
* | Merge branch 'staging' into core-updates•••Conflicts resolved in: gnu/local.mk gnu/packages/cmake.scm gnu/packages/glib.scm gnu/packages/gnome.scm gnu/packages/gtk.scm gnu/packages/sdl.scm pango-next, vala-next and librsvg-bootstrap were removed in the process. Maxim Cournoyer2022-09-151-4/+4
|\|
| * 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> gyara2022-09-121-2/+2
| * gnu: shepherd: Update to 0.9.2.•••* gnu/packages/admin.scm (shepherd-0.9): Update to 0.9.2. Ludovic Courtès2022-09-111-2/+2
* | Merge branch 'staging' into core-updatesMarius Bakke2022-09-081-2/+4
|\|
| * 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. Efraim Flashner2022-09-061-2/+4
* | Merge branch 'staging' into core-updatesMarius Bakke2022-09-011-2/+2
|\|