~ruther/guix-local

5875eb73 — Ludovic Courtès 11 years ago
gnu: guix: Update to 0.8.2.

* gnu/packages/package-management.scm (guix-0.8.1): Rename to...
  (guix-0.8.2): ... this.  Update to 0.8.2.  Adjust users.
  (guix): Set to GUIX-0.8.2.
04bdcdb6 — Ludovic Courtès 11 years ago
gnu: bool: Synchronize synopsis and description with upstream.

* gnu/packages/search.scm (bool): Synchronize synopsis & description
  with GNU.
ec6b5a99 — Ludovic Courtès 11 years ago
Update NEWS.
45cbe390 — Taylan Ulrich Bayırlı/Kammer 11 years ago
gnu: guix-0.8.1: Add gnutls to propagated inputs.

* gnu/packages/package-management.scm (guix-0.8.1): Add gnutls to propagated
  inputs.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
ee5bae30 — Ludovic Courtès 11 years ago
gnu: lftp: Add alternate URL for old tarballs.

* gnu/packages/ftp.scm (lftp)[source]: Add /old alternate URL.
1eefe4a8 — Ludovic Courtès 11 years ago
gnu: Tweak a few synopses and descriptions reported by 'lint'.

* gnu/packages/haskell.scm (ghc-text)[synopsis]: Remove period.
  [description]: Two space after end-of-sentence periods.
  (ghc-http)[description]: Likewise.
* gnu/packages/image.scm (libwebp)[description]: Likewise.
* gnu/packages/libedit.scm (libedit)[description]: Likewise.
* gnu/packages/kde.scm (oxygen-icons)[synopsis]: Capitalize.
853c2f18 — Ludovic Courtès 11 years ago
gnu: e2fsprogs: Remove references to linux-libre-headers.

This removes the final linux-libre-headers and its references (including
bootstrap-binaries) from the closure.

* gnu/packages/linux.scm (e2fsprogs)[arguments]: Augment 'install-libs'
  phase to make .a files writable.
49607566 — Ludovic Courtès 11 years ago
doc: Increase package count.

* doc/guix.texi (System Installation): Increase package count.
d423ac60 — David Thompson 11 years ago
NEWS: Mention new postgresql service in 0.8.2.
6b832e4d — Ludovic Courtès 11 years ago
Update NEWS.
e1820d14 — Mark H Weaver 11 years ago
gnu: icecat: Apply fixes for CVE-2015-{0797,2708,2710,2713,2716}.

* gnu/packages/patches/icecat-CVE-2015-0797.patch,
  gnu/packages/patches/icecat-CVE-2015-2708-pt1.patch,
  gnu/packages/patches/icecat-CVE-2015-2708-pt2.patch,
  gnu/packages/patches/icecat-CVE-2015-2708-pt3.patch,
  gnu/packages/patches/icecat-CVE-2015-2708-pt4.patch,
  gnu/packages/patches/icecat-CVE-2015-2710-pt1.patch,
  gnu/packages/patches/icecat-CVE-2015-2710-pt2.patch,
  gnu/packages/patches/icecat-CVE-2015-2710-pt3.patch,
  gnu/packages/patches/icecat-CVE-2015-2713-pt1.patch,
  gnu/packages/patches/icecat-CVE-2015-2713-pt2.patch,
  gnu/packages/patches/icecat-CVE-2015-2716.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them.
* gnu/packages/gnuzilla.scm (icecat): Add patches.
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.
Next