summaryrefslogtreecommitdiff
path: root/gnu/packages/patches
Commit message (Collapse)AuthorAge
* Merge branch 'master' into core-updatesMark H Weaver2016-11-07
|\
| * gnu: jansson: Update to 2.9.Leo Famulari2016-11-06
| | | | | | | | | | | | | | * gnu/packages/web.scm (jansson): Update to 2.9. [source]: Remove 'jansson-CVE-2016-4425.patch'. * gnu/packages/patches/jansson-CVE-2016-4425.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
| * gnu: lua: Update to 5.3.3.Marius Bakke2016-11-06
| | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/lua52-liblua-so.patch: Rename to ... * gnu/packages/patches/lua-liblua-so.patch: ... this. Add version comment. * gnu/local.mk (dist_patch_DATA): Adjust patch name. * gnu/packages/lua.scm (lua): Update to 5.3.3. [source]: Use https URL. Use new patch name. [home-page]: Use https URL. (lua-5.2): New variable. (lua-5.1)[source]: Use https URL.
* | Merge branch 'master' into core-updatesMark H Weaver2016-11-06
|\|
| * gnu: weex: Update to 2.8.2 [fixes CVE-2005-3150].Leo Famulari2016-11-05
| | | | | | | | | | | | | | | | | | * gnu/packages/ftp.scm (weex): Update to 2.8.2. [source]: Use new URL. Remove obsolete 'weex-vacopy.patch'. [arguments]: Remove custom 'configure' phase and add 'bootstrap' phase. [native-inputs]: Add autoconf, automake, and gnu-gettext. * gnu/packages/patches/weex-vacopy.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
| * gnu: w3m: Switch to Debian's actively maintained fork of w3m.Kei Kebreau2016-11-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes some security issues seen here: <http://www.openwall.com/lists/oss-security/2016/11/03/3> * gnu/packages/w3m.scm (w3m): Switch it. [source]: Use Debian's git tree. Remove obsolete patches. [arguments]: Remove an unneeded substitute* function. * gnu/packages/patches/w3m-disable-sslv2-and-sslv3.patch, gnu/packages/patches/w3m-disable-weak-ciphers.patch, gnu/packages/patches/w3m-force-ssl_verify_server-on.patch, gnu/packages/patches/w3m-libgc.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them.
| * gnu: python-ipython: Update to 4.0.0.Ricardo Wurmus2016-11-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-ipython): Update to 4.0.0. [inputs]: Keep only "readline" and "which"; move the remaining inputs to propagated-inputs, except for "python-requests" and "python-nose" which are moved to native-inputs. [propagated-inputs]: Add "python-pexpect", "python-pickleshare", "python-simplegeneric", "python-traitlets", "python-ipykernel". [native-inputs]: Add "python-testpath". [arguments]: Enable building of HTML documentation. [source]: Remove patch. * gnu/packages/patches/python-ipython-inputhook-ctype.patch: Remove patch. * gnu/local.mk (dist_patch_DATA): Remove it.
| * [PATCH] gnu: Add libjxr.Kei Kebreau2016-11-03
| | | | | | | | | | | | | | * gnu/packages/image.scm (libjxr): New variable. * gnu/packages/patches/libjxr-fix-function-signature.patch: New file. * gnu/packages/patches/libjxr-fix-typos.patch: New file. * gnu/local.mk (dist_patch_DATA): Register patches.
* | gnu: ola: Fix build failure caused by use of deprecated function.Leo Famulari2016-11-04
| | | | | | | | | | | | * gnu/packages/patches/ola-readdir-r.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/lighting.scm (ola)[source]: Use it.
* | Merge branch 'master' into core-updatesLeo Famulari2016-11-02
|\|
| * gnu: python-django: Update to 1.10.3 [fixes CVE-2016-{9013,9014}].Marius Bakke2016-11-01
| | | | | | | | | | | | | | * gnu/packages/django.scm (python-django, python2-django): Update to 1.10.3. [source]: Remove patch. * gnu/packages/patches/python-django-fix-testcase.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* | gnu: icecat: Fix build with binutils >= 2.26.Leo Famulari2016-10-31
| | | | | | | | | | | | * gnu/packages/patches/icecat-binutils.patch: New patch. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnuzilla.scm (icecat)[source]: Use it.
* | Merge branch 'master' into core-updatesLeo Famulari2016-10-30
|\|
| * gnu: libtiff: Fix CVE-2016-5652.Leo Famulari2016-10-30
| | | | | | | | | | | | * gnu/packages/patches/libtiff-CVE-2016-5652.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/image.scm (libtiff-fixed)[source]: Use it.
* | Merge branch 'master' into core-updatesLeo Famulari2016-10-29
|\|
| * gnu: Add openocd.Theodoros Foradis2016-10-30
| | | | | | | | | | | | * gnu/packages/embedded.scm (openocd): New variable. * gnu/packages/patches/openocd-nrf52.patch: New file. * gnu/local.mk (dist_patch_DATA): Add the patch.
* | Merge branch 'master' into core-updatesLeo Famulari2016-10-28
|\|
| * gnu: libwebp: Fix CVE-2016-9085.Leo Famulari2016-10-28
| | | | | | | | | | | | * gnu/packages/patches/libwebp-CVE-2016-9085.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/image.scm (libwebp)[source]: Use it.
* | gnu: python-parse: Fix failing test.Efraim Flashner2016-10-27
| | | | | | | | | | | | * gnu/packages/python.scm (python-parse)[origin]: Add patch. * gnu/packages/patches/python-parse-too-many-fields.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* | Merge branch 'master' into core-updatesLeo Famulari2016-10-26
|\|
| * gnu: mupdf: Modify CVE-2016-8674 patch to apply to 1.9a.Marius Bakke2016-10-26
| | | | | | | | | | | | | | | | | | | | The fix from upstream did not apply cleanly due to many context changes. This was adapted by cloning mupdf 1.9a from git and fixing conflicts after applying our patches and cherry-picking upstream commit 1e03c06. This is a follow-up to 47a04fca999b91309d196afc9ebf4d8ac6f2083f. * gnu/packages/patches/mupdf-CVE-2016-8674.patch: Adapt to 1.9a.
| * gnu: notmuch: Update to 0.23.1.Marius Bakke2016-10-26
| | | | | | | | | | | | | | * gnu/packages/patches/notmuch-emacs-25-compatibility-fix.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/mail.scm (notmuch): Update to 0.23.1. Remove patch.
| * gnu: mupdf: Fix CVE-2016-8674.Kei Kebreau2016-10-25
| | | | | | | | | | | | * gnu/packages/patches/mupdf-CVE-2016-8674.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/pdf.scm (mupdf): Use it.
| * gnu: coda: Remove bundled libraries.Thomas Danckaert2016-10-25
| | | | | | | | | | | | | | | | | | | | * gnu/packages/maths.scm (coda): Remove bundled libraries. [source]: Add patch and snippet to remove bundled zlib, pcre and expat. [inputs]: Add system zlib, pcre and expat. * gnu/packages/patches/coda-use-system-libs.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: linux-libre@4.1: Update to 4.1.35.Mark H Weaver2016-10-24
| | | | | | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.35. Remove patch. * gnu/packages/patches/linux-libre-4.1-CVE-2016-5195.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
| * gnu: Add hdf-eos2.Thomas Danckaert2016-10-24
| | | | | | | | | | | | | | | | | | | | * gnu/packages/maths.scm (hdf-eos2): New variable. * gnu/packages/patches/hdf-eos2-build-shared.patch: New file. * gnu/packages/patches/hdf-eos2-remove-gctp.patch: New file. * gnu/packages/patches/hdf-eos2-fortrantests.patch: New file. * gnu/local.mk (dist_patch_DATA): Add patches. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: musl: Fix CVE-2016-8859.Leo Famulari2016-10-23
| | | | | | | | | | | | * gnu/packages/patches/musl-CVE-2016-8859.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/musl.scm (musl)[source]: Use it.
* | gnu: perl-www-curl: Fix build failure.Leo Famulari2016-10-26
| | | | | | | | | | | | * gnu/packages/patches/perl-www-curl-remove-symbol.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/web.scm (perl-www-curl)[source]: Use it.
* | gnu: mesa: Fix 'wayland-egl-symbols-check' on MIPS.Mark H Weaver2016-10-24
| | | | | | | | | | | | | | * gnu/packages/patches/mesa-wayland-egl-symbols-check-mips.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gl.scm (mesa)[source]: Add patch when building on MIPS.
* | Merge branch 'master' into core-updatesMark H Weaver2016-10-23
|\|
| * gnu: hop: Update to 2.5.1.Efraim Flashner2016-10-23
| | | | | | | | | | | | | | * gnu/packages/scheme.scm (hop): Update to 2.5.1. [source]: Remove patch. * gnu/packages/patches/hop-bigloo-4.0b.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
| * gnu: linux-libre@4.1: Add fix for CVE-2016-5195.Mark H Weaver2016-10-22
| | | | | | | | | | | | * gnu/packages/patches/linux-libre-4.1-CVE-2016-5195.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/linux.scm (linux-libre-4.1): Add patch.
| * gnu: slim: Fix line numbers in slim-login.patch.Christopher Allan Webber2016-10-21
| | | | | | | | | | | | This was causing build failures. * gnu/packages/patches/slim-login.patch: Fix line numbers.
| * gnu: slim: Display login message.Eric Bavier2016-10-20
| | | | | | | | | | | | * gnu/packages/patches/slim-login.patch: New patch. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/display-managers.scm (slim)[source]: Use it.
| * gnu: slim: Do not reset session after failed login.Eric Bavier2016-10-20
| | | | | | | | | | | | * gnu/packages/patches/slim-reset.patch: New patch. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/display-managers.scm (slim)[source]: Use it.
| * gnu: openssh: Fix CVE-2016-8858.Leo Famulari2016-10-19
| | | | | | | | | | | | * gnu/packages/patches/openssh-memory-exhaustion.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/ssh.scm (openssh)[source]: Use it.
| * gnu: lftp: Update to 4.7.3.Tobias Geerinckx-Rice2016-10-19
| | | | | | | | | | | | | | | | | | | | | | * gnu/packages/ftp.scm (lftp): Update to 4.7.3. [source]: Use HTTPS. Remove patch. [arguments]: Add ‘disable-impure-tests’ phase. Add #:configure-flags with explicit location of readline headers. [home-page]: Use HTTPS. * gnu/packages/patches/lftp-dont-save-unknown-host-fingerprint.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
| * gnu: notmuch: Enable tests.Marius Bakke2016-10-19
| | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/notmuch-emacs-25-compatibility-fix.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/mail.scm (notmuch)[source]: Use patch. [arguments]: Add verbose make flags. Add phase 'patch-notmuch-lib.el' to fix hard-coded /bin/sh. Add 'prepare-test-environment' phase to patch test shebangs and set environment. [native-inputs]: Change from 'emacs-minimal' to 'emacs-no-x'. Add dtach, gnupg, man, perl and which.
* | gnu: python-file: Work around "double encoding" bug in file@5.28.Leo Famulari2016-10-19
| | | | | | | | | | | | | | | | * gnu/packages/patches/python-file-double-encoding-bug.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/python.scm (python-file)[source]: Use it. (python2-file)[source]: Use the source of FILE directly, without the patch.
* | Merge branch 'master' into core-updatesMark H Weaver2016-10-19
|\|
| * gnu: kobodeluxe: Indicate origin of kobodeluxe-paths.patch.Christopher Allan Webber2016-10-18
| | | | | | | | | | * gnu/packages/patches/kobodeluxe-paths.patch: Update header, pointing to Debian tarball for provenance.
| * gnu: Add kobodeluxe.Stephen Webber2016-10-18
| | | | | | | | | | | | | | | | | | | | | | * gnu/packages/games.scm (kobodeluxe): New variable. * gnu/packages/patches/kobodeluxe-paths.patch: New file. * gnu/packages/patches/kobodeluxe-enemies-pipe-decl.patch: New file. * gnu/packages/patches/kobodeluxe-const-charp-conversion.patch: New file. * gnu/packages/patches/kobodeluxe-manpage-minus-not-hyphen.patch: New file. * gnu/packages/patches/kobodeluxe-midicon-segmentation-fault.patch: New file. * gnu/packages/patches/kobodeluxe-graphics-window-signed-char.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
| * gnu: torsocks: Update to 2.2.0.ng02016-10-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/torsocks-dns-test.patch: Delete file. * gnu/local.mk: Remove it. * gnu/packages/tor.scm (torsocks): Update to 2.2.0. [source]: Remove patch. Change method from 'git-fetch' to 'url-fetch'. Remove 'file-name'. [arguments]: Remove 'bootstrap' phase. [native-inputs]: Remove autoconf, automake and libtool. Also remove obsoleted perl-test-harness. [home-page]: Use https URL. (define-module): Don't import perl. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| * gnu: jasper: Update to 1.900.5.Efraim Flashner2016-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/image.scm (jasper): Update to 1.900.5. [source]: Remove patches. [native-inputs]: Remove unzip. * gnu/packages/patches/jasper-CVE-2007-2721.patch, gnu/packages/patches/jasper-CVE-2008-3520.patch, gnu/packages/patches/jasper-CVE-2008-3522.patch, gnu/packages/patches/jasper-CVE-2011-4516-and-CVE-2011-4517.patch, gnu/packages/patches/jasper-CVE-2014-8137.patch, gnu/packages/patches/jasper-CVE-2014-8138.patch, gnu/packages/patches/jasper-CVE-2014-8157.patch, gnu/packages/patches/jasper-CVE-2014-8158.patch, gnu/packages/patches/jasper-CVE-2014-9029.patch, gnu/packages/patches/jasper-CVE-2016-1577.patch, gnu/packages/patches/jasper-CVE-2016-1867.patch, gnu/packages/patches/jasper-CVE-2016-2089.patch, gnu/packages/patches/jasper-CVE-2016-2116.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them.
* | Merge branch 'master' into core-updatesMark H Weaver2016-10-17
|\|
| * gnu: irrlicht: Update to 1.8.4.Ricardo Wurmus2016-10-17
| | | | | | | | | | | | | | | | * gnu/packages/games.scm (irrlicht): Update to 1.8.4. [arguments]: Delete phase "apply-patch/mesa-10-fix". [native-inputs]: Remove "patch/mesa-10-fix". * gnu/packages/patches/irrlicht-mesa-10.patch: Delete file. * gnu/local.mk (dist_path_DATA): Remove irrlicht patch.
| * gnu: artanis: Remove implied $(DESTDIR) usage.Adonay Felipe Nogueira2016-10-17
| | | | | | | | | | | | | | | | | | * gnu/packages/patches/artanis-fix-Makefile.in.patch: New file. * gnu/local.mk (dist_patch_DATA): Register patch. * gnu/packages/guile.scm (artanis)[source]: Use patch. [arguments]: Remove DESTDIR from #:make-flags. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| * gnu: node: Update to 6.8.0.Al McElrath2016-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove <https://debbugs.gnu.org/23744> and <https://debbugs.gnu.org/23723> workaround. * gnu/packages/node.scm (node): Update to 6.8.0. (node)[arguments]: Disabled more tests. Remove custom 'patch-shebangs' phase. Manually patch npm script shebang in new 'patch-npm-shebang' phase. * gnu/packages/patches/node-9077.patch: New file. * gnu/local.mk (dist_patch_DATA): Add patches. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: hdf4: Fix non-x86 architectures.Andreas Enge2016-10-16
| | | | | | | | | | | | * gnu/packages/patches/hdf4-architectures.patch: New file. * gnu/local.mk (dist_patch_DATA): Register patch. * gnu/packages/maths.scm (hdf4)[source]: Add patch.
| * gnu: Add arm-none-eabi-gcc-6.Theodoros Foradis2016-10-16
| | | | | | | | | | | | | | * gnu/packages/embedded.scm (gcc-arm-none-eabi-6): New variable. * gnu/packages/patches/gcc-6-arm-none-eabi-multilib.patch: New file. * gnu/packages/patches/gcc-6-cross-environment-variables.patch: New file. * gnu/local.mk (dist_patch_DATA): Add the patches.