summaryrefslogtreecommitdiff
path: root/gnu/packages/patches
Commit message (Expand)AuthorAgeFilesLines
* gnu: tcsh: Fix out of bounds read.•••* gnu/packages/patches/tcsh-fix-out-of-bounds-read.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/shells.scm (tcsh)[replacement]: New field. (tcsh/fixed): New variable. Leo Famulari2016-12-081-0/+31
* gnu: readline: support mingw.•••* gnu/packages/patches/readline-7.0-mingw.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/readline.scm (readline): Support MinGW. Jan Nieuwenhuizen2016-12-071-0/+28
* gnu: Add mingw-w64.•••* gnu/packages/patches/gcc-4.9.3-mingw-gthr-default.patch, gnu/packages/patches/mingw-w64-5.0rc2-gcc-4.9.3.patch, gnu/packages/mingw.scm: New files. * gnu/local.mk (dist_patch_DATA): Add the patches. (GNU_SYSTEM_MODULES): Add mingw.scm. Jan Nieuwenhuizen2016-12-072-0/+229
* gnu: httpd: Add fix for CVE-2016-8740.•••* gnu/packages/web.scm (httpd)[source]: Add patch for CVE-2016-8740. * gnu/packages/patches/httpd-CVE-2016-8740.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Efraim Flashner2016-12-061-0/+36
* gnu: Add seq24.•••* gnu/packages/music.scm (seq24): New variable. * gnu/packages/patches/seq24-rename-mutex.patch: New file. * gnu/local.mk (dist_patch_DATA): Register patch. Ricardo Wurmus2016-12-061-0/+124
* gnu: icecat: Update to 45.5.1-gnu1.•••* gnu/packages/gnuzilla.scm (icecat): Update to 45.5.1-gnu1. [source]: Remove temporary URI for 45.3 beta. Fix URI computation. Remove outdated patches. Add more cherry-picked bug fixes from upstream mozilla-esr45. Use 'list' instead of quasiquote in 'patches' field. Mark H Weaver2016-12-031-996/+0
* gnu: Add fcgi.•••* gnu/packages/patches/fcgi-2.4.0-gcc44-fixes.patch: New file. * gnu/packages/patches/fcgi-2.4.0-poll.patch: New file. * gnu/local.mk (dist_patch_DATA): Register patches. * gnu/packages/web.scm (fcgi): New variable. Ricardo Wurmus2016-12-032-0/+103
* gnu: vtk: Upgrade to 7.1.0.•••* gnu/packages/vtk.scm (vtk): Upgrade to 7.1.0. [source]: Remove patches. Use version-major+minor. * gnu/packages/patches/vtk-mesa-10.patch: Delete patch. * gnu/local.mk (dist_patch_DATA): Remove it. Eric Bavier2016-12-011-36/+0
* gnu: netcdf: Upgrade to 4.4.1.1.•••* gnu/packages/maths.scm (netcdf, netcdf-parallel-openmpi): Upgrade to 4.4.1.1. [source]: Adjust patch name, add netcdf-tst_h_par.patch * gnu/packages/patches/netcdf-config.date.patch: Rename to... * gnu/packages/patches/netcdf-date-time.patch: ...this. Adjust for latest source. * gnu/packages/patches/netcdf-tst_h_par.patch: New patch. * gnu/local.mk (dist_patch_DATA): Adjust patches. Eric Bavier2016-12-013-47/+32
* gnu: gst-plugins-good: Update to 1.10.2.•••* gnu/packages/gstreamer.scm (gst-plugins-good): Update to 1.10.2. [source]: Remove patches. * gnu/packages/patches/gst-plugins-good-fix-crashes.patch, gnu/packages/patches/gst-plugins-good-fix-invalid-read.patch, gnu/packages/patches/gst-plugins-good-fix-signedness.patch, gnu/packages/patches/gst-plugins-good-flic-bounds-check.patch: Remove files. * gnu/local.mk (dist_patch_DATA): Remove them. Efraim Flashner2016-12-014-1461/+0
* gnu: nasm: Switch patch to phase.•••* gnu/packages/assembly.scm (nasm)[source]: Remove patch. [arguments]: Disable ps and pdf doc outputs in new phase. * gnu/packages/patches/nasm-no-ps-pdf.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it. Efraim Flashner2016-12-011-20/+0
* Merge branch 'master' into python-build-systemHartmut Goebel2016-11-299-47/+1766
|\
| * gnu: cairo: Fix CVE-2016-9082.•••* gnu/packages/gtk.scm (cairo)[replacement]: New field. (cairo/fixed): New variable. (cairo-xcb)[source]: Use patch. [replacement]: New field, set false. * gnu/packages/pdf.scm (poppler)[inputs]: Custom cairo should be replaced by a new custom patched cairo. * gnu/packages/patches/cairo-CVE-2016-9082.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Efraim Flashner2016-11-291-0/+122
| * gnu: python-rarfile: Update to 2.8.•••* gnu/packages/python.scm (python-rarfile, python2-rarfile): Update to 2.8. [source]: Remove obsolete patch. * gnu/packages/patches/python-rarfile-fix-tests.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Leo Famulari2016-11-271-14/+0
| * gnu: gcj: Correct paths in ARM patch.•••* gnu/packages/patches/gcj-arm-mode.patch: Strip directories. Ricardo Wurmus2016-11-271-6/+6
| * gnu: gcj: Fix build on armhf.•••* gnu/packages/patches/gcj-arm-mode.patch: New file. * gnu/local.mk (dist_patch_DATA): Add patch. * gnu/packages/gcc.scm (gcj): Add patch. [arguments]: Delete failing tests. Ricardo Wurmus2016-11-271-0/+36
| * gnu: cyrus-sasl: Fix CVE-2013-4122.•••* gnu/packages/patches/cyrus-sasl-CVE-2013-4122.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/cyrus-sasl.scm (cyrus-sasl)[replacement]: New field. (cyrus-sasl/fixed): New variable. [source]: Use patch. Leo Famulari2016-11-261-0/+130
| * gnu: gst-plugins-good: Fix CVE-2016-{9634,9635,9636} and other security issues.•••* gnu/packages/patches/gst-plugins-good-fix-crashes.patch, gnu/packages/patches/gst-plugins-good-fix-invalid-read.patch, gnu/packages/patches/gst-plugins-good-fix-signedness.patch, gnu/packages/patches/gst-plugins-good-flic-bounds-check.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/gstreamer.scm (gst-plugins-good): Use them. Leo Famulari2016-11-264-0/+1461
| * gnu: ldc: Update to 0.17.2.•••* gnu/packages/ldc.scm (ldc): Update to 0.17.2. * gnu/packages/patches/ldc-disable-tests.patch: Fix timezone file name. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Danny Milosavljevic2016-11-251-33/+17
* | Merge branch 'master' into python-build-systemLeo Famulari2016-11-259-88/+1298
|\|
| * gnu: Add 'lvm2-static'.•••* gnu/packages/patches/lvm2-static-link.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/linux.scm (lvm2)[source](patches): New field. (lvm2-static): New variable. Ludovic Courtès2016-11-221-0/+14
| * gnu: libtiff: Update replacement to 4.0.7.•••* gnu/packages/image.scm (libtiff)[replacement]: Update to 4.0.7. (libtiff-4.0.7): New variable. Update home-page and source URLs. (libtiff/fixed): Delete variable. * gnu/packages/patches/libtiff-CVE-2016-5652.patch, gnu/packages/patches/libtiff-CVE-2016-9273.patch, gnu/packages/patches/libtiff-CVE-2016-9297.patch, gnu/packages/patches/libtiff-CVE-2016-9448.patch, gnu/packages/patches/libtiff-uint32-overflow.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them. Leo Famulari2016-11-225-276/+0
| * gnu: libtiff: Fix URL in 'libtiff-uint32-overflow.patch'.•••* gnu/packages/patches/libtiff-uint32-overflow.patch: Fix URL. Leo Famulari2016-11-211-1/+1
| * gnu: Add php.•••* gnu/packages/php.scm: New file. * gnu/packages/patches/gd-fix-chunk-size-on-boundaries.patch: New file. * gnu/packages/patches/gd-fix-truecolor-format-correction.patch: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add php. (dist_patch_DATA): Add gd patches. Co-authored-by: Marius Bakke <mbakke@fastmail.com> Julien Lepiller2016-11-202-0/+197
| * gnu: libtiff: Fix CVE-2016-9448.•••* gnu/packages/patches/libtiff-CVE-2016-9448.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/image.scm (libtiff/fixed)[source]: Use it. Leo Famulari2016-11-191-0/+34
| * gnu: guile@2.0.13: Fix non-determinism issue in REPL server test.•••* gnu/packages/patches/guile-repl-server-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/guile.scm (guile-2.0.13)[source]: Use it. Ludovic Courtès2016-11-181-0/+48
| * gnu: Add Handbrake.•••* gnu/packages/video.scm (handbrake): New variable. * gnu/packages/patches/handbrake-pkg-config-path.patch: New patch. * gnu/local.mk (dist_patch_DATA): Add it. Eric Bavier2016-11-161-0/+24
| * gnu: libtiff: Fix some buffer overflows.•••* gnu/packages/patches/libtiff-uint32-overflow.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/image.scm (libtiff/fixed)[source]: Use it. Leo Famulari2016-11-161-0/+102
| * gnu: libtiff: Fix CVE-2016-9297.•••* gnu/packages/patches/libtiff-CVE-2016-9297.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/image.scm (libtiff/fixed)[source]: Use it. Leo Famulari2016-11-161-0/+52
| * gnu: icecat: Add fixes from Firefox ESR 45.5.0.•••Includes fixes for CVE-2016-5290, CVE-2016-5291, CVE-2016-5297, CVE-2016-9064, and CVE-2016-9066. * gnu/packages/gnuzilla.scm (icecat)[source][patches]: Add fixes for aforementioned CVEs and other selected fixes from Firefox ESR 45.5.0. Note that the first six patches of CVE-2016-5290 and the patch for CVE-2016-9066 were already present, but were labeled by mozilla bug number instead of CVE. * gnu/packages/patches/icecat-CVE-2016-9064.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Mark H Weaver2016-11-161-0/+996
| * gnu: pixman: Add fix for CVE-2016-5296.•••* gnu/packages/patches/pixman-CVE-2016-5296.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/xdisorg.scm (pixman)[replacement]: New field. (pixman/fixed): New variable. Mark H Weaver2016-11-161-0/+19
* | gnu: python-2.7: Add all guix prefixes in PYTHONPATH to site-prefixes.•••* gnu/packages/patches/python-2.7-site-prefixes.patch: New file. * gnu/packages/python.scm (python-2)[source]: Use it. * gnu/local.mk (dist_patch_DATA): Add patch. Hartmut Goebel2016-11-151-0/+26
|/
* gnu: readline-6.2: Fix CVE-2014-2524.•••* gnu/packages/patches/readline-6.2-CVE-2014-2524.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/readline.scm (readline-6.2): Use it. Leo Famulari2016-11-131-0/+42
* gnu: mailutils: Update to 3.0.•••* gnu/packages/mail.scm (mailutils): Update to 3.0. [arguments]: Adjust 'pre-build' phase. * gnu/packages/patches/m4-gets-undeclared.patch: Remove. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. Ludovic Courtès2016-11-131-45/+0
* Merge branch 'core-updates'Ludovic Courtès2016-11-1343-3574/+731
|\
| * Merge branch 'master' into core-updatesMark H Weaver2016-11-072-125/+2
| |\
| * \ Merge branch 'master' into core-updatesMark H Weaver2016-11-068-154/+45
| |\ \
| * | | gnu: ola: Fix build failure caused by use of deprecated function.•••* 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. Leo Famulari2016-11-041-0/+62
| * | | Merge branch 'master' into core-updatesLeo Famulari2016-11-021-42/+0
| |\ \ \
| * | | | gnu: icecat: Fix build with binutils >= 2.26.•••* gnu/packages/patches/icecat-binutils.patch: New patch. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnuzilla.scm (icecat)[source]: Use it. Leo Famulari2016-10-311-0/+40
| * | | | Merge branch 'master' into core-updatesLeo Famulari2016-10-301-0/+47
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into core-updatesLeo Famulari2016-10-291-0/+843
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into core-updatesLeo Famulari2016-10-281-0/+144
| |\ \ \ \ \ \
| * | | | | | | gnu: python-parse: Fix failing test.•••* 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. Efraim Flashner2016-10-271-0/+52
| * | | | | | | Merge branch 'master' into core-updatesLeo Famulari2016-10-268-145/+701
| |\ \ \ \ \ \ \
| * | | | | | | | gnu: perl-www-curl: Fix build failure.•••* 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. Leo Famulari2016-10-261-0/+39
| * | | | | | | | gnu: mesa: Fix 'wayland-egl-symbols-check' on MIPS.•••* 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. Mark H Weaver2016-10-241-0/+15
| * | | | | | | | Merge branch 'master' into core-updatesMark H Weaver2016-10-237-203/+252
| |\ \ \ \ \ \ \ \
| * | | | | | | | | gnu: python-file: Work around "double encoding" bug in file@5.28.•••* 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. Leo Famulari2016-10-191-0/+50
| * | | | | | | | | Merge branch 'master' into core-updatesMark H Weaver2016-10-1920-1636/+204
| |\ \ \ \ \ \ \ \ \