~ruther/guix-local

ref: 0b1e2ecb2596d2aed3289396539094c8ecbfdd1a guix-local/gnu/packages/admin.scm -rw-r--r-- 92.6 KiB
5dfbd769 — Ludovic Courtès 8 years ago
gnu: shadow: Correctly match the system type.

* gnu/packages/admin.scm (shadow)[inputs]: Use 'string-contains' instead
of 'string-prefix?' when matching the system type.
e048de60 — Leo Famulari 8 years ago
gnu: inet-utils: Mention `hostname` in description.

* gnu/packages/admin.scm (inetutils)[description]: Update description.
425ab478 — Ludovic Courtès 8 years ago
gnu: shepherd: Allow cross-compilation.

* gnu/packages/admin.scm (shepherd)[native-inputs]: Add GUILE-2.0.
e9e3a69d — Tobias Geerinckx-Rice 8 years ago
gnu: nnn: Update to 1.2.

* gnu/packages/admin.scm (nnn): Update to 1.2.
ecb232bd — Leo Famulari 8 years ago
gnu: isc-dhcp: Update bundled bind to 9.9.10-P2 [fixes CVE-2017-{3142,3143}].

* gnu/packages/admin.scm (isc-dhcp): Update bundled bind to 9.9.10-P2.
1b6d3b7a — Efraim Flashner 8 years ago
gnu: thermald: Add file-name for source.

* gnu/packages/admin.scm (thermald)[source]: Add file-name field.
86ee7625 — Efraim Flashner 8 years ago
gnu: thermald: Only build on i686 and x86_64.

* gnu/packages/admin.scm (thermald)[supported-systems]: New field.
b7866613 — Jelle Licht 8 years ago
gnu: ansible: Apply experimental patch to deal with wrapping of ansible script.

See <http://lists.gnu.org/archive/html/bug-guix/2017-05/msg00015.html> for the
rationale.

* gnu/packages/patches/ansible-wrap-program-hack.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/admin.scm (ansible)[source]: Use it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
407b086b — Tobias Geerinckx-Rice 8 years ago
gnu: neofetch: Update to 3.2.0.

* gnu/packages/admin.scm (neofetch): Update to 3.2.0.
001f8cdc — Leo Famulari 8 years ago
gnu: isc-dhcp: Update bundled bind to 9.9.10-P1.

* gnu/packages/admin.scm (isc-dhcp): Update bundled bind to 9.9.10-P1.
6103eb3d — Tobias Geerinckx-Rice 8 years ago
gnu: thefuck: Update to 3.18.

* gnu/packages/admin.scm (thefuck): Update to 3.18.
2e3297f4 — Tobias Geerinckx-Rice 8 years ago
gnu: ansible: Update to 2.3.1.0.

* gnu/packages/admin.scm (ansible): Update to 2.3.1.0.
ed77c68a — Marius Bakke 8 years ago
gnu: nmap: Update to 7.50.

* gnu/packages/admin.scm (nmap): Update to 7.50.
3416bed2 — Marius Bakke 8 years ago
gnu: sudo: Update to 1.8.20p2.

* gnu/packages/admin.scm (sudo): Update to 1.8.20p2.
6b7f1b6c — Marius Bakke 8 years ago
gnu: sudo: Unbundle zlib.

* gnu/packages/admin.scm (sudo)[source]: Add 'snippet'.
[inputs]: Add ZLIB.
eea879d7 — Marius Bakke 8 years ago
gnu: sudo: Update to 1.8.20p1 [fixes CVE-2017-1000367].

* gnu/packages/admin.scm (sudo): Update to 1.8.20p1.
9df24909 — Marius Bakke 8 years ago
Merge branch 'master' into staging
faa6bdf8 — Danny Milosavljevic 8 years ago
gnu: sunxi-tools: Build armhf target tools.

* gnu/packages/admin.scm (sunxi-tools)
[native-inputs]: Add cross-gcc, cross-libc.
[arguments]: Add "set-environment-up" phase.
Replace "build" phase.
Add "build-armhf" phase.
Update make-flags.
e4cddbbc — Marius Bakke 8 years ago
Merge branch 'master' into staging
b193fb28 — Leo Famulari 8 years ago
gnu: shadow: Update to 4.5.

This fixes a regression introduced by the fix for CVE-2017-2616.
See <https://github.com/shadow-maint/shadow/pull/72> for more information.

* gnu/packages/admin.scm (shadow): Update to 4.5.
[source]: Remove patches.
* gnu/packages/patches/shadow-4.4-su-snprintf-fix.patch,
gnu/packages/patches/shadow-CVE-2017-2616.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
Next