aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches
Commit message (Collapse)AuthorAge
...
| * | | | | gnu: m4: Remove already-applied patch.Mark H Weaver2014-12-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/m4-readlink-EINVAL.patch: Remove file. * gnu-system.am (dist_patch_DATA): Remove it. * gnu/packages/m4.scm (m4): Remove patch.
| * | | | | gnu: gcc-4.8: Update to 4.8.4.Ludovic Courtès2014-12-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gcc.scm (gcc-4.8): Update to 4.8.4. Remove patch. * gnu/packages/patches/gcc-fix-pr61801.patch: Remove. * gnu-system.am (dist_patch_DATA): Adjust accordingly.
| * | | | | Merge branch 'master' into core-updatesLudovic Courtès2014-12-26
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into 'core-updates'.Ludovic Courtès2014-12-14
| |\ \ \ \ \ \
| * | | | | | | gnu: file: Update to 5.20.Ludovic Courtès2014-11-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/file.scm (file): Update to 5.20. (file-5.20): Remove. * gnu/packages/patches/file-CVE-2014-3587.patch: Remove. * gnu-system.am (dist_patch_DATA): Adjust accordingly. * gnu/packages/patchutils.scm (quilt): Use FILE instead of FILE-5.20. * gnu/packages/version-control.scm (aegis): Ditto.
* | | | | | | | gnu: ninja: Disable testcase SubprocessTest.InterruptChild.宋文武2015-01-15
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/ninja-tests.patch: New file. * gnu/packages/ninja.scm (ninja): Add the patch. * gnu-system.am (dist_patch_DATA): Add it.
* | | | | | | gnu: libcanberra: Add default sounds support.Federico Beffa2015-01-12
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/libcanberra.scm (libcanberra): Add input 'sound-theme-freedesktop'. Add "libcanberra-sound-theme-freedesktop.patch" and related phase 'patch-default-sounds-directory to patch the default sounds directory.
* | | | | | gnu: Add nss.宋文武2015-01-11
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/nss-pkgconfig.patch: New file. * gnu-system.scm (dist_patch_DATA): Add it. * gnu/packages/gnuzilla.scm (nss): New variable.
* | | | | gnu: libtool: Add 2.4.4.Ludovic Courtès2015-01-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/libtool-2.4-skip-tests.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/autotools.scm (libtool-2.4.4): New variable.
* | | | | gnu: minetest: Update to 0.4.11.David Thompson2015-01-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/minetest-subgame-env-var.patch: Delete. * gnu-system.am (dist_patch_DATA): Remove patch. * gnu/packages/games.scm (minetest, minetest-data): Update to 0.4.11.
* | | | | gnu: mutt: Add fix for CVE-2014-9116.Mark H Weaver2014-12-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/mutt-CVE-2014-9116.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/mail.scm (mutt): Add patch.
* | | | | gnu: unzip: Add fixes for CVE-2014-{8139,8140,8141}.Mark H Weaver2014-12-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/unzip-CVE-2014-8139.patch, gnu/packages/patches/unzip-CVE-2014-8140.patch, gnu/packages/patches/unzip-CVE-2014-8141.patch: New files. * gnu-system.am (dist_patch_DATA): Add them. * gnu/packages/zip.scm (unzip): Add patches.
* | | | | gnu: cpio: Add fixes for CVE-2014-9112.Mark H Weaver2014-12-30
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/cpio-CVE-2014-9112-pt1.patch, gnu/packages/patches/cpio-CVE-2014-9112-pt2.patch, gnu/packages/patches/cpio-CVE-2014-9112-pt3.patch, gnu/packages/patches/cpio-CVE-2014-9112-pt4.patch, gnu/packages/patches/cpio-CVE-2014-9112-pt5.patch: New files. * gnu-system.am (dist_patch_DATA): Add them. * gnu/packages/cpio.scm (cpio): Add patches. Add 'autoconf' to native-inputs.
* | | | gnu: vtk: Fix build with mesa-10.Mark H Weaver2014-12-27
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/vtk-mesa-10.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/vtk.scm (vtk): Add patch. Add glu to inputs.
* | | | gnu: irrlicht: Fix build with mesa-10.Mark H Weaver2014-12-26
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/irrlicht-mesa-10.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/games.scm (irrlicht): Add patch. Add glu to inputs.
* | | | gnu: sdl: Fix incompatibility with libx11-1.6.Mark H Weaver2014-12-26
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/sdl-libx11-1.6.patch: New file * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/sdl.scm (sdl): Add patch.
* | | | gnu: xf86-video-vmware: Update to 13.0.2.Mark H Weaver2014-12-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/xf86-video-vmware-glibc-2.20.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/xorg.scm (xf86-video-vmware): Update to 13.0.2. Add patch. Add mesa to inputs.
* | | | gnu: xf86-video-trident: Update to 1.3.6.Mark H Weaver2014-12-19
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/xf86-video-trident-remove-mibstore.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/xorg.scm (xf86-video-trident): Update to 1.3.6. Add patch.
* | | | gnu: xf86-video-tga: Update to 1.2.2.Mark H Weaver2014-12-19
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/xf86-video-tga-remove-mibstore.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/xorg.scm (xf86-video-tga): Update to 1.2.2. Add patch.
* | | | gnu: xf86-video-tdfx: Update to 1.4.5.Mark H Weaver2014-12-19
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/xf86-video-tdfx-remove-mibstore.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/xorg.scm (xf86-video-tdfx): Update to 1.4.5. Add patch.
* | | | gnu: xf86-video-sis: Update to 0.10.7.Mark H Weaver2014-12-19
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/xf86-video-sis-update-api.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/xorg.scm (xf86-video-sis): Update to 0.10.7. Add patch.
* | | | gnu: xf86-video-siliconmotion: Update to 1.7.7.Mark H Weaver2014-12-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/xf86-video-siliconmotion-remove-mibstore.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/xorg.scm (xf86-video-siliconmotion): Update to 1.7.7. Add patch.
* | | | gnu: xf86-video-r128: Update to 6.9.2.Mark H Weaver2014-12-19
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/xf86-video-r128-glibc-2.20.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/xorg.scm (xf86-video-r128): Update to 6.9.2. Add patch.
* | | | gnu: xf86-video-openchrome: Update to 0.3.3.Mark H Weaver2014-12-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/xf86-video-openchrome-includes.patch: Remove. * gnu/packages/patches/xf86-video-openchrome-glibc-2.20.patch: New file. * gnu-system.am (dist_patch_DATA): Add it and remove the other. * gnu/packages/xorg.scm (xf86-video-openchrome): Update to 0.3.3. Add one patch and remove the other.
* | | | gnu: xf86-video-nv: Update to 2.1.20.Mark H Weaver2014-12-19
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/xf86-video-nv-remove-mibstore.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/xorg.scm (xf86-video-nv): Update to 2.1.20. Add patch.
* | | | gnu: xf86-video-mga: Update to 1.6.3.Mark H Weaver2014-12-19
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/xf86-video-mga-glibc-2.20.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/xorg.scm (xf86-video-mga): Update to 1.6.3. Add patch.
* | | | gnu: xf86-video-mach64: Update to 6.9.4.Mark H Weaver2014-12-19
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/xf86-video-mach64-glibc-2.20.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/xorg.scm (xf86-video-mach64): Update to 6.9.4. Add patch.
* | | | gnu: xf86-video-intel: Update to 2.21.15.Mark H Weaver2014-12-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/xf86-video-intel-compat-api.patch, gnu/packages/patches/xf86-video-intel-glibc-2.20.patch: New files. * gnu-system.am (dist_patch_DATA): Add them. * gnu/packages/xorg.scm (xf86-video-intel): Update to 2.21.15. Add patches. Add eudev to inputs.
* | | | gnu: xf86-video-i128: Update to 1.3.6.Mark H Weaver2014-12-19
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/xf86-video-i128-remove-mibstore.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/xorg.scm (xf86-video-i128): Update to 1.3.6. Add patch.
* | | | gnu: xf86-video-glint: Update to 1.2.8.Mark H Weaver2014-12-19
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/xf86-video-glint-remove-mibstore.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/xorg.scm (xf86-video-glint): Update to 1.2.8. Add patch.
* | | | gnu: xf86-video-ast: Add patch needed for upcoming xorg-server update.Mark H Weaver2014-12-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/xf86-video-ast-remove-mibstore.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/xorg.scm (xf86-video-ast): Add patch. Use modular xorg source URI.
* | | | gnu: Resurrect xf86-video-geode and update to 2.11.16.Mark H Weaver2014-12-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/xf86-video-geode-glibc-2.20.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/xorg.scm (xf86-video-geode): Uncomment it. Update to 2.11.16. Add patch.
* | | | gnu: xf86-video-ark: Update to 0.7.5.Mark H Weaver2014-12-19
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/xf86-video-ark-remove-mibstore.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/xorg.scm (xf86-video-ark): Update to 0.7.5. Add patch.
* | | | gnu: xf86-input-synaptics: Update to 1.8.1.Mark H Weaver2014-12-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/xf86-input-synaptics-glibc-2.20.patch: Remove. * gnu-system.am (dist_patch_DATA): Remove it. * gnu/packages/xorg.scm (xf86-input-synaptics): Update to 1.8.1. Remove patch. Add libevdev to inputs.
* | | | gnu: inkscape: Update to 0.48.5.Mark H Weaver2014-12-19
| |_|/ |/| | | | | | | | | | | | | | | | | * gnu/packages/patches/inkscape-stray-comma.patch: Remove file. * gnu-system.am (dist_patch_DATA): Remove it. * gnu/packages/inkscape.scm (inkscape): Update to 0.48.5. Remove patch. Use the .bz2 source tarball. Use current libgc. Add 'fix-test-includes' phase.
* | | gnu: icecat: Apply security updates for CVE-2014-{1587,1590,1592,1593,1594}.Mark H Weaver2014-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/icecat-CVE-2014-1587-bug-1042567.patch, gnu/packages/patches/icecat-CVE-2014-1587-bug-1072847.patch, gnu/packages/patches/icecat-CVE-2014-1587-bug-1079729.patch, gnu/packages/patches/icecat-CVE-2014-1587-bug-1080312.patch, gnu/packages/patches/icecat-CVE-2014-1587-bug-1089207.patch, gnu/packages/patches/icecat-CVE-2014-1590.patch, gnu/packages/patches/icecat-CVE-2014-1592.patch, gnu/packages/patches/icecat-CVE-2014-1593.patch, gnu/packages/patches/icecat-CVE-2014-1594.patch: New files. * gnu-system.am (dist_patch_DATA): Add them. * gnu/packages/gnuzilla.scm (icecat): Add them.
* | | gnu: xfce4-panel: Support panel plugins from other packages.Mark H Weaver2014-12-14
| |/ |/| | | | | | | | | | | * gnu/packages/patches/xfce4-panel-plugins.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/xfce.scm (xfce4-panel): Add the patch, and a native search path specification for X_XFCE4_LIB_DIRS.
* | Revert "gnu: gobject-introspection: Update to 1.42.0 and add new patch."Federico Beffa2014-12-10
| | | | | | | | | | This reverts commit 66717243d0683fa05b5630c2e011f3a486a8d316. Several packages fail to build with the new version.
* | gnu: Add wmctrl.Alex Kost2014-12-10
| | | | | | | | | | | | * gnu/packages/xdisorg.scm (wmctrl): New variable. * gnu/packages/patches/wmctrl-64-fix.patch: New file. * gnu-system.am (dist_patch_DATA): Add it.
* | gnu: gobject-introspection: Update to 1.42.0 and add new patch.Federico Beffa2014-12-09
| | | | | | | | | | | | * gnu/packages/glib.scm (gobject-introspection): Update to version 1.42.0. Add patch 'gobject-introspection-absolute-shlib-path.patch' provided by Luca Bruno <lucabru@src.gnome.org> for Nix.
* | gnu: glib: Work around unreliable GIO test.Ludovic Courtès2014-12-03
| | | | | | | | | | | | | | | | Fixes <http://bugs.gnu.org/18445>. * gnu/packages/patches/glib-tests-gapplication.patch: New file * gnu/packages/glib.scm (glib)[source]: Add it. * gnu-system.am (dist_patch_DATA): Add it.
* | gnu: Add python-pygobject.Eric Bavier2014-12-02
| | | | | | | | | | | | | | | | * gnu/packages/patches/python2-pygobject-2-gi-info-type-error-domain.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/glib.scm (python-pygobject, python2-pygobject-2): New variables.
* | gnu: python: Add sqlite input.Eric Bavier2014-12-02
| | | | | | | | | | | | | | | | | | * gnu/packages/patches/python-sqlite-3.8.4-test-fix.patch, gnu/packages/patches/python2-sqlite-3.8.4-test-fix.patch: New patches. * gnu-system.am (dist_patch_DATA): Add them. * gnu/packages/python.scm (python-2)[source]: Add patch. [inputs]: Add sqlite. (python)[source]: Add patch.
* | linux-modules: Correctly propagate error code from 'init_module'.Ludovic Courtès2014-11-28
| | | | | | | | | | | | | | * gnu/packages/patches/guile-linux-syscalls.patch (scm_load_linux_module): Leave 'errno' unchanged when ERR != 0. * gnu/build/linux-modules.scm (load-linux-module*): Check for the errno value of ARGS to determine whether the module was already loaded.
* | gnu: xf86-video-openchrome: Patch to correct build failure.Andreas Enge2014-11-23
|/ | | | | | | * gnu/packages/xorg.scm (xf86-video-openchrome): Add patch for build failure with glibc-2.20. Fixes bug #18740. * gnu/packages/patches/xf86-video-openchrome-includes.patch: New file. * gnu-system.am (dist_patch_DATA): Register patch.
* gnu: icu4c: Update to 54.1.Andreas Enge2014-11-20
| | | | | | * gnu/packages/icu4c.scm (icu4c): Update to 54.1. * gnu/packages/patches/icu4c-test-date-format.patch: Remove unneeded patch. * gnu-system.am (dist_patch_DATA): Unregister dropped patch.
* gnu: Add minetest.David Thompson2014-11-16
| | | | | | * gnu/packages/patches/minetest-subgame-env-var.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/games.scm (minetest): New variable.
* gnu: gnutls: Update to 3.2.20--this fixes CVE-2014-8564.Ludovic Courtès2014-11-12
| | | | | | | * gnu/packages/patches/gnutls-server-name-fix.patch: Remove. * gnu-system.am (dist_patch_DATA): Adjust accordingly. * gnu/packages/gnutls.scm (gnutls): Update to 3.2.20. Remove 'patches' field.
* gnu: cross-base: Apply Qualcomm's patches for Binutils and GCC.Ludovic Courtès2014-11-11
| | | | | | | | | | | | | | | This fixes compilation of the ath9k-htc firmware. Before that, loading it would result in "Target is unresponsive". The patches come from the ath9k-htc firmware source. * gnu/packages/patches/ath9k-htc-firmware-binutils.patch, gnu/packages/patches/ath9k-htc-firmware-gcc.patch: New files. * gnu-system.am (dist_patch_DATA): Add them. * gnu/packages/cross-base.scm (package-with-patch): New procedure. (cross-binutils): Check whether TARGET starts with "xtensa-", and call 'package-with-patch' when it does. (cross-gcc-patches): New procedure. (cross-gcc): Use it to add patches.
* gnu: Add polkit.Andreas Enge2014-11-09
| | | | | | * gnu/packages/polkit.scm (polkit): New variable. * gnu/packages/patches/polkit-drop-test.patch: New file. * gnu-system.am (dist_patch_DATA): Register patch file.