aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Collapse)Author
2017-10-03gnu: Add java-osgi-namespace-contract.Julien Lepiller
* gnu/packages/java.scm (java-osgi-namespace-contract): New variable.
2017-10-03gnu: Add java-osgi-resource.Julien Lepiller
* gnu/packages/java.scm (java-osgi-resource): New variable.
2017-10-03gnu: Add java-osgi-dto.Julien Lepiller
* gnu/packages/java.scm (java-osgi-dto): New variable.
2017-10-03gnu: Add java-osgi-service-component-annotations.Julien Lepiller
* gnu/packages/java.scm (java-osgi-service-component-annotations): New variable.
2017-10-03gnu: Add java-osgi-cmpn.Julien Lepiller
* gnu/packages/java.scm (java-osgi-cmpn): New variable.
2017-10-03gnu: Add java-datanucleus-javax-persistence.Julien Lepiller
* gnu/packages/java.scm (java-datanucleus-javax-persistence): New variable.
2017-10-03gnu: Add java-microemulator-cldc.Julien Lepiller
* gnu/packages/java.scm (java-microemulator-cldc): New variable.
2017-10-03gnu: graphicsmagick: Fix CVE-2017-14649.Kei Kebreau
* 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.
2017-10-03gnu: qtox: Update to 1.12.0.Rutger Helling
* gnu/packages/messaging.scm (qtox): Update to 1.12.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-03gnu: mgba: Update to 0.6.1.Rutger Helling
* gnu/packages/games.scm (mgba): Update to 0.6.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-03gnu: openmpi: Add "debug" output.Dave Love
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>
2017-10-03gnu: Add scorep-openmpi.Dave Love
* gnu/packages/profiling.scm (make-scorep): New function. (scorep-openmpi): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-03gnu: Add cube.Dave Love
* 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>
2017-10-03gnu: Add opari2.Dave Love
* gnu/packages/profiling.scm (opari2): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-03gnu: Add otf2.Dave Love
* gnu/packages/profiling.scm (otf2): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-03gnu: Add papi.Dave Love
* gnu/packages/profiling.scm: New file. * gnu/local.mk: Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-03gnu: cflow: Fix preprocess option.Oleg Pykhalov
* gnu/packages/code.scm (cflow)[arguments]: New field. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-03gnu: android: Add android-udev-rules package.Maxim Cournoyer
* gnu/packages/android.scm (android-udev-rules): Add package. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-03Update e-mail for Theodoros Foradis.Theodoros Foradis
* .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>
2017-10-03gnu: Add pulsemixer.Leo Famulari
* gnu/packages/pulseaudio.scm (pulsemixer): New variable.
2017-10-03gnu: vdirsyncer: Update to 0.16.3.Leo Famulari
* gnu/packages/dav.scm (vdirsyncer): Update to 0.16.3. [native-inputs]: Add python-urllib3.
2017-10-03gnu: Add virtuoso-ose.Roel Janssen
* gnu/packages/databases.scm (virtuoso-ose): New variable.
2017-10-03gnu: Add python-twine.Cyril Roelandt
* gnu/packages/python.scm (python-twine, python2-twine): New variables.
2017-10-03gnu: Add python-pkginfo.Cyril Roelandt
* gnu/packages/python.scm (python-pkginfo, python2-pkginfo): New variables.
2017-10-03gnu: Add python-tqdm.Cyril Roelandt
* gnu/packages/python.scm (python-tqdm, python2-tqdm): New variables.
2017-10-03gnu: Update the propagated inputs of python-urllib3.Cyril Roelandt
* gnu/packages/python.scm (python-urllib3, python2-urllib3): Update propagated inputs.
2017-10-03gnu: Add python-nose-timer.Cyril Roelandt
* gnu/packages/python.scm (python-nose-time, python2-nose-timer): New variables.
2017-10-03gnu: python-tox: Update to 2.8.1.Cyril Roelandt
* gnu/packages/python.scm (python-tox): Update to 2.8.1.
2017-10-03gnu: Add python2-requests-toolbelt.Cyril Roelandt
* gnu/packages/python.scm (python2-requests-toolbelt): New variable.
2017-10-03gnu: python-requests-toolbelt: Update to 0.8.0.Cyril Roelandt
* gnu/packages/python.scm (python-requests-toolbelt): Udpate to 0.8.0.
2017-10-03gnu: python-autopep8: Update to 1.3.2.Cyril Roelandt
* gnu/packages/python.scm (python-autopep8): Update to 1.3.2.
2017-10-03gnu: Add python-pydiff.Cyril Roelandt
* gnu/packages/python.scm (python-pydiff, python2-pydiff): New variables.
2017-10-02gnu: dnsmasq: Update to 2.78 [Security fixes].Efraim Flashner
This fixes CVE-2017-13704 and CVE-2017-1449[123456]. * gnu/packages/dns.scm (dnsmasq): Update to 2.78.
2017-10-02gnu: ruby-pry: Update to 0.11.1.Ben Woodcroft
* gnu/packages/ruby.scm (ruby-pry): Update to 0.11.1. [propagated-inputs]: Remove ruby-slop-3.
2017-10-02gnu: ruby-method-source: Update to 0.9.0.Ben Woodcroft
* gnu/packages/ruby.scm (ruby-method-source): Update to 0.9.0. [arguments]: Use "spec" test target. [native-inputs]: Remove ruby-bacon, add ruby-rspec.
2017-10-02gnu: autoconf-archive: Update to 2017.09.28.Efraim Flashner
* gnu/packages/autotools.scm (autoconf-archive): Update to 2017.09.28.
2017-10-02gnu: tilda: Use glib-or-gtk build system.Efraim Flashner
* gnu/packages/terminals.scm (tilda)[build-system]: Switch to glib-or-gtk build system. [inputs]: Remove glib:bin, gtk+.
2017-10-01gnu: gnome-calendar: Update to 3.26.1.Mohammed Sadiq
* gnu/packages/gnome.scm (gnome-calendar): Update to 3.26.1. [build-system]: Move to meson-build-system. [arguments]: Enable gtk+ for meson-build-system, disable tests. [native-inputs]: Add gettext, gtk+-bin and glib-bin, remove intltool. [inputs]: Remove bdb and desktop-file-utils. [description]: Rephrase and add week view. Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
2017-10-02gnu: tor: Update to 0.3.1.7.Tobias Geerinckx-Rice
* gnu/packages/tor.scm (tor): Update to 0.3.1.7.
2017-10-02gnu: knot: update to 2.6.0.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (knot): Update to 2.6.0.
2017-10-02gnu: youtube-dl: Update to 2017.10.01.Tobias Geerinckx-Rice
* gnu/packages/video.scm (youtube-dl): Update to 2017.10.01.
2017-10-01gnu: Add libngspice and ngspice.Theodoros Foradis
* gnu/packages/engineering.scm (libngspice, ngspice): New variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-01gnu: Add emacs-writeroom.Kyle Meyer
* gnu/packages/emacs.scm (emacs-writeroom): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2017-10-01gnu: emacs-visual-fill-column: Update to 1.11.Kyle Meyer
* gnu/packages/emacs.scm (emacs-visual-fill-column): Update to 1.11. Signed-off-by: Christopher Baines <mail@cbaines.net>
2017-10-01gnu: emacs-cyberpunk-theme: Update to 1.19.Feng Shu
* gnu/packages/emacs.scm (emacs-cyberpunk-theme): Update to 1.19.
2017-10-01gnu: gnunet: Use 'gnutls/dane' as input.ng0
This switches the used GnuTLS to the one recommended by the GNUnet Documentation (Chapter "Installation Handbook", Section "Generic installation instructions") where a specific order of dependency installation is required. In this order libunbound is installed first, then GnuTLS, then libgnurl, followed by libmicrohttpd. * gnu/packages/gnunet.scm (gnunet)[inputs]: Replace gnutls with 'gnutls/dane'. Signed-off-by: Christopher Baines <mail@cbaines.net>
2017-10-01gnu: libmicrohttpd: Use 'gnutls/dane' as input.ng0
This switches the used GnuTLS to the one recommended by the GNUnet Documentation (Chapter "Installation Handbook", Section "Generic installation instructions") where a specific order of dependency installation is required. In this order libunbound is installed first, then GnuTLS, then libgnurl, followed by libmicrohttpd. * gnu/packages/gnunet.scm (libmicrohttpd)[inputs]: Replace gnutls with 'gnutls/dane'. Signed-off-by: Christopher Baines <mail@cbaines.net>
2017-10-01gnu: gnurl: Use 'gnutls/dane' as input.ng0
This switches the used GnuTLS to the one recommended by the GNUnet Documentation (Chapter "Installation Handbook", Section "Generic installation instructions") where a specific order of dependency installation is required. In this order libunbound is installed first, then GnuTLS, then libgnurl, followed by libmicrohttpd. * gnu/packages/gnunet.scm (gnurl)[inputs]: Replace gnutls with 'gnutls/dane'. Signed-off-by: Christopher Baines <mail@cbaines.net>
2017-10-01gnu: gnutls: Add 'gnutls-dane'.ng0
* gnu/packages/tls.scm (gnutls/dane): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2017-10-01gnu: libreoffice: Update to 5.3.6.1.Thomas Danckaert
* gnu/packages/libreoffice.scm (libreoffice): Update to 5.3.6.1.