3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00
Commit graph

869 commits

Author SHA1 Message Date
Tobias Geerinckx-Rice
c4d9c9cb3f
gnu: acpica: Update to 20210604.
* gnu/packages/admin.scm (acpica): Update to 20210604.
2021-06-28 18:04:14 +02:00
Tobias Geerinckx-Rice
eca228eb09
gnu: tcpdump: Update to 4.99.1.
* gnu/packages/admin.scm (tcpdump): Update to 4.99.1.
2021-06-20 16:44:09 +02:00
Brice Waegeneire
eb939109b9
gnu: opendoas: Fix restricted path "safepath".
* gnu/packages/admin.scm (opendoas)[phases]: Rename 'fix-install' phase
to 'pre-configure', run it before 'configure' and add a substitution for
safepath.
2021-06-19 23:46:05 +02:00
Marius Bakke
e4d5b509fe
gnu: isc-dhcp: Adjust for GCC 10.
* gnu/packages/patches/isc-dhcp-gcc-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/admin.scm (isc-dhcp)[source](patches): New field.
2021-06-19 17:09:51 +02:00
Maxim Cournoyer
ea0a51071e
gnu: Rename qtbase to qtbase-5.
This change was automated via the following command:

$ git ls-files | xargs sed -i 's/,qtbase)/,qtbase-5)/g'
$ git ls-files | xargs sed -i 's/inherit qtbase)/inherit qtbase-5)/g'
$ git ls-files | xargs sed -i 's/package-version qtbase)/package-version qtbase-5)/g'
$ git checkout etc    # to clear some spurious changes

This is done so the qtbase package can be upgraded to version 6 in the
following commit.
2021-06-14 00:24:42 -04:00
Michael Rohleder
ada620417d
gnu: bpytop: Update to 1.0.67.
* gnu/packages/admin.scm (bpytop): Update to 1.0.67.
[arguments]: Adjust custom 'install-themes phase.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-06-13 10:31:55 +03:00
Tobias Geerinckx-Rice
ded2ebb1b9
gnu: sudo: Update to 1.9.7p1.
* gnu/packages/admin.scm (sudo): Update to 1.9.7p1.
2021-06-12 10:26:02 +02:00
Tobias Geerinckx-Rice
8871671aa9
gnu: thermald: Update to 2.4.6.
* gnu/packages/admin.scm (thermald): Update to 2.4.6.
2021-06-11 00:37:14 +02:00
Tobias Geerinckx-Rice
605a40b385
gnu: nnn: Remove marketing hyperbole.
* gnu/packages/admin.scm (nnn)[description]: Gush less.
2021-06-05 18:29:55 +02:00
Tobias Geerinckx-Rice
49dd606f57
gnu: nnn: Use #:make-flags over Makefile patching.
* gnu/packages/admin.scm (nnn)[arguments]: Remove 'patch-pkg-config
phase.  Set PKG_CONFIG in #:make-flags instead.
2021-06-05 18:29:55 +02:00
Tobias Geerinckx-Rice
1e1a274ffd
gnu: nnn: Update to 4.1.1.
* gnu/packages/admin.scm (nnn): Update to 4.1.1.
2021-06-05 18:29:55 +02:00
Tobias Geerinckx-Rice
ddd871c18a
gnu: thermald: Compile with -Werror again.
* gnu/packages/admin.scm (thermald)[arguments]: Remove substitution,
and a #t whilst we're here.
2021-06-05 18:29:54 +02:00
Tobias Geerinckx-Rice
9412762f9b
gnu: thermald: Update to 2.4.5.
* gnu/packages/admin.scm (thermald): Update to 2.4.5.
2021-06-05 18:29:54 +02:00
Tobias Geerinckx-Rice
ee206133de
gnu: isc-dhcp: Update home page.
* gnu/packages/admin.scm (isc-dhcp)[home-page]: Update.
2021-05-29 16:09:48 +02:00
Tobias Geerinckx-Rice
9e632a5554
gnu: isc-dhcp: Update to 4.4.2-P1 [fixes CVE-2021-25217].
* gnu/packages/admin.scm (isc-dhcp): Update to 4.4.2-P1.
2021-05-29 16:09:48 +02:00
Eric Bavier
1a06cafc07
gnu: detox: Update to 1.4.2.
* gnu/packages/admin.scm (detox): Update to 1.4.2
[arguments]: Remove '#:tests?', provide customer 'check' phase.
2021-05-20 22:20:01 -05:00
Tobias Geerinckx-Rice
191e2347c5
gnu: isc-dhcp: Update bundled BIND to 9.11.32.
* gnu/packages/admin.scm (isc-dhcp)[inputs]: Update bundled BIND to 9.11.32.
2021-05-20 10:50:35 +02:00
Tobias Geerinckx-Rice
c6d1801015
gnu: lynis: Update to 3.0.4.
* gnu/packages/admin.scm (lynis): Update to 3.0.4.
2021-05-13 01:15:09 +02:00
Tobias Geerinckx-Rice
1f685684a0
gnu: sudo: Update to 1.9.7.
* gnu/packages/admin.scm (sudo): Update to 1.9.7.
2021-05-12 18:50:49 +02:00
Tobias Geerinckx-Rice
42adc2142a
gnu: bpytop: Update to 1.0.65.
* gnu/packages/admin.scm (bpytop): Update to 1.0.65.
2021-05-02 23:49:08 +02:00
9c44af6bd6
gnu: Replace hard-coded "CC=gcc" with CC-FOR-TARGET calls.
* gnu/packages/admin.scm (cbatticon)[arguments]<#:make-flags>: Use
CC-FOR-TARGET.
* gnu/packages/assembly.scm (dev86)[arguments]<#:make-flags>: Likewise.
* gnu/packages/cdrom.scm (cd-discid)[arguments]<#:make-flags>: Likewise.
* gnu/packages/crypto.scm (signify, keyutils, ssss, libscrypt, enchive)
[arguments]<#:make-flags>: Likewise.
* gnu/packages/emacs-xyz.scm (emacs-emacsql, emacs-telega)[arguments]
<#:phases>: Likewise.
* gnu/packages/gnupg.scm (pgpdump)[arguments]<#:make-flags>: Likewise.
* gnu/packages/image-viewers.scm (feh, imv)[arguments]<#:make-flags>:
Likewise.
* gnu/packages/image.scm (libjxr, giflib, freeimage)[arguments]
<#:make-flags>: Likewise.
* gnu/packages/irc.scm (ii, sic)[arguments]<#:make-flags>: Likewise.
* gnu/packages/lua.scm (make-lua-expat, make-lua-ossl, make-lua-sec)
(make-lua-cqueues, make-lua-lgi, lua-resty-signal)[arguments]
<#:make-flags>: Likewise.
* gnu/packages/networking.scm (httping, pixiewps, sslh, nethogs, spiped)
(can-utils, hcxtools, batctl)[arguments]<#:make-flags>: Likewise.
* gnu/packages/pdf.scm (fbida)[arguments]<#:make-flags>: Likewise.
* gnu/packages/ssh.scm (endlessh)[arguments]<#:make-flags>: Likewise.
* gnu/packages/toys.scm (nyancat)[arguments]<#:make-flags>: Likewise.
* gnu/packages/upnp.scm (miniupnpc)[arguments]<#:make-flags>: Likewise.
* gnu/packages/xdisorg.scm (bemenu, xbanish, sxhkd, xcape, xssproxy)
(xrandr-invert-colors, hsetroot, xsettingsd)[arguments]<#:make-flags>:
Likewise.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2021-05-02 03:00:03 +02:00
Leo Famulari
22b3dd559c
gnu: isc-dhcp: Update bundled BIND to 9.11.31 [security fixes].
Fixes CVE-2021-{25214,25215,25216].

