summaryrefslogtreecommitdiff
path: root/gnu/local.mk
Commit message (Collapse)AuthorAge
...
| * | Merge branch 'master' into stagingMarius Bakke2020-02-03
| |\|
| | * gnu: Fix patch name typo.Tobias Geerinckx-Rice2020-02-02
| | | | | | | | | | | | | | | | | | | | | | | | This follows up on commit e1026ba70138f105ebc95281d22c09241feee9d5. Reported by NieDzejkob on #guix. * gnu/local.mk (dist_patch_DATA): Fix typo.
| | * gnu: t4k-common: Add missing patch.Nicolas Goaziou2020-02-02
| | | | | | | | | | | | | | | * gnu/packages/patches/t4k-common-libpng16.patch: Add file. * gnu/local.mk (dist_patch_DATA): Reference it here.
| | * gnu: Add sdl-pango.Nicolas Goaziou2020-02-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/sdl.scm (sdl-pango): New variable. * gnu/packages/patches/sdl-pango-api_additions.patch: New file. * gnu/packages/patches/sdl-pango-blit_overflow.patch: New file. * gnu/packages/patches/sdl-pango-fillrect_crash.patch: New file. * gnu/packages/patches/sdl-pango-fix-explicit-SDLPango_CopyFTBitmapToSurface.patch: New file. * gnu/packages/patches/sdl-pango-matrix_declarations.patch: New file. * gnu/packages/patches/sdl-pango-sans-serif.patch: New file. * gnu/local.mk (sdl-pango): Reference patches. add
| | * gnu: u-boot-qemu-riscv64-smode: Patch to fix boot menu.Vagrant Cascadian2020-02-01
| | | | | | | | | | | | | | | | | | * gnu/packages/patches/u-boot-riscv64-fix-extlinux.patch: New patch. * gnu/local.mk (dist_patch_DATA): Update accordingly. * gnu/packages/bootloaders (u-boot-qemu-riscv64-smode): Add patch.
| | * gnu: superlu-dist: Update to 6.2.0.Eric Bavier2020-01-31
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/maths.scm (superlu-dist): Update to 6.2.0. [source]: Update upstream url. Remove mpi deprecations patch. * gnu/packages/patches/superlu-dist-fix-mpi-deprecations.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
| | * gnu: opensmtpd-next: Promote to opensmtpd [fixes CVE-2020-7247].Tobias Geerinckx-Rice2020-01-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's still unclear (to me) whether our opensmtpd package is affected, but this change has been delayed for long enough in any case. * gnu/packages/mail.scm (opensmtpd-next): Rename to… (opensmtpd): …this. * gnu/packages/patches/opensmtpd-fix-crash.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
| * | gnu: Add konversation.Hartmut Goebel2020-02-03
| | | | | | | | | | | | | | | | | | * gnu/packages/kde-internet.scm (konversation): New variable. * gnu/packages/patches/konversation-Fix-build-with-Qt-5.11.patch: New file. * gnu/lokal.mk: Add it.
| * | gnu: Add choqok.Hartmut Goebel2020-02-03
| | | | | | | | | | | | | | | | | | * gnu/packages/kde-internet.scm: New file. * gnu/packages/patches/choqok-Fix-building-under-Qt-5.13.patch: New file. * gnu/lokal.mk: Add them.
| * | gnu: Add akonadi.Hartmut Goebel2020-02-03
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/kde-pim.scm, gnu/packages/patches/akonadi-paths.patch, gnu/packages/patches/akonadi-Revert-Make-installation-properly-relocatabl.patch gnu/packages/patches/akonadi-timestamps.patch: New files. * gnu/local.mk (MODULES): Add kde-pim.scm. (dist_patch): Add the patches.
| * | gnu: Add dolphin.Hartmut Goebel2020-01-28
| | | | | | | | | | | | | | | * gnu/packages/kde-system.scm: New file. * gnu/local.mk: Add it.
| * | Merge branch 'master' into stagingMarius Bakke2020-01-26
| |\|
| | * gnu: QEMU: Update to 4.2.0.Leo Famulari2020-01-24
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/virtualization.scm (qemu): Update to 4.2.0. [source]: Use new patch. * gnu/packages/patches/qemu-fix-documentation-build-failure.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
| | * gnu: QEMU: Fix CVE-2020-{7039,7211}.Leo Famulari2020-01-24
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/qemu-CVE-2020-7039.patch, gnu/packages/patches/qemu-CVE-2020-7211.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/virtualization.scm (qemu)[source]: Use them.
* | | gnu: python-cffi: Update to 1.13.2.Marius Bakke2020-01-24
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/python-cffi-x87-stack-clean.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/libffi.scm (python-cffi): Update to 1.13.2. [arguments]: Adjust substitution. Remove obsolete phase.
* | | gnu: Python: Update to 3.8.1.Marius Bakke2020-01-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-3.7): Rename to ... (python-3.8): ... this. Update to 3.8.1. [source](patches): Add "python-3.8-fix-tests.patch". [source](snippet): Adjust for renamed file. (python-3): Alias to PYTHON-3.8. * gnu/packages/patches/python-3-search-paths.patch: Adjust for 3.8. * gnu/packages/patches/python-3.8-search-paths.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* | | Merge branch 'staging' into core-updatesMarius Bakke2020-01-23
|\| |
| * | Merge branch 'master' into stagingMarius Bakke2020-01-23
| |\|
| | * gnu: mes: Update to 0.22.Jan Nieuwenhuizen2020-01-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/mes.scm (mes): Update to 0.22. Remove store name patch. Add MES_PREFIX to native-search-paths. * gnu/packages/patches/mes-remove-store-name.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/mes.scm (mes-rb5): Depend on gzip instead of xz; this enables unpacking the now unpatched mes source. Update to check bin/mes-mescc-0.21.
| | * gnu: libmemcached: Fix build.Tobias Geerinckx-Rice2020-01-23
| | | | | | | | | | | | | | | | | | * gnu/packages/databases.scm (libmemcached)[source]: Add patch. * gnu/packages/patches/libmemcached-build-with-gcc7.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
| | * gnu: Add libvnc.Hartmut Goebel2020-01-22
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/vnc.scm (libvnc): New variable. gnu/packages/patches/libvnc-CVE-2018-20750.patch, gnu/packages/patches/libvnc-CVE-2019-15681.patch: New files. * gnu/local.mk: Add them.
| | * gnu: Rename module gnutls to tls.Hartmut Goebel2020-01-22
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/tigervnc.scm: Rename to... * gnu/packages/vnc.scm: ... this. Change module name accordingly. Sort used modules. * gnu-system.am (GNU_SYSTEM_MODULES): Rename tigervnc module to vnc.
| * | gnu: evolution-data-server: Fix build with libical 3.0.7.Marius Bakke2020-01-23
| | | | | | | | | | | | | | | | | | * gnu/packages/patches/evolution-data-server-libical-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/gnome.scm (evolution-data-server)[source](patches): Add it.
* | | gnu: make: Update to 4.3.Marius Bakke2020-01-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/make-impure-dirs.patch: Adjust for renamed files. * gnu/packages/patches/make-glibc-compat.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/base.scm (gnu-make): Update to 4.3. [source](uri): Change to ".gz" tarball. [source](patches): Remove obsolete. [arguments]: Remove #:configure-flags. Adjust for renamed files. [inputs]: Change from GUILE-2.0 to GUILE-3.0. * gnu/packages/commencement.scm (gnu-make-boot0)[arguments]: Add #:configure-flags.
* | | gnu: ghostscript: Fix CVE-2019-14869.Marius Bakke2020-01-21
| | | | | | | | | | | | | | | | | | * gnu/packages/patches/ghostscript-CVE-2019-14869.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/ghostscript.scm (ghostscript)[source](patches): Add it.
* | | Merge branch 'staging' into core-updatesMarius Bakke2020-01-21
|\| |
| * | Merge branch 'master' into stagingMarius Bakke2020-01-21
| |\|
| | * gnu: gzdoom: Update to 4.3.2.Tobias Geerinckx-Rice2020-01-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/games.scm (gzdoom): Update to 4.3.2. [source]: Use GIT-FETCH and GIT-FILE-NAME. Apply system libgme patch. Update snippet. [arguments]: Allow system libgme. Update substitution file names. [inputs]: Use fluidsynth@2. * gnu/packages/patches/gzdoom-find-system-libgme.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
| | * gnu: supercollider: Update to 3.10.4.Tobias Geerinckx-Rice2020-01-21
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/audio.scm (supercollider): Update to 3.10.4. [source]: Remove patch. * gnu/packages/patches/supercollider-boost-1.70-build-fix.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
| | * gnu: python-parameterized: Update to 0.7.1.Marius Bakke2020-01-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/python2-parameterized-docstring-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/check.scm (python-parameterized): Update to 0.7.1. [arguments]: Remove #:tests?. Add #:phases to override 'check' phase. [native-inputs]: Add PYTHON-MOCK and PYTHON-NOSE. [properties]: New field. (python2-parameterized)[source](patches): New field.
| | * gnu: USB_ModeSwitch: Update to 2.6.0.Florian Pelz2020-01-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/usb-modeswitch.scm (usb-modeswitch): Update to 2.6.0. [source]: Remove snippet that deletes jimtcl, which is no longer bundled. Remove patch. Use HTTPS. [arguments]: Adapt to changed file names. [home-page] Use HTTPS. [license]: Fix missing BSD-2 license. * gnu/packages/patches/usb-modeswitch-accept-config-arg.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
| | * gnu: Add node-env-variable.Efraim Flashner2020-01-20
| | | | | | | | | | | | | | | * gnu/packages/node-xyz.scm (node-env-variable): New variable. * gnu/local.mk (GNU_SYSTEM_MODULES): Register it.
| | * gnu: teeworlds: Update to 0.7.4 [security fixes]Tobias Geerinckx-Rice2020-01-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes CVE-2019-10877, CVE-2019-10878, and CVE-2019-10879. * gnu/packages/games.scm (teeworlds): Update to 0.7.4. [source]: Remove patch. [arguments]: Remove use-latest-json-parser substitution. * gnu/packages/patches/teeworlds-use-latest-wavpack.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
| | * Update email address for Amin Bandali.Amin Bandali2020-01-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | * .mailmap: Add name and email addresses for Amin Bandali. * gnu/local.mk, gnu/packages/emacs-xyz.scm, gnu/packages/emacs.scm, gnu/packages/fpga.scm, gnu/packages/lean.scm, gnu/packages/maths.scm: Update email address for Amin Bandali. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| | * gnu: Add xmoto.Nicolas Goaziou2020-01-16
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/games.scm (xmoto): New variable. * gnu/packages/patches/xmoto-remove-glext.patch: New file. * gnu/packages/patches/xmoto-reproducible.patch: New file. * gnu/packages/patches/xmoto-utf8.patch: New file. * gnu/local.mk (dist_patch_DATA): Reference new files.
| | * gnu: python-packaging: Fix test failures on non-x86_64 architectures.Marius Bakke2020-01-16
| | | | | | | | | | | | | | | | | | * gnu/packages/patches/python-packaging-test-arch.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/python-xyz.scm (python-packaging)[source](patches): New field.
| | * gnu: red-eclipse: Update to 2.0.0.Kei Kebreau2020-01-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/games.scm (red-eclipse): Update to 2.0.0. [source]: Remove obsolete patch, and fetch submodules by making "recursive?" true. [arguments]: Remove "unpack-data" phase and adjust "add-store-data-package-path-as-default" phase. [inputs]: Add freetype and remove data-sources. * gnu/packages/patches/red-eclipse-remove-gamma-name-hack.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Delete file.
| | * gnu: Add rcm.Josh Holland2020-01-15
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/rcm.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add rcm.scm. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| | * gnu: Add liquid-dsp.Christopher Howard2020-01-15
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/sdr.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * | gnu: mrustc: Update to 0.8.1.Danny Milosavljevic2020-01-21
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/mrustc-0.8.0-fix-variable-length-integer-receiving.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/rust.scm (mrustc): Update to 0.8.1. [source](patches): Remove it. [native-inputs]: Add zlib.
* | | gnu: curl: Make libcurl respect SSL_CERT_DIR and SSL_CERT_FILE.Jakub Kądziołka2020-01-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/curl-use-ssl-cert-env.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/curl.scm (curl)[source]: Use the patch. [native-search-paths]: Add the new variables. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* | | Merge branch 'master' into core-updatesMarius Bakke2020-01-15
|\ \ \ | | |/ | |/|
| * | gnu: spice: Fix test failure on armhf-linux.Marius Bakke2020-01-12
| |/ | | | | | | | | | | * gnu/packages/patches/spice-fix-test-armhf.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/spice.scm (spice)[source](patches): New field.
| * gnu: wavpack: Update to 5.2.0.Marius Bakke2020-01-12
| | | | | | | | | | | | | | | | | | * gnu/packages/patches/wavpack-CVE-2018-6767.patch, gnu/packages/patches/wavpack-CVE-2018-7253.patch, gnu/packages/patches/wavpack-CVE-2018-7254.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/audio.scm (wavpack): Update to 5.2.0. [source](patches): Remove.
| * gnu: jsoncpp: Fix test failure on armhf-linux and aarch64-linux.Marius Bakke2020-01-12
| | | | | | | | | | | | * gnu/packages/patches/jsoncpp-fix-inverted-case.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/serialization.scm (jsoncpp)[source](patches): New field.
* | gnu: file: Update to 5.38.Marius Bakke2020-01-14
| | | | | | | | | | | | | | * gnu/packages/patches/file-CVE-2019-18218.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/file.scm (file): Update to 5.38. [source](patches): Remove.
* | gnu: findutils: Fix bootstrap on aarch64-linux and armhf-linux.Marius Bakke2020-01-14
| | | | | | | | | | | | * gnu/packages/patches/findutils-test-rwlock-threads.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/base.scm (findutils)[source](patches): Add it.
* | gnu: texlive-bin: Update to 20190410.Marius Bakke2020-01-14
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/texlive-bin-CVE-2018-17407.patch, gnu/packages/patches/texlive-bin-luatex-poppler-compat.patch: Delete files. * gnu/packages/patches/texlive-bin-poppler-0.83.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/tex.scm (texlive-extra-src): Update to 20190419. (texlive-bin): Likewise. [source](patches): Update Arch patches for Poppler 0.84 compatibility. [arguments]: Remove phase 'use-code-for-even-newer-poppler'; add phase 'patch-dvisgm-build-files'.
* | Merge branch 'master' into core-updatesMarius Bakke2020-01-11
|\|
| * gnu: u-boot: Update to 2020.01.Vagrant Cascadian2020-01-08
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/bootloaders (u-boot): Update to 2020.01. [source]: Remove patch u-boot-fix-mkimage-header-verification. [native-inputs]: Update to use python 3 and add perl. (u-boot-tools)[configure]: Use tools-only_defconfig. [arguments]: Update phase updating python-coverage to work with python 3. Drop obsolete substitution for test_ofplatdata. Disable code coverage tests and binman tests. * gnu/packages/patches/u-boot-fix-mkimage-header-verification.patch: Remove file. * gnu/local.mk [dist_patch_DATA]: Update accordingly.