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

610 commits

Author SHA1 Message Date
Raghav Gururajan
ddb0fef554
gnu: Add ktsuss.
* gnu/packages/admin.scm (ktsuss): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-04-24 22:10:57 +02:00
Ludovic Courtès
7681246325
gnu: shepherd: Add Guile 2.0 variant.
* gnu/packages/admin.scm (guile2.0-shepherd): New variable.
2020-04-21 16:33:21 +02:00
Ludovic Courtès
e3358a831e
gnu: shepherd: Update to 0.8.0.
* gnu/packages/admin.scm (shepherd): Update to 0.8.0.
* gnu/services/shepherd.scm (shepherd-configuration-file): Use
'default-pid-file-timeout' instead of fiddling with '%pid-file-timeout'.
2020-04-21 16:33:21 +02:00
Leo Famulari
46bc7c31c6
gnu: ISC DHCP: Update bundled BIND to 9.11.18 [security fixes].
* gnu/packages/admin.scm (isc-dhcp): Update bundled BIND to 9.11.18.
2020-04-15 23:19:08 -04:00
Leo Famulari
653a51cb28
gnu: pam-krb5: Fix CVE-2020-10595.
* gnu/packages/patches/pam-krb5-CVE-2020-10595.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/admin.scm (pam-krb5)[source]: Use it.
2020-03-31 13:31:57 -04:00
Vincent Legoll
913c8897ea
gnu: sudo: Make some inputs native.
* gnu/packages/admin.scm (sudo)[native-inputs]: New field.
[inputs]: Move groff to native-inputs.

Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2020-03-31 09:41:39 +02:00
Tobias Geerinckx-Rice
49d41690dd
gnu: igt-gpu-tools: Update home page.
* gnu/packages/admin.scm (igt-gpu-tools)[home-page]: Update.
2020-03-29 01:31:51 +01:00
Tobias Geerinckx-Rice
d8006740b9
gnu: Remove packages deprecated for over a year.
* gnu/packages/admin.scm (intel-gpu-tools): Remove variable.
* gnu/packages/algebra.scm (giac-xcas): Likewise.
2020-03-29 01:24:10 +01:00
Tobias Geerinckx-Rice
1b36f75867
gnu: Order module imports in (gnu packages admin).
* gnu/packages/admin.scm: Order module imports alphabetically.
2020-03-29 01:24:09 +01:00
Tobias Geerinckx-Rice
a48cf78a8e
gnu: thefuck: Update to 3.30.
* gnu/packages/admin.scm (thefuck): Update to 3.30.
[native-inputs]: Add go.
2020-03-29 01:24:09 +01:00
Tobias Geerinckx-Rice
75083257ac
gnu: acpica: Update to 20200326.
* gnu/packages/admin.scm (acpica): Update to 20200326.
2020-03-29 01:24:09 +01:00
Michael Rohleder
816bce684c
gnu: Neofetch: Update to 7.0.0.
* gnu/packages/admin.scm (neofetch): Update to 7.0.0.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-03-27 16:42:26 -04:00
Vincent Legoll
830dab870a
gnu: ansible: Update to 2.9.6.
* gnu/packages/admin.scm (ansible): Update to 2.9.6.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-03-20 19:15:52 +01:00
Tobias Geerinckx-Rice
30ae1e8c94
gnu: inxi-minimal: Update to 3.0.38-1.
* gnu/packages/admin.scm (inxi-minimal): Update to 3.0.38-1.
2020-03-19 00:42:17 +01:00
Tobias Geerinckx-Rice
720aa97782
gnu: sipcalc: Use HTTPS home page.
* gnu/packages/admin.scm (sipcalc)[home-page]: Use HTTPS.
2020-03-17 20:02:26 +01:00
Tobias Geerinckx-Rice
8031a55a23
gnu: sudo: Update to 1.8.31p1.
* gnu/packages/admin.scm (sudo): Update to 1.8.31p1.
2020-03-15 01:08:07 +01:00
Marius Bakke
989d564f44
gnu: launchmon: Fix build with GCC 7.
* gnu/packages/admin.scm (launchmon)[source](modules, snippet): New fields.
2020-03-14 01:39:43 +01:00
Marius Bakke
f8cbe98e65
gnu: isc-dhcp: Fix cross-compilation.
* gnu/packages/admin.scm (isc-dhcp)[arguments]: Set BUILD_CC in
'fix-bind-cross-compilation' phase.  While at it, make the phase conditional
on %CURRENT-TARGET-SYSTEM.
2020-03-11 19:02:46 +01:00
Ludovic Courtès
8ab060b68b
gnu: guile: Add 2.2.7.
* gnu/packages/guile.scm (guile-2.2.7): New variable.
(guile-2.2/bug-fix): Redefine as a deprecated alias for GUILE-2.2.7.
* gnu/packages/admin.scm (shepherd)[native-inputs, inputs]: Use GUILE-2.2.7.
* gnu/packages/patches/guile-finalization-crash.patch: Remove.
* gnu/local.mk (dist_patch_DATA): Remove it.
2020-03-07 22:29:44 +01:00
Tobias Geerinckx-Rice
78fca23163
gnu: python-pyudev: Update to 0.22.0.
* gnu/packages/admin.scm (python-pyudev): Update to 0.22.0.
2020-03-03 05:05:47 +01:00
Vincent Legoll
55cd9da635
gnu: ansible: Update to 2.9.5.
* gnu/packages/admin.scm (ansible): Update to 2.9.5.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-02-29 13:38:52 -05:00
Vincent Legoll
ec09abc6ac
gnu: acpica: Update to 20200214.
* gnu/packages/admin.scm (acpica): Update to 20200214.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2020-02-29 15:21:45 +01:00
Björn Höfling
f76c16d220
gnu: di: Update home page URI.
* gnu/packages/admin.scm (di)[home-page]: Update URI.
2020-02-29 12:21:40 +01:00
Björn Höfling
56cb6f1d56
gnu: pies: Update home page URI.
* gnu/packages/admin.scm (pies)[home-page]: Update URI.
2020-02-29 12:21:40 +01:00
Björn Höfling
b8eeaaa263
gnu: fabric: Update to 1.14.1.
* gnu/packages/admin.scm (fabric): Update to 1.14.1.
2020-02-29 12:21:40 +01:00
Björn Höfling
a06faea965
gnu: fabric: Use HTTPS home page URI.
* gnu/packages/admin.scm (fabric)[home-page]: Use HTTPS URI.
2020-02-29 12:21:40 +01:00
Björn Höfling
1977e857ae
gnu: direvent: Update home page URI.
* gnu/packages/admin.scm (direvent)[home-page]: Update URI.
2020-02-29 12:21:40 +01:00
Björn Höfling
a20ede329d
gnu: python-pyudev: Use HTTPS home page URI, update home page.
* gnu/packages/admin.scm (python-pyudev)[home-page]: Use HTTPS URI, update URI.
2020-02-29 12:21:40 +01:00
Tobias Geerinckx-Rice
5ee0e01320
gnu: munge: Update to 0.5.14.
* gnu/packages/admin.scm (munge): Update to 0.5.14.
[source]: Expand snippet.
[arguments]: Continue installing pkg-config file.
Add new ‘skip-failing-tests’ for the new test suite.
2020-02-19 23:43:40 +01:00
Ludovic Courtès
139a988784
gnu: shepherd: Add "guile3.0-shepherd" variant.
* gnu/packages/admin.scm (guile3.0-shepherd): New variable.
2020-02-16 23:31:08 +01:00
Ludovic Courtès
205c1e04e0
gnu: shepherd: Update to 0.7.0.
* gnu/packages/admin.scm (shepherd): Update to 0.7.0.
2020-02-16 23:31:08 +01:00
Tobias Geerinckx-Rice
96d580a647
gnu: s-tui: Update to 1.0.0.
* gnu/packages/admin.scm (s-tui): Update to 1.0.0.
2020-02-13 00:24:32 +01:00
Tobias Geerinckx-Rice
4bcc39081a
gnu: isc-bind: Update to 4.4.2.
* gnu/packages/admin.scm (isc-bind): Update to 4.4.2.
[arguments]: Remove patch application.
[native-inputs]: Remove patch and patch file.
* gnu/packages/patches/isc-dhcp-4.4.1-fixes-for-newer-bind.patch:
Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2020-02-11 07:10:32 +01:00
Tobias Geerinckx-Rice
762b2af6c6
gnu: acpica: Update to 20200110.
* gnu/packages/admin.scm (acpica): Update to 20200110.
2020-02-11 07:10:32 +01:00
Marius Bakke
1c78a291a0
gnu: shadow: Update to 4.8.1.
* gnu/packages/admin.scm (shadow): Update to 4.8.1.
2020-02-11 00:05:16 +01:00
Tobias Geerinckx-Rice
e813444287
Update e-mail address for Jakob L. Kreuze.
As requested here:
<https://lists.gnu.org/archive/html/guix-devel/2020-02/msg00128.html>.

