summaryrefslogtreecommitdiff
path: root/gnu/local.mk
Commit message (Collapse)AuthorAge
* Merge branch 'master' into core-updatesMarius Bakke2017-12-19
|\
| * gnu: qemu: Update to 2.10.2.Marius Bakke2017-12-19
| | | | | | | | | | | | | | | | | | * gnu/packages/patches/qemu-CVE-2017-15118.patch, gnu/packages/patches/qemu-CVE-2017-15119.patch, gnu/packages/patches/qemu-CVE-2017-15268.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them. * gnu/packages/virtualization.scm (qemu): Update to 2.10.2. [source](patches): Remove obsolete.
| * gnu: rsync: Patch CVE-2017-{16548,17433,17434}.Efraim Flashner2017-12-18
| | | | | | | | | | | | | | | | | | | | | | * gnu/packages/rsync.scm (rsync)[source]: Add patches. [properties]: Mark CVE-2017-15994 as not relevant. * gnu/packages/patches/rsync-CVE-2017-16548.patch, gnu/packages/patches/rsync-CVE-2017-17433.patch, gnu/packages/patches/rsync-CVE-2017-17433-fix-tests.patch, gnu/packages/patches/rsync-CVE-2017-17434-pt1.patch, gnu/packages/patches/rsync-CVE-2017-17434-pt2.patch: New files. * gnu/local.mk (dist_patch_DATA): Register them.
| * gnu: borg: Fix a data loss bug.Leo Famulari2017-12-16
| | | | | | | | | | | | | | | | See <https://github.com/borgbackup/borg/issues/3444> for more information. * gnu/packages/patches/borg-fix-archive-corruption-bug.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/backup.scm (borg)[source]: Use it.
| * gnu: Add libvdpau-va-gl.Efraim Flashner2017-12-16
| | | | | | | | | | | | * gnu/packages/video.scm (libvdpau-va-gl): New variable. * gnu/packages/patches/libvdpau-va-gl-unbundle.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
| * gnu: eigen: Update to 3.3.4.Eric Bavier2017-12-15
| | | | | | | | | | | | | | | | * gnu/packages/patches/eigen-arm-neon-fixes.patch: New patch. * gnu/packages/algebra.scm (eigen): Update to 3.3.4. [source]: Use patch. Disable svd-preallocation test for BDCSVD. [arguments]: Set "EIGEN_SEED" environment variable in check phase. * gnu/local.mk (dist_patch_DATA): Add patch.
| * bootloader: Factorize write-file-on-device.Mathieu Othacehe2017-12-15
| | | | | | | | | | | | | | | | | | | | | | * gnu/bootloader/extlinux.scm (install-extlinux): Factorize bootloader writing in a new procedure write-file-on-device defined in (gnu build bootloader). * gnu/build/bootloader.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add new file. * gnu/system/vm.scm (qemu-img): Adapt to import and use (gnu build bootloader) module during derivation building. * gnu/scripts/system.scm (bootloader-installer-derivation): Ditto.
| * gnu: python-scikit-learn: Patch test non-determinism.Ben Woodcroft2017-12-14
| | | | | | | | | | | | | | * gnu/packages/patches/python-scikit-learn-fix-test-non-determinism.patch: New file. * gnu/packages/machine-learning.scm (python-scikit-learn)[source]: Use it. * gnu/local.mk (dist_patch_DATA): Add it.
| * gnu: jemalloc: Fix tests for aarch64.Eric Bavier2017-12-10
| | | | | | | | | | | | * gnu/packages/patches/jemalloc-arm-address-bits.patch: New patch. * gnu/packages/jemalloc.scm (jemalloc)[source]: Use it. * gnu/local.mk (dist_patch_DATA): Add it.
| * gnu: t1lib: Change how patched CVEs are listed.Efraim Flashner2017-12-10
| | | | | | | | | | | | | | | | * gnu/packages/fontutils.scm (t1lib)[source]: Change patch name. [properties]: New field, register patched CVEs. * gnu/packages/patches/CVE-2011-1552+CVE-2011-1553+CVE-2011-1554.patch: Rename to CVE-2011-1552+.patch. * gnu/local.mk (dist_patch_DATA): Change patch name.
| * gnu: graphicsmagick: Update to 1.3.27.Marius Bakke2017-12-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/graphicsmagick-CVE-2017-11403+CVE-2017-14103.patch, gnu/packages/patches/graphicsmagick-CVE-2017-12935.patch, gnu/packages/patches/graphicsmagick-CVE-2017-12936.patch, gnu/packages/patches/graphicsmagick-CVE-2017-12937.patch, gnu/packages/patches/graphicsmagick-CVE-2017-13775.patch, gnu/packages/patches/graphicsmagick-CVE-2017-13776+CVE-2017-13777.patch, gnu/packages/patches/graphicsmagick-CVE-2017-14042.patch, gnu/packages/patches/graphicsmagick-CVE-2017-14165.patch, gnu/packages/patches/graphicsmagick-CVE-2017-14649.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them. * gnu/packages/imagemagick.scm (graphicsmagick): Update to 1.3.27. [source](patches): Remove.
| * gnu: picprog: Fix non-Intel support.Efraim Flashner2017-12-10
| | | | | | | | | | | | | | * gnu/packages/patches/picprog-non-intel-support.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/embedded.scm (picprog)[source]: Add patch. [arguments]: Skip building the 'testport' binary.
* | gnu: vulkan: Add spirv-headers.Rutger Helling2017-12-18
| | | | | | | | | | | | | | | | * gnu/packages/vulkan.scm: Create file. (spirv-headers): New variable. * gnu/local.mk: Add vulkan.scm. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* | gnu: tcl, tk: Update to 8.6.7.Marius Bakke2017-12-13
| | | | | | | | | | | | | | | | * gnu/packages/tcl.scm (tcl): Update to 8.6.7. [source]: Remove obsolete patch. (tk): Update to 8.6.7. * gnu/packages/patches/tcl-mkindex-deterministic.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* | gnu: fontconfig: Update to 2.12.6.Marius Bakke2017-12-12
| | | | | | | | | | | | | | | | | | | | Gperf is now a hard dependency. * gnu/packages/patches/fontconfig-remove-debug-printf.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/fontutils.scm (fontconfig): Update to 2.12.6. [source]: Add 'fontconfig-remove-debug-printf.patch'. [arguments]: Remove 'regenerate-fcobjshash' phase.
* | gnu: gtk+-2: Fix failing test.Gábor Boskovits2017-12-07
| | | | | | | | | | | | | | | | * gnu/packages/gtk.scm (gtk+-2)[source]: Add patch. * gnu/packages/patches/gtk2-fix-failing-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* | gnu: valgrind: Fix test failure with glibc 2.26.Marius Bakke2017-12-07
| | | | | | | | | | | | * gnu/packages/patches/valgrind-glibc-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/valgrind.scm (valgrind)[source](patches): Use it.
* | Merge branch 'master' into core-updatesMarius Bakke2017-12-05
|\|
| * gnu: libvirt: Update to 3.10.0.Tobias Geerinckx-Rice2017-12-05
| | | | | | | | | | | | | | * gnu/packages/virtualization.scm (libvirt): Update to 3.10.0. [source]: Remove patches. * gnu/packages/patches/libvirt-CVE-2017-1000256.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
| * gnu: Add clementine.Pierre Langlois2017-12-05
| | | | | | | | | | | | | | | | * gnu/packages/music.scm (clementine): New variable. * gnu/packages/patches/clementine-use-openssl.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
| * gnu: Add libmygpo-qt.Pierre Langlois2017-12-05
| | | | | | | | | | | | | | | | * gnu/packages/music.scm (libmygpo-qt): New variable. * gnu/packages/patches/libmygpo-qt-fix-jsoncreatortest.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
| * gnu: spice: Update to 0.14.0.Andy Patterson2017-12-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a follow-up to commit 9a187b39b7991463aa6985f5b746fccf69789525. * gnu/packages/spice.scm (spice): Update to 0.14.0. [source]: Remove obsolete patches. Use HTTPS URL. [inputs]: Add orc. [home-page]: Update to use https. * gnu/packages/patches/spice-CVE-2016-9577.patch, gnu/packages/patches/spice-CVE-2016-9578-1.patch, gnu/packages/patches/spice-CVE-2016-9578-2.patch, gnu/packages/patches/spice-CVE-2017-7506.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them.
| * gnu: bazaar: Fix CVE-2017-14176.Leo Famulari2017-12-04
| | | | | | | | | | | | * gnu/packages/patches/bazaar-CVE-2017-14176.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/version-control.scm (bazaar)[source]: Use it.
| * gnu: shepherd: Avoid "Bad file descriptor" warnings.Ludovic Courtès2017-12-03
| | | | | | | | | | | | * gnu/packages/patches/shepherd-close-fds.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/admin.scm (shepherd)[source]: Use it.
| * build: Do not compile (gnu build shepherd).Ludovic Courtès2017-12-02
| | | | | | | | | | * gnu/local.mk (GNU_SYSTEM_MODULES): Move 'build/shepherd.scm' to... (MODULES_NOT_COMPILED): ... here.
| * gnu: glusterfs: Replace hardcoded FHS references.Ricardo Wurmus2017-12-01
| | | | | | | | | | | | * gnu/packages/patches/glusterfs-use-PATH-instead-of-hardcodes.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/file-systems.scm (glusterfs)[source]: Use it.
| * gnu: dtc: Fix build on 32 bits platforms.Mathieu Othacehe2017-11-30
| | | | | | | | | | | | | | | | * gnu/packages/bootloaders.scm (dtc)[patches]: Add dtc-32-bits-check.patch and dtc-format-modifier.patch to fix build and tests on 32 bits platforms. * gnu/packages/patches/dtc-32-bits-check.patch : New file. * gnu/packages/patches/dtc-format-modifier.patch : New file. * gnu/local.mk (dist_patch_DATA): Add two above patches.
| * gnu: exim: Update to 4.89.1.Tobias Geerinckx-Rice2017-11-30
| | | | | | | | | | | | | | | | | | * gnu/packages/mail.scm (exim): Update to 4.89.1. [source]: Remove patches for fixed CVEs (all of them). * gnu/packages/patches/exim-CVE-2017-16943.patch: Delete file... * gnu/packages/patches/exim-CVE-2017-16944.patch: ...as well as this file... * gnu/packages/patches/exim-CVE-2017-1000369.patch: ...and this file. * gnu/local.mk (dist_patch_DATA): Remove all of them.
| * gnu: vpnc: Use newer vpnc-scripts.Tobias Geerinckx-Rice2017-11-29
| | | | | | | | | | | | | | | | | | * gnu/packages/vpn.scm (vpnc)[source]: Remove patch. [inputs]: Remove net-tools and iproute2. Add vpnc-scripts. [arguments]: Delete ‘configure’ and ‘wrap-vpnc-script’ #:phases. Add ‘use-store-paths’ phase. * gnu/packages/patches/vpnc-script.patch: Delete patch. * gnu/local.mk (dist_patch_DATA): Remove it.
| * gnu: libxfont@2: Update replacement to 2.0.3 [fixes CVE-2017-16611].Marius Bakke2017-11-29
| | | | | | | | | | | | | | | | | | | | | | * gnu/packages/xorg.scm (libxfont2/fixed): Rename to ... (libxfont2-2.0.3): ... this. Make public. [version]: New field. [source]: Add URI and SHA256. Remove patches. (libxfont2)[replacement]: Change LIBXFONT2/FIXED to LIBXFONT2-2.0.3. * 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: optipng: Fix CVE-2017-1000229.Marius Bakke2017-11-29
| | | | | | | | | | | | * gnu/packages/image.scm (optipng)[source](patches): New field. * gnu/packages/patches/optipng-CVE-2017-1000229.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
| * gnu: libtorrent-rasterbar: Update to 1.1.4.Leo Famulari2017-11-29
| | | | | | | | | | | | | | * gnu/packages/bittorrent.scm (libtorrent-rasterbar): Update to 1.1.4. [source]: Remove 'libtorrent-rasterbar-boost-compat.patch'. * gnu/packages/patches/libtorrent-rasterbar-boost-compat.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
| * gnu: exim: Fix CVE-2017-16944.Leo Famulari2017-11-28
| | | | | | | | | | | | * gnu/packages/patches/exim-CVE-2017-16944.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/mail.scm (exim)[source]: Use it.
| * gnu: qemu: Fix CVE-2017-{15118,15119}.Leo Famulari2017-11-28
| | | | | | | | | | | | | | * gnu/packages/patches/qemu-CVE-2017-15118.patch, gnu/packages/patches/qemu-CVE-2017-15119.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/virtualization.scm (qemu)[source]: Use them.
| * services: Add certbot service.Andy Wingo2017-11-28
| | | | | | | | | | | | | | | | * gnu/services/certbot.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add new file. * doc/guix.texi (Certificate Services): New section. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * build: Add missing patch.Ludovic Courtès2017-11-28
| | | | | | | | | | | | | | This is a followup to 797d238789f7635bdd55aae103db1a7c4ff33798. * gnu/local.mk (dist_patch_DATA): Add 'node-test-http2-server-rst-stream.patch'.
| * gnu: exim: Fix CVE-2017-16943.Leo Famulari2017-11-26
| | | | | | | | | | | | * gnu/packages/patches/exim-CVE-2017-16943.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/mail.scm (exim)[source]: Use it.
| * gnu: guile-emacs: Resurrect, fixes #29186.Jan Nieuwenhuizen2017-11-25
| | | | | | | | | | | | | | * gnu/packages/patches/guile-emacs-fix-configure.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/emacs.scm (guile-emacs): Use it. Add workaround for src/deps dir creation. Fixes #29186.
| * gnu: Add emacs-highlight-stages.Oleg Pykhalov2017-11-25
| | | | | | | | | | | | * gnu/packages/emacs.scm (emacs-highlight-stages): New variable. * gnu/packages/patches/emacs-highlight-stages-add-gexp.patch: New file. * gnu/local.mk (dist_patch_DATA): Add this.
| * gnu: supertuxkart: Update to 0.9.3.Rutger Helling2017-11-23
| | | | | | | | | | | | | | | | | | * gnu/packages/games.scm (supertuxkart): Update to 0.9.3. [arguments] <#:configure-flags>: Pass -DBUILD_RECORDER=0. * gnu/packages/patches/supertuxkart-angelscript-ftbfs.patch: Remove. * gnu/local.mk (dist_patch_DATA): Remove it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: pcmanfm: Fix CVE-2017-8934.Brendan Tildesley2017-11-23
| | | | | | | | | | | | | | | | | | * gnu/packages/patches/pcmanfm-CVE-2017-8934.patch: New file. This patch was imported from Arch Linux. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/lxde.scm (pcmanfm)[source]: Use it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: procmail: Fix CVE-2017-16844.Leo Famulari2017-11-21
| | | | | | | | | | | | * gnu/packages/patches/procmail-CVE-2017-16844.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/mail.scm (procmail)[source]: Use it.
| * gnu: gcc@6: Respect SOURCE_DATE_EPOCH in __DATE__ and __TIME__ macros.Marius Bakke2017-11-20
| | | | | | | | | | | | | | * gnu/packages/patches/gcc-6-source-date-epoch-1.patch, gnu/packages/patches/gcc-6-source-date-epoch-2.patch: New files. * gnu/local.mk (dist_patch_DATA): Register them. * gnu/packages/gcc.scm (gcc-6)[source]: Use them.
* | 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".