~ruther/guix-local

ref: dbfcadfc304bf2dab73f4e88377e7fe902e1ca72 guix-local/gnu/packages/admin.scm -rw-r--r-- 93.1 KiB
ce6223e6 — Ludovic Courtès 8 years ago
gnu: shadow: Fix cross-compilation.

* gnu/packages/admin.scm (shadow)[arguments] <set-nscd-file-name>: Refer
to "cross-libc" when cross-compiling.
e4015e57 — Ludovic Courtès 8 years ago
gnu: inetutils: Allow for cross-compilation.

* gnu/packages/admin.scm (inetutils)[arguments]: Pass
"--with-path-procnet-dev".
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 9 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 9 years ago
gnu: neofetch: Update to 3.2.0.

* gnu/packages/admin.scm (neofetch): Update to 3.2.0.
001f8cdc — Leo Famulari 9 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 9 years ago
gnu: thefuck: Update to 3.18.

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

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

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

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

* gnu/packages/admin.scm (sudo)[source]: Add 'snippet'.
[inputs]: Add ZLIB.
eea879d7 — Marius Bakke 9 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 9 years ago
Merge branch 'master' into staging
faa6bdf8 — Danny Milosavljevic 9 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.
Next