* .mailmap: Add an entry for Jakob.
* gnu/machine.scm, gnu/machine/digital-ocean.scm, gnu/machine/ssh.scm,
gnu/packages/admin.scm, gnu/packages/i2p.scm, gnu/packages/music.scm,
gnu/packages/web.scm, gnu/tests/reconfigure.scm, guix/scripts/deploy.scm,
guix/scripts/system/reconfigure.scm: Update their e-mail address.
2020-02-09 23:16:45 +01:00
Tobias Geerinckx-Rice
08b87d167b
gnu: sudo: Update to 1.8.31 [fixes CVE-2019-18634].
* gnu/packages/admin.scm (sudo): Update to 1.8.31.
2020-01-31 00:43:18 +01:00
Oleg Pykhalov
73656471a4
gnu: neofetch: Update to 6.1.0-1.501d6b7.
Fix Guix ascii not shown.

* gnu/packages/admin.scm (neofetch): Update to 6.1.0-1.501d6b7.
2020-01-08 10:21:45 +03:00
Oleg Pykhalov
ce0ca7625e
gnu: inxi-minimal: Update to 3.0.37-1.
* gnu/packages/admin.scm (inxi-minimal): Update to 3.0.37-1.
2020-01-08 10:21:45 +03:00
Tobias Geerinckx-Rice
d252fbb49e
gnu: smartmontools: Update to 7.1.
* gnu/packages/admin.scm (smartmontools): Update to 7.1.
2020-01-01 17:17:49 +01:00
Tobias Geerinckx-Rice
54b87d69eb
gnu: sudo: Update to 1.8.30.
* gnu/packages/admin.scm (sudo): Update to 1.8.30.
2020-01-01 01:08:57 +01:00
Tobias Geerinckx-Rice
1a66502296
gnu: di: Update to 4.47.3.
* gnu/packages/admin.scm (di): Update to 4.47.3.
2019-12-24 17:17:16 +01:00
Tobias Geerinckx-Rice
bdd5fbaf95
gnu: igt-gpu-tools: Update to 1.24.
* gnu/packages/admin.scm (igt-gpu-tools): Update to 1.24.
[inputs]: Add elfutils.
2019-12-23 19:45:55 +01:00
Tobias Geerinckx-Rice
e4d6746f8e
gnu: igt-gpu-tools: Fetch from upstream git repository.
* gnu/packages/admin.scm (igt-gpu-tools)[source]: Use GIT-FETCH and
GIT-FILE-NAME.  Fetch from the master repository, not the mirror.
2019-12-23 19:45:55 +01:00
Tobias Geerinckx-Rice
89f51a9dac
gnu: screenfetch: Update to 3.9.1.
* gnu/packages/admin.scm (screenfetch): Update to 3.9.1.
2019-12-23 19:45:55 +01:00
Tobias Geerinckx-Rice
5c9a39760e
gnu: nnn: Update to 2.8.1.
* gnu/packages/admin.scm (nnn): Update to 2.8.1.
2019-12-23 19:45:55 +01:00
Tobias Geerinckx-Rice
634714107e
gnu: thermald: Update to 1.9.1.
* gnu/packages/admin.scm (thermald): Update to 1.9.1.
2019-12-23 19:45:55 +01:00
Tobias Geerinckx-Rice
401298ba94
gnu: acpica: Update to 20191213.
* gnu/packages/admin.scm (acpica): Update to 20191213.
2019-12-23 19:45:55 +01:00
Brett Gilio
4b3ff36228
Update email for Brett Gilio.
* .mailmap: Add name and email for Brett Gilio.
* gnu/local.mk, gnu/packages/admin.scm, gnu/packages/audio.scm,
  gnu/packages/bittorrent.scm, gnu/packages/build-tools.scm,
  gnu/packages/cran.scm, gnu/packages/emacs-xyz.scm,
  gnu/packages/messaging.scm, gnu/packages/python-xyz.scm,
  gnu/packages/sml.scm, gnu/packages/terminals.scm, gnu/packages/wm.scm:
  Update email for Brett Gilio.
2019-12-19 11:35:23 -06:00
Mathieu Othacehe
445013b69d
gnu: isc-dhcp: Fix cross-compilation.
* gnu/packages/admin.scm (isc-dhcp)[arguments]: Add a configure flag to
specify randomdev path, which is needed when cross-compiling. Also add a
fix-bind-cross-compilation phase.
2019-12-19 15:04:54 +01:00