summaryrefslogtreecommitdiff
path: root/gnu/local.mk
Commit message (Collapse)AuthorAge
* gnu: expat: Update to 2.2.0.Leo Famulari2016-09-13
| | | | | | | | | | | * gnu/packages/xml.scm (expat): Update to 2.2.0. [source]: Use 'expat-CVE-2016-0718-fix-regression.patch'. Remove obsolete patches. * gnu/packages/patches/expat-CVE-2016-0718-fix-regression.patch: New file. * gnu/packages/patches/expat-CVE-2012-6702-and-CVE-2016-5300.patch, gnu/packages/patches/expat-CVE-2015-1283-refix.patch, gnu/packages/patches/expat-CVE-2016-0718.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Add and remove patches.
* gnu: gcc: Work around ARM bootstrapping failure (GCC bug #71399).Ludovic Courtès2016-09-12
| | | | | | * gnu/packages/patches/gcc-arm-bug-71399.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gcc.scm (gcc-4.9)[source]: Use it.
* Merge branch 'master' into core-updatesLudovic Courtès2016-09-02
|\
| * gnu: dtc: Add missing symbols patch from debian.Danny Milosavljevic2016-09-02
| | | | | | | | | | | | | | | | * gnu/packages/u-boot.scm (dtc)[source]: Add patch. * gnu/packages/patches/dtc-add-missing-symbols-to-lds.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: David Craven <david@craven.ch>
| * gnu: Add dtc.Danny Milosavljevic2016-09-01
| | | | | | | | | | | | | | * gnu/packages/u-boot.scm (dtc): New variable. * gnu/local.mk (GNU_SYSTEM_MODULES): Add file. Co-authored-by: David Craven <david@craven.ch>
| * gnu: slim: Move to display-managers.scm.Marius Bakke2016-09-01
| | | | | | | | | | | | | | * gnu/packages/display-managers.scm: New file. * gnu/packages/slim.scm: Delete file. * gnu/local.mk (GNU_SYSTEM_MODULES): Adjust accordingly. * gnu/services/xorg.scm: Likewise.
| * gnu: icedtea-6: Update to 1.13.12 [security fixes].Leo Famulari2016-08-31
| | | | | | | | | | | | | | | | | | | | Fixes CVE-2016-{3458,3485,3500,3508,3550,3606}. * gnu/packages/java.scm (icedtea-6): Update to 1.13.12. [source]: Remove 'icedtea-remove-overrides' patch. [arguments]: Move ALSA header substitution to 'patch-paths' phase. * gnu/packages/patches/icedtea-remove-overrides.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
| * gnu: Add cfitsioJohn Darrington2016-08-31
| | | | | | | | | | * gnu/packages/astronomy.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
| * gnu: fossil: Update to 1.35.Efraim Flashner2016-08-31
| | | | | | | | | | | | | | * gnu/packages/version-control.scm (fossil): Update to 1.35. [source]: Download from fossil-scm.org, remove patch, remove snippet. * gnu/packages/patches/fossil-test-fixes.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it.
* | gnu: gawk: Update to 4.1.4.Ludovic Courtès2016-09-02
| | | | | | | | | | | | | | | | * gnu/packages/gawk.scm (gawk): Update to 4.1.4. [source]: Remove 'patches'. [arguments]: Add 'adjust-test-infrastructure' phase. * gnu/packages/patches/gawk-fts-test.patch: Remove. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* | gnu: python-3: Update to python-3.5.2.Leo Famulari2016-08-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/python-3.4-fix-tests.patch, gnu/packages/patches/python-3.5-fix-tests.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/patches/python-fix-tests.patch: Move python-3.4 specific hunk to 'gnu/packages/patches/python-3.4-fix-tests.patch'. * gnu/packages/python.scm (python-3.5): New variable. (python-3.4): Inherit from python-3.5. [source]: Use 'gnu/packages/patches/python-3.4-fix-tests.patch'. (python-3): Point to python-3.5. Co-authored-by: Diane Trout <diane@ghic.org> Co-authored-by: Christopher Allan Webber <cwebber@dustycloud.org>
* | gnu: python-3.4: Update to 3.4.5.Christopher Allan Webber2016-08-29
| | | | | | | | | | | | | | | | | | * gnu/packages/patches/python-disable-ssl-test.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/python.scm (python-3.4): Update to 3.4.5. [source]: Remove patch. [arguments]: Remove field. (python-minimal)[inputs]: Add libffi.
* | Merge branch 'master' into core-updatesLeo Famulari2016-08-29
|\|
| * gnu: libtiff: Fix CVE-2016-5314.Leo Famulari2016-08-29
| | | | | | | | | | | | * gnu/packages/patches/libtiff-CVE-2016-5314.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/image.scm (libtiff/fixed): Use it.
| * gnu: libtiff: Fix CVE-2016-{3623,3945,3990,3991,5321,5323}.Leo Famulari2016-08-29
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/image.scm (libtiff)[replacement]: New field. (libtiff/fixed): New variable. * gnu/packages/patches/libtiff-CVE-2016-3623.patch, gnu/packages/patches/libtiff-CVE-2016-3945.patch, gnu/packages/patches/libtiff-CVE-2016-3990.patch, gnu/packages/patches/libtiff-CVE-2016-3991.patch, gnu/packages/patches/libtiff-CVE-2016-5321.patch, gnu/packages/patches/libtiff-CVE-2016-5323.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them.
* | Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner2016-08-29
|\|
| * gnu: xf86-video-openchrome: Update to 0.5.0.Efraim Flashner2016-08-28
| | | | | | | | | | | | | | * gnu/packages/xorg.scm (xf86-video-openchrome): Update to 0.5.0. [source]: Remove patch. * gnu/packages/patches/xf86-video-openchrome-glibc-2.20.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it.
| * gnu: mupdf: Fix CVE-2016-{6265,6525}.Leo Famulari2016-08-27
| | | | | | | | | | | | | | * gnu/packages/patches/mupdf-CVE-2016-6265.patch, gnu/packages/patches/mupdf-CVE-2016-6525.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/pdf.scm (mupdf): Use them.
| * gnu: gimp: Update to 2.8.16.宋文武2016-08-21
| | | | | | | | | | | | | | * gnu/packages/patches/gimp-CVE-2016-4994.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/gimp.scm (gimp): Update to 2.8.16. [source]: Remove patch.
| * gnu: Add re2.Marius Bakke2016-08-18
| | | | | | | | | | | | | | * gnu/packages/regex.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Leo Famulari <leo@famulari.name>
* | gnu: flex: Fix CVE-2016-6354.Leo Famulari2016-08-27
| | | | | | | | | | | | * gnu/packages/flex.scm (flex)[source]: Add patch. * gnu/packages/patches/flex-CVE-2016-6354.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* | gnu: fontconfig: Update to 2.12.1.Leo Famulari2016-08-17
| | | | | | | | | | | | | | * gnu/packages/fontutils.scm (fontconfig): Update to 2.12.1. (fontconfig/fixed): Remove variable. * gnu/packages/patches/fontconfig-CVE-2016-5384.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* | Merge branch 'master' into core-updatesLeo Famulari2016-08-17
|\|
| * gnu: Add NetSurf.Eric Bavier2016-08-17
| | | | | | | | | | | | * gnu/packages/web.scm (netsurf): New variable. * gnu/packages/patches/netsurf-about.patch: New patch. * gnu/local.mk (dist_patch_DATA): Add it.
| * gnu: cracklib: Fix CVE-2016-6318.Leo Famulari2016-08-17
| | | | | | | | | | | | * gnu/packages/patches/cracklib-CVE-2016-6318.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/password-utils.scm (cracklib)[source]: Use the patch.
| * gnu: Add fio.Marius Bakke2016-08-14
| | | | | | | | | | | | | | * gnu/packages/benchmark.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Leo Famulari <leo@famulari.name>
| * gnu: Add sg3-utils.Chris Marusich2016-08-14
| | | | | | | | | | | | | | * gnu/packages/scsi.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Leo Famulari <leo@famulari.name>
| * gnu: Add Musl.Vincent Legoll2016-08-13
| | | | | | | | | | | | | | * gnu/packages/musl.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
| * gnu: jq: Fix CVE-2015-8863.Jelle Licht2016-08-11
| | | | | | | | | | | | | | | | * gnu/packages/patches/jq-CVE-2015-8863.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/web.scm (jq)[source]: Use it. Signed-off-by: Leo Famulari <leo@famulari.name>
| * gnu: Add laby.Jan Nieuwenhuizen2016-08-11
| | | | | | | | | | | | | | | | * gnu/packages/patches/laby-make-install.patch: New file. * gnu/local.mk (dist_patch_DATA): gnu-system.am: Add it. * gnu/packages/games.scm (laby): New variable. Signed-off-by: 宋文武 <iyzsong@gmail.com>
| * gnu: dico: Update to 2.3.Efraim Flashner2016-08-11
| | | | | | | | | | | | | | | | | | * gnu/packages/dico.scm (dico): Update to 2.3. [inputs]: Add python-2, groff. Upgrade readline-6.2 to latest. [source]: Remove patches. * gnu/packages/patches/dico-idxcide-bug.patch, * gnu/packages/patches/dico-libtool-deterministic.patch: Remove files. * gnu/local.mk (dist_patch_DATA): Remove them.
* | gnu: perl: Update to 5.24.0.Leo Famulari2016-08-17
| | | | | | | | | | | | | | | | | | | | | | * gnu/packages/perl.scm: Update to 5.24.0. [source]: Add and remove patches. * gnu/packages/patches/perl-reproducible-build-date.patch: New file. * gnu/packages/patches/perl-CVE-2015-8607.patch, gnu/packages/patches/perl-CVE-2016-2381.patch, gnu/packages/patches/perl-no-build-time.patch, gnu/packages/patches/perl-source-date-epoch.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Add and remove patches.
* | gnu: procps: Update to 3.3.12.Efraim Flashner2016-08-15
|/ | | | | | | * gnu/packages/linux.scm (procps): Update to 3.3.12. [source]: Remove patch. * gnu/packages/patches/procps-non-linux.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: ruby-rack: Update to 2.0.1.Ben Woodcroft2016-08-10
| | | | | | | | | | * gnu/packages/ruby.scm (ruby-rack): Update to 2.0.1. [source]: Use GitHub and patch. [native-inputs]: Add ruby-concurrent, ruby-minitest, ruby-minitest-sprint, which. Remove ruby-bacon. [propagated-inputs]: Add ruby-concurrent. * gnu/packages/patches/ruby-rack-ignore-failing-test.patch: New file. * gnu/local.mk: Add it.
* gnu: Add perl-net-dns-resolver-programmable.Danny Milosavljevic2016-08-08
| | | | | | | | | * gnu/packages/networking.scm (perl-net-dns-resolver-programmable): New variable. * gnu/packages/patches/perl-net-dns-resolver-programmable-Fix-broken-interface.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: fontconfig: Fix CVE-2016-5384.Leo Famulari2016-08-08
| | | | | | | * gnu/packages/fontutils.scm (fontconfig)[replacement]: New field. (fontconfig/fixed): New variable. * gnu/packages/patches/fontconfig-CVE-2016-5384.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: Add mono.Jan Nieuwenhuizen2016-08-08
| | | | | | | * gnu/packages/mono.scm: New file. * gnu/packages/local.mk (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Leo Famulari <leo@famulari.name>
* services: Add spice vdagent service.David Craven2016-08-05
| | | | | | * gnu/services/spice.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * doc/guix.texi (Various Services): New subheading.
* gnu: zsh: Move to shells.scm.Tobias Geerinckx-Rice2016-08-04
| | | | | | | * 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.
* Merge branch 'core-updates'Mark H Weaver2016-08-04
|\
| * Merge branch 'master' into core-updatesMark H Weaver2016-07-31
| |\
| * | gnu: rapicorn: Add patch to handle isnan.Andreas Enge2016-07-31
| | | | | | | | | | | | | | | | | | * gnu/packages/patches/rapicorn-isnan.patch: New file. * gnu/packages/graphics.scm (rapicorn)[source]: Add patch. * gnu/local.mk (dist_patch_DATA): Register patch.
| * | gnu: dealii: Unregister deleted patch.Andreas Enge2016-07-31
| | | | | | | | | | | | | | | | | | * gnu/local.mk (dist_patch_DATA): Drop deleted patch. This is a follow-up to commit 101e847294dc403d5a7ef222117ad9070223b86b.
| * | Merge branch 'master' into core-updatesMark H Weaver2016-07-29
| |\ \
| * \ \ Merge branch 'master' into core-updatesMark H Weaver2016-07-29
| |\ \ \
| * \ \ \ Merge branch 'master' into core-updatesLeo Famulari2016-07-28
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into core-updatesMark H Weaver2016-07-28
| |\ \ \ \ \
| * | | | | | gnu: dico: Patch 'idxgcide' bug.Ludovic Courtès2016-07-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/dico-idxgcide-bug.patch: New file. * gnu/packages/dico.scm (dico)[source]: Use it. * gnu/local.mk (dist_patch_DATA): Add it.
| * | | | | | Merge remote-tracking branch 'origin/master' into core-updatesAndreas Enge2016-07-28
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into core-updatesAndreas Enge2016-07-25
| |\ \ \ \ \ \ \