aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches
Commit message (Collapse)AuthorAge
* gnu: glibc-locales: Adjust patch that no longer applied.Ludovic Courtès2018-05-30
| | | | * gnu/packages/patches/glibc-locales.patch: Adjust for glibc 2.27.
* Merge branch 'master' into core-updatesMark H Weaver2018-05-30
|\
| * Revert "gnu: swig: Patch for Octave 4.4."Mark H Weaver2018-05-30
| | | | | | | | This reverts commit 3771000f893d4b53e302f5bca07afeba69e76cd4.
* | Merge branch 'master' into core-updatesMark H Weaver2018-05-29
|\|
| * gnu: swig: Patch for Octave 4.4.Kei Kebreau2018-05-29
| | | | | | | | | | | | * gnu/packages/swig.scm (swig)[source]: Add patch. * gnu/packages/patches/swig-octave-patches.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
* | Merge branch 'master' into core-updatesRicardo Wurmus2018-05-29
|\|
| * gnu: emacs: Update to 26.1.Mathieu Othacehe2018-05-29
| | | | | | | | | | | | | | * gnu/packages/emacs.scm (emacs): Update to 26.1, [arguments]: disable tests as they do not exist in release. * gnu/packages/patches/emacs-fix-scheme-indent-function.patch: Update patch indentation and line numbers.
* | Merge branch 'master' into core-updatesMark H Weaver2018-05-28
|\|
| * Revert "gnu: emacs: Update to 26.1."Mathieu Othacehe2018-05-28
| | | | | | | | | | This reverts commit bb82c3d42bb95588f40394f4d71f915654c0e643. This commit needs probably to be done on core-updates.
| * gnu: emacs: Update to 26.1.Mathieu Othacehe2018-05-28
| | | | | | | | | | | | | | * gnu/packages/emacs.scm (emacs): Update to 26.1, [arguments]: disable tests as they do not exist in release. * gnu/packages/patches/emacs-fix-scheme-indent-function.patch: Update patch indentation and line numbers.
| * gnu: Add fifo-map.Fis Trivial2018-05-28
| | | | | | | | | | | | | | | | | | * gnu/packages/cpp.scm (fifo-map): New variable. * gnu/packages/patches/fifo-map-fix-flags-for-gcc.patch: New file. * gnu/packages/patches/fifo-map-remove-catch.hpp.patch: New file. * gnu/local.mk: Add new patch files. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: libmygpo-qt: Fix Qt 5.11 build.Pierre Langlois2018-05-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The update to Qt 5.11.0 broke libmygpo-qt. It turned it was using a deprecated CMake function (qt5_use_moduldes). Let's pick up two upstream patches that fix the issue: https://github.com/gpodder/libmygpo-qt/pull/15 As mentioned in the the pull request, there is now a test failure but it looks harmless. * gnu/packages/patches/libmygpo-qt-fix-qt-5.11.patch, gnu/packages/patches/libmygpo-qt-missing-qt5-modules.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/music.scm (libmygpo-qt)[source]: Add patches. [arguments]: Build tests but do not run them. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* | gnu: gnu: Make alsa find its plugins by setting ALSA_PLUGIN_DIR.Julien Lepiller2018-05-27
| | | | | | | | | | | | | | | | * gnu/packages/patches/alsa-lib-add-environment-variable.patch: New file. * gnu/packages/linux.scm (alsa-lib)[source]: Use it. [native-search-paths]: Add ALSA_PLUGIN_DIR. * gnu/local.mk (dist_patch_DATA): Add it.
* | Merge branch 'master' into core-updatesMark H Weaver2018-05-24
|\|
| * gnu: libusb-for-axoloti: Adjust patch.Ricardo Wurmus2018-05-23
| | | | | | | | | | * gnu/packages/patches/libusb-for-axoloti.patch: Adjust patch for use with current version of libusb.
* | Merge branch 'master' into core-updatesMark H Weaver2018-05-21
|\|
| * gnu: pius: Really add the patch file.Andreas Enge2018-05-21
| | | | | | | | | | | | * gnu/packages/patches/pius.patch: New file. This is a follow-up to commit a92d97266dffcd1ab5c40a379005a7db1fc3dad4.
* | Merge branch 'master' into core-updatesMark H Weaver2018-05-21
|\|
| * gnu: enlightenment: Fix setuid program locations.Efraim Flashner2018-05-20
| | | | | | | | | | | | * gnu/packages/enlightenment.scm (enlightenment)[source]: Add patch. * gnu/packages/patches/enlightenment-fix-setuid-path.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
* | Merge branch 'master' into core-updatesMark H Weaver2018-05-17
|\|
| * gnu: python-statsmodels: Fix build.Ricardo Wurmus2018-05-16
| | | | | | | | | | | | | | | | * gnu/packages/patches/python-statsmodels-fix-tests.patch: Remove patch. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/statistics.scm (python-statsmodels)[source]: Remove patches. [arguments]: Disable tests; adjust build phases; add build phase "patch-for-scipy" to fix runtime error.
| * gnu: wesnoth: Update to 1.14.1.Arun Isaac2018-05-15
| | | | | | | | | | | | | | * gnu/packages/games.scm (wesnoth): Update to 1.14.1. [source]: Remove wesnoth-fix-std-bad-cast.patch. * gnu/packages/patches/wesnoth-fix-std-bad-cast.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Unregister it.
| * gnu: mupdf: Update to 1.13.0.Efraim Flashner2018-05-14
| | | | | | | | | | | | | | | | | | | | * gnu/packages/pdf.scm (mupdf): Update to 1.13.0. [source]: Remove patches. * gnu/packages/patches/mupdf-build-with-latest-openjpeg.patch, gnu/packages/patches/mupdf-CVE-2017-17858.patch, gnu/packages/patches/mupdf-CVE-2018-6544.patch, gnu/packages/patches/mupdf-CVE-2018-1000051.patch: Remove files. * gnu/local.mk (dist_patch_DATA): Remove them.
| * gnu: myrepos: Fix CVE-2018-7032.Efraim Flashner2018-05-13
| | | | | | | | | | | | * gnu/packages/version-control.scm (myrepos)[source]: Add patch. * gnu/packages/patches/myrepos-CVE-2018-7032.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
| * gnu: icecat: Relabel patches to reflect CVE assignments.Mark H Weaver2018-05-11
| | | | | | | | | | | | | | | | | | | | | | | | Document the fact that we include fixes for CVE-2018-5154, CVE-2018-5155, CVE-2018-5157, CVE-2018-5158, CVE-2018-5159, CVE-2018-5168, CVE-2018-5178, and 9/10 changesets for CVE-2018-5150. * gnu/packages/gnuzilla.scm (icecat)[source]: Relabel patches to reflect CVE assignments. * gnu/packages/patches/icecat-bug-1452075.patch: Rename to... * gnu/packages/patches/icecat-CVE-2018-5157-and-CVE-2018-5158.patch: ...this. * gnu/local.mk (dist_patch_DATA): Rename it.
| * gnu: adb: Add missing "#include"s.Danny Milosavljevic2018-05-10
| | | | | | | | * gnu/packages/patches/adb-add-libraries.patch: Add missing "#include"s.
| * gnu: Add android-libutils.Danny Milosavljevic2018-05-09
| | | | | | | | | | | | | | | | * gnu/packages/patches/libutils-add-includes.patch: New file. * gnu/packages/patches/libutils-remove-damaging-includes.patch: New file. * gnu/packages/android.scm (android-platform-system-core): Use them. (android-libutils): New variable. * gnu/local.mk: Add them.
| * gnu: Add android-libziparchive.Danny Milosavljevic2018-05-09
| | | | | | | | | | | | * gnu/packages/android.scm (android-libziparchive): New variable. * gnu/packages/patches/libziparchive-add-includes.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
| * gnu: adb: Use android-ndk-build-system.Danny Milosavljevic2018-05-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/android.scm (adb)[build-system]: Switch to android-ndk-build-system. [arguments]<#:tests?>: Disable. [arguments]<#:phases>[create-Makefile]: Delete phase. [arguments]<#:phases>[fix-clang]: Delete phase. [arguments]<#:phases>[fix-main]: Delete phase. [arguments]<#:phases>[make-libs-available]: New phase. [arguments]<#:phases>[install-headers]: New phase. [arguments]<#:make-flags]: Add CFLAGS, CXXFLAGS. [inputs]: Add liblog. [source]: Add patch "adb-add-libraries.patch". * gnu/packages/patches/adb-add-libraries.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
| * gnu: Add java-groovy-bootstrap.Julien Lepiller2018-05-09
| | | | | | | | | | | | | | * gnu/packages/groovy.scm: New file. * gnu/packages/patches/groovy-add-exceptionutilsgenerator.patch: New file. * gnu/local.mk (GNU_SYSTEM_MODULES, dist_patch_DATA): Add them.
* | Merge branch 'master' into core-updatesMark H Weaver2018-05-08
|\|
| * gnu: wesnoth: Update to 1.14.0.Arun Isaac2018-05-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/wesnoth-fix-std-bad-cast.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/games.scm (wesnoth): Update to 1.14.0. [source]: Add wesnoth-fix-std-bad-cast.patch to patches. [arguments]: Remove "-DENABLE_STRICT_COMPILATION=OFF" configure flag. [inputs]: Remove sdl-image, sdl-mixer, sdl-net and sdl-ttf. Add openssl and sdl-union of sdl2, sdl2-image, sdl2-mixer and sdl2-ttf. [home-page]: Use HTTPS URI. (wesnoth-server)[inputs]: Remove sdl-net. Add icu4c, openssl and sdl2. [arguments]: Remove delete-data phase. Since wesnoth 1.14.0, configure flag "-DENABLE_GAME=OFF" disables installation of game assets.
| * gnu: strace: Fix build failure on Linux-Libre 4.16.Marius Bakke2018-05-06
| | | | | | | | | | | | * gnu/packages/patches/strace-kernel-4.16.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/linux.scm (strace)][source](patches): New field.
* | Merge branch 'master' into core-updatesMarius Bakke2018-05-06
|\|
| * gnu: liboop: Update to 1.0.1.Tobias Geerinckx-Rice2018-05-01
| | | | | | | | | | | | | | * gnu/packages/ssh.scm (liboop): Update to 1.0.1. [source]: Update source URI. Remove patch. * gnu/packages/patches/liboop-mips64-deplibs-fix.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
| * gnu: shadow: Update to 4.6.Tobias Geerinckx-Rice2018-05-01
| | | | | | | | | | | | | | * gnu/packages/admin.scm (shadow): Update to 4.6. [source]: Remove upstreamed patch. * gnu/packages/patches/shadow-CVE-2018-7169.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
| * gnu: gimp: Update to 2.10.0.Leo Famulari2018-04-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gimp.scm (gimp): Update to 2.10.0. [inputs]: Add glib-networking, gexiv2, libmypaint, mypaint-brushes and poppler-data. [native-inputs]: Add glib:bin. [source]: Remove obsolete patches and use HTTPS URL. [home-page]: Use HTTPS URL. * gnu/packages/patches/gimp-CVE-2017-17784.patch, gnu/packages/patches/gimp-CVE-2017-17785.patch, gnu/packages/patches/gimp-CVE-2017-17786.patch, gnu/packages/patches/gimp-CVE-2017-17787.patch, gnu/packages/patches/gimp-CVE-2017-17789.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them.
| * gnu: gegl: Update to 0.4.Leo Famulari2018-04-30
| | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gimp.scm (gegl): Update to 0.4. [inputs]: Move babl and glib to propagated-inputs. [propagated-inputs]: Add json-glib. [arguments]: Re-enable the tests and remove the obsolete 'pre-build' phase. [source]: Use HTTPS URL. * gnu/packages/patches/gegl-CVE-2012-4433.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
| * gnu: Add amule.fis2018-04-30
| | | | | | | | | | | | | | | | * gnu/packages/networking.scm (amule): New public variable. * gnu/packages/patches/amule_crypto-6.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | gnu: e2fsprogs: Fix build with glibc-2.27.Rutger Helling2018-05-02
| | | | | | | | | | | | * gnu/packages/patches/e2fsprogs-glibc-2.27.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/linux.scm (e2fsprogs)[source]: Add patch.
* | Merge branch 'master' into core-updatesMark H Weaver2018-04-30
|\|
| * gnu: icecat: Add more fixes from upstream mozilla-esr52.Mark H Weaver2018-04-30
| | | | | | | | | | | | | | * gnu/packages/gnuzilla.scm (icecat)[source]: Add selected fixes from the upstream mozilla-esr52 repository. * gnu/packages/patches/icecat-bug-1452075.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* | Merge branch 'master' into core-updatesMark H Weaver2018-04-30
|\|
| * gnu: Add java-apache-ivy.Julien Lepiller2018-04-29
| | | | | | | | | | | | | | * gnu/package/java.scm (java-apache-ivy): New variable. * gnu/packages/patches/java-apache-ivy-port-to-latest-bouncycastle.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
| * gnu: scotch: Update to 6.0.5a.Eric Bavier2018-04-26
| | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/pt-scotch-build-parallelism.patch: Delete files. * gnu/packages/patches/scotch-build-parallelism.patch, gnu/packages/patches/scotch-graph-diam-64.patch, gnu/packages/patches/scotch-graph-induce-type-64.patch: New files. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/maths.scm (scotch): Update to 6.0.5a. [source](patches): Adjust accordingly.
| * gnu: quassel: Update to 0.12.5.Tobias Geerinckx-Rice2018-04-27
| | | | | | | | | | | | | | * gnu/packages/irc.scm (quassel): Update to 0.12.5. [source]: Remove patch. * gnu/packages/patches/quassel-fix-tls-check.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
| * gnu: pcmanfm: Update to 1.3.0.Tobias Geerinckx-Rice2018-04-27
| | | | | | | | | | | | | | * gnu/packages/lxde.scm (pcmanfm): Update to 1.3.0. [source]: Remove patch. * gnu/packages/patches/pcmanfm-CVE-2017-8934.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
| * gnu: bcftools: Update to 1.8.Roel Janssen2018-04-27
| | | | | | | | | | | | * gnu/packages/bioinformatics.scm (bcftools): Update to 1.8. * gnu/local.mk: Remove patch. * gnu/packages/patches/bcftools-regidx-unsigned-char.patch: Remove file.
| * gnu: zsh: Update to 5.5.1.Leo Famulari2018-04-26
| | | | | | | | | | | | | | | | * gnu/packages/shells.scm (zsh): Update to 5.5.1. [source]: Remove obsolete patches. * gnu/packages/patches/zsh-CVE-2018-7548.patch, gnu/packages/patches/zsh-CVE-2018-7549.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them.
| * gnu: ceph: Update to 12.2.5.Marius Bakke2018-04-25
| | | | | | | | | | * gnu/packages/patches/ceph-skip-collect-sys-info-test.patch: Adjust. * gnu/packages/storage.scm (ceph): Update to 12.2.5.