summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
...
* gnu: rocksdb: Update to 6.5.2.Marius Bakke2020-01-07
| | | | * gnu/packages/databases.scm (rocksdb): Update to 6.5.2.
* gnu: python-patsy: Update to 0.5.1.Marius Bakke2020-01-07
| | | | | | * gnu/packages/statistics.scm (python-patsy): Update to 0.5.1. [source](uri): Adjust for new archive. [native-inputs]: Remove UNZIP.
* gnu: googletest: Update to 1.10.0.Marius Bakke2020-01-07
| | | | | | | * gnu/packages/check.scm (googletest): Update to 1.10.0. (googletest-1.8): New public variable. * gnu/packages/audio.scm (cli-visualizer)[inputs]: Change from GOOGLETEST to GOOGLETEST-1.8. * gnu/packages/serialization.scm (msgpack)[native-inputs]: Likewise.
* gnu: icecat: Update to 68.4.0-guix0-preview1 [security fixes].Mark H Weaver2020-01-07
| | | | | | | | | | Includes fixes for CVE-2019-17015, CVE-2019-17016, CVE-2019-17017, CVE-2019-17021, CVE-2019-17022, and CVE-2019-17024. * gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update. (icecat-source): Update hash of upstream firefox source tarball, 'upstream-icecat-base-version', and commit and hash of gnuzilla checkout. * gnu/packages/patches/icecat-makeicecat.patch: Adapt to upstream changes.
* Merge branch 'staging'Marius Bakke2020-01-07
|\
| * Merge branch 'master' into stagingMarius Bakke2020-01-03
| |\
| * \ Merge branch 'master' into stagingMarius Bakke2019-12-18
| |\ \
| * \ \ Merge branch 'master' into stagingBrett Gilio2019-12-13
| |\ \ \
| * | | | gnu: r-with-tests: Update to 3.6.2.Ricardo Wurmus2019-12-12
| | | | | | | | | | | | | | | | | | | | * gnu/packages/statistics.scm (r-with-tests): Update to 3.6.2.
| * | | | gnu: speexdsp: Do not build static libraries.Marius Bakke2019-12-11
| | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/xiph.scm (speexdsp)[arguments]: Add "--disable-static" in #:configure-flags.
| * | | | gnu: libtheora: Do not build static libraries.Marius Bakke2019-12-11
| | | | | | | | | | | | | | | | | | | | * gnu/packages/xiph.scm (libtheora)[arguments]: New field.
| * | | | gnu: libvorbis: Do not build static libraries.Marius Bakke2019-12-11
| | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/xiph.scm (libvorbis)[arguments]: Add "--disable-static" to #:configure-flags.
| * | | | gnu: libogg: Do not build static libraries.Marius Bakke2019-12-11
| | | | | | | | | | | | | | | | | | | | * gnu/packages/xiph.scm (libogg)[arguments]: New field.
| * | | | gnu: opus: Do not build static libraries.Marius Bakke2019-12-11
| | | | | | | | | | | | | | | | | | | | * gnu/packages/xiph.scm (opus)[arguments]: New field.
| * | | | gnu: libwebp: Do not build static libraries.Marius Bakke2019-12-11
| | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/image.scm (libwebp)[arguments]: Add "--disable-static" to #:configure-flags.
| * | | | gnu: pcre2: Do not build static libraries.Marius Bakke2019-12-11
| | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/pcre.scm (pcre2)[arguments]: Add "--disable-static" to #:configure-flags.
| * | | | gnu: pcre2: Update to 10.34.Marius Bakke2019-12-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/pcre2-fix-jit_match-crash.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/pcre.scm (pcre2): Update to 10.34. [source](patches): Remove.
| * | | | gnu: nss: Remove replacement package.Marius Bakke2019-12-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The merge preceding this commit ignored the 'replacement' added to nss in commit 04b33ce205f38813b4dbd04b6ad3c7aa0be0b6f6, because the security fix is already present in NSS 3.48. This commit removes the remaining bits. * gnu/packages/patches/nss-CVE-2019-11745.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/nss.scm (nss/fixed): Remove variable.
| * | | | Merge branch 'master' into stagingMarius Bakke2019-12-11
| |\ \ \ \
| * | | | | gnu: MariaDB: Do not propagate OpenSSL.Marius Bakke2019-12-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/databases.scm (mariadb)[propagated-inputs]: Remove. [inputs]: Add OPENSSL-1.0. [arguments]: Add absolute references to OpenSSL in "post-install" phase.
| * | | | | gnu: at-spi2-atk: Update to 2.34.1.Marius Bakke2019-12-11
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gtk.scm (at-spi2-atk): Update to 2.34.1.
| * | | | | gnu: at-spi2-core: Update to 2.34.0.Marius Bakke2019-12-11
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gtk.scm (at-spi2-core): Update to 2.34.0.
| * | | | | gnu: atk: Update to 2.34.1.Marius Bakke2019-12-11
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gtk.scm (atk): Update to 2.34.1.
| * | | | | gnu: python-sphinx: Update to 2.2.2.Marius Bakke2019-12-11
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/sphinx.scm (python-sphinx): Update to 2.2.2.
| * | | | | gnu: nss: Update to 3.48.Marius Bakke2019-12-11
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/nss.scm (nss): Update to 3.48.
| * | | | | gnu: nspr: Update to 4.24.Marius Bakke2019-12-11
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/nss.scm (nspr): Update to 4.24.
| * | | | | gnu: check: Update to 0.13.0.Marius Bakke2019-12-11
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/check.scm (check): Update to 0.13.0.
| * | | | | gnu: gstreamer: Update to 1.16.2.Marius Bakke2019-12-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gstreamer.scm (gstreamer, gst-plugins-base, gst-plugins-good, gst-plugins-ugly, gst-libav, python-gst): Update to 1.16.2. (gst-plugins-bad): Likewise. [arguments]: Remove #:make-flags.
| * | | | | gnu: orc: Update to 0.4.31.Marius Bakke2019-12-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/orc-typedef-enum.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/gstreamer.scm (orc): Update to 0.4.31. [source](patches): Remove.
| * | | | | gnu: postgresql@10: Update to 10.11.Marius Bakke2019-12-11
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/databases.scm (postgresql): Update to 10.11.
| * | | | | gnu: MariaDB: Update to 10.1.43.Marius Bakke2019-12-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/databases.scm (mariadb): Update to 10.1.43. [arguments]: Disable new test. [inputs]: Add LINUX-PAM.
| * | | | | gnu: ALSA: Update to 1.2.1.Marius Bakke2019-12-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (alsa-lib): Update to 1.2.1.2. [arguments]: New field. (alsa-utils): Update to 1.2.1. (alsa-plugins): Likewise.
| * | | | | gnu: libxkbcommon: Update to 0.9.1.Marius Bakke2019-12-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/xdisorg.scm (libxkbcommon): Update to 0.9.1. [build-system]: Change to MESON-BUILD-SYSTEM. [inputs]: Add WAYLAND and WAYLAND-PROTOCOLS. [native-inputs]: Add DOXYGEN. [arguments]: Adjust #:configure-flags for Meson.
| * | | | | gnu: bluez: Update to 5.52.Marius Bakke2019-12-11
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (bluez): Update to 5.52.
| * | | | | gnu: eudev: Update to 3.2.9.Marius Bakke2019-12-11
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (eudev): Update to 3.2.9.
| * | | | | gnu: gtk+: Update to 3.24.13.Marius Bakke2019-12-11
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gtk.scm (gtk+): Update to 3.24.13.
| * | | | | gnu: libinput: Update to 1.14.3.Marius Bakke2019-12-11
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/freedesktop.scm (libinput): Update to 1.14.3.
| * | | | | gnu: mesa: Update to 19.2.7.Marius Bakke2019-12-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/mesa-timespec-test-32bit.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/gl.scm (mesa): Update to 19.2.7. [source](patches): Remove obsolete.
| * | | | | gnu: libepoxy: Update to 1.5.4.Marius Bakke2019-12-11
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gl.scm (libepoxy): Update to 1.5.4.
| * | | | | gnu: libdrm: Update to 2.4.100.Marius Bakke2019-12-11
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/xdisorg.scm (libdrm): Update to 2.4.100.
| * | | | | gnu: qpdf: Update to 9.1.0.Marius Bakke2019-12-11
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/pdf.scm (qpdf): Update to 9.1.0.
| * | | | | gnu: imagemagick: Update to 6.9.10-78.Marius Bakke2019-12-11
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.10-78.
| * | | | | gnu: cups-filters: Update to 1.25.13.Marius Bakke2019-12-11
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/cups.scm (cups-filters): Update to 1.25.13.
* | | | | | gnu: vimb: Update to 3.6.0.David Wilson2020-01-07
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/web-browsers.scm (vimb): Update to 3.6.0.
* | | | | | gnu: sdl-mixer: Fix fluidsynth in dependents.Danny Milosavljevic2020-01-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/39008>. Reported by Pierre Neidhardt <mail@ambrevar.xyz>. * gnu/packages/sdl.scm (sdl-mixer)[arguments]<#:phases>[fix-fluidsynth]: New phase.
* | | | | | gnu: lapack: Update to 3.9.0.Konrad Hinsen2020-01-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/maths.scm (lapack): Update to 3.9.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | | | | | gnu: coq-equations: Update to 1.2.1.Brett Gilio2020-01-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/coq.scm (coq-equations): Update to 1.2.1. [arguments]: Replace configure phase to run configure shell script. Remove redundant COQLIB.
* | | | | | gnu: coq-interval: Update to 3.4.1.Brett Gilio2020-01-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/coq.scm (coq-interval): Update to 3.4.1. [source]: Use GIT-FETCH and GIT-FILE-NAME. [native-inputs]: Add autoconf and automake for remake.
* | | | | | gnu: coq-coquelicot: Truncate home-page.Brett Gilio2020-01-06
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/coq.scm (coq-coquelicot)[home-page]: Truncate home-page.
* | | | | | gnu: coq-coquelicot: Update to 3.0.3.Brett Gilio2020-01-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/coq.scm (coq-coquelicot): Update to 3.0.3. [source]: Use GIT-FETCH and GIT-FILE-NAME. [native-inputs]: Add autoconf and automake.