aboutsummaryrefslogtreecommitdiff
path: root/gnu/local.mk
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | build: Update list of libxslt patches.•••* gnu/local.mk (dist_patch_DATA): Remove libxslt-CVE-2015-7995.patch, unneeded since 28b33172c9d67795e3ac641f9230b99905c90664. Re-add libxslt-generated-ids.patch. Ludovic Courtès2016-06-13
| * | | | | | | | | | | Merge branch 'master' into core-updatesLeo Famulari2016-06-12
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into core-updatesLudovic Courtès2016-06-07
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Revert "gnu: Default to GCC 5."•••This reverts commit e3d0fcbf7e55e8cbe8d0a1c5a24d73f341d7243b. This is a temporary measure until GCC 5 builds on ARM, see: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71399 Ludovic Courtès2016-06-07
| * | | | | | | | | | | | | gnu: glibc-hurd: Update to 20160518.•••* gnu/packages/base.scm (glibc/hurd)[version]: Update to version 20160518. [propagated-inputs]: Use hurd-core-headers. [native-inputs]: Remove libpthread's source and "patch/libpthread-patch". [arguments]: Add augment-libc.so and pre-configure-set-pwd phases. Remove prepare-libpthread phase. Stop removing "--with-headers=" from original-configure-flags. * gnu/packages/patches/glibc-hurd-extern-inline.patch: Remove patch. * gnu/packages/patches/libpthread-glibc-preparation.patch: Likewise. * gnu/local.mk (dist_patch_DATA): Remove them. Manolis Ragkousis2016-06-06
| * | | | | | | | | | | | | Merge branch 'master' into core-updatesLudovic Courtès2016-05-23
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | gnu: tar: Update to 1.29.•••* gnu/packages/base.scm (tar): Update to 1.29. [source]: Remove 'tar-d_ino_in_dirent-fix.patch'. [arguments]: New field. * gnu/packages/patches/tar-d_ino_in_dirent-fix.patch: Remove. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. Ludovic Courtès2016-05-17
| * | | | | | | | | | | | | | gnu: libarchive: Update to 3.2.0.•••* gnu/packages/patches/libarchive-CVE-2013-0211.patch, gnu/packages/patches/libarchive-CVE-2016-1541.patch, gnu/packages/patches/libarchive-bsdtar-test.patch, gnu/packages/patches/libarchive-fix-lzo-test-case.patch, gnu/packages/patches/libarchive-mtree-filename-length-fix.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them. * gnu/packages/backup.scm (libarchive): Update to 3.2.0. [source]: Remove deleted patches. [replacement]: Remove. (libarchive/fixed): Remove variable. Leo Famulari2016-05-13
| * | | | | | | | | | | | | | Merge branch 'master' into core-updatesLeo Famulari2016-05-13
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | gnu: procps: Make procps build on non Linux systems.•••* gnu/packages/patches/procps-non-linux.patch.patch: New patch. * gnu/packages/linux.scm (procps)[source]: Use it. * gnu/local.mk (dist_patch_DATA): Add it. Manolis Ragkousis2016-05-04
| * | | | | | | | | | | | | | | gnu: libxslt: Make generated documentation reproducible.•••* gnu/packages/patches/libxslt-generated-ids.patch: New file. * gnu/packages/patches/libxslt-remove-date-timestamps.patch: Likewise. * gnu/packages/xml.scm (libxslt)[source]: Use them. * gnu/local.mk (dist_patch_DATA): Add them. Mathieu Lirzin2016-05-02
| * | | | | | | | | | | | | | | Merge branch 'master' into core-updatesMathieu Lirzin2016-05-02
* | | | | | | | | | | | | | | | Revert "Merge branch 'core-updates'"•••This reverts commit 455859a50f88f625d13fc2f304111f02369b366b. Mark H Weaver2016-08-04
* | | | | | | | | | | | | | | | Revert "gnu: zsh: Move to shells.scm."•••This reverts commit 12b63ab505f781e49b6e7dda2d9eca0aaf24eaf1. Mark H Weaver2016-08-04
* | | | | | | | | | | | | | | | gnu: python-statsmodels: Fix tests.•••* gnu/packages/statistics.scm (python-statsmodels): Add patch to fix tests. (python2-statsmodels)[propagated-inputs]: Add python2-pytz. * gnu/packages/patches/python-statsmodels-fix-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Ricardo Wurmus2016-08-04
* | | | | | | | | | | | | | | | gnu: zsh: Move to shells.scm.•••* gnu/packages/zsh.scm (zsh): Move from here ... * gnu/packages/shells.scm (zsh): ... to here. * gnu/packages/zsh.scm: Delete file. * gnu/local.mk (GNU_SYSTEM_MODULES): Remove zsh.scm. Tobias Geerinckx-Rice2016-08-03
* | | | | | | | | | | | | | | | gnu: tcsh: Move to shells.scm.•••* gnu/packages/tcsh.scm (tcsh): Move from here ... * gnu/packages/shells.scm (tcsh): ... to here. * gnu/packages/tcsh.scm: Delete file. * gnu/local.mk (GNU_SYSTEM_MODULES): Remove tcsh.scm. Tobias Geerinckx-Rice2016-08-03
* | | | | | | | | | | | | | | | gnu: rc: Move to shells.scm.•••* gnu/packages/rc.scm (rc): Move from here ... * gnu/packages/shells.scm (rc): ... to here. * gnu/packages/rc.scm: Delete file. * gnu/local.mk (GNU_SYSTEM_MODULES): Remove rc.scm. Tobias Geerinckx-Rice2016-08-03
* | | | | | | | | | | | | | | | gnu: fish: Move to shells.scm.•••* gnu/packages/fish.scm (fish): Move from here ... * gnu/packages/shells.scm (fish): ... to here. * gnu/packages/fish.scm: Delete file. * gnu/local.mk (GNU_SYSTEM_MODULES): Remove fish.scm. Tobias Geerinckx-Rice2016-08-03
* | | | | | | | | | | | | | | | gnu: Add dash.•••* gnu/packages/shells.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Register it. Tobias Geerinckx-Rice2016-08-03
* | | | | | | | | | | | | | | | build: Add missing procps patch to the distribution.•••The patch was added to gnu/local.mk in d46123aade7bc5226004eb46ee1084dc84f2b30a and inadvertently removed in a subsequent merge. * gnu/local.mk (dist_patch_DATA): Add procps-non-linux.patch. Ludovic Courtès2016-08-02
* | | | | | | | | | | | | | | | gnu: Add Elixir.•••* gnu/packages/elixir.scm: New file. * gnu/packages/patches/elixir-disable-failing-tests.patch: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add module. (dist_patch_DATA): Add patch. Co-authored-by: Ricardo Wurmus <rekado@elephly.net> Pjotr Prins2016-08-02
* | | | | | | | | | | | | | | | Merge branch 'core-updates'Ludovic Courtès2016-08-01
* | | | | | | | | | | | | | | | gnu: openssh: Update to 7.3p1.•••* gnu/packages/ssh.scm (openssh): Update to 7.3p1. [source]: Remove patches. * gnu/packages/patches/openssh-CVE-2015-8325.patch, gnu/packages/patches/openssh-CVE-2016-6210-1.patch, gnu/packages/patches/openssh-CVE-2016-6210-2.patch, gnu/packages/patches/openssh-CVE-2016-6210-3.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them. Mark H Weaver2016-08-01
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | gnu: Add Tux Paint.•••* gnu/packages/games.scm (tuxpaint): New variable. * gnu/packages/patches/tuxpaint-stamps-path.patch: New patch. * gnu/local.mk (dist_patch_DATA): Add it. Eric Bavier2016-07-29
* | | | | | | | | | | | | | | gnu: beets: Update to 1.3.19.•••* gnu/packages/music.scm (beets): Update to 1.3.19. [source]: Remove patch to skip failing tests. * gnu/packages/patches/beets-image-test-failure.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Signed-off-by: Leo Famulari <leo@famulari.name> Alex Griffin2016-07-29
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | gnu: gd: Add fix for gd2_read test.•••* gnu/packages/patches/gd-fix-gd2-read-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gd.scm (gd)[source]: Add patch. Mark H Weaver2016-07-29
* | | | | | | | | | | | | | Revert "gnu: gd: Add fix for gd2_read test."•••This reverts commit ce290354ec4e97003be5f56042e55b36831818c1. Mark H Weaver2016-07-29
* | | | | | | | | | | | | | gnu: gd: Add fix for gd2_read test.•••* gnu/packages/patches/gd-fix-gd2-read-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gd.scm (gd)[source]: Add patch. Mark H Weaver2016-07-29
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | gnu: gd: Update to 2.2.3 [fixes CVE-2016-6207].•••* gnu/packages/patches/gd-CVE-2016-5766.patch, gnu/packages/patches/gd-CVE-2016-6128.patch, gnu/packages/patches/gd-CVE-2016-6132.patch, gnu/packages/patches/gd-CVE-2016-6214.patch, gnu/packages/patches/gd-fix-test-on-i686.patch: Delete files. * gnu/packages/patches/gd-fix-tests-on-i686.patch: New file. * gnu/local.mk (dist_patch_DATA): Update accordingly. * gnu/packages/gd.scm (gd): Update to 2.2.3. [source]: Update patches field accordingly. Mark H Weaver2016-07-29
* | | | | | | | | | | | | gnu: Add stellarium.•••* gnu/local.mk: Include gnu/packages/education.scm . * gnu/packages/education.scm: Add new file. * gnu/packages/education.scm (stellarium): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Danny Milosavljevic2016-07-29
* | | | | | | | | | | | | gnu: Add usbredir.•••* gnu/packages/spice.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Leo Famulari <leo@famulari.name> David Craven2016-07-28
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Revert "gnu: gd: Update to 2.2.3 [fixes CVE-2016-6207]."•••This reverts commit ae46cd0e4cfb1f06d099b2cda1f9e702e86c90e9. Leo Famulari2016-07-28
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | gnu: gd: Update to 2.2.3 [fixes CVE-2016-6207].•••* gnu/packages/patches/gd-CVE-2016-5766.patch, gnu/packages/patches/gd-CVE-2016-6128.patch, gnu/packages/patches/gd-CVE-2016-6132.patch, gnu/packages/patches/gd-CVE-2016-6214.patch, gnu/packages/patches/gd-fix-test-on-i686.patch: Delete files. * gnu/packages/patches/gd-fix-tests-on-i686.patch: New file. * gnu/local.mk (dist_patch_DATA): Update accordingly. * gnu/packages/gd.scm (gd): Update to 2.2.3. [source]: Update patches field accordingly. Mark H Weaver2016-07-28
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | gnu: mysql: Update to 5.7.13 [fixes CVE-2016-{3477,3521,3615,5440}].•••* gnu/packages/patches/mysql-fix-failing-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/databases.scm (mysql): Update to 5.7.13. Leo Famulari2016-07-28
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | gnu: openssh: Fix CVE-2016-6210.•••* gnu/packages/ssh.scm (openssh)[source]: Add patches openssh-CVE-2016-6210-1.patch, openssh-CVE-2016-6210-2.patch, openssh-CVE-2016-6210-3.patch. * gnu/packages/patches/openssh-CVE-2016-6210-1.patch: New file. * gnu/packages/patches/openssh-CVE-2016-6210-2.patch: New file. * gnu/packages/patches/openssh-CVE-2016-6210-3.patch: New file. * gnu/local.mk (dist_patch_DATA): Register them. Efraim Flashner2016-07-24
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | gnu: Add hexedit.•••* gnu/packages/hexedit: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Kei Kebreau2016-07-21
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | gnu: llvm: Update to 3.8.1.•••* gnu/packages/llvm.scm (llvm, clang-runtime, clang): Update to 3.8.1. (llvm-3.7, clang-runtime-3.7, clang-3.7): New variables. (clang-runtime-from-llvm)[arguments]: Disable tests, which were not being run for previous versions anyhow but now fail hard. (clang-from-llvm): Add #:patches keyword argument. * gnu/packages/patches/clang-3.8-libc-search-path.patch: New patch. * gnu/local.mk (dist_patch_DATA): Add it. Co-authored-by: Dennis Mungai <dmngaie@gmail.scm> Eric Bavier2016-07-18
* | | | | | | Revert "gnu: gnutls: Fix test failure."•••This reverts commit 1d14bf9f5ff43ff9097f1c5e1e2d37528eb74971. Leo Famulari2016-07-18
* | | | | | | gnu: gd: Fix failing test on i686.•••* gnu/packages/patches/gd-fix-test-on-i686.patch: New file. * gnu/local.mk (dist_PATCH_DATA): Add it. * gnu/packages/gd.scm (gd)[source]: Add the patch. Mark H Weaver2016-07-18
* | | | | | | gnu: gnutls: Fix test failure.•••* gnu/packages/patches/gnutls-fix-stale-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/tls.scm (gnutls)[replacement]: New field. (gnutls/fixed): New variable. Leo Famulari2016-07-18
* | | | | | | gnu: gd: Fix CVE-2016-{5766,6128,6132,6214}.•••* gnu/packages/patches/gd-CVE-2016-5766.patch, gnu/packages/patches/gd-CVE-2016-6128.patch, gnu/packages/patches/gd-CVE-2016-6132.patch, gnu/packages/patches/gd-CVE-2016-6214.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/gd.scm (gd): Use patches. Leo Famulari2016-07-16
* | | | | | | gnu: lsh: Move to (gnu packages ssh)•••* gnu/packages/lsh.scm: Remove. Move 'lsh and liboop' to... * gnu/packages/ssh.scm (liboop, lsh): ... here. New variables. * gnu/services/ssh.scm, gnu/services/base.scm: Adjust accordingly. * gnu/local.mk (GNU_SYSTEM_MODULES): Adjust accordingly. Signed-off-by: Ludovic Courtès <ludo@gnu.org> David Craven2016-07-15
* | | | | | | gnu: libmtp: Update to 1.1.11.•••* gnu/packages/patches/libmtp-devices.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove patch. * gnu/packages/libusb.scm (libmtp): Update to 1.1.11. Ricardo Wurmus2016-07-10
* | | | | | | gnu: Add python-dendropy.•••* gnu/packages/bioinformatics.scm (python-dendropy, python2-dendropy): New variables. * gnu/packages/patches/python-dendropy-exclude-failing-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Ben Woodcroft2016-07-09
* | | | | | | gnu: sudo: Update to 1.8.17p1.•••* gnu/packages/admin.scm (sudo): Update to 1.8.17p1. [source]: Remove patch. * gnu/packages/patches/sudo-CVE-2015-5602.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it. Efraim Flashner2016-07-06
* | | | | | | gnu: openimageio: Update to 1.6.15.•••* gnu/packages/graphics.scm (openimageio): Update to 1.6.15. [source]: Remove patch. * gnu/packages/patches/openimageio-boost-1.60.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it. Efraim Flashner2016-07-03
* | | | | | | gnu: gimp: Fix CVE-2016-4994.•••* gnu/packages/patches/gimp-CVE-2016-4994.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gimp.scm (gimp): Use it. Leo Famulari2016-07-02
* | | | | | | gnu: avrdude: Use libusb-compat.•••* gnu/packages/patches/avrdude-fix-libusb.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/flashing-tools.scm (avrdude)[source]: Remove patch. [inputs]: Replace "libusb" with "libusb-compat". Ricardo Wurmus2016-06-29
* | | | | | | gnu: Add Go 1.4.•••* gnu/local.mk: Modified file. * gnu/packages/golang.scm: New file. Co-authored-by: Efraim Flashner <efraim@flashner.co.il> Co-authored-by: Andy Wingo <wingo@igalia.com> Co-authored-by: Ludovic Courtès <ludo@gnu.org> Matthew Jordan2016-06-27