Age | Commit message (Expand) | Author |
2022-11-17 | 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ès |
2022-11-14 | gnu: btop: Don't use autogenerated tarball....* gnu/packages/admin.scm (btop)[source]: Download using git-fetch.
| Efraim Flashner |
2022-11-10 | 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 Rohleder |
2022-11-06 | gnu: sudo: Update to 1.9.12p1 [fixes CVE-2022-43995]....* gnu/packages/admin.scm (sudo): Update to 1.9.12p1.
| Tobias Geerinckx-Rice |
2022-11-06 | 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ès |
2022-11-05 | gnu: thefuck: Update to 3.32....* gnu/packages/admin.scm (thefuck): Update to 3.32.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| jgart |
2022-10-30 | gnu: pam-mount: Use G-expressions....* gnu/packages/admin.scm (pam-mount)[arguments]:
Rewrite as G-expressions.
| Tobias Geerinckx-Rice |
2022-10-30 | 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-Rice |
2022-10-30 | gnu: pam-mount: Use HTTPS home page....* gnu/packages/admin.scm (pam-mount)[home-page]:
Follow permanent (HTTPS) redirect.
| Tobias Geerinckx-Rice |
2022-10-30 | gnu: pam-mount, greetd-pam-mount: Rewrite descriptions....* gnu/packages/admin.scm (pam-mount, greetd-pam-mount)[description]:
Edit for style.
| Tobias Geerinckx-Rice |
2022-11-03 | 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 Cascadian |
2022-10-30 | gnu: inxi-minimal: Update to 3.3.23-1....* gnu/packages/admin.scm (inxi-minimal): Update to 3.3.23-1.
| Tobias Geerinckx-Rice |
2022-11-02 | 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 Vaillant |
2022-10-29 | gnu: Add ndppd....* gnu/packages/admin.scm (ndppd): New variable.
| Guillaume Le Vaillant |
2022-10-27 | 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 Cournoyer |
2022-10-27 | 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 Cournoyer |
2022-10-23 | gnu: sudo: Update to 1.9.12....* gnu/packages/admin.scm (sudo): Update to 1.9.12.
| Tobias Geerinckx-Rice |
2022-10-23 | gnu: Add doctl....* gnu/packages/admin.scm (doctl): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Matthew James Kraai |
2022-10-16 | gnu: audit: Update to 3.0.9....* gnu/packages/admin.scm (audit): Update to 3.0.9.
| Tobias Geerinckx-Rice |
2022-10-06 | gnu: Add wlgreet....* gnu/packages/admin.scm (wlgreet): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| ( |
2022-09-28 | 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 Rammhold |
2022-09-28 | 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 Hodina |
2022-09-20 | gnu: tree: Use https....* gnu/packages/admin.scm (tree)[source]: Use https.
[home-page]: Same.
| Efraim Flashner |
2022-09-20 | 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 Flashner |
2022-09-12 | 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>
| gyara |
2022-09-11 | gnu: shepherd: Update to 0.9.2....* gnu/packages/admin.scm (shepherd-0.9): Update to 0.9.2.
| Ludovic Courtès |
2022-09-06 | 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 Flashner |
2022-08-30 | gnu: tree: Update to 2.0.3....* gnu/packages/admin.scm (tree): Update to 2.0.3.
| Efraim Flashner |
2022-08-27 | gnu: realmd: Remove input labels....* gnu/packages/admin.scm (realmd)[native-inputs]: Remove labels.
| Marius Bakke |
2022-08-19 | gnu: Add rex....* gnu/packages/admin.scm (rex): New variable.
| 宋文武 |
2022-08-14 | gnu: pies: Remove pre-generated files....* gnu/packages/admin.scm (pies)[source]: Add snippet to remove
pre-generated files.
[native-inputs]: Add bison, flex.
| Efraim Flashner |
2022-08-14 | gnu: pies: Update to 1.8....* gnu/packages/admin.scm (pies): Update to 1.8.
| Efraim Flashner |
2022-08-07 | gnu: inxi-minimal: Update to 3.3.20-1....* gnu/packages/admin.scm (inxi-minimal): Update to 3.3.20-1.
| Tobias Geerinckx-Rice |
2022-08-11 | gnu: wpa-supplicant-gui: Fix build....* gnu/packages/admin.scm (wpa-supplicant-gui)[build-system]: Use
qt-build-system.
[phases]: Use G-exps. Drop trailing #t. Don’t wrap-program as that is done by
the build system. Set $HOME to a writable directory when converting icons to
stop Inkscape complaining.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Timotej Lazar |
2022-08-01 | gnu: Add fail2ban....* gnu/packages/admin.scm (fail2ban): New variable.
* gnu/packages/patches/fail2ban-0.11.2_CVE-2021-32749.patch,
gnu/packages/patches/fail2ban-0.11.2_fix-setuptools-drop-2to3.patch,
gnu/packages/patches/fail2ban-0.11.2_fix-test-suite.patch,
gnu/packages/patches/fail2ban-paths-guix-conf.patch,
gnu/packages/patches/fail2ban-python310-server-action.patch,
gnu/packages/patches/fail2ban-python310-server-actions.patch,
gnu/packages/patches/fail2ban-python310-server-jails.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| muradm |
2022-07-31 | gnu: qtsvg: Rename variable to qtsvg-5....This is in preparation of the qtsvg update to version 6.
This change was automated via the following command:
git grep -l '\bqtsvg\b' | xargs sed 's/qtsvg/qtsvg-5/g' -i
| Maxim Cournoyer |
2022-08-01 | gnu: rottlog: Remove input labels....* gnu/packages/admin.scm (rottlog)[arguments]: In 'tweak-rc-weekly', use
'search-input-file' instead of 'assoc-ref'.
[inputs]: Remove labels.
| Ludovic Courtès |
2022-07-24 | gnu: nnn: Update to 4.6....* gnu/packages/admin.scm (nnn): Update to 4.6.
| Tobias Geerinckx-Rice |
2022-07-17 | gnu: inxi-minimal: Update to 3.3.19-1....* gnu/packages/admin.scm (inxi-minimal): Update to 3.3.19-1.
| Tobias Geerinckx-Rice |
2022-07-17 | gnu: dmidecode: Use G-expressions....* gnu/packages/admin.scm (dmidecode)[arguments]:
Rewrite as G-expressions.
| Tobias Geerinckx-Rice |
2022-07-17 | gnu: dmidecode: Update to 3.4....* gnu/packages/admin.scm (dmidecode): Update to 3.4.
| Tobias Geerinckx-Rice |
2022-07-17 | gnu: smartmontools: Do not claim to be a ‘local build’....* gnu/packages/admin.scm (smartmontools)[arguments]: Set BUILD_INFO
in #:make-flags.
| Tobias Geerinckx-Rice |
2022-07-12 | gnu: inkscape: Rename variable to inkscape/stable and hide package....This will allow introducing a new 'inkscape' package that can be more freely
upgraded on the main branch.
* gnu/packages/inkscape.scm (inkscape): Rename to...
(inkscape/stable): ... this, and make it a hidden package.
* gnu/packages/admin.scm (wpa-supplicant-gui)[native-inputs]: Rename inkscape
input accordingly.
* gnu/packages/docbook.scm (dblatex): Likewise.
* gnu/packages/gnome-xyz.scm (arc-theme): Likewise.
* gnu/packages/python-xyz.scm (python-matplotlib-documentation): Likewise.
(python-nbconvert): Likewise.
* gnu/packages/xfce.scm (xfdesktop): Likewise.
* gnu/packages/xorg.scm (hackneyed-x11-cursors): Likewise.
| Maxim Cournoyer |
2022-07-01 | services: root-file-system: Cleanly unmount upon shutdown....Fixes <https://issues.guix.gnu.org/56209>.
Reported by angry rectangle <angryrectangle@cock.li>.
* gnu/packages/admin.scm (shepherd-0.9)[modules, snippet]: New fields.
* gnu/services/base.scm (%root-file-system-shepherd-service): In 'stop'
method, remove 'call-with-blocked-asyncs'. When 'mount' throws to
'system-error, call (@ (fibers) sleep) and try again.
* gnu/tests/base.scm (run-root-unmount-test): New procedure.
(%test-root-unmount): New variable.
| Ludovic Courtès |
2022-06-19 | gnu: nmon: Use the new TARGET-X86? test....* gnu/packages/admin.scm (nmon)[arguments]: Use TARGET-X86?.
| Tobias Geerinckx-Rice |
2022-06-19 | gnu: sudo: Update to 1.9.11p3....* gnu/packages/admin.scm (sudo): Update to 1.9.11p3.
| Tobias Geerinckx-Rice |
2022-06-17 | gnu: admin: Add libseat 0.8.0 and move seatd....* gnu/packages/admin.scm (libseat): New variable
* gnu/packages/admin.scm (seatd): New variable
* gnu/packages/freedesktop.scm (seatd): Remove variable
* gnu/packages/wm.scm (wlroots): Replace seatd input with libseat
Signed-off-by: Lars-Dominik Braun <ldb@leibniz-psychology.org>
| muradm |
2022-06-17 | gnu: admin: Add greetd-pam-mount....* gnu/packages/admin.scm (greetd-pam-mount): New variable
Signed-off-by: Lars-Dominik Braun <ldb@leibniz-psychology.org>
| muradm |
2022-06-17 | gnu: admin: Add greetd 0.8.0....* gnu/packages/admin.scm (greetd): New variable
Signed-off-by: Lars-Dominik Braun <ldb@leibniz-psychology.org>
| muradm |
2022-06-12 | gnu: htop: Update to 3.2.1....* gnu/packages/admin.scm (htop): Update to 3.2.1.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| Greg Hogan |