~ruther/guix-local

d7cbc91d — Mark H Weaver 11 years ago
gnu: sharutils: Correct source hash.

This is a followup to 512da657d747ab157f8ca49442e67bd7452ba676.

* gnu/packages/compression.scm (sharutils): Correct source hash.
512da657 — Mark H Weaver 11 years ago
gnu: sharutils: Update to 4.15.1.

* gnu/packages/compression.scm (sharutils): Update to 4.15.1.
fb8ebb83 — Mark H Weaver 11 years ago
gnu: autogen: Update to 5.18.5.

* gnu/packages/autogen.scm (autogen): Update to 5.18.5.  Add pkg-config to
  native-inputs.
e736cfce — Mark H Weaver 11 years ago
gnu: gnubik: Update to 2.4.2.

* gnu/packages/games.scm (gnubik): Update to 2.4.2.
19595c08 — Mark H Weaver 11 years ago
gnu: gnupg: Update to 2.1.4.

* gnu/packages/gnupg.scm (gnupg): Update to 2.1.4.
1e61e22f — Taylan Ulrich Bayırlı/Kammer 11 years ago
gnu: Add miredo.

* gnu/packages/networking.scm (miredo): New variable.
9e2292ef — Ludovic Courtès 11 years ago
publish: Add '--listen'.

* guix/scripts/publish.scm (show-help, %options): Add --listen.
  (getaddrinfo*): New procedure.
  (%default-options): Add 'address'.
  (open-server-socket): Replace 'addr' and 'port' with 'address', a
  sockaddr.
  (guix-publish): Adjust accordingly.  Augment "publishing" message with
  the actual address.
* doc/guix.texi (Invoking guix publish): Document it.
083b54b7 — Ludovic Courtès 11 years ago
gnu: inetutils: Update to 1.9.3.

* gnu/packages/patches/inetutils-syslogd.patch: Remove.
* gnu-system.am (dist_patch_DATA): Adjust accordingly.
* gnu/packages/admin.scm (inetutils): Bump to 1.9.3.
  [source]: Remove patch.
  [native-inputs]: Remove.
5463fe51 — Ludovic Courtès 11 years ago
publish: Add '--user' option.

* guix/scripts/publish.scm (show-help): Add --user.
  (%options): Likewise.
  (run-publish-server): Change 'port' parameter to 'socket'.  Pass
  #:socket instead of #:addr and #:port to 'run-server'.  Update caller
  accordingly.
  (open-server-socket, gather-user-privileges): New procedures.
  (guix-publish): Use them.  Force %PRIVATE-KEY and %PUBLIC-KEY early
  on.  Warn when running as root.
* doc/guix.texi (Invoking guix publish): Document --user.
6ad2e17e — Eric Bavier 11 years ago
gnu: Add bool.

* gnu/packages/search.scm (bool): New variable.
1600544a — Mark H Weaver 11 years ago
gnu: icu4c: Update to 55.1.

* gnu/packages/icu4c.scm (icu4c): Update to 55.1.
4cbaf2ab — Ricardo Wurmus 11 years ago
gnu: icedtea6: Add target-dependent include directory to CPATH.

* gnu/packages/java.scm (gcj-4.8)[arguments]: Add target-dependent GCJ include
  directory to CPATH environment variable.
73b6cf42 — 宋文武 11 years ago
gnu: gnome-icon-theme: Move GTK+ and icon-naming-utils to 'native-inputs'.

* gnu/packages/gnome.scm (gnome-icon-theme): Move inputs to native-inputs.
b32f58dd — 宋文武 11 years ago
gnu: gnome-icon-theme: Update to 3.12.0.

* gnu/packages/gnome.scm (gnome-icon-theme): Update to 3.12.0.
8ce229fc — Ludovic Courtès 11 years ago
doc: Make 'guix publish' more visible.

* doc/guix.texi (Substitutes): Add xref to "Invoking guix publish".
  (Invoking guix publish): Add xref to "Substitutes".  Explain what
  Hydra is.
4705641f — Ludovic Courtès 11 years ago
doc: "GSD" -> "GuixSD".

* doc/guix.texi: Replace "GSD" with "GuixSD".
ae806096 — Ludovic Courtès 11 years ago
doc: Use @indicateurl where appropriate.

* doc/guix.texi (Binary Installation, Invoking guix-daemon, System
  Installation): Use @indicateurl instead of @code where appropriate.
b599e9eb — Mark H Weaver 11 years ago
install: desktop.tmpl: Add "netdev" to the user's supplementary groups.

* gnu/system/examples/desktop.tmpl: Add "netdev" to the user's supplementary
  groups.
efb5e833 — Ludovic Courtès 11 years ago
doc: Document X.509 certificates.

* doc/guix.texi (Using the Configuration System): Add xref to "X.509
  Certificates".
  (X.509 Certificates): New section.
* gnu/system/examples/desktop.tmpl: Use NSS-CERTS.
1303a4a4 — Ludovic Courtès 11 years ago
daemon: Fix possible use-after-free.

This is essentially a backport of
<https://github.com/NixOS/nix/commit/f52b6c944e90b3e35925122779175705fdc02e12>
by Eelco Dolstra <eelco.dolstra@logicblox.com>.

The use-after-free bug would typically manifest when building with
GCC 5.1.
Next