summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* gnu: awscli: Update to 1.11.164.David Thompson2017-10-031-2/+2
| | | | * gnu/packages/python.scm (awscli): Update to 1.11.164.
* gnu: openssh: Update to 7.6p1.Marius Bakke2017-10-031-2/+2
| | | | * gnu/packages/ssh.scm (openssh): Update to 7.6p1.
* gnu: vte-ng: Update to 0.50.0.a.Marius Bakke2017-10-031-2/+2
| | | | * gnu/packages/gnome.scm (vte-ng): Update to 0.50.0.a.
* gnu: qemu: Update to 2.10.1.Marius Bakke2017-10-034-164/+2
| | | | | | | | * gnu/packages/patches/qemu-CVE-2017-13711.patch, gnu/packages/patches/qemu-CVE-2017-14167.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them. * gnu/packages/virtualization.scm (qemu): Update to 2.10.1. [source](patches): Remove.
* gnu: imagemagick: Update to 6.9.9-17.Marius Bakke2017-10-031-2/+2
| | | | * gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.9-17.
* gnu: p11-kit: Update to 0.23.9.Marius Bakke2017-10-031-2/+2
| | | | * gnu/packages/tls.scm (p11-kit): Update to 0.23.9.
* gnu: libsodium: Update to 1.0.15.Marius Bakke2017-10-031-2/+2
| | | | * gnu/packages/crypto.scm (libsodium): Update to 1.0.15.
* gnu: python-nose-timer: Add missing patch.Cyril Roelandt2017-10-032-0/+45
| | | | | * gnu/packages/patches/python-nose-timer-drop-ordereddict.patch: New file. * gnu/local.mk: Add it.
* gnu: Add heimdall.Julien Lepiller2017-10-031-8/+59
| | | | | | * gnu/packages/flashing-tools.scm (heimdall): New variable. Co-Authored-By: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: Add java-osgi-service-packageadmin.Julien Lepiller2017-10-031-0/+27
| | | | * gnu/packages/java.scm (java-osgi-service-packageadmin): New variable.
* gnu: Add java-osgi-service-cm.Julien Lepiller2017-10-031-0/+28
| | | | * gnu/packages/java.scm (java-osgi-service-cm): New variable.
* gnu: Add java-osgi-util-tracker.Julien Lepiller2017-10-031-0/+28
| | | | * gnu/packages/java.scm (java-osgi-util-tracker): New variable.
* gnu: Add java-osgi-service-resolver.Julien Lepiller2017-10-031-0/+29
| | | | * gnu/packages/java.scm (java-osgi-service-resolver): New variable.
* gnu: Add java-osgi-service-jdbc.Julien Lepiller2017-10-031-0/+32
| | | | * gnu/packages/java.scm (java-osgi-service-jdbc): New variable.
* gnu: Add java-osgi-service-log.Julien Lepiller2017-10-031-0/+27
| | | | * gnu/packages/java.scm (java-osgi-service-log): New variable.
* gnu: Add java-osgi-framework.Julien Lepiller2017-10-031-0/+27
| | | | * gnu/packages/java.scm (java-osgi-framework): New variable.
* gnu: Add java-osgi-service-repository.Julien Lepiller2017-10-031-0/+29
| | | | * gnu/packages/java.scm (java-osgi-service-repository): New variable.
* gnu: Add java-osgi-service-metatype-annotations.Julien Lepiller2017-10-031-0/+27
| | | | | * gnu/packages/java.scm (java-osgi-service-metatype-annotations): New variable.
* gnu: Add java-osgi-util-promise.Julien Lepiller2017-10-031-0/+29
| | | | * gnu/packages/java.scm (java-osgi-util-promise): New variable.
* gnu: Add java-osgi-util-function.Julien Lepiller2017-10-031-0/+27
| | | | * gnu/packages/java.scm (java-osgi-util-function): New variable.
* gnu: Add java-osgi-namespace-service.Julien Lepiller2017-10-031-1/+29
| | | | * gnu/packages/java.scm (java-osgi-namespace-service): New variable.
* gnu: Add java-osgi-namespace-extender.Julien Lepiller2017-10-031-0/+28
| | | | * gnu/packages/java.scm (java-osgi-namespace-extender): New variable.
* gnu: Add java-osgi-namespace-contract.Julien Lepiller2017-10-031-0/+28
| | | | * gnu/packages/java.scm (java-osgi-namespace-contract): New variable.
* gnu: Add java-osgi-resource.Julien Lepiller2017-10-031-0/+28
| | | | * gnu/packages/java.scm (java-osgi-resource): New variable.
* gnu: Add java-osgi-dto.Julien Lepiller2017-10-031-0/+29
| | | | * gnu/packages/java.scm (java-osgi-dto): New variable.
* gnu: Add java-osgi-service-component-annotations.Julien Lepiller2017-10-031-0/+27
| | | | | * gnu/packages/java.scm (java-osgi-service-component-annotations): New variable.
* gnu: Add java-osgi-cmpn.Julien Lepiller2017-10-031-0/+31
| | | | * gnu/packages/java.scm (java-osgi-cmpn): New variable.
* gnu: Add java-datanucleus-javax-persistence.Julien Lepiller2017-10-031-0/+26
| | | | | * gnu/packages/java.scm (java-datanucleus-javax-persistence): New variable.
* gnu: Add java-microemulator-cldc.Julien Lepiller2017-10-031-0/+29
| | | | * gnu/packages/java.scm (java-microemulator-cldc): New variable.
* guix: ant-build-system: Add #:test-include and #:test-exclude arguments.Julien Lepiller2017-10-033-5/+22
| | | | | | | * guix/build-system/ant.scm: Add #:test-include and #:test-exclude arguments. * guix/build/ant-build-system.scm: Generate test list from arguments. * doc/guix.texi (Build Systems): Document it.
* guix: ant-build-system: Add main-class support.Julien Lepiller2017-10-033-5/+28
| | | | | | | * guix/build-system/ant.scm: New #:main-class argument * guix/build/ant-build-system.scm: Generate a manifest file with additional properties. * doc/guix.texi (Build Systems): Document it.
* gnu: graphicsmagick: Fix CVE-2017-14649.Kei Kebreau2017-10-033-1/+213
| | | | | | | * gnu/packages/imagemagick.scm (graphicsmagick)[source]: Add patch. * gnu/packages/patches/graphicsmagick-CVE-2017-14649.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
* gnu: qtox: Update to 1.12.0.Rutger Helling2017-10-031-2/+5
| | | | | | * gnu/packages/messaging.scm (qtox): Update to 1.12.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: mgba: Update to 0.6.1.Rutger Helling2017-10-031-2/+2
| | | | | | * gnu/packages/games.scm (mgba): Update to 0.6.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: openmpi: Add "debug" output.Dave Love2017-10-031-0/+1
| | | | | | | | | This is necessary for one mechanism for attaching parallel debuggers and is also relevant for the runtime backtrace facility. * gnu/packages/mpi.scm (openmpi)[outputs]: New field. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add scorep-openmpi.Dave Love2017-10-031-0/+67
| | | | | | | * gnu/packages/profiling.scm (make-scorep): New function. (scorep-openmpi): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add cube.Dave Love2017-10-033-1/+155
| | | | | | | | * gnu/packages/profiling.scm(cube): New variable. * gnu/packages/patches/cube-nocheck.patch: New file. * gnu/local.mk: Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add opari2.Dave Love2017-10-031-0/+34
| | | | | | * gnu/packages/profiling.scm (opari2): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add otf2.Dave Love2017-10-031-1/+36
| | | | | | * gnu/packages/profiling.scm (otf2): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add papi.Dave Love2017-10-032-0/+127
| | | | | | | * gnu/packages/profiling.scm: New file. * gnu/local.mk: Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: cflow: Fix preprocess option.Oleg Pykhalov2017-10-031-1/+5
| | | | | | * gnu/packages/code.scm (cflow)[arguments]: New field. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: android: Add android-udev-rules package.Maxim Cournoyer2017-10-031-0/+38
| | | | | | * gnu/packages/android.scm (android-udev-rules): Add package. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* Update e-mail for Theodoros Foradis.Theodoros Foradis2017-10-0313-12/+13
| | | | | | | | | | | | | | | | | | * .mailmap: Add entry. * gnu/packages/aspell.scm: Replace theodoros.for@openmailbox.org with current address. * gnu/packages/compression.scm: Likewise. * gnu/packages/electronics.scm: Likewise. * gnu/packages/engineering.scm: Likewise. * gnu/packages/fpga.scm: Likewise. * gnu/packages/graphviz.scm: Likewise. * gnu/packages/guile.scm: Likewise. * gnu/packages/libusb.scm: Likewise. * gnu/packages/maths.scm: Likewise. * gnu/packages/messaging.scm: Likewise. * gnu/packages/uml.scm: Likewise. * gnu/packages/wxwidgets.scm: Likewise. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: services: Add cgit.Oleg Pykhalov2017-10-034-1/+360
| | | | | | | | | | | | | * gnu/services/version-control.scm (<cgit-configuration-file>, <cgit-configuration>): New record types. (cgit-configuration-robots-string, cgit-activation, cgit-configuration-nginx-config): New procedures. (%cgit-configuration-nginx, cgit-service-type): New variables. * gnu/tests/version-control.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * doc/guix.texi (Version Control): Document the cgit service. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* doc: Explain why synopses/descriptions must be literal strings.Ludovic Courtès2017-10-031-0/+12
| | | | | | Suggested by Dave Love <fx@gnu.org>. * doc/guix.texi (Synopses and Descriptions): Recommend literal strings.
* gnu: Add pulsemixer.Leo Famulari2017-10-031-0/+31
| | | | * gnu/packages/pulseaudio.scm (pulsemixer): New variable.
* gnu: vdirsyncer: Update to 0.16.3.Leo Famulari2017-10-031-2/+3
| | | | | * gnu/packages/dav.scm (vdirsyncer): Update to 0.16.3. [native-inputs]: Add python-urllib3.
* gnu: Add virtuoso-ose.Roel Janssen2017-10-031-1/+26
| | | | * gnu/packages/databases.scm (virtuoso-ose): New variable.
* gnu: Add python-twine.Cyril Roelandt2017-10-031-0/+28
| | | | * gnu/packages/python.scm (python-twine, python2-twine): New variables.
* gnu: Add python-pkginfo.Cyril Roelandt2017-10-031-0/+30
| | | | * gnu/packages/python.scm (python-pkginfo, python2-pkginfo): New variables.