summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
* gnu: ruby-sanitize: Update to 4.6.3.Kei Kebreau2018-03-20
| | | | | | This fixes CVE-2018-3740. * gnu/packages/ruby.scm (ruby-sanitize): Update to 4.6.3.
* gnu: cdogs-sdl: Update to commit bab20313.宋文武2018-03-20
| | | | | | | | Fixes <https://bugs.gnu.org/30623>. * gnu/packages/games.scm (cdogs-sdl): Update to commit bab2031369b9ea2dbeb7eedbde10a43dd8ca83db. [source]: Use git-fetch.
* gnu: Add r-dyn.Sahithi Yarlagadda2018-03-20
| | | | * gnu/packages/cran.scm (r-dyn): New variable.
* gnu: pigx-bsseq: Update to 0.0.8.Ricardo Wurmus2018-03-20
| | | | * gnu/packages/bioinformatics.scm (pigx-bsseq): Update to 0.0.8.
* Merge branch 'staging'Marius Bakke2018-03-20
|\
| * Revert "Revert "gnu: patchelf: Update argument phase.""Marius Bakke2018-03-20
| | | | | | | | | | | | This change only affects armhf, which doesn't use PatchELF. My bad! This reverts commit b1d096f869ed53b84486855d73c7e9070fdf3ae2.
| * Revert "gnu: patchelf: Update argument phase."Marius Bakke2018-03-20
| | | | | | | | | | | | It causes too many rebuilds this late in the 'staging' cycle. This reverts commit c1d1cd817c7ab8d99e962e286c207943765a8e8f.
| * patchelf: Use 'https' for source uri.Efraim Flashner2018-03-19
| | | | | | | | * gnu/packages/elf.scm (patchelf)[source]: Use 'https' for source uri.
| * gnu: patchelf: Update argument phase.Efraim Flashner2018-03-19
| | | | | | | | | | * gnu/packages/elf.scm (patchelf)[arguments]: Use 'modify-phases' syntax. Replace 'system*' with 'invoke'.
| * gnu: patchelf: Use 'target-arm32?' for armhf-linux case.Efraim Flashner2018-03-19
| | | | | | | | | | | | * gnu/packages/elf.scm (patchelf)[inputs]: Replace armhf-linux detection logic with 'target-arm32?' macro. [arguments]: Same.
| * Merge branch 'master' into stagingMarius Bakke2018-03-19
| |\
| * \ Merge branch 'master' into stagingMarius Bakke2018-03-18
| |\ \
| * \ \ Merge branch 'staging-next' into stagingMarius Bakke2018-03-12
| |\ \ \
| | * | | gnu: giflib: Make "reallocarray" private, solve glibc@2.26 conflict.Hartmut Goebel2018-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename the function and move the declaration from gif_lib.h to gif_lib_private.h to solve conflicts when some .c-file #includes both stdlib.h and gif_lib.h. See also https://sourceforge.net/p/giflib/bugs/110/ * gnu/packages/patches/giflib-make-reallocarray-private.patch: New file * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/image.scm(giflib)[source](patches): New field.
| * | | | gnu: libogg: Update to 1.3.3.Marius Bakke2018-03-12
| | | | | | | | | | | | | | | | | | | | * gnu/packages/xiph.scm (libogg): Update to 1.3.3.
| * | | | gnu: mesa: Update to 17.3.6.Rutger Helling2018-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gl.scm (mesa): Update to 17.3.6. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| * | | | gnu: libepoxy: Update to 1.5.0.Marius Bakke2018-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gl.scm (libepoxy): Update to 1.5.0. [arguments]: Remove obsolete substitution.
| * | | | gnu: libdrm: Update to 2.4.91.Marius Bakke2018-03-12
| | | | | | | | | | | | | | | | | | | | * gnu/packages/xdisorg.scm (libdrm): Update to 2.4.91.
| * | | | gnu: alsa-plugins: Update to 1.1.5.Marius Bakke2018-03-12
| | | | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (alsa-plugins): Update to 1.1.5.
| * | | | gnu: alsa-utils: Update to 1.1.5.Marius Bakke2018-03-12
| | | | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (alsa-utils): Update to 1.1.5.
| * | | | gnu: alsa-lib: Update to 1.1.5.Marius Bakke2018-03-12
| | | | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (alsa-lib): Update to 1.1.5.
| * | | | gnu: bluez: Update to 5.49.Marius Bakke2018-03-12
| | | | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (bluez): Update to 5.49.
| * | | | gnu: nss, nss-certs: Update to 3.36.Marius Bakke2018-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gnuzilla.scm (nss): Update to 3.36. * gnu/packages/certs.scm (nss-certs): Likewise.
| * | | | gnu: nspr: Update to 4.19.Marius Bakke2018-03-12
| | | | | | | | | | | | | | | | | | | | * gnu/packages/gnuzilla.scm (nspr): Update to 4.19.
| * | | | gnu: xkbcomp: Update to 1.4.1.Marius Bakke2018-03-12
| | | | | | | | | | | | | | | | | | | | * gnu/packages/xorg.scm (xkbcomp-intermediate): Update to 1.4.1.
| * | | | gnu: libxshmfence: Update to 1.3.Marius Bakke2018-03-12
| | | | | | | | | | | | | | | | | | | | * gnu/packages/xorg.scm (libxshmfence): Update to 1.3.
| * | | | gnu: libical: Update to 3.0.3.Marius Bakke2018-03-12
| | | | | | | | | | | | | | | | | | | | * gnu/packages/calendar.scm (libical): Update to 3.0.3.
| * | | | gnu: xf86-input-wacom: Update to 0.36.0.Marius Bakke2018-03-12
| | | | | | | | | | | | | | | | | | | | * gnu/packages/xdisorg.scm (xf86-input-wacom): Update to 0.36.0.
| * | | | gnu: libwacom: Update to 0.29.Marius Bakke2018-03-12
| | | | | | | | | | | | | | | | | | | | * gnu/packages/xdisorg.scm (libwacom): Update to 0.29.
| * | | | gnu: libinput: Update to 1.10.2.Marius Bakke2018-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/freedesktop.scm (libinput): Update to 1.10.2. [build-system]: Change to MESON-BUILD-SYSTEM. [arguments]: Add #:configure-flags to not build documentation. [native-inputs]: Add CHECK and VALGRIND. Move CAIRO and GTK+ ... [inputs]: ... here. Move LIBEVDEV, LIBWACOM and MTDEV ... [propagated-inputs]: ... here. (libinput-minimal)[native-inputs]: Inherit from LIBINPUT. [inputs]: New field; set to empty list. [arguments]: Inherit from LIBINPUT. Adjust to build system change.
| * | | | gnu: meson: Update to 0.45.0.Marius Bakke2018-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/build-tools.scm (meson): Update to 0.45.0. [arguments]: Explicitly disable tests (they were skipped before).
| * | | | gnu: meson-for-build: Update to 0.44.0.Marius Bakke2018-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/build-tools.scm (meson-for-build)[version]: Remove field. [source]: Inherit from MESON.
| * | | | gnu: meson: Don't wrap the meson executable.Marius Bakke2018-03-12
| | | | | | | | | | | | | | | | | | | | * gnu/packages/build-tools.scm (meson)[arguments]: Delete WRAP-PHASE.
| * | | | Merge branch 'master' into stagingMarius Bakke2018-03-08
| |\ \ \ \
| * | | | | gnu: gnome-todo: Fix compatibility with libical >= 3.0.Marius Bakke2018-03-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/gnome-todo-libical-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/gnome.scm (gnome-todo)[source](patches): Use it.
| * | | | | gnu: gnome-calendar: Update to 3.26.3.Marius Bakke2018-03-07
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gnome.scm (gnome-calendar): Update to 3.26.3.
| * | | | | gnu: evolution-data-server: Update to 3.26.6.Marius Bakke2018-03-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gnome.scm (evolution-data-server): Update to 3.26.6. [arguments]: Set RUNPATH in #:configure-flags to match new libdir structure. Add phase 'dont-override-rpath' to make the build system respect it.
| * | | | | Merge branch 'master' into stagingLeo Famulari2018-03-06
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into stagingMarius Bakke2018-03-01
| |\ \ \ \ \ \
| * | | | | | | gnu: ninja: Patch /bin/echo in the correct file.Marius Bakke2018-02-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a follow-up to commit d0de4c40e24ee52e4382ee2ac82088932ab49099. * gnu/packages/ninja.scm (ninja)[arguments]: Adjust substitution.
| * | | | | | | gnu: ninja: Patch hard-coded /bin/echo reference.Marius Bakke2018-02-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Solves a test failure on systems where open file limits are high enough for this test to run. See <https://bugs.gnu.org/30601>. * gnu/packages/ninja.scm (ninja)[arguments]: Add substitution.
| * | | | | | | gnu: json-glib: Fix 32-bit test failures.Marius Bakke2018-02-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/json-glib-fix-tests-32bit.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/gnome.scm (json-glib)[source](patches): New field.
| * | | | | | | Merge branch 'master' into stagingMarius Bakke2018-02-24
| |\ \ \ \ \ \ \
| * | | | | | | | gnu: libsndfile: Incorporate grafted changes.Marius Bakke2018-02-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/pulseaudio.scm (libsndfile)[replacement]: Remove field. [source](patches): Add "libsndfile-CVE-2017-12562.patch". (libsndfile/fixed): Remove variable.
| * | | | | | | | gnu: json-glib: Update to 1.4.2.Marius Bakke2018-02-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gnome.scm (json-glib): Update to 1.4.2. [build-system]: Change to MESON-BUILD-SYSTEM. [native-inputs]: Add GETTEXT-MINIMAL.
| * | | | | | | | gnu: libgsf: Update to 1.14.42.Marius Bakke2018-02-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gnome.scm (libgsf): Update to 1.14.42.
| * | | | | | | | gnu: tzdata: Restore the test variant tzdata-for-tests.Leo Famulari2018-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit 62868f124cf (gnu: tzdata: Preserve directory layout from before tzdata 2018a) changed the derivation of this package, which doesn't need to change yet. * gnu/packages/base.scm (tzdata-for-tests)[arguments]: Copy the build arguments from before commit 62868f124cf9443a43f4ea5867da692e32e77c58.
| * | | | | | | | gnu: nspr: Update to 4.18.Tobias Geerinckx-Rice2018-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gnuzilla.scm (nspr): Update to 4.18.
| * | | | | | | | gnu: libical: Update to 3.0.2.Marius Bakke2018-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/calendar.scm (libical)[native-inputs]: Add PKG-CONFIG. [inputs]: Add GLIB and LIBXML2. Move ICU4C to ... [propagated-inputs]: ... here. [arguments]: Add #:configure-flags to only build shared libs. Don't access %build-inputs directly in PATCH-PATHS-PHASE. [license]: Add MPL2.0.
| * | | | | | | | Revert "gnu: python2-tqdm: Work around missing flake8 propagation."Marius Bakke2018-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 53f826cd0f429864d46fc3bf6305c14356d0b2ad.