* gnu/packages/admin.scm (isc-dhcp)[inputs]: Update bundled BIND to 9.11.31.
2021-04-28 17:26:05 -04:00
Tobias Geerinckx-Rice
de5da4db36
gnu: bpytop: Update to 1.0.64.
* gnu/packages/admin.scm (bpytop): Update to 1.0.64.
[description]: Follow upstream changes.
2021-04-27 12:26:18 +02:00
Tobias Geerinckx-Rice
49ae8353d5
gnu: solaar: Update to 1.0.6.
* gnu/packages/admin.scm (solaar): Update to 1.0.6.
2021-04-27 12:26:18 +02:00
Tobias Geerinckx-Rice
98a7242e17
gnu: nnn: Use PKG-CONFIG-FOR-TARGET.
* gnu/packages/admin.scm (nnn)[arguments]: Substitute
PKG-CONFIG-FOR-TARGET for the equivalent STRING-APPEND.
2021-04-23 23:08:58 +02:00
Tobias Geerinckx-Rice
f8a564446a
gnu: nnn: Update to 4.0.
* gnu/packages/admin.scm (nnn): Update to 4.0.
2021-04-23 23:06:22 +02:00
Tobias Geerinckx-Rice
0270446dd6
gnu: thermald: Update to 2.4.4.
* gnu/packages/admin.scm (thermald): Update to 2.4.4.
2021-04-23 18:20:25 +02:00
WinterHound
296e230896
gnu: Add daemonize.
* gnu/packages/admin.scm (daemonize): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2021-04-22 10:33:52 +02:00
Tobias Geerinckx-Rice
409e20a65c
gnu: inxi-minimal: Update to 3.3.04-1.
* gnu/packages/admin.scm (inxi-minimal): Update to 3.3.04-1.
2021-04-19 19:22:59 +02:00
methuselah-0
b9986cac3e
gnu: Add prips.
gnu/packages/admin.scm (prips): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-04-12 12:51:11 +02:00
Tobias Geerinckx-Rice
4ebf6ccb3e
gnu: acpica: Update to 20210331.
* gnu/packages/admin.scm (acpica): Update to 20210331.
2021-04-11 18:07:40 +02:00
Tobias Geerinckx-Rice
6b1b6b0ed0
gnu: nmrpflash: Update to 0.9.15.
* gnu/packages/admin.scm (nmrpflash): Update to 0.9.15.
2021-04-07 21:38:21 +02:00
Tobias Geerinckx-Rice
d3184ee437
gnu: di: Update to 4.50.
* gnu/packages/admin.scm (di): Update to 4.50.
2021-04-07 00:55:46 +02:00
Tobias Geerinckx-Rice
8e4d44ad39
gnu: Add cfm.
* gnu/packages/admin.scm (cfm): New public variable.
2021-04-07 00:55:45 +02:00
Léo Le Bouter
55fca8eee2
gnu: hostapd: Fix CVE-2021-30004.
* gnu/packages/admin.scm (hostapd)[patches]: Apply
'wpa-supplicant-CVE-2021-30004.patch'.
2021-04-02 19:24:11 +02:00
Léo Le Bouter
c18c8d3e9c
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.
2021-04-02 19:22:33 +02:00
Ludovic Courtès
77eaf5fcd1
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.
2021-04-01 22:32:28 +02:00
Tobias Geerinckx-Rice
e04c04683b
gnu: nq: Update to 0.4.
* gnu/packages/admin.scm (nq): Update to 0.4.
2021-03-30 22:32:59 +02:00
Tobias Geerinckx-Rice
f7aa073451
gnu: pam-mount: Update to 2.18.
* gnu/packages/admin.scm (pam-mount): Update to 2.18.
[inputs]: Replace pcre with pcre2.
2021-03-27 22:17:55 +01:00
Tobias Geerinckx-Rice
acbcc0c4b1
gnu: facter: Update to 4.0.52.
* gnu/packages/admin.scm (facter): Update to 4.0.52.
2021-03-27 20:52:18 +01:00
Tobias Geerinckx-Rice
da431695b5
gnu: nnn: Update to 3.6.
* gnu/packages/admin.scm (nnn): Update to 3.6.
2021-03-27 20:52:17 +01:00
Tobias Geerinckx-Rice
f03a2e99fa
gnu: inxi-minimal: Update to 3.3.03-1.
* gnu/packages/admin.scm (inxi-minimal): Update to 3.3.03-1.
2021-03-21 15:36:06 +01:00
Tobias Geerinckx-Rice
e999ea12ea
gnu: di: Update to 4.49.
* gnu/packages/admin.scm (di): Update to 4.49.
[source]: Update URL.
2021-03-18 17:08:10 +01:00
Tobias Geerinckx-Rice
2baae75e82
gnu: isc-dhcp: Update bundled bind to 9.11.29.
* gnu/packages/admin.scm (isc-dhcp)[inputs]: Update bundled bind to
9.11.29.
2021-03-18 17:08:10 +01:00
Tobias Geerinckx-Rice
20d090f435
gnu: sudo: Update to 1.9.6p1.
* gnu/packages/admin.scm (sudo): Update to 1.9.6p1.
2021-03-15 20:31:24 +01:00
Tobias Geerinckx-Rice
faf271e96e
gnu: sudo: Update to 1.9.6.
* gnu/packages/admin.scm (sudo): Update to 1.9.6.
2021-03-13 22:16:56 +01:00
Tobias Geerinckx-Rice
2e2a3b248b
gnu: thermald: Update to 2.4.3.
* gnu/packages/admin.scm (thermald): Update to 2.4.3.
2021-03-11 18:06:56 +01:00
Tobias Geerinckx-Rice
35d9d5bfa6
gnu: s-tui: Update to 1.1.1.
* gnu/packages/admin.scm (s-tui): Update to 1.1.1.
2021-03-09 15:24:51 +01:00
Tobias Geerinckx-Rice
77077d90cd
gnu: inxi-minimal: Update to 3.3.01-1.
* gnu/packages/admin.scm (inxi-minimal): Update to 3.3.01-1.
2021-03-09 15:24:51 +01:00
Tobias Geerinckx-Rice
5a948f3142
gnu: progress: Update to 0.16.
* gnu/packages/admin.scm (progress): Update to 0.16.
2021-03-09 15:24:50 +01:00