~ruther/guix-local

ref: 1a77eccd0e4f95a4e2517c0f6c3e33ade3ff089b guix-local/gnu d---------
1a77eccd — Ricardo Wurmus 10 years ago
gnu: Add r-whisker.

* gnu/packages/statistics.scm (r-whisker): New variable.
6140747f — Ricardo Wurmus 10 years ago
gnu: Add r-rversions.

* gnu/packages/statistics.scm (r-rversions): New variable.
67a167fd — Ricardo Wurmus 10 years ago
gnu: Add r-xml2.

* gnu/packages/statistics.scm (r-xml2): New variable.
5f4621de — Ricardo Wurmus 10 years ago
gnu: Add r-curl.

* gnu/packages/web.scm (r-curl): New variable.
fcc43c1f — Amirouche Boubekki 10 years ago
gnu: images: Add jpegoptim 1.4.3

* gnu/packages/images.scm (jpegoptim): New variable jpegoptim

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
1b076e63 — Ludovic Courtès 10 years ago
gnu: libpng: Use 1.5.24 as a replacement [fixes CVE-2015-8126].

Reported by Leo Famulari <leo@famulari.name>.

* gnu/packages/image.scm (libpng-urls): New procedure.
  (libpng)[source]: Use it.
  [replacement]: New field.
  (libpng-1.5.24): New variable.
b6bbebbc — Andreas Enge 10 years ago
gnu: gnucash: Update to 2.6.9.

* gnu/packages/gnucash.scm (gnucash): Update to 2.6.9.
  [home-page]: Update.
000e36f2 — Andreas Enge 10 years ago
gnu: pari-gp: Update to 2.7.5.

* gnu/packages/algebra.scm (pari-gp): Update to 2.7.5.
5de56b61 — Efraim Flashner 10 years ago
gnu: enlightenment: Update to 0.19.13.

* gnu/packages/enlightenment.scm (enlightenment): Update to 0.19.13.
90b57418 — Efraim Flashner 10 years ago
gnu: evas-generic-loaders: Update to 1.16.0.

* gnu/packages/enlightenment.scm (evas-generic-loaders): Update to
  1.16.0.
96479cf1 — Efraim Flashner 10 years ago
gnu: emotion-generic-players: Update to 1.16.0.

* gnu/packages/enlightenment.scm (emotion-generic-players): Update to
  1.16.0.
5fbf590a — Efraim Flashner 10 years ago
gnu: elementary: Update to 1.16.0.

* gnu/packages/enlightenment.scm (elementary): Update to 1.16.0.
1c8a70a3 — Efraim Flashner 10 years ago
gnu: efl: Update to 1.16.0.

* gnu/packages/enlightenment.scm (efl): Update to 1.16.0.
19a696ed — Efraim Flashner 10 years ago
gnu: youtube-dl: Update to 2015.11.13.

* gnu/packages/video.scm (youtube-dl): Update to 2015.11.13.
511495fb — Ludovic Courtès 10 years ago
gnu: sudo: Build sequentially.

Possibly fixes <http://bugs.gnu.org/21918>.

* gnu/packages/admin.scm (sudo)[arguments]: Add #:parallel-build? #f.
5649c8cd — David Thompson 10 years ago
gnu: Add guile-sly.

* gnu/packages/guile.scm (guile-sly): New variable.
73cea74d — Ricardo Wurmus 10 years ago
gnu: calf: Update tarball URL.

* gnu/packages/audio.scm (calf)[source]: Use tarball from new project
  website instead of sourceforge.
2abcc935 — Ludovic Courtès 10 years ago
gnu: eigen: Update to 3.2.7.

* gnu/packages/algebra.scm (eigen): Upgrade to 3.2.7.
  [source]: Add 'file-name' field.
ff45a00e — Mark H Weaver 10 years ago
gnu: mit-krb5: Add fixes for CVE-2015-{2695,2696,2697,2698}.

* gnu/packages/patches/mit-krb5-CVE-2015-2695-pt1.patch,
  gnu/packages/patches/mit-krb5-CVE-2015-2695-pt2.patch,
  gnu/packages/patches/mit-krb5-CVE-2015-2696.patch,
  gnu/packages/patches/mit-krb5-CVE-2015-2697.patch,
  gnu/packages/patches/mit-krb5-CVE-2015-2698-pt1.patch,
  gnu/packages/patches/mit-krb5-CVE-2015-2698-pt2.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them.
* gnu/packages/mit-krb5.scm (mit-krb5)[native-inputs]: Add patches.
4d53c29e — Mark H Weaver 10 years ago
gnu: mit-krb5: Refactor build code; support multiple patches.

* gnu/packages/mit-krb5.scm (mit-krb5)[source]: Use version-major+minor.
  [arguments]: Use modify-phases.  Split and rewrite 'unpack' phase into
  'unpack', 'apply-patches', and 'enter-source-directory' phases.  Add a
  'pre-check' phase instead of replacing the 'check' phase.  Combine
  substitutions on the same file.  In the 'unpack' phase, find
  native-inputs with names starting with "patch/" and apply them all.
  Print a message for each patch applied.  Do not rely on the result of
  'chdir', which is unspecified.  Determine the names of the inner tar
  file and the directory in a more robust way.  Add (ice-9 ftw),
  (ice-9 match) and (srfi srfi-1) to #:modules.
Next