~ruther/guix-local

c32d02fe — 宋文武 9 years ago
services: Add openvswitch-service-type.

* gnu/services/networking.scm (<openvswitch-configuration>): New record type.
(openvswitch-activation, openvswitch-shepherd-service): New procedures.
(openvswitch-service-type): New variable.
* doc/guix.texi (Networking Services): Document it.
92ac2cff — 宋文武 9 years ago
gnu: Add openvswitch.

* gnu/packages/networking.scm (openvswitch): New variable.
4406b6aa — Leo Famulari 9 years ago
gnu: irssi: Update to 1.0.1.

* gnu/packages/irc.scm (irssi): Update to 1.0.1.
a1a8b7f2 — Ludovic Courtès 9 years ago
tests: Relax test on utmpx entries.

Partly fixes <http://bugs.gnu.org/25476>.
Reported by Paul Garlick <pgarlick@tourbillion-technology.com>.

* tests/syscalls.scm ("utmpx-entries"): Check whether ENTRY is of type
'BOOT_TIME', in which case PID may be 0.
bd233722 — Ludovic Courtès 9 years ago
gnu: Add Guile-Git.

* gnu/packages/guile.scm (guile-git): New variable.
413f71f3 — Ludovic Courtès 9 years ago
gnu: libgit2: Propagate openssl and zlib.

* gnu/packages/version-control.scm (libgit2)[inputs]: Move OPENSSL
to...
[propagated-inputs]: ... here.  New field.
71e0f217 — Ludovic Courtès 9 years ago
gnu: Use 'license:' prefix in (gnu packages guile).

* gnu/packages/guile.scm: Import (guix licenses) with the 'license:'
prefix.
26653538 — Marius Bakke 9 years ago
gnu: gtk-vnc: Update to 0.7.0 [fixes CVE-2017-{5884,5885}].

* gnu/packages/gnome.scm (gtk-vnc): Update to 0.7.0.
f057755e — Marius Bakke 9 years ago
gnu: spice-gtk: Update to 0.33.

* gnu/packages/spice.scm (spice-gtk): Update to 0.33.
[source, home-page]: Use HTTPS.
5e569d5c — Marius Bakke 9 years ago
gnu: spice-protocol: Update to 0.12.12.

* gnu/packages/spice.scm (spice-protocol): Update to 0.12.12.
[source, home-page]: Use HTTPS.
ae953ead — Marius Bakke 9 years ago
gnu: spice: Fix CVE-2016-9577 and CVE-2016-9578.

* gnu/packages/patches/spice-CVE-2016-9577.patch,
  gnu/packages/patches/spice-CVE-2016-9578-1.patch,
  gnu/packages/patches/spice-CVE-2016-9578-2.patch: New files.
* gnu/local.mk (dist_patch_DATA): Register them.
* gnu/packages/spice.scm (spice)[source]: Use them.
dcb550e5 — Carolili 9 years ago
gnu: slurm: Update to 16.05.9.1.

 * gnu/packages/parallel.scm (slurm): Update to 16.05.9.1.
 * gnu/packages/patches/slurm-configure-remove-nonfree-contribs.patch:
Removing two contribs which are added in the new version.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
gnu: shadow: Update to 4.4.

* gnu/packages/admin.scm (shadow): Update to 4.4.
[source]: Adjust URL.
* gnu/packages/patches/shadow-4.4-su-snprintf-fix.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add patch.

Signed-off-by: Leo Famulari <leo@famulari.name>
gnu: shadow: Use 'modify-phases'.

* gnu/packages/admin.scm (shadow): Use 'modify-phases'.
c6b6a74e — Danny Milosavljevic 9 years ago
gnu: python-pyodbc-c: Update to 3.1.4.

* gnu/packages/databases.scm (python-pyodbc-c): Update to 3.1.4.
gnu: Add sedsed.

* gnu/packages/admin.scm (sedsed): New variable.

Signed-off-by: Kei Kebreau <kei@openmailbox.org>
340f9b9f — Ludovic Courtès 9 years ago
gnu: librstp: Allow tests to run.

Fixes <http://bugs.gnu.org/25669>.
Reported by Maxim Cournoyer <maxim.cournoyer@gmail.com>.

Before that, the sender process in test/rtpw_test.sh would try to read
words from the parent directory, and thus it would return almost
immediately (as if it had read an empty file, no error).

* gnu/packages/telephony.scm (libsrtp)[inputs]: Add PSMISC.
[arguments]: In 'patch-dictionary-location' phase, set the name of the
'FAQ' file rather than the name of its parent directory.
533bc514 — Clément Lassieur 9 years ago
tests: Add 'prosody-service-type' test.

* gnu/tests/messaging.scm: New file.
* gnu/services/messaging.scm: New exported procedure.
  (<shepherd-service>)[provision]: Add 'xmpp-daemon'.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
8b20a4d1 — Marius Bakke 9 years ago
gnu: virglrenderer: Update to 0.6.0 [security fixes].

Fixes CVE-2016-{10163,10214} and CVE-2017-{5580,5937}.

* gnu/packages/spice.scm (virglrenderer): Update to 0.6.0.
2737bcff — Christopher Allan Webber 9 years ago
gnu: Add guile2.2-gdbm-ffi.

* gnu/packages/guile.scm (guile2.2-gdbm-ffi): New variable.
Next