Age | Commit message (Expand) | Author |
---|---|---|
2021-04-07 | gnu: nmrpflash: Update to 0.9.15....* gnu/packages/admin.scm (nmrpflash): Update to 0.9.15. | Tobias Geerinckx-Rice |
2021-04-07 | gnu: di: Update to 4.50....* gnu/packages/admin.scm (di): Update to 4.50. | Tobias Geerinckx-Rice |
2021-04-07 | gnu: Add cfm....* gnu/packages/admin.scm (cfm): New public variable. | Tobias Geerinckx-Rice |
2021-04-02 | gnu: hostapd: Fix CVE-2021-30004....* gnu/packages/admin.scm (hostapd)[patches]: Apply 'wpa-supplicant-CVE-2021-30004.patch'. | Léo Le Bouter |
2021-04-02 | gnu: wpa-supplicant-minimal: Fix CVE-2021-30004....* gnu/packages/patches/wpa-supplicant-CVE-2021-30004.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/admin.scm (wpa-supplicant-minimal): Apply patch. | Léo Le Bouter |
2021-04-01 | gnu: Fix packages that were importing Guile modules from the host....Those packages were importing (ice-9 match) & co. from the host Guile, which could potentially lead to different derivations depending on the Guile in use. Uncovered by the warning emitted by 'gexp-modules'. * gnu/packages/admin.scm (inxi-minimal)[arguments]: Remove Guile modules from #:modules. * gnu/packages/dns.scm (ddclient)[arguments]: Likewise. * gnu/packages/tex.scm (texlive-latex-koma-script)[arguments]: Likewise. * gnu/packages/java.scm (openjdk11)[arguments]: Likewise for #:imported-modules. | Ludovic Courtès |
2021-03-30 | gnu: nq: Update to 0.4....* gnu/packages/admin.scm (nq): Update to 0.4. | Tobias Geerinckx-Rice |
2021-03-27 | gnu: pam-mount: Update to 2.18....* gnu/packages/admin.scm (pam-mount): Update to 2.18. [inputs]: Replace pcre with pcre2. | Tobias Geerinckx-Rice |
2021-03-27 | gnu: facter: Update to 4.0.52....* gnu/packages/admin.scm (facter): Update to 4.0.52. | Tobias Geerinckx-Rice |
2021-03-27 | gnu: nnn: Update to 3.6....* gnu/packages/admin.scm (nnn): Update to 3.6. | Tobias Geerinckx-Rice |
2021-03-21 | gnu: inxi-minimal: Update to 3.3.03-1....* gnu/packages/admin.scm (inxi-minimal): Update to 3.3.03-1. | Tobias Geerinckx-Rice |
2021-03-18 | gnu: di: Update to 4.49....* gnu/packages/admin.scm (di): Update to 4.49. [source]: Update URL. | Tobias Geerinckx-Rice |
2021-03-18 | gnu: isc-dhcp: Update bundled bind to 9.11.29....* gnu/packages/admin.scm (isc-dhcp)[inputs]: Update bundled bind to 9.11.29. | Tobias Geerinckx-Rice |
2021-03-15 | gnu: sudo: Update to 1.9.6p1....* gnu/packages/admin.scm (sudo): Update to 1.9.6p1. | Tobias Geerinckx-Rice |
2021-03-13 | gnu: sudo: Update to 1.9.6....* gnu/packages/admin.scm (sudo): Update to 1.9.6. | Tobias Geerinckx-Rice |
2021-03-11 | gnu: thermald: Update to 2.4.3....* gnu/packages/admin.scm (thermald): Update to 2.4.3. | Tobias Geerinckx-Rice |
2021-03-09 | gnu: s-tui: Update to 1.1.1....* gnu/packages/admin.scm (s-tui): Update to 1.1.1. | Tobias Geerinckx-Rice |
2021-03-09 | gnu: inxi-minimal: Update to 3.3.01-1....* gnu/packages/admin.scm (inxi-minimal): Update to 3.3.01-1. | Tobias Geerinckx-Rice |
2021-03-09 | gnu: progress: Update to 0.16....* gnu/packages/admin.scm (progress): Update to 0.16. | Tobias Geerinckx-Rice |
2021-03-09 | gnu: solaar: Fix home page....* gnu/packages/admin.scm (solaar)[home-page]: Correct. | Tobias Geerinckx-Rice |
2021-03-09 | gnu: solaar: Update to 1.0.5....* gnu/packages/admin.scm (solaar): Update to 1.0.5. | Tobias Geerinckx-Rice |
2021-03-05 | gnu: Add lr....* gnu/packages/admin.scm (lr): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> | Stefan Reichör |
2021-03-04 | gnu: tcpdump: Update to 4.99.0 [security fixes]....* gnu/packages/admin.scm (tcpdump): Update to 4.99.0. | Léo Le Bouter |
2021-03-04 | gnu: libpcap: Update to 1.10.0....* gnu/packages/admin.scm (libpcap): Update to 1.10.0. | Léo Le Bouter |
2021-03-03 | gnu: bpytop: Update to 1.0.63....* gnu/packages/admin.scm (bpytop): Update to 1.0.63. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> | Michael Rohleder |
2021-03-01 | gnu: ansible: Update to 2.9.18 [security fixes]....* gnu/packages/admin.scm (ansible): Update to 2.9.18. | Léo Le Bouter |
2021-02-28 | 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 Bouter |
2021-02-25 | 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> | lasnesne |
2021-02-21 | gnu: Add vmtouch....* gnu/packages/admin.scm (vmtouch): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> | qblade |
2021-02-20 | 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 Legoll |
2021-02-18 | 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 Famulari |
2021-02-17 | gnu: Add ttyload....* gnu/packages/admin.scm (ttyload): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> | Stefan Reichör |
2021-02-15 | gnu: facter: Update to 4.0.51....* gnu/packages/admin.scm (facter): Update to 4.0.51. | Tobias Geerinckx-Rice |
2021-02-15 | gnu: bpytop: Update to 1.0.62....* gnu/packages/admin.scm (bpytop): Update to 1.0.62. | 宋文武 |
2021-02-15 | 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 Rohleder |
2021-02-12 | gnu: bpytop: Don't propagated python-psutil....* gnu/packages/admin.scm (bpytop): Move python-psutil to propagated-inputs. | 宋文武 |
2021-02-12 | gnu: Add bpytop....* gnu/packages/admin.scm (bpytop): New variable. | Zheng Junjie |
2021-02-10 | 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-Rice |
2021-02-09 | 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ès |
2021-02-07 | gnu: di: Update to 4.48.0.1....* gnu/packages/admin.scm (di): Update to 4.48.0.1. | Tobias Geerinckx-Rice |
2021-02-07 | gnu: detox: Update to 1.3.3....* gnu/packages/admin.scm (detox): Update to 1.3.3. | Tobias Geerinckx-Rice |
2021-02-07 | gnu: thermald: Update to 2.4.2....* gnu/packages/admin.scm (thermald): Update to 2.4.2. | Tobias Geerinckx-Rice |
2021-02-01 | Merge branch 'staging' | Leo Famulari |
2021-01-31 | 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 Waegeneire |
2021-01-30 | gnu: Add nq....* gnu/packages/admin.scm (nq): New variable. | Guillaume Le Vaillant |
2021-01-28 | 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 Legoll |
2021-01-26 | gnu: sudo: Update to 1.9.5p2 [fixes CVE-2021-3156]....* gnu/packages/admin.scm (sudo): Update to 1.9.5p2. | Tobias Geerinckx-Rice |
2021-01-26 | 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 Flashner |
2021-01-26 | 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 Flashner |
2021-01-21 | 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 Flashner |