aboutsummaryrefslogtreecommitdiff
path: root/gnu/local.mk
Commit message (Collapse)AuthorAge
* Merge branch 'staging' into core-updatesMarius Bakke2019-03-14
|\
| * Merge branch 'master' into stagingMarius Bakke2019-03-14
| |\
| | * gnu: pugixml: Build as shared library.Marius Bakke2019-03-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/pugixml-versioned-libdir.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/xml.scm (pugixml)[source](patches): New field. [arguments]: Instruct the build system to create a shared rather than static library. [native-inputs]: Add PKG-CONFIG.
* | | Merge branch 'staging' into core-updatesMarius Bakke2019-03-10
|\| |
| * | Merge branch 'master' into stagingMarius Bakke2019-03-10
| |\|
| | * gnu: Add hyperledger-fabric.Pierre Neidhardt2019-03-09
| | | | | | | | | | | | * gnu/local.mk (hyperledger): New variable.
| | * gnu: blast+: Update to 2.7.1.Ricardo Wurmus2019-03-08
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/bioinformatics.scm (blast+): Update to 2.7.1. [inputs]: Add lmdb. [source]: Remove obsolete patch. * gnu/package/patches/blast+-fix-makefile.patch: Remove patch. * gnu/local.mk (dist_patch_DATA): Remove it.
| | * Add (gnu build accounts).Ludovic Courtès2019-03-07
| | | | | | | | | | | | | | | | | | * gnu/build/accounts.scm, tests/accounts.scm: New files. * Makefile.am (SCM_TESTS): Add tests/accounts.scm. * gnu/local.mk (GNU_SYSTEM_MODULES): Add build/accounts.scm.
| | * system: Add (gnu system accounts).Ludovic Courtès2019-03-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The (gnu system accounts) module is meant to be used both on the build- and on the host-side. * gnu/system/shadow.scm <top level>: Call 'default-shell'. (<user-account>, <user-group>): Move to... * gnu/system/accounts.scm: ... here. New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add system/accounts.scm.
| * | gnu: gnome-todo: Update to 3.28.1.Ricardo Wurmus2019-03-07
| | | | | | | | | | | | | | | | | | * gnu/packages/gnome.scm (gnome-todo): Update to 3.28.1. * gnu/local.mk (dist_patch_DATA): Remove patch. * gnu/packages/patches/gnome-todo-libical-compat.patch: Remove file.
| * | gnu: gcr: Update to 3.28.0.Ricardo Wurmus2019-03-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/gcr-disable-failing-tests.patch, gnu/packages/patches/gcr-fix-collection-tests-to-work-with-gpg-21.patch: Remove files. * gnu/local.mk (dist_patch_DATA): Remove patches. * gnu/packages/gnome.scm (gcr): Update to 3.28.0. [arguments]: Add phase "disable-failing-tests"; rewrite "pre-check" phase. [native-inputs]: Add libxml2.
| * | gnu: valgrind: Update to 3.14.0.Marius Bakke2019-03-06
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/valgrind-glibc-compat.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/valgrind.scm (valgrind): Update to 3.14.0. [supported-systems]: Add mips64el-linux.
| * | Merge branch 'master' into stagingMarius Bakke2019-03-06
| |\|
| | * gnu: rust: Update to 1.31.1.Ivan Petkov2019-03-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/patches/rust-1.30-gdb-llvm.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/rust.scm (rust): Rename to... (rust-1.29): ...this. (rust-1.30): New variable. (rust): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* | | Merge branch 'staging' into core-updatesMarius Bakke2019-03-04
|\| |
| * | Merge branch 'master' into stagingMarius Bakke2019-03-04
| |\|
| | * gnu: thermald: Update to 1.8.Tobias Geerinckx-Rice2019-03-04
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/admin.scm (thermald): Update to 1.8. [source]: Add patch. * gnu/packages/patches/thermald-make-int-max32-visible.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
| | * gnu: Add java-jblas.Ricardo Wurmus2019-03-04
| | | | | | | | | | | | | | | * gnu/packages/java-maths.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
| | * gnu: lyx: Remove obsolete patch.Ricardo Wurmus2019-03-04
| | | | | | | | | | | | | | | * gnu/packages/patches/lyx-2.2.3-fix-test.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it.
| | * gnu: Add arcan.Lprndn2019-03-04
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/arcan.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| | * gnu: libopenshot: Fix tests on other architectures.Efraim Flashner2019-03-03
| | | | | | | | | | | | | | | | | | * gnu/packages/video.scm (libopenshot)[source]: Add patch. * gnu/packages/patches/libopenshot-fixup-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
* | | gnu: python-pytest: Update to 4.3.0.Marius Bakke2019-03-04
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/python-pytest-pluggy-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/check.scm (python-pytest): Update to 4.3.0. [source](patches): New field. [arguments]: Skip five new tests. Disable tests by passing them as arguments.
* | | gnu: Python@2: Update to 2.7.16.Marius Bakke2019-03-04
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/python2-CVE-2018-1000802.patch, gnu/packages/patches/python2-CVE-2018-14647.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/python.scm (python-2.7): Update to 2.7.16. [source](patches): Remove obsolete.
* | | Merge branch 'staging' into core-updatesMarius Bakke2019-03-01
|\| |
| * | Merge branch 'master' into stagingMarius Bakke2019-03-01
| |\|
| | * gnu: openssl: Fix CVE-2019-1559.Tobias Geerinckx-Rice2019-03-01
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/tls.scm (openssl)[replacement]: New field. (openssl/fixed): New variable. (openssl-next)[inherit]: Inherit from it instead. * gnu/packages/patches/openssl-CVE-2019-1559.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
| | * gnu: netpbm: Fix CVE-2017-258[67].Tobias Geerinckx-Rice2019-02-28
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/netpbm.scm (netpbm)[source]: Add patches. * gnu/packages/patches/netpbm-CVE-2017-2586.patch, gnu/packages/patches/netpbm-CVE-2017-2587.patch: New files. * gnu/local.mk: Fix missing copyright year. (dist_patch_DATA): Add them.
| | * gnu: wpa_supplicant: Update to 2.7.Marius Bakke2019-02-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/wpa-supplicant-CVE-2017-13082.patch, gnu/packages/patches/wpa-supplicant-CVE-2018-14526.patch, gnu/packages/patches/wpa-supplicant-fix-key-reuse.patch, gnu/packages/patches/wpa-supplicant-fix-nonce-reuse.patch, gnu/packages/patches/wpa-supplicant-fix-zeroed-keys.patch, gnu/packages/patches/wpa-supplicant-krack-followups.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/admin.scm (wpa-supplicant-minimal): Update to 2.7. [source](patches): Remove.
| | * gnu: Add toot.Efraim Flashner2019-02-28
| | | | | | | | | | | | | | | * gnu/packages/mastodon.scm (toot): New variable. * gnu/local.mk (GNU_SYSTSEM_MODULES): Register it.
| | * gnu: wesnoth: Update to 1.14.6.Tobias Geerinckx-Rice2019-02-27
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/games.scm (wesnoth): Update to 1.14.6. [source]: Remove upstreamed patch. * packages/patches/wesnoth-newer-boost.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
| | * gnu: musescore: Update to 3.0.3.Nicolas Goaziou2019-02-27
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/music.scm (musescore): Update to 3.0.3. [source]: Remove now obsolete patch. [arguments]: Do not use bundled (as a submodule) libcrashreporter-qt. * gnu/packages/patches/musescore-fix-use_webengine.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Apply file removal.
* | | gnu: acl: Update to 2.2.53.Marius Bakke2019-03-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/acl-hurd-path-max.patch, gnu/packages/patches/acl-fix-perl-regex.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/acl.scm (acl): Update to 2.2.53. [source](uri): Adjust for renamed tarball. [arguments]: Remove #:test-target. Adjust disabled tests. Don't override install phase.
* | | Merge branch 'staging' into core-updatesMarius Bakke2019-02-24
|\| |
| * | Merge branch 'master' into stagingMarius Bakke2019-02-24
| |\|
| | * gnu: Add libtommath.Efraim Flashner2019-02-24
| | | | | | | | | | | | | | | | | | * gnu/packages/multiprecision.scm (libtommath): New variable. * gnu/packages/patches/libtommath.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
* | | gnu: Python: Consolidate test patches.Marius Bakke2019-02-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While at it, adjust patches for -p1 patch flag. * gnu/packages/patches/python-fix-tests.patch: Delete file. Move contents ... * gnu/packages/patches/python-3-fix-tests.patch: ... here. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/python.scm (python-3.7)[source](patches): Remove obsolete. [source](patch-flags): Remove. * gnu/packages/patches/python-3-deterministic-build-info.patch, gnu/packages/patches/python-3-search-paths.patch: Adjust for `patch -p1`.
* | | gnu: texinfo: Update to 6.6.Marius Bakke2019-02-20
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/texinfo-perl-compat.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/texinfo.scm (texinfo): Update to 6.6. [source](patches): Remove.
* | | Merge branch 'staging' into core-updatesMarius Bakke2019-02-20
|\| |
| * | Merge branch 'master' into stagingMarius Bakke2019-02-20
| |\|
| | * gnu: xmodmap: Update to 1.0.10.Marius Bakke2019-02-20
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/xmodmap-asprintf.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/xorg.scm (xmodmap): Update to 1.0.10. [source](patches): Remove. [home-page]: Set to source repository.
| | * gnu: libgd: Fix CVE-2019-{6977,6978}.Leo Famulari2019-02-19
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gd.scm (gd)[replacement]: New field. (gd/fixed): New variable. * gnu/packages/patches/gd-CVE-2019-6977.patch, gnu/packages/patches/gd-CVE-2019-6978.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them.
| | * gnu: Add magic-wormhole-mailbox-server.Leo Famulari2019-02-19
| | | | | | | | | | | | | | | * gnu/packages/magic-wormhole.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
| | * gnu: Add ungoogled-chromium.Marius Bakke2019-02-18
| | | | | | | | | | | | | | | | | | * gnu/packages/aux-files/chromium/master-preferences.json, gnu/packages/chromium.scm: New files. * gnu/local.mk (GNU_SYSTEM_MODULES): Adjust accordingly.
| | * gnu: tomsfastmath: Update to 0.13.1.Tobias Geerinckx-Rice2019-02-18
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/multiprecision.scm (tomsfastmath): Update to 0.13.1. [source]: Remove patch. * gnu/packages/patches/tomsfastmath-constness.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
| | * gnu: xf86-video-i128: Update to 1.4.0.Marius Bakke2019-02-17
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/xf86-video-i128-remove-mibstore.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/xorg.scm (xf86-video-i128): Update to 1.4.0. [source](patches): Remove.
| | * gnu: pius: Update to 2.2.7.Tobias Geerinckx-Rice2019-02-17
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/gnupg.scm (pius): Update to 2.2.7. [source]: Remove upstreamed patch. * gnu/packages/patches/pius.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
| | * gnu: Add genimage.Danny Milosavljevic2019-02-15
| | | | | | | | | | | | | | | * gnu/packages/genimage.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
| | * gnu: LLVM, Clang: Update to 7.0.1.Marius Bakke2019-02-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/clang-7.0-libc-search-path.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/llvm.scm (llvm, clang-runtime, clang): Update to 7.0.1. (llvm-7.0.1): Remove variable. (clang-from-llvm)[arguments]: Adjust phase to match Clang 7. (llvm-6, clang-runtime-6, clang-6): New public variables. * gnu/packages/dlang.scm (ldc)[native-inputs]: Change LLVM and CLANG to LLVM-6.0 and CLANG-6.0. * gnu/packages/gl.scm (mesa)[inputs]: Change from LLVM to LLVM-6.
| | * gnu: allegro@4: Update to 4.4.3.Tobias Geerinckx-Rice2019-02-15
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/game-development.scm (allegro-4): Update to 4.4.3. [source]: Remove upstreamed patch. * gnu/packages/patches/allegro4-mesa-18.2.5-and-later.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
| | * gnu: ruby-safe-yaml: Add missing require 'time'.Christopher Baines2019-02-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch ruby-safe-yaml to fix an issue that would lead to an error like this: uninitialized constant SafeYAML::Parse::Date::DateTime It's been reported upstream [1], and this patch was taken from the upstream Git repository. 1: https://github.com/dtao/safe_yaml/issues/80 * gnu/packages/ruby.scm (ruby-safe-yaml)[source]: Switch to the Git repository so that applying patches works and add a patch. [arguments]: Enable tests and add a phase to set the TZ environment variable, as one of the tests depends on a certian timezone. * gnu/packages/patches/ruby-safe-yaml-add-require-time.patch: New file. * gnu/local.mk (dist_patch_DATA): Add new patch file.