~ruther/guix-local

58cc369f — Mark H Weaver 10 years ago
gnu: webkitgtk-2.4: Update to 2.4.10 [fixes many security flaws].

Fixes CVE-2014-1748, CVE-2015-1071, CVE-2015-1076, CVE-2015-1081,
CVE-2015-1083, CVE-2015-1120, CVE-2015-1122, CVE-2015-1127, CVE-2015-1153,
CVE-2015-1155, CVE-2015-3658, CVE-2015-3659, CVE-2015-3727, CVE-2015-3731,
CVE-2015-3741, CVE-2015-3743, CVE-2015-3745, CVE-2015-3747, CVE-2015-3748,
CVE-2015-3749, CVE-2015-3752, CVE-2015-5788, CVE-2015-5794, CVE-2015-5801,
CVE-2015-5809, CVE-2015-5822, and CVE-2015-5928.

* gnu/packages/patches/webkitgtk-2.4-sql-init-string.patch: Delete file.
* gnu-system.am (dist_patch_DATA): Remove it.
* gnu/packages/webkit.scm (webkitgtk-2.4): Update to 2.4.10.
[source]: Remove patch.
1020fb6a — Mark H Weaver 10 years ago
gnu: linux-libre-4.1: Update to 4.1.20.

* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.20.
cd6cc144 — Ludovic Courtès 10 years ago
Merge branch 'security-updates'
ffc13e75 — Ricardo Wurmus 10 years ago
gnu: chicken: Build with GCC 4.8.

* gnu/packages/scheme.scm (chicken)[native-inputs]: Add GCC 4.8.
416a5a9a — Ricardo Wurmus 10 years ago
gnu: chicken: Disable port tests.

* gnu/packages/scheme.scm (chicken)[arguments]: Do not run port tests.
acb38070 — Ricardo Wurmus 10 years ago
gnu: chicken: Use "modify-phases" syntax.

* gnu/packages/scheme.scm (chicken)[arguments]: Use "modify-phases"
  syntax.
d0d94110 — Ricardo Wurmus 10 years ago
gnu: chicken: Update to 4.10.0.

* gnu/packages/scheme.scm (chicken): Update to 4.10.0.
b0bb0136 — Leo Famulari 10 years ago
gnu: mutt: Enable header caching.

* gnu/packages/mail.scm (mutt)[inputs]: Add gdbm.
[arguments]: Pass --enable-hcache to #:configure-flags.
50637966 — Efraim Flashner 10 years ago
gnu: gmtp: Update to 1.3.10.

* gnu/packages/libusb.scm (gmtp): Update to 1.3.10.
c84ceace — Ricardo Wurmus 10 years ago
gnu: artanis: Update to 0.1.2.

* gnu/packages/guile.scm (artanis): Update to 0.1.2.
[arguments]: Set DESTDIR.
71cafa04 — Ricardo Wurmus 10 years ago
gnu: Add r-doparallel.

* gnu/packages/statistics.scm (r-doparallel): New variable.
b2cdb027 — Ricardo Wurmus 10 years ago
gnu: Add r-foreach.

* gnu/packages/statistics.scm (r-foreach): New variable.
7a6f5f03 — Ricardo Wurmus 10 years ago
gnu: Add r-codetools.

* gnu/packages/statistics.scm (r-codetools): New variable.
264df1a4 — Ricardo Wurmus 10 years ago
gnu: Add r-iterators.

* gnu/packages/statistics.scm (r-iterators): New variable.
9128db21 — Ricardo Wurmus 10 years ago
gnu: Add ustr.

* gnu/packages/textutils.scm (ustr): New variable.
ce16d1dc — Efraim Flashner 10 years ago
gnu: ddrescue: Update to 1.21.

* gnu/packages/disk.scm (ddrescue): Update to 1.21.
39118b5e — Mathieu Lirzin 10 years ago
build: Rewrite comments for man pages.

* doc.am <Man pages>: Rewrite comments to describe the build process and
the meaning of the noticeable idiosyncrasies in a more general way.
b33d3a5a — Mathieu Lirzin 10 years ago
build: Build man pages in $(srcdir).

Before that the doc/guix.1 rule was always triggered when doing a VPATH
build from a tarball.

* doc.am (sub_commands_mans, dist_man1_MANS): man pages are now
generated in $(srcdir) like the info manual.
(doc/guix.1, doc/guix-%.1): Prepend $(srcdir) to target name.
[BUILD_DAEMON] (doc/guix-daemon.1): Likewise.
83e79a13 — Mathieu Lirzin 10 years ago
build: Make 'guix' man page depend on scripts/guix.in.

* doc.am (doc/guix.1): Add scripts/guix.in prerequisite.
92d40a68 — Mathieu Lirzin 10 years ago
Revert "build: Do not remake doc/guix.1."

This reverts commit 97966e6d65bd3d450f12c7bb41af5f9eafd35a60.
Next