~ruther/guix-local

dc97df2e — Tobias Geerinckx-Rice 8 years ago
gnu: ruby-cucumber-core: Update to 2.0.0.

* gnu/packages/ruby.scm (ruby-cucumber-core): Update to 2.0.0.
ce5f5230 — Tobias Geerinckx-Rice 8 years ago
gnu: ruby-pg: Update to 0.21.0.

* gnu/packages/ruby.scm (ruby-pg): Update to 0.21.0.
d14e5eaa — Tobias Geerinckx-Rice 8 years ago
gnu: ruby-slop: Update to 4.5.0.

* gnu/packages/ruby.scm (ruby-slop): Update to 4.5.0.
c2f93e9c — Marius Bakke 8 years ago
gnu: openjpeg: Update to 2.2.0 [security fixes].

In addition to the patches we already had (which are not mentioned in the
ChangeLog, but verified by following their respective GitHub issues) this
release also fixes CVE-2016-9112, CVE-2016-5139, CVE-2016-5152, CVE-2016-5158,
CVE-2016-5159, CVE-2016-1626 and CVE-2016-1628.

See <https://github.com/uclouvain/openjpeg/blob/v2.2.0/CHANGELOG.md> for details.

* gnu/packages/patches/openjpeg-CVE-2016-9572-CVE-2016-9573.patch,
  gnu/packages/patches/openjpeg-CVE-2016-9850-CVE-2016-9851.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
* gnu/packages/image.scm (openjpeg): Update to 2.2.0.
[source](patches): Remove.
* gnu/packages/gstreamer.scm (gst-plugins-bad)[arguments]: Add phase to patch
hard-coded openjpeg-2.1 path.
1a1558e8 — Marius Bakke 8 years ago
gnu: postgresql: Update to 9.6.4 [fixes CVE-2017-{7546,7547,7548}].

See <https://www.postgresql.org/about/news/1772/> for more information.

* gnu/packages/databases.scm (postgresql): Update to 9.6.4.
7b14c48b — Leo Famulari 8 years ago
doc: Fix typo.

* doc/guix.texi (Invoking guix pack): Fix typo.
1e07daa2 — Leo Famulari 8 years ago
gnu: mercurial: Update to 4.2.3 [fixes CVE-2017-1000116].

* gnu/packages/version-control.scm (mercurial): Update to 4.2.3.
38f8a882 — Leo Famulari 8 years ago
gnu: git: Update to 2.14.1 [fixes CVE-2017-1000117].

* gnu/packages/version-control.scm (git): Update to 2.14.1.
5993f7c4 — Leo Famulari 8 years ago
gnu: subversion: Update to 1.8.19 [fixes CVE-2017-9800].

* gnu/packages/version-control.scm (subversion): Update to 1.8.19.
[source]: Add alternate URL.
f262f446 — Oleg Pykhalov 8 years ago
gnu: Add emacs-engine-mode.

* gnu/packages/emacs.scm (emacs-engine-mode): New variable.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
783daa49 — Leo Famulari 8 years ago
gnu: libsoup: Update to 2.58.2 (fixes CVE-2017-2885).

* gnu/packages/gnome.scm (libsoup): Update to 2.58.2.
ddde3f6b — Tobias Geerinckx-Rice 8 years ago
gnu: catimg: Update to 2.4.0.

* gnu/packages/image-viewers.scm (catimg): Update to 2.4.0.
226685fa — Tobias Geerinckx-Rice 8 years ago
gnu: cppcheck: Update to 1.80.

* gnu/packages/check.scm (cppcheck): Update to 1.80.
c63b83a4 — Tobias Geerinckx-Rice 8 years ago
gnu: vdirsyncer: Update to 0.16.1.

* gnu/packages/dav.scm (vdirsyncer): Update to 0.16.1.
37b08547 — Ben Woodcroft 8 years ago
gnu: ruby-bio-commandeer: Update to 0.4.0.

* gnu/packages/ruby.scm (ruby-bio-commandeer): Update to 0.4.0.
27feda65 — Oleg Pykhalov 8 years ago
gnu: Add emacs-erc-hl-nicks.

* gnu/packages/emacs.scm (emacs-erc-hl-nicks): New variable.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
1ee879e9 — Oleg Pykhalov 8 years ago
gnu: Add emacs-gitpatch.

By the way, “gitpatch.el” says different version than release tarball.
Do I need to ask a developer?
--8<---------------cut here---------------start------------->8---
;; Author: Feng Shu <tumashu@163.com>
;; Homepage: https://github.com/tumashu/gitpatch
;; Keywords: convenience
;; Package-Requires: ((emacs "24.3"))
;; Version: 0.10
--8<---------------cut here---------------end--------------->8---

>From 9eddf07fa401468738c2f48a25e51ddef2a3ceed Mon Sep 17 00:00:00 2001
From: Oleg Pykhalov <go.wigust@gmail.com>
Date: Sat, 29 Jul 2017 14:22:48 +0300
Subject: [PATCH] gnu: Add emacs-gitpatch.

* gnu/packages/emacs.scm (emacs-gitpatch): New variable.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
a88adeb3 — Oleg Pykhalov 8 years ago
gnu: Add emacs-git-messenger.

gnu/packages/emacs.scm (emacs-git-messenger): New variable.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
10120566 — Christopher Baines 8 years ago
services: admin: Simplify the handling of the Tailon debug? option.

* gnu/services/admin.scm (tailon-configuration-file-compiler): Simplify the
  handling of debug?.
91fdc8a5 — Christopher Baines 8 years ago
services: Update the Tailon service for Tailon 1.3.0.

Tailon 1.3.0 (upgraded from 1.1.1) adds support for HTTP authentication.

* gnu/services/admin.scm (<tailon-configuration-file>): Add http-auth and
  users configuration values.
  (tailon-configuration-file-http-auth, tailon-configuration-file-users): New
  procedures.
  (tailon-configuration-file-compiler): Add support for the http-auth and
  users configuration options.
* doc/guix.texi (Monitoring Services): Document authentication for Tailon.
Next