aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches
Commit message (Collapse)AuthorAge
* gnu: libtiff: Update to 4.0.9.Leo Famulari2017-11-30
| | | | | | | | | | | | * gnu/packages/image.scm (libtiff): Update to 4.0.9. [source]: Remove obsolete patches. * gnu/packages/patches/libtiff-CVE-2016-10688.patch, gnu/packages/patches/libtiff-CVE-2017-9936.patch, gnu/packages/patches/libtiff-tiffgetfield-bugs.patch, gnu/packages/patches/libtiff-tiffycbcrtorgb-integer-overflow.patch, gnu/packages/patches/libtiff-tiffycbcrtorgbinit-integer-overflow.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them.
* gnu: libxfont2: Update to 2.0.2.Marius Bakke2017-11-28
| | | | | | | | * gnu/packages/xorg.scm (libxfont2): Update to 2.0.2. [source](patches): Remove. * gnu/packages/patches/libxfont-CVE-2017-13720.patch, gnu/packages/patches/libxfont-CVE-2017-13722.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them.
* gnu: ncurses: Update to 6.0-20170930.Marius Bakke2017-11-28
| | | | | | | | | | * gnu/packages/ncurses.scm (ncurses): Update to 6.0-20170930. [source](patches): Remove. [source](uri): Adjust to version suffix. [arguments]: Add 'apply-rollup-patch' phase. [native-inputs]: Add a "rollup-patch" origin. * gnu/packages/patches/ncurses-CVE-2017-10684-10685.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: jbig2dec: Update to 0.14.Leo Famulari2017-11-25
| | | | | | | | | | | * gnu/packages/image.scm (jbi2dec): Update to 0.14. [source]: Remove obsolete patches. * gnu/packages/patches/jbig2dec-CVE-2016-9601.patch, gnu/packages/patches/jbig2dec-CVE-2017-7885.patch, gnu/packages/patches/jbig2dec-CVE-2017-7975.patch, gnu/packages/patches/jbig2dec-CVE-2017-7976.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them. * gnu/packages/patches/jbig2dec-ignore-testtest.patch: Update for new release.
* Merge branch 'master' into core-updatesMarius Bakke2017-11-19
|\
| * gnu: owncloud-client: Don't check for updates.Efraim Flashner2017-11-18
| | | | | | | | | | | | * gnu/packages/sync.scm (owncloud-client)[source]: Add patch. * gnu/packages/patches/owncloud-disable-updatecheck.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
| * gnu: audacity: Update to 2.2.0.Ricardo Wurmus2017-11-18
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/audacity-build-with-system-portaudio.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/audio.scm (audacity): Update to 2.2.0. [source]: Add patch to build with system portaudio; add snippet to remove most bundled libraries. [inputs]: Replace "gtk+-2" with "gtk+", replace "wxwidgets-gtk2" with "wxwidgets"; remove "libsbsms"; add "suil" and "portmidi". [arguments]: Adjust configure flags to avoid using bundled libraries; remove phase "autoreconf"; add phases "fix-sbsms-check" and "use-upstream-headers".
| * gnu: icecat: Add more fixes from upstream mozilla-esr52.Mark H Weaver2017-11-16
| | | | | | | | | | | | | | | | | | | | | | Add fixes for CVE-2017-7830, the remaining 1/2 changesets for CVE-2017-7828, the remaining 1/19 changesets for CVE-2017-7826, and selected other fixes. * gnu/packages/gnuzilla.scm (icecat)[source]: Add selected fixes from the upstream mozilla-esr52 repository. * gnu/packages/patches/icecat-bug-1348660-pt5.patch, gnu/packages/patches/icecat-bug-1415133.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them.
| * gnu: mupdf: Actually fix CVE-2017-15587.Leo Famulari2017-11-11
| | | | | | | | | | | | The original fix could be removed by an optimizing compiler. * gnu/packages/patches/mupdf-CVE-2017-15587.patch: Revise patch.
| * gnu: libvisio: Update to 0.1.6.Marius Bakke2017-11-11
| | | | | | | | | | | | | | * gnu/packages/libreoffice.scm (libvisio): Update to 0.1.6. [source](patches): Remove. * gnu/packages/patches/libvisio-fix-tests.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
| * gnu: libetonyek: Update to 0.1.7.Marius Bakke2017-11-11
| | | | | | | | | | | | | | | | | | * gnu/packages/libreoffice.scm (libetonyek): Update to 0.1.7. [source](patches): Remove. [arguments]<#:phases>: Remove. [native-inputs]: Remove AUTOCONF and AUTOMAKE. * gnu/packages/patches/libetonyek-build-with-mdds-1.2.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
| * gnu: qemu: Fix CVE-2017-{15038,15268,15289}.Leo Famulari2017-11-10
| | | | | | | | | | | | | | | | * gnu/packages/patches/qemu-CVE-2017-15038.patch, gnu/packages/patches/qemu-CVE-2017-15268.patch, gnu/packages/patches/qemu-CVE-2017-15289.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/virtualization.scm (qemu)[source]: Use them.
| * gnu: gcc-4.7: Resurrect building with gcc-5.4.0.Jan Nieuwenhuizen2017-11-07
| | | | | | | | | | | | * gnu/packages/patches/gcc-4-compile-with-gcc-5.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gcc.scm (gcc-4.7): Use it.
| * gnu: Add python-networkx2.Gábor Boskovits2017-11-07
| | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-networkx2, python2-networkx2): New variables. * gnu/local.mk (dist_patch_DATA): Register 'python-networkx2-reproducible-build.patch'. * gnu/packages/patches/python-networkx2-reproducible-build.patch: New file. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| * gnu: Add PSM.Dave Love2017-11-07
| | | | | | | | | | | | | | | | * gnu/packages/linux.scm (psm): New variable. * gnu/packages/patches/psm-arch.patch, gnu/packages/patches/psm-ldflags.patch, gnu/packages/patches/psm-repro.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them.
| * gnu: netsurf: Update to 3.7.Eric Bavier2017-11-05
| | | | | | | | | | | | | | | | | | | | For compatibility, dependents must be updated at the same time. * gnu/packages/web.scm (libcss): Update to 0.7.0 (nsgenbind): Update to 0.5. (netsurf): Update to 3.7. [arguments]: Fix binary name in .desktop. Adjust "docs" directory name. * gnu/packages/patches/netsurf-system-utf8proc.patch: Adjust to new source.
| * gnu: kde-frameworks: Update to 5.39.0.Hartmut Goebel2017-11-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Beside simple updating: - ktexteditor: Add input. - kdelibs4support: Enable test kmimetypetest, disable test kuniqueapptest. - kimageformats: Make the plugins available for tests. - krunner: Make old tests pass again. Blacklist a failing new test. * gnu/packages/kde-frameworks.scm (attica, baloo, bluez-qt, breeze-icons, extra-cmake-modules, kactivities, kactivities-stats, kapidox, karchive, kauth, kbookmarks, kcmutils, kcodecs, kcompletion, kconfig, kconfigwidgets, kcoreaddons, kcrash, kdbusaddons, kdeclarative, kded, kde-frameworkintegration, kdelibs4support, kdesignerplugin, kdesu, kdewebkit, kdnssd, kdoctools, kemoticons, kfilemetadata, kglobalaccel, kguiaddons, khtml, ki18n, kiconthemes, kidletime, kimageformats, kinit, kio, kitemmodels, kitemviews, kjobwidgets, kjs, kjsembed, kmediaplayer, knewstuff, knotifications, knotifyconfig, kpackage, kparts, kpeople, kplotting, kpty, kross, krunner, kservice, ksyntaxhighlighting, ktextwidgets, kunitconversion, kwallet, kwayland, kwidgetsaddons, kwindowsystem, kxmlgui, kxmlrpcclient, modemmanager-qt, networkmanager-qt, oxygen-icons, plasma-framework, prison, solid, sonnet, threadweaver): Update to 5.39.0 (ktexteditor) Update to 5.39.0. [source]: Add patch. [inputs]: Add qtdeclarative. (kdelibs4support): Update to 5.39.0. [#:phase check-post-install]: Remove kmimetypetest from and add kuniqueapptest to list of test to be excluded when running ctest. (kimageformats): Update to 5.39.0. [#:phase check-setup] Make the plugins available for tests. * gnu/packages/patches/ktexteditor-5.39.0-autotests-dependencies.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
* | gnu: acl: Fix test regression with perl-5.26.Efraim Flashner2017-11-09
| | | | | | | | | | | | * gnu/packages/acl.scm (acl)[source]: Add patch. * gnu/packages/patches/acl-fix-perl-regex.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
* | gnu: Disable gnulib's test-lock test in packages.Eric Bavier2017-11-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/base.scm (findutils)[source]: Disable test-lock. * gnu/packages/gettext.scm (gettext-minimal)[source]: Ditto. * gnu/packages/libidn.scm (libidn)[source]: Ditto. * gnu/packages/libunistring.scm (libunistring)[source]: Ditto. * gnu/packages/augeas.scm (augeas)[source]: Ditto. * gnu/packages/gsasl.scm (gsasl)[source]: Ditto. * gnu/packages/patches/findutils-gnulib-multi-core.patch, gnu/packages/patches/gettext-gnulib-multi-core.patch, gnu/packages/patches/gettext-multi-core.patch, gnu/packages/patches/libunistring-gnulib-multi-core.patch: Delete patches. * gnu/local.mk (DIST_PATCH_DATA): Remove them.
* | Merge branch 'master' into core-updatesMarius Bakke2017-11-02
|\|
| * gnu: Add java-powermock-reflect.Julien Lepiller2017-11-02
| | | | | | | | | | | | * gnu/packages/java.scm (java-powermock-reflect): New variable. * gnu/packages/patches/java-powermock-fix-java-files.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* | gnu: avahi: Update to 0.7.Marius Bakke2017-11-02
| | | | | | | | | | * gnu/packages/avahi.scm (avahi): Update to 0.7. * gnu/packages/patches/avahi-localstatedir.patch: Adjust context.
* | gnu: icu4c: Update to 60.1.Efraim Flashner2017-11-02
| | | | | | | | | | | | | | | | | | * gnu/packages/icu4c.scm (icu4c): Update to 60.1. [source]: Remove patches. * gnu/packages/patches/icu4c-CVE-2017-14952.patch, gnu/packages/patches/icu4c-CVE-2017-7867-CVE-2017-7868.patch, icu4c-reset-keyword-list-iterator.patch: Remove files. * gnu/local.mk (dist_patch_DATA): Remove them.
* | Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner2017-11-01
|\|
| * gnu: exiv2: Add upstream security fixes.Marius Bakke2017-10-27
| | | | | | | | | | | | | | | | | | Fixes CVE-2017-14859, CVE-2017-14860, CVE-2017-14862 and CVE-2017-14864. * gnu/packages/patches/exiv2-CVE-2017-14859-14862-14864.patch, gnu/packages/patches/exiv2-CVE-2017-14860.patch: New files. * gnu/local.mk (dist_patch_DATA): Register them. * gnu/packages/image.scm (exiv2)[source]: Use them.
| * gnu: wget: Update to 1.19.2 [fixes CVE-2017-13089 and CVE-2017-13090].Marius Bakke2017-10-26
| | | | | | | | | | | | | | | | | | | | | | * gnu/packages/wget.scm (wget): Update to 1.19.2. [source](uri): Change to '.lz' tarball. [source](patches): Remove. [native-inputs]: Add LZIP. * gnu/packages/patches/wget-CVE-2017-6508.patch, gnu/packages/patches/wget-fix-504-test-timeout.patch, gnu/packages/patches/wget-perl-5.26.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them.
* | Merge remote-tracking branch 'origin/python-updates' into core-updatesEfraim Flashner2017-10-26
|\ \
| * | gnu: python-unittest2: Update to 1.1.0.Marius Bakke2017-10-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-unittest2): Update to 1.1.0. [source]: Use PYPI-URI. Add two patches. [arguments]: Add phase to run tests. [propagated-inputs]: Add PYTHON-SIX and PYTHON-TRACEBACK2. (python2-unittest2): Use 'package-with-python2'. * gnu/packages/patches/python2-unittest2-remove-argparse.patch: Rename to ... * gnu/packages/patches/python2-unittest2-remove-argparse.patch: ... this. * gnu/packages/patches/python-unittest2-python3-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
| * | gnu: python@3: Update to 3.6.3.Marius Bakke2017-10-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/python-3.5-fix-tests.patch: Rename to ... * gnu/packages/patches/python-3-fix-tests.patch: ... this. Adjust and disable more tests. * gnu/packages/patches/python-3.5-getentropy-on-old-kernels.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/python.scm (python-2.7)[argument]: Patch '/bin/sh' in one more file. (python-3.5): Rename to ... (python-3.6): ... this. Update to 3.6.3. [source](patches): Remove obsolete patch, adjust to patch rename. (python-3): Use PYTHON-3.6.
| * | gnu: python@2: Update to 2.7.14.Marius Bakke2017-10-19
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-2.7): Update to 2.7.14. [source]: Add patch to skip two new tests. Delete upstreamed patch. * gnu/packages/patches/python-2.7-adjust-tests.patch: New file. * gnu/packages/patches/python-2.7-getentropy-on-old-kernels.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* | | Merge branch 'master' into core-updatesTobias Geerinckx-Rice2017-10-25
|\ \ \ | | |/ | |/|
| * | gnu: Add crypto++.Pierre Langlois2017-10-25
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/crypto.scm (crypto++): New variable. * gnu/packages/patches/crypto++-fix-dos-in-asn.1-decoders.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
* | | Merge branch 'master' into core-updatesMarius Bakke2017-10-24
|\| |
| * | gnu: mupdf: Fix CVE-2017-{14685,14686,14687}.Leo Famulari2017-10-24
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/mupdf-CVE-2017-14685.patch, gnu/packages/patches/mupdf-CVE-2017-14686.patch, gnu/packages/patches/mupdf-CVE-2017-14687.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/pdf.scm (mupdf)[source]: Use them.
| * | gnu: icu4c: Fix CVE-2017-14952.Leo Famulari2017-10-24
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/icu4c-CVE-2017-14952.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/icu4c.scm (icu4c)[replacement]: New field. (icu4c-fixed): New variable.
| * | gnu: glibc: Fix CVE-2017-15670, CVE-2017-15671.Marius Bakke2017-10-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/glibc-CVE-2017-15670-15671.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/base.scm (glibc/linux)[replacement]: New field. (glibc/fixed): New variable. (glibc-2.24, glibc-2.23, glibc-2.22)[source](patches): Add 'glibc-CVE-2017-15670-15671.patch'.
* | | gnu: ghostscript: Remove graft for 9.22.Marius Bakke2017-10-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/ghostscript-CVE-2017-8291.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/ghostscript.scm (ghostscript): Update to 9.22. [replacement]: Remove field. [source](patches): Remove 'ghostscript-CVE-2017-8291.patch'. (ghostscript-9.22): Remove variable.
* | | Merge branch 'master' into core-updatesMarius Bakke2017-10-22
|\| |
| * | gnu: libvirt: Fix CVE-2017-1000256.Leo Famulari2017-10-20
| | | | | | | | | | | | | | | | | | * gnu/packages/patches/libvirt-CVE-2017-1000256.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/virtualization.scm (libvirt)[source]: Use it.
| * | gnu: musl: Update to 1.1.17.Leo Famulari2017-10-19
| |/ | | | | | | | | | | | | * gnu/packages/musl.scm (musl): Update to 1.1.17. [source]: Remove patch. * gnu/packages/patches/musl-CVE-2016-8859.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
| * gnu: mupdf: Fix CVE-2017-15587.Marius Bakke2017-10-18
| | | | | | | | | | | | * gnu/packages/patches/mupdf-CVE-2017-15587.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/pdf.scm (mupdf)[source](patches): Use it.
| * gnu: Add Axoloti.Ricardo Wurmus2017-10-17
| | | | | | | | | | | | | | * gnu/packages/axoloti.scm: New file. * gnu/packages/patches/libusb-for-axoloti.patch: New file. * gnu/local.mk (dist_patch_DATA): Add patch. (GNU_SYSTEM_MODULES): Add module.
| * gnu: wpa-supplicant: Fix "KRACK" key reinstallation attacks [security fixes].Leo Famulari2017-10-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes CVE-2017-{13078,13079,13080,13081,13082,13087,13088}. See these announcements for more information: https://w1.fi/security/2017-1/wpa-packet-number-reuse-with-replayed-messages.txt https://www.krackattacks.com/ * gnu/packages/patches/wpa-supplicant-CVE-2017-13082.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: New files. * gnu/packages/admin.scm (wpa-supplicant-minimal)[source]: Use them. * gnu/local.mk (dist_patch_DATA): Add them.
* | gnu: automake: Update to 1.15.1.Efraim Flashner2017-10-19
| | | | | | | | | | | | | | | | | | * gnu/packages/autotools.scm (automake): Update to 1.15.1. [source]: Remove patches. (automake/latest): Remove package. * gnu/packages/patches/automake-regexp-syntax.patch, gnu/packages/patches/automake-test-gzip-warning.patch: Remove files. * gnu/local.mk (dist_patch_DATA): Remove them.
* | Merge 'master' into core-updatesThomas Danckaert2017-10-16
|\|
| * gnu: totem: Update to 3.26.0.Ludovic Courtès2017-10-11
| | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gnome.scm (totem): Update to 3.26.0. [source]: Add 'patches' field. [build-system]: Switch to MESON-BUILD-SYSTEM. [native-inputs]: Add GTK+:bin and GLIB:bin. [arguments]: Pass #:glib-or-gtk?. Adjust #:configure-flags to new syntax. * gnu/packages/patches/totem-meson-easy-codec.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* | gnu: gcc@5: Update to 5.5.0.Efraim Flashner2017-10-13
| | | | | | | | | | | | | | * gnu/packages/gcc.scm (gcc@5): Update to 5.5.0. [source]: Switch to '.tar.xz' tarball. Remove patch. * gnu/packages/patches/gcc-asan-powerpc-missing-include.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it.
* | gnu: glib: Update to 2.54.1.Marius Bakke2017-10-12
| | | | | | | | | | | | | | | | | | | | | | See <https://bugzilla.gnome.org/show_bug.cgi?id=776504> for the license change. * gnu/packages/patches/glib-respect-datadir.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/glib.scm (glib): Update to 2.54.1. [source](patches): Add 'glib-respect-datadir.patch'. [arguments]<#:phases>: Re-enable timezone test. [license]: Change to LGPL2.1+.
* | gnu: libxml2: Update to 2.9.6.Marius Bakke2017-10-10
| | | | | | | | | | | | | | | | | | | | | | | | | | While at it, remove leftover patches since libxml2/fixed went missing without conflict in c01ef97594a8b06e884906a5efbdfacf8ba33dc3. * gnu/packages/patches/libxml2-CVE-2017-0663.patch, gnu/packages/patches/libxml2-CVE-2017-7375.patch, gnu/packages/patches/libxml2-CVE-2017-7376.patch, gnu/packages/patches/libxml2-CVE-2017-9047+CVE-2017-9048.patch, gnu/packages/patches/libxml2-CVE-2017-9049+CVE-2017-9050.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them. * gnu/packages/xml.scm (libxml2): Update to 2.9.6.
* | Merge branch 'master' into core-updatesMarius Bakke2017-10-10
|\|