~ruther/guix-local

be2b2dff — Mark H Weaver 8 years ago
gnu: linux-libre: Fix CVE-2017-1000251.

* gnu/packages/linux.scm (linux-libre, linux-libre-4.9)
(linux-libre-4.4, linux-libre-arm-generic): Add patch.
1c05aab4 — Jan Nieuwenhuizen 8 years ago
gnu: cuirrass: Default port to 8081.

* gnu/services/cuirass.scm (<cuirass-configuration>): Default port to 8081.
  Fixes conflict with guix-publish default.
* doc/guix.texi (Continuous Integration): Update.
9bb98bcf — Jan Nieuwenhuizen 8 years ago
doc: Fix typo in cuirrass config example.

* doc/guix.texi (Continuous Integration): Add missing quote in example spec.
ad057b79 — Efraim Flashner 8 years ago
gnu: xorriso: Update to 1.4.8.

* gnu/packages/cdrom.scm (xorriso): Update to 1.4.8.
27236a43 — Mark H Weaver 8 years ago
gnu: bluez: Add replacement to fix CVE-2017-1000250.

* gnu/packages/patches/bluez-CVE-2017-1000250.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/linux.scm (bluez)[replacement]: New field.
(bluez/fixed): New variable.
35dadded — Efraim Flashner 8 years ago
gnu: gcc@7: Update description.

* gnu/packages/gcc.scm (gcc@7)[description]: Remove Java from the list
of supported languages.
ab53bdf0 — Efraim Flashner 8 years ago
gnu: isl: Update to 0.18.

* gnu/packages/gcc.scm (isl): Update to 0.18.
(isl-0.11): New variable.
(gcc@4.8, cloog)[inputs]: Use isl-0.11.
2b8d4ce8 — Efraim Flashner 8 years ago
gnu: gcc: Clean up inputs.

* gnu/packages/gcc.scm (gcc@4.7)[inputs]: Remove isl, cloog.
(gcc@4.8)[inputs]: Add isl, cloog.
(gcc@6)[inputs]: Remove cloog.
dd4efefd — Efraim Flashner 8 years ago
gnu: gcc@4.9: Inherit from gcc@4.8.

* gnu/packages/gcc.scm (gcc@4.9)[inherit]: Inherit from gcc@4.8.
[supported-systems]: Remove field.
3f9a4eaf — Tobias Geerinckx-Rice 8 years ago
gnu: awscli: Update to 1.11.151.

* gnu/packages/python.scm (awscli): Update to 1.11.151.
46841c07 — Tobias Geerinckx-Rice 8 years ago
gnu: python-s3transfer: Update to 0.1.11.

* gnu/packages/python.scm (python-s3transfer): Update to 0.1.11.
01fc102e — Tobias Geerinckx-Rice 8 years ago
gnu: python-botocore: Update to 1.7.9.

* gnu/packages/python.scm (python-botocore): Update to 1.7.9.
01ef804d — Christopher Baines 8 years ago
import: cpan: Replace '(package-license perl) with 'perl-license.

The perl-license definition is intended to avoid circular dependencies, so
use this as a default when importing packages from CPAN.

* guix/import/cpan.scm (string->license): Replace '(package-license perl) with
  'perl-license.
c9ce8e17 — Christopher Baines 8 years ago
gnu: Update signing-party.

Also add more inputs to make the caff program run. I haven't successfully used
it yet though.

* gnu/packages/gnupg.scm (signing-party)[version]: Update to 2.6.
  [source]: Update origin sha256.
  [native-inputs]: Add autoconf and automake.
  [inputs]: Add perl-text-template, perl-mime-tools, perl-gnupg-interface and
  perl-net-idn-encode as these are required by caff. Also add libmd as this is
  required by TODO.
  [arguments]: Add the change-directory and wrap-programs phase, and fix a
  regex and Makefile path in the configure phase.
32977915 — Christopher Baines 8 years ago
gnu: Add libmd.

* gnu/packages/crypto.scm (libmd): New variable.
34ef5755 — Christopher Baines 8 years ago
gnu: Add perl-gnupg-interface.

* gnu/packages/gnupg.scm (perl-gnupg-interface): New variable.
996364fb — Christopher Baines 8 years ago
gnu: Add perl-text-template.

* gnu/packages/perl.scm (perl-text-template): New variable.
24c1c513 — Christopher Baines 8 years ago
gnu: Add perl-net-idn-encode.

* gnu/packages/perl.scm (perl-net-idn-encode): New variable.
a6fe9304 — Christopher Baines 8 years ago
gnu: Add perl-mime-tools.

* gnu/packages/perl.scm (perl-mime-tools): New variable.
d6daca0e — Christopher Baines 8 years ago
gnu: Add perl-mailtools.

* gnu/packages/perl.scm (perl-mailtools): New variable.
Next