aboutsummaryrefslogtreecommitdiff
path: root/gnu/local.mk
Commit message (Collapse)AuthorAge
* gnu: isl: Add support for aarch64.Efraim Flashner2016-10-07
| | | | | | * gnu/packages/gcc.scm (isl)[source]: Add patch. * gnu/packages/patches/isl-0.11.1-aarch64-support.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
* gnu: openssl: Update to 1.0.2j.Leo Famulari2016-10-06
| | | | | | | | | | | | * gnu/packages/tls.scm (openssl): Update to 1.0.2j. [replacement]: Remove field [source]: Remove 'openssl-CVE-2016-2177.patch' and 'openssl-CVE-2016-2178.patch'. (openssl-1.0.2j): Remove variable. (openssl-next)[replacement]: Remove field. * gnu/packages/patches/openssl-CVE-2016-2177.patch, gnu/packages/patches/openssl-CVE-2016-2178.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them.
* gnu: libxvmc: Update to 1.0.10.Leo Famulari2016-10-05
| | | | | | | | * gnu/packages/xorg.scm (libxvmc): Update to 1.0.10. [replacement]: Remove field. (libxvmc/fixed): Remove variable. * gnu/packages/patches/libxvmc-CVE-2016-7953.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: libxv: Update to 1.0.11.Leo Famulari2016-10-05
| | | | | | | | * gnu/packages/xorg.scm (libxv): Update to 1.0.11. [replacement]: Remove field. (libxv/fixed): Remove variable. * gnu/packages/patches/libxv-CVE-2016-5407.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: libxtst: Update to 1.2.3.Leo Famulari2016-10-05
| | | | | | | | * gnu/packages/xorg.scm (libxtst): Update to 1.2.3. [replacement]: Remove field. (libxtst/fixed): Remove variable. * gnu/packages/patches/libxtst-CVE-2016-7951-CVE-2016-7952.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: libxrender: Update to 0.9.10.Leo Famulari2016-10-05
| | | | | | | | | * gnu/packages/xorg.scm (libxrender): Update to 0.9.10. [replacement]: Remove field. (libxrender/fixed): Remove variable. * gnu/packages/patches/libxrender-CVE-2016-7949.patch, gnu/packages/patches/libxrender-CVE-2016-7950.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them.
* gnu: libxrandr: Update to 1.5.1.Leo Famulari2016-10-05
| | | | | | | | * gnu/packages/xorg.scm (libxrandr): Update to 1.5.1. [replacement]: Remove field. (libxrandr/fixed): Remove variable. * gnu/packages/patches/libxrandr-CVE-2016-7947-CVE-2016-7948.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: libxi: Update to 1.7.7.Leo Famulari2016-10-05
| | | | | | | | * gnu/packages/xorg.scm (libxi): Update to 1.7.7. [replacement]: Remove field. (libxi/fixed): Remove variable. * gnu/packages/patches/libxi-CVE-2016-7945-CVE-2016-7946.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: libxfixes: Update to 5.0.3.Leo Famulari2016-10-05
| | | | | | | | * gnu/packages/xorg.scm (libxfixes): Update to 5.0.3. [replacement]: Remove field. (libxfixes/fixed): Remove variable. * gnu/packages/patches/libxfixes-CVE-2016-7944.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: libx11: Update to 1.6.4.Leo Famulari2016-10-05
| | | | | | | | | * gnu/packages/xorg.scm (libx11): Update to 1.6.4. [replacement]: Remove field. (libx11/fixed): Remove variable. * gnu/packages/patches/libx11-CVE-2016-7942.patch, gnu/packages/patches/libx11-CVE-2016-7943.patch: Remove files. * gnu/local.mk (dist_patch_DATA): Remove them.
* Merge branch 'master' into core-updatesLeo Famulari2016-10-05
|\
| * gnu: libxvmc: Fix CVE-2016-7953.Leo Famulari2016-10-05
| | | | | | | | | | | | | | * gnu/packages/patches/libxvmc-CVE-2016-7953.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/xorg.scm (libxvmc)[replacement]: New field. (libxvmc/fixed): New variable.
| * gnu: libxv: Fix CVE-2016-5407.Leo Famulari2016-10-05
| | | | | | | | | | | | | | * gnu/packages/patches/libxv-CVE-2016-5407.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/xorg.scm (libxv)[replacement]: New field. (libxv/fixed): New variable.
| * gnu: libxtst: Fix CVE-2016-{7951,7952}.Leo Famulari2016-10-05
| | | | | | | | | | | | | | * gnu/packages/patches/libxtst-CVE-2016-7951-CVE-2016-7952.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/xorg.scm (libxtst)[replacement]: New field. (libxtst/fixed): New variable.
| * gnu: libxrender: Fix CVE-2016-{7949,7950}.Leo Famulari2016-10-05
| | | | | | | | | | | | | | | | * gnu/packages/patches/libxrender-CVE-2016-7949.patch, gnu/packages/patches/libxrender-CVE-2016-7950.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/xorg.scm (libxrender)[replacement]: New field. (libxrender/fixed): New variable.
| * gnu: libxrandr: Fix CVE-2016-{7947,7948}.Leo Famulari2016-10-05
| | | | | | | | | | | | | | * gnu/packages/patches/libxrandr-CVE-2016-7947-CVE-2016-7948.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/xorg.scm (libxrandr)[replacement]: New field. (libxrandr/fixed): New variable.
| * gnu: libxi: Fix CVE-2016-{7945,7946}.Leo Famulari2016-10-05
| | | | | | | | | | | | | | * gnu/packages/patches/libxi-CVE-2016-7945-CVE-2016-7946.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/xorg.scm (libxi)[replacement]: New field. (libxi/fixed): New variable.
| * gnu: libxfixes: Fix CVE-2016-7944.Leo Famulari2016-10-05
| | | | | | | | | | | | | | * gnu/packages/patches/libxfixes-CVE-2016-7944.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/xorg.scm (libxfixes)[replacement]: New field. (libxfixes/fixed): New variable.
| * gnu: libx11: Fix CVE-2016-{7942,7943}.Leo Famulari2016-10-05
| | | | | | | | | | | | | | | | * gnu/packages/patches/libx11-CVE-2016-7942.patch, gnu/packages/patches/libx11-CVE-2016-7943.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/xorg.scm (libx11)[replacement]: New field. (libx11/fixed): New variable.
| * gnu: gsl: Disable failing tests on i686.Ludovic Courtès2016-10-05
| | | | | | | | | | | | * gnu/packages/patches/gsl-test-i686.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/maths.scm (gsl)[source](patches): New field.
| * gnu: rush: Update to 1.8.Ludovic Courtès2016-10-04
| | | | | | | | | | | | | | | | * gnu/packages/rush.scm (rush): Update to 1.8. [source]: Remove 'patches'. * gnu/packages/patches/cpio-gets-undeclared.patch, gnu/packages/patches/rush-CVE-2013-6889.patch: Remove. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
| * gnu: metabat: Update to 0.32.4-1.cbdca756.Ben Woodcroft2016-10-04
| | | | | | | | | | | | * gnu/packages/bioinformatics.scm (metabat): Update to 0.32.4-1.cbdca756. * gnu/packages/patches/metabat-remove-compilation-date.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* | Merge branch 'master' into core-updatesLeo Famulari2016-10-03
|\|
| * gnu: libarchive: Fix several security issues.Leo Famulari2016-10-03
| | | | | | | | | | | | | | | | | | | | * gnu/packages/backup.scm (libarchive)[replacement]: New field. (libarchive/fixed): New variable. * gnu/packages/patches/libarchive-7zip-heap-overflow.patch, gnu/packages/patches/libarchive-fix-symlink-check.patch, gnu/packages/patches/libarchive-fix-filesystem-attacks.patch, gnu/packages/patches/libarchive-safe_fprintf-buffer-overflow.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them.
| * tests: Add 'openssh-service-type' test.Ludovic Courtès2016-10-03
| | | | | | | | | | * gnu/tests/ssh.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
| * services: Add rottlog.Jan Nieuwenhuizen2016-10-03
| | | | | | | | | | | | | | | | * gnu/services/admin.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * doc/guix.texi (Log Rotation): New node. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: gd: Fix CVE-2016-7568.Leo Famulari2016-10-01
| | | | | | | | | | | | * gnu/packages/patches/gd-CVE-2016-7568.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gd.scm (gd)[source]: Use it.
| * gnu: Add quickswitch-i3.Ivan Vilata i Balaguer2016-10-01
| | | | | | | | | | | | | | | | * gnu/packages/wm.scm (quickswitch-i3): New variable. * gnu/packages/patches/quickswitch-fix-dmenu-check.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Signed-off-by: 宋文武 <iyzsong@gmail.com>
* | Merge branch 'master' into core-updatesLudovic Courtès2016-09-30
|\|
| * gnu: Add sdcc.David Craven2016-09-28
| | | | | | | | | | * gnu/packages/sdcc.scm (sdcc): New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
| * gnu: expat: Fix regression caused by fix for CVE-2016-0718.Leo Famulari2016-09-27
| | | | | | | | | | | | | | | | | | * gnu/packages/xml.scm (expat)[replacement]: New field. (expat/fixed): New variable. * gnu/packages/patches/expat-CVE-2016-0718-fix-regression.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Leo Famulari <leo@famulari.name>
| * gnu: Add libnet6.Andy Wingo2016-09-27
| | | | | | | | | | * gnu/packages/gobby.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add new file.
| * gnu: azr3: Fix libsigc++ build errors.Ricardo Wurmus2016-09-26
| | | | | | | | | | | | | | * gnu/packages/audio.scm (azr3)[arguments]: Add "-std=gnu++11" flag. [source]: Add patch. * gnu/packages/patches/azr3.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
| * gnu: Add gforth.ng02016-09-24
| | | | | | | | | | | | | | * gnu/packages/gforth.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Co-authored-by: 宋文武 <iyzsong@gmail.com>
| * gnu: flashrom: Update to 0.9.9Danny Milosavljevic2016-09-23
| | | | | | | | | | | | | | | | | | | | * gnu/packages/flashing-tools.scm (flashrom): Update to 0.9.9. [source]: Use HTTPS URL. Remove "flashrom-use-libftdi1.patch". [aruments]: Add 'CONFIG_ENABLE_LIBUSB0_PROGRAMMERS=no' to #:make-flags. * gnu/packages/patches/flashrom-use-libftdi1.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Signed-off-by: Leo Famulari <leo@famulari.name>
| * gnu: Add nickle.ng02016-09-23
| | | | | | | | | | | | | | * gnu/packages/nickle.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Leo Famulari <leo@famulari.name>
| * gnu: plink: Set endian-ness on more architectures.Efraim Flashner2016-09-22
| | | | | | | | | | | | * gnu/packages/patches/plink-endian-detection.patch: New file. * gnu/packages/bioinformatics.scm (plink)[source]: Use it. * gnu/local.mk (dist_patch_DATA): Register it.
| * gnu: gnupg: Fix test failure.Leo Famulari2016-09-19
| | | | | | | | | | | | * gnu/packages/patches/gnupg-fix-expired-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnupg.scm (gnupg): Use it.
| * gnu: Add onionshare.Efraim Flashner2016-09-18
| | | | | | | | | | | | * gnu/packages/tor.scm (onionshare): New variable. * gnu/packages/patches/onionshare-fix-install-paths.patch: New variable. * gnu/local.mk (dist_patch_DATA): Add it.
| * gnu: Add llvm-for-extempore.Ricardo Wurmus2016-09-16
| | | | | | | | | | | | * gnu/packages/llvm.scm (llvm-for-extempore): New variable. * gnu/packages/patches/llvm-for-extempore.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
| * gnu: hydra: Update to 20151030.1ff48da.Jan Nieuwenhuizen2016-09-14
| | | | | | | | | | | | | | | | | | | | | | * gnu/packages/ci.scm (hydra): Update to 20151030.1ff48da (fixes building with nix-1.11.x). [source]: Remove 'hydra-automake-1.15.patch'. [inputs]: Add libpqxx and perl-net-statsd. * gnu/packages/patches/hydra-automake-1.15.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Signed-off-by: Leo Famulari <leo@famulari.name>
| * gnu: mysql: Update to 5.7.15 [fixes CVE-2016-6662].Leo Famulari2016-09-14
| | | | | | | | | | | | | | * gnu/packages/databases.scm (mysql): Update to 5.7.15. [source]: Remove obsolete 'mysql-fix-failing-test.patch'. * gnu/packages/patches/mysql-fix-failing-test.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
| * gnu: Add microcomJohn Darrington2016-09-13
| | | | | | | | | | * gnu/packages/microcom.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
| * gnu: Add nfs-utilsJohn Darrington2016-09-12
| | | | | | | | | | * gnu/packages/nfs.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
| * gnu: tre: Move to (gnu packages regex).Marius Bakke2016-09-12
| | | | | | | | | | | | | | | | * gnu/packages/tre.scm: Remove. Move 'tre' to... * gnu/packages/regex.scm (tre): ... here. New variable. * gnu/local.mk (GNU_SYSTEM_MODULES): Adjust accordingly. Signed-off-by: Alex Kost <alezost@gmail.com>
| * gnu: Add python-django.Hartmut Goebel2016-09-12
| | | | | | | | | | | | | | | | | | * gnu/packages/django.scm: New file. * gnu/packages/patches/python-django-fix-testcase.patch: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add django.scm. (dist_patch_DATA): Add python-django-fix-testcase.patch. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: mupdf: Update to 1.9a.Leo Famulari2016-09-09
| | | | | | | | | | | | | | | | | | * gnu/packages/pdf.scm (mupdf): Update to 1.9a. [source]: Use "mupdf-build-with-openjpeg-2.1.patch". Adjust snippet to preserve bundled 'thirdparty/mujs'. [inputs]: Add harfbuzz. Replace openjpeg-2.0 with openjpeg. * gnu/packages/patches/mupdf-build-with-openjpeg-2.1.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
| * gnu: openjpeg: Fix CVE-2016-5157.Leo Famulari2016-09-09
| | | | | | | | | | | | * gnu/packages/patches/openjpeg-CVE-2016-5157.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/image.scm (openjpeg): Use it.
| * gnu: openjpeg-2.*: Fix CVE-2016-7163.Leo Famulari2016-09-09
| | | | | | | | | | | | * gnu/packages/patches/openjpeg-CVE-2016-7163.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/image.scm (openjpeg, openjpeg-2.0): Use it.
| * gnu: Add Swish-e.Eric Bavier2016-09-09
| | | | | | | | | | | | | | * gnu/packages/search.scm (swish-e): New variable. * gnu/packages/patches/swish-e-search.patch, gnu/packages/patches/swish-e-format-security.patch: New patches. * gnu/local.mk (dist_patch_DATA): Add them.