summary refs log tree commit diff
path: root/gnu/packages/admin.scm
AgeCommit message (Collapse)Author
2017-08-27gnu: Fetch several Git sources over HTTPS.Leo Famulari
* gnu/packages/admin.scm (interrobang)[source]: Use HTTPS URL. * gnu/packages/audio.scm (ardour)[source]: Likewise. * gnu/packages/embedded.scm (libjaylink, openocd)[source]: Likewise. * gnu/packages/gnome.scm (byzanz)[source]: Likewise. * gnu/packages/gnunet.scm (guile-gnunet)[source]Likewise. * gnu/packages/java.scm (classpath)[source]: Likewise. * gnu/packages/microcom.scm (microcom)[source]: Likewise. * gnu/packages/python.scm (python-axolotl-curve25519)[source]: Likewise. * gnu/packages/rdesktop.scm (freerdp)[source]: Likewise. * gnu/packages/shells.scm (rc)[source]: Likewise. * gnu/packages/web.scm (libwebsockets)[source]: Use new source URL.
2017-08-21Merge branch 'master' into core-updatesMarius Bakke
2017-08-16gnu: cbatticon: Update to 1.6.6.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (cbatticon): Update to 1.6.6.
2017-08-10Merge branch 'master' into core-updatesMarius Bakke
2017-08-10gnu: nmap: Update to 7.60.Marius Bakke
* gnu/packages/admin.scm (nmap): Update to 7.60.
2017-08-09Merge branch 'master' into core-updatesMark H Weaver
2017-08-08gnu: sudo: Use ‘modify-phases’ syntax.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (sudo)[arguments]: Use ‘modify-phases’.
2017-08-06Merge branch 'master' into core-updatesMark H Weaver
2017-08-04gnu: fabric: Update to 1.13.2.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (fabric): Update to 1.13.2. Remove outdated comments. [source]: Remove ‘patches’. * gnu/packages/patches/fabric-tests.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2017-08-04gnu: thefuck: Update to 3.19.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (thefuck): Update to 3.19.
2017-07-28Merge branch 'master' into core-updatesMarius Bakke
2017-07-27gnu: nnn: Update to 1.3.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (nnn): Update to 1.3.
2017-07-25gnu: neofetch: Fix search path.Oleg Pykhalov
* gnu/packages/admin.scm (neofetch): Fix "No such file or directory" for distro logo. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-07-25gnu: tcpdump: Update to 4.9.1 [fixes CVE-2017-11108].Leo Famulari
* gnu/packages/admin.scm (tcpdump): Update to 4.9.1.
2017-07-23Merge branch 'master' into core-updatesLeo Famulari
2017-07-23gnu: isc-dhcp: Update bundled bind to 9.9.10-P3.Leo Famulari
This fixes a regression introduced in the fix for CVE-2017-3142, in BIND 9.9.10-P2, commit ecb232bdfcb2718de5944bcf4d9c4e288ec41519. See 'CHANGELOG' in the source distribution for more information. * gnu/packages/admin.scm (isc-dhcp): Update bundled bind to 9.9.10-P3.
2017-07-23Merge branch 'master' into core-updatesLeo Famulari
2017-07-11gnu: shadow: Fix cross-compilation.Ludovic Courtès
* gnu/packages/admin.scm (shadow)[arguments] <set-nscd-file-name>: Refer to "cross-libc" when cross-compiling.
2017-07-11gnu: inetutils: Allow for cross-compilation.Ludovic Courtès
* gnu/packages/admin.scm (inetutils)[arguments]: Pass "--with-path-procnet-dev".
2017-07-10Merge branch 'master' into core-updatesLeo Famulari
2017-07-07gnu: shadow: Correctly match the system type.Ludovic Courtès
* gnu/packages/admin.scm (shadow)[inputs]: Use 'string-contains' instead of 'string-prefix?' when matching the system type.
2017-07-05gnu: inet-utils: Mention `hostname` in description.Leo Famulari
* gnu/packages/admin.scm (inetutils)[description]: Update description.
2017-07-04gnu: shepherd: Allow cross-compilation.Ludovic Courtès
* gnu/packages/admin.scm (shepherd)[native-inputs]: Add GUILE-2.0.
2017-07-04gnu: nnn: Update to 1.2.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (nnn): Update to 1.2.
2017-06-30gnu: isc-dhcp: Update bundled bind to 9.9.10-P2 [fixes CVE-2017-{3142,3143}].Leo Famulari
* gnu/packages/admin.scm (isc-dhcp): Update bundled bind to 9.9.10-P2.
2017-06-29Merge branch 'master' into core-updatesLeo Famulari
2017-06-29gnu: thermald: Add file-name for source.Efraim Flashner
* gnu/packages/admin.scm (thermald)[source]: Add file-name field.
2017-06-29gnu: thermald: Only build on i686 and x86_64.Efraim Flashner
* gnu/packages/admin.scm (thermald)[supported-systems]: New field.
2017-06-29gnu: ansible: Apply experimental patch to deal with wrapping of ansible script.Jelle Licht
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>
2017-06-26Merge branch 'master' into core-updatesMark H Weaver
2017-06-23gnu: neofetch: Update to 3.2.0.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (neofetch): Update to 3.2.0.
2017-06-22gnu: isc-dhcp: Update bundled bind to 9.9.10-P1.Leo Famulari
* gnu/packages/admin.scm (isc-dhcp): Update bundled bind to 9.9.10-P1.
2017-06-18Merge branch 'master' into core-updatesMark H Weaver
2017-06-16gnu: thefuck: Update to 3.18.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (thefuck): Update to 3.18.
2017-06-16gnu: ansible: Update to 2.3.1.0.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (ansible): Update to 2.3.1.0.
2017-06-14gnu: nmap: Update to 7.50.Marius Bakke
* gnu/packages/admin.scm (nmap): Update to 7.50.
2017-06-11gnu: shepherd: Switch to Guile 2.2.Ludovic Courtès
* gnu/packages/admin.scm (shepherd)[inputs]: Switch to GUILE-2.2.
2017-06-03gnu: sudo: Update to 1.8.20p2.Marius Bakke
* gnu/packages/admin.scm (sudo): Update to 1.8.20p2.
2017-05-30gnu: sudo: Unbundle zlib.Marius Bakke
* gnu/packages/admin.scm (sudo)[source]: Add 'snippet'. [inputs]: Add ZLIB.
2017-05-30gnu: sudo: Update to 1.8.20p1 [fixes CVE-2017-1000367].Marius Bakke
* gnu/packages/admin.scm (sudo): Update to 1.8.20p1.
2017-05-25gnu: sunxi-tools: Build armhf target tools.Danny Milosavljevic
* 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.
2017-05-17gnu: shadow: Update to 4.5.Leo Famulari
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.
2017-05-14gnu: Add thermald.Christopher Allan Webber
* gnu/packages/admin.scm (thermald): New variable.
2017-05-13gnu: Add nnn.Ethan R. Jones
* gnu/packages/admin.scm (nnn): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-05-08gnu: Add neofetch.Ethan R. Jones
* gnu/packages/admin.scm (neofetch): New variable. Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-05-05gnu: ansible: Update to 2.3.0.0.Ricardo Wurmus
* gnu/packages/admin.scm (ansible): Update to 2.3.0.0.
2017-05-05gnu: aide: Update to 0.16.Ricardo Wurmus
* gnu/packages/admin.scm (aide): Update to 0.16. [inputs]: Add pcre.
2017-04-18gnu: fabric: Enable tests.Ben Sturmfels
* gnu/packages/patches/fabric-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/admin.scm (fabric)[source]: Use it. [native-inputs]: Add PYTHON2-FUDGE, PYTHON2-JINJA2 and PYTHON2-NOSE. [arguments]<#:tests>: Remove. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-04-17gnu: Fix typos in descriptions.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (di)[description]: Likewise. * gnu/packages/bioinformatics.scm (r-annotate)[description]: Likewise. * gnu/packages/datastructures.scm (sparsehash)[description]: Likewise. * gnu/packages/dns.scm (knot)[description]: Likewise. * gnu/packages/emacs.scm (emacs-idle-highlight)[synopsis, description]: Likewise. * gnu/packages/gnome.scm (libpeas)[description]: Likewise. * gnu/packages/gtk.scm (python2-pygtk)[description]: Likewise. * gnu/packages/kde-frameworks.scm (kactivities)[description]: Fix typo. * gnu/packages/libevent.scm (perl-anyevent)[description]: Likewise. * gnu/packages/machine-learning.scm (ghmm)[description]: Likewise. * gnu/packages/mail.scm (mlmmj)[description]: Likewise. * gnu/packages/maths.scm (vc)[description]: Likewise. * gnu/packages/music.scm (gx-super-fuzz-lv2)[description]: Likewise. * gnu/packages/networking.scm (nload)[description]: Likewise. * gnu/packages/python.scm (python-execnet)[description]: Likewise. * gnu/packages/terminals.scm (tilda)[description]: Likewise. * gnu/packages/python.scm (python-execnet, python-tables) (python2-coverage-test-runner, python2-rope)[description]: Likewise.
2017-04-16gnu: thefuck: Update to 3.16.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (thefuck): Update to 3.16.