~ruther/guix-local

ref: 85960693e4eec79a3cae1db4dc5ff47a1d2703e6 guix-local/gnu/packages/admin.scm -rw-r--r-- 58.5 KiB
133056bd — Ludovic Courtès 10 years ago
gnu: shepherd: Update to 0.3.

* gnu/packages/admin.scm (shepherd): Update to 0.3.
e932d371 — Ludovic Courtès 10 years ago
gnu: Add snapshot of the GNU Shepherd.

* gnu/packages/admin.scm (shepherd): New variable.
412bee5e — Mark H Weaver 10 years ago
Merge branch 'master' into core-updates
765973cd — Leo Famulari 10 years ago
gnu: Add iftop.

* gnu/packages/admin.scm (iftop): New variable.
c2af0260 — Leo Famulari 10 years ago
Revert "gnu: Add iftop."

This reverts commit 45da8c6dd10c93280277d17463d09fce6a25afe9.
45da8c6d — Leo Famulari 10 years ago
gnu: Add iftop.

* gnu/packages/admin.scm (iftop): New variable.
80b64ee2 — Mark H Weaver 10 years ago
gnu: isc-dhcp: Update bundled bind to 9.9.8-P3 [fixes CVE-2015-8704].

* gnu/packages/admin.scm (isc-dhcp): Update bundled bind to 9.9.8-P3.
afe9f409 — Mark H Weaver 10 years ago
Merge branch 'master' into core-updates
2328b47c — Eric Bavier 10 years ago
gnu: Add autojump.

* gnu/packages/admin.scm (autojump): New variable.
8c986ab1 — Ludovic Courtès 10 years ago
Merge branch 'master' into core-updates
75418ae0 — Mark H Weaver 10 years ago
gnu: isc-dhcp: Update to 4.3.3-P1 [fixes CVE-2015-8605].

* gnu/packages/admin.scm (isc-dhcp): Update to 4.3.3-P1.
16aa6491 — Mark H Weaver 10 years ago
gnu: sudo: Add fix for CVE-2015-5602.

* gnu/packages/patches/sudo-CVE-2015-5602.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/admin.scm (sudo)[source]: Add patch.
7b78f359 — Ludovic Courtès 10 years ago
gnu: sudo: Use /var/run/sudo instead of /run/sudo.

* gnu/packages/admin.scm (sudo)[arguments]: Pass
--with-rundir=/var/run/sudo since /var/run is cleaned up at boot time on
GuixSD whereas /run is not.
53334dd6 — Ludovic Courtès 10 years ago
Merge branch 'master' into core-updates
e54465ff — Mark H Weaver 10 years ago
gnu: isc-dhcp: Disable parallel build.

* gnu/packages/admin.scm (isc-dhcp)[arguments]: Disable parallel build.
6548b1e1 — Mark H Weaver 10 years ago
gnu: isc-dhcp: Update to 4.3.3; update bundled bind to 9.9.8-P2.

Fixes CVE-2015-8000 and CVE-2015-8461.

* gnu/packages/admin.scm (isc-dhcp): Update to 4.3.3.
  [inputs]: Add 'bind-source-tarball'.
  [arguments]: Use modify-phases.  Add 'replace-bundled-bind' phase.
  In 'post-configure' phase, avoid hard-coding version numbers of
  bundled bind.
44157e9f — Eric Bavier 10 years ago
gnu: Add cpulimit.

* gnu/packages/admin.scm (cpulimit): New variable.
e82e55e5 — Ludovic Courtès 10 years ago
Merge branch 'master' into core-updates
511495fb — Ludovic Courtès 10 years ago
gnu: sudo: Build sequentially.

Possibly fixes <http://bugs.gnu.org/21918>.

* gnu/packages/admin.scm (sudo)[arguments]: Add #:parallel-build? #f.
0086ec73 — Ludovic Courtès 10 years ago
gnu: sudo: Upgrade to 1.8.15 [fixes CVE-2015-5602].

* gnu/packages/admin.scm (sudo)[arguments]: Add CPPFLAGS to
  #:configure-flags.   In 'pre-configure' phase, modify
  'sudo_usage.h.in'.  Add pattern to remove '-o 0 -g 0' installation
  flag in 'Makefile.in', and remove pattern for '-O 0 -G 0'.  Remove
  modifications of 'configure'.
Next