~ruther/guix-local

ref: 1b9d4e2e204877f152e595283dc3220208e8c8a0 guix-local/gnu d---------
1b9d4e2e — Ben Woodcroft 10 years ago
gnu: ruby-nokogiri: Upgrade to 1.6.7.1.

* gnu/packages/ruby.scm (ruby-nokogiri): Upgrade to 1.6.7.1.
d000fc92 — Ben Woodcroft 10 years ago
gnu: Add ruby-mini-portile-2.

* gnu/packages/ruby.scm (ruby-mini-portile-2): New variable.
4de7aede — Ricardo Wurmus 10 years ago
gnu: icedtea7: Update to 2.6.3.

* gnu/packages/java.scm (icedtea7): Update to 2.6.3.
e7173df8 — Ricardo Wurmus 10 years ago
gnu: icedtea6: Update to 1.13.9.

* gnu/packages/java.scm (icedtea6): Update to 1.13.9.
a9257a87 — Efraim Flashner 10 years ago
gnu: libmicrohttpd: Update to 0.9.48.

* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.48.
0877ef43 — Efraim Flashner 10 years ago
gnu: parallel: Update to 20151222.

* gnu/packages/parallel.scm (parallel): Update to 20151222.
419fa59b — Efraim Flashner 10 years ago
gnu: sipwitch: Update to 1.9.15.

* gnu/packages/telephony.scm (sipwitch): Update to 1.9.15.
99e6f9c8 — Efraim Flashner 10 years ago
gnu: ucommon: Update to 7.0.0.

* gnu/packages/telephony.scm (ucommon): Update to 7.0.0.
[inputs]: Add gnutls.
e54465ff — Mark H Weaver 10 years ago
gnu: isc-dhcp: Disable parallel build.

* gnu/packages/admin.scm (isc-dhcp)[arguments]: Disable parallel build.
6548b1e1 — Mark H Weaver 10 years ago
gnu: isc-dhcp: Update to 4.3.3; update bundled bind to 9.9.8-P2.

Fixes CVE-2015-8000 and CVE-2015-8461.

* gnu/packages/admin.scm (isc-dhcp): Update to 4.3.3.
  [inputs]: Add 'bind-source-tarball'.
  [arguments]: Use modify-phases.  Add 'replace-bundled-bind' phase.
  In 'post-configure' phase, avoid hard-coding version numbers of
  bundled bind.
f9a5b188 — Mark H Weaver 10 years ago
gnu: bind-utils: Update to 9.10.3-P2.

* gnu/packages/dns.scm (bind-utils): Update to 9.10.3-P2.
  [source]: Use HTTP URI instead of FTP.
ab64483f — Ludovic Courtès 10 years ago
file-systems: The 'device' field can be a UUID (bytevector).

Previously a wrong-type-arg error would be raised when a file system
with a UUID (bytevector) field was encountered.

* gnu/system.scm (other-file-system-services)[device-mappings]: Check
whether FS's device is a string.
be21979d — Ludovic Courtès 10 years ago
file-systems: Add a 'mount?' field.

Fixes <http://bugs.gnu.org/22176>.
Reported by Florian Paul Schmidt <mista.tapas@gmx.net>.

* gnu/system/file-systems.scm (<file-system>)[mount?]: New field.
(file-system->spec): Adjust accordingly.
* gnu/services/base.scm (file-system-dmd-service): Return the empty list
when FILE-SYSTEM has 'mount?' set to false.
(user-processes-service): Select the subset of FILE-SYSTEMS that matches
'file-system-mount?'.
* doc/guix.texi (File Systems): Document it.
e43e84ba — Ludovic Courtès 10 years ago
services: Add 'fstab-service-type'.

* gnu/services/base.scm (file-system->fstab-entry)
(file-systems->fstab): New procedures.
(fstab-service-type): New variable.
* gnu/services/base.scm (file-system-dmd-service): New procedure, taken
from...
(file-system-service-type): ... here.
* gnu/system.scm (essential-services): Add FSTAB-SERVICE-TYPE instance.
8e92cfb1 — Ricardo Wurmus 10 years ago
gnu: Add vmpk.

* gnu/packages/music.scm (vmpk): New variable.
bf76d780 — Ricardo Wurmus 10 years ago
gnu: Add drumstick.

* gnu/packages/music.scm (drumstick): New variable.
ef900645 — Leo Famulari 10 years ago
gnu: letsencrypt and acme: Update to 0.1.1.

These packages should be updated together.

* gnu/packages/tls.scm (letsencrypt): Update to 0.1.1.
[source]: Use pypi-uri.
* gnu/packages/tls.scm (acme): Update to 0.1.1.
[source]: Use pypi-uri.
70498966 — Efraim Flashner 10 years ago
gnu: ffmpeg: Update to 2.8.4.

* gnu/packages/video.scm (ffmpeg): Update to 2.8.4.
d12717cb — Leo Famulari 10 years ago
doc: Be more explicit in example of file-systems configuration.

* gnu/system/examples/bare-bones.tmpl (file-systems): Change device
label.
* gnu/system/examples/desktop.tmpl (file-systems): Likewise.
f0150f87 — Leo Famulari 10 years ago
gnu: grub: Add fix for CVE-2015-8730.

* gnu/packages/patches/grub-CVE-2015-8370.patch: New file.
* gnu-system.am (dist_patch_DATA): Register patch.
* gnu/packages/grub.scm: Apply patch.
Next