aboutsummaryrefslogtreecommitdiff
path: root/gnu
Commit message (Expand)AuthorAge
* gnu: python-py: Use HTTPS home page.•••* gnu/packages/python.scm (python-py)[home-page]: Use HTTPS. Tobias Geerinckx-Rice2018-08-20
* gnu: xpad: Update to 5.1.0.•••* gnu/packages/gnome.scm (xpad): Update to 5.1.0. [arguments]: Remove obsolete ‘run-autogen’ phase. Tobias Geerinckx-Rice2018-08-20
* gnu: emacs-f: Update to 0.20.0.•••* gnu/packages/emacs.scm (emacs-f): Update to 0.20.0. Tobias Geerinckx-Rice2018-08-20
* gnu: emacs-f: Don't use unstable tarball.•••* gnu/packages/emacs.scm (emacs-f)[source]: Use GIT-FETCH and GIT-FILE-NAME. Tobias Geerinckx-Rice2018-08-20
* gnu: gimp: Report bugs to Guix.•••Upstream prints this when running ./configure. Take the hint. NOTE: if you plan on packaging GIMP for distribution, it is recommended to override the bug report URL with option: --with-bug-report-url=https://example.com/ so that you can filter packaging bugs from core bugs before reporting upstream. * gnu/packages/gimp.scm (gimp)[arguments]: Customise bug report URI. Tobias Geerinckx-Rice2018-08-20
* gnu: gimp: Update to 2.10.6.•••* gnu/packages/gimp.scm (gimp): Update to 2.10.6. Tobias Geerinckx-Rice2018-08-20
* gnu: gegl: Update to 0.4.8.•••* gnu/packages/gimp.scm (gegl): Update to 0.4.8. Tobias Geerinckx-Rice2018-08-20
* gnu: babl: Update to 0.1.56.•••* gnu/packages/gimp.scm (babl): Update to 0.1.56. Tobias Geerinckx-Rice2018-08-20
* gnu: guile-ssh: Update to 0.11.3.•••* gnu/packages/ssh.scm (guile-ssh): Update to 0.11.3. Ludovic Courtès2018-08-20
* gnu: guile-json: Update to 1.1.1.•••* gnu/packages/guile.scm (guile-json): Update to 1.1.1. [source]: Remove snippet. [native-inputs]: Add PKG-CONFIG. Ludovic Courtès2018-08-20
* gnu: guile-redis: Update to 1.0.0.•••* gnu/packages/guile.scm (guile-redis): Update to 1.0.0. [source]: Fetch from github.com. Remove snippet. [native-inputs]: Add AUTOCONF, AUTOMAKE, and PKG-CONFIG. Ludovic Courtès2018-08-20
* gnu: Update virtuoso-ose to 7.2.5.•••* gnu/packages/databases.scm (virtuoso-ose): Update to 7.2.5. Roel Janssen2018-08-20
* gnu: xpra: Update to 2.3.3.•••* gnu/packages/xorg.scm (xpra): Update to 2.3.3. Rutger Helling2018-08-20
* gnu: wine-staging: Update to 3.14.•••* gnu/packages/wine.scm (wine-staging): Update to 3.14. Rutger Helling2018-08-20
* gnu: wine-staging-patchset-data: Update to 3.14.•••* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 3.14. Rutger Helling2018-08-20
* gnu: syncthing: Invoke build steps with INVOKE.•••* gnu/packages/syncthing.scm (syncthing)[arguments]: Use INVOKE. Leo Famulari2018-08-19
* gnu: libconfuse: Update to 3.2.2 [fixes CVE-2018-14447].•••* gnu/packages/wm.scm (libconfuse): Update to 3.2.2. Marius Bakke2018-08-19
* gnu: gcc@4.8: Fix libsanitizer build issue.•••Fixes <https://bugs.gnu.org/32397>. Reported by fis trivial <ybbs.daans@hotmail.com>. * gnu/packages/patches/gcc-4.8-libsanitizer-fix.patch: New file. * gnu/packages/gcc.scm (gcc-4.8)[source]: Use it. * gnu/local.mk (dist_patch_DATA): Add it. Ludovic Courtès2018-08-19
* gnu: libchop: Fix build and test errors.•••* gnu/packages/backup.scm (libchop)[arguments]: New field. Ludovic Courtès2018-08-19
* gnu: libchop: Require gperf 3.0.•••Fixes <https://bugs.gnu.org/32382>. Reported by Björn Höfling <bjoern.hoefling@bjoernhoefling.de>. * gnu/packages/backup.scm (libchop)[native-inputs]: Use GPERF-3.0 instead of GPERF. Ludovic Courtès2018-08-19
* Merge branch 'staging'Marius Bakke2018-08-19
|\
| * Merge branch 'master' into stagingMarius Bakke2018-08-16
| |\
| * | gnu: python-cython: Disable tests that fail on armhf.•••* gnu/packages/python.scm (python-cython)[arguments]: On armhf-linux, add phase to disable two tests. Marius Bakke2018-08-16
| * | gnu: r-rmysql: Add missing dependency on OpenSSL.•••* gnu/packages/databases.scm (r-rmysql)[inputs]: Add OPENSSL. Marius Bakke2018-08-16
| * | gnu: lilv: Update to 0.24.4.•••* gnu/packages/audio.scm (lilv): Update to 0.24.4. Marius Bakke2018-08-16
| * | gnu: serd: Update to 0.30.0.•••* gnu/packages/rdf.scm (serd): Update to 0.30.0. Marius Bakke2018-08-16
| * | gnu: sratom: Update to 0.6.2.•••* gnu/packages/audio.scm (sratom): Update to 0.6.2. Marius Bakke2018-08-16
| * | Merge branch 'master' into stagingMarius Bakke2018-08-10
| |\ \
| * | | gnu: mariadb: Update to 10.1.35 [security fixes].•••This release fixes CVE-2018-3058, CVE-2018-3063, CVE-2018-3064 and CVE-2018-3066. See <https://mariadb.com/kb/en/library/mariadb-10135-release-notes/> for details. * gnu/packages/databases.scm (mariadb): Update to 10.1.35. Marius Bakke2018-08-10
| * | | gnu: postgresql: Update to 10.5 [fixes CVE-2018-10915, CVE-2018-10925].•••* gnu/packages/databases.scm (postgresql): Update to 10.5. Marius Bakke2018-08-10
| * | | gnu: epiphany: Correctly set the library RUNPATH.•••* gnu/packages/gnome.scm (epiphany): Set the runpath in #:configure-flags. Leo Famulari2018-08-08
| * | | gnu: mariadb: Remove test which fails on armhf-linux.•••* gnu/packages/databases.scm (mariadb)[arguments]: Disable test 'mroonga/storage.index_read_multiple_double'. Efraim Flashner2018-08-07
| * | | gnu: mariadb: Further increase test timeouts.•••* gnu/packages/databases.scm (mariadb)[arguments]: Allow 40 minutes for single tests, and 600 in total. Marius Bakke2018-08-07
| * | | gnu: mariadb: Adjust to test failures on Hydra.•••* gnu/packages/patches/mariadb-client-test-32bit.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/databases.scm (mariadb)[source](patches): Add it. [arguments]: Increase retry count and test timeout. Disable test main.myisampack. Marius Bakke2018-08-07
| * | | Merge branch 'master' into stagingMarius Bakke2018-08-07
| |\ \ \
| * \ \ \ Merge branch 'master' into stagingMarius Bakke2018-07-30
| |\ \ \ \
| * | | | | gnu: openblas: Update to 0.3.2.•••* gnu/packages/maths.scm (openblas): Update to 0.3.2. Marius Bakke2018-07-30
| * | | | | gnu: mesa: Update to 18.1.5.•••* gnu/packages/gl.scm (mesa): Update to 18.1.5. Marius Bakke2018-07-28
| * | | | | Revert "Revert "gnu: llvm: Update to 6.0.1.""•••This reverts commit bb8221d41cc7b2dc928d1c9501946d3dc6063c4b. Marius Bakke2018-07-28
| * | | | | gnu: mariadb: Move GCC ICE patch to the usual location.•••* gnu/packages/databases.scm (mariadb)[source](patches): New field. [arguments]: Don't disable semisync plugin. [inputs]: Remove 'mariadb-gcc-ice.patch'. Marius Bakke2018-07-28
| * | | | | Merge branch 'master' into stagingMarius Bakke2018-07-28
| |\ \ \ \ \
| * | | | | | gnu: libinput: Update to 1.11.3.•••* gnu/packages/freedesktop.scm (libinput): Update to 1.11.3. Marius Bakke2018-07-28
| * | | | | | gnu: meson: Update to 0.47.1.•••* gnu/packages/build-tools.scm (meson): Update to 0.47.1. * gnu/packages/patches/meson-for-build-rpath.patch: Adjust to file rename and indendation change. Marius Bakke2018-07-28
| * | | | | | gnu: mariadb: Delete test files and static libraries.•••* gnu/packages/databases.scm (mariadb)[arguments]: Adapt 'post-install' phase to purge static archives and test executables. Marius Bakke2018-07-26
| * | | | | | gnu: mariadb: Remove some bundled libraries.•••* gnu/packages/databases.scm (mariadb)[source](snippet, modules): New fields. [arguments]: Add explicit #:configure-flags for system libraries. Add 'unbundle' phase. Remove 'pre-configure' phase. [inputs]: Add SNAPPY and XZ. Marius Bakke2018-07-26
| * | | | | | gnu: mariadb: Update to 10.1.34.•••* gnu/packages/databases.scm (mariadb): Update to 10.1.34. Marius Bakke2018-07-26
| * | | | | | gnu: mariadb: Run the full test suite.•••* gnu/packages/databases.scm (mariadb)[arguments]: Override 'check' phase. Add phase 'adjust-tests'. Disable one more plugin. [properties]: New field. Marius Bakke2018-07-26
| * | | | | | gnu: mariadb: Disable plugin that fails on armhf.•••* gnu/packages/databases.scm (mariadb)[arguments]: Add 'disable-plugins' phase. Marius Bakke2018-07-26
| * | | | | | gnu: mariadb: Install pkg-config file to a standard location.•••* gnu/packages/databases.scm (mariadb)[#:configure-flags]: Set INSTALL_SHAREDIR to "share". Marius Bakke2018-07-26
| * | | | | | gnu: java-asm: Add missing propagated-input.•••* gnu/packages/java.scm (java-asm)[propagated-inputs]: Add java-aqute-libg. Gábor Boskovits2018-07-24