~ruther/guix-local

50beb63b — Efraim Flashner 10 years ago
gnu: fribidi: Update to 0.19.7.

* gnu/packages/fribidi.scm (fribidi): Update to 0.19.7.
992b527d — Efraim Flashner 10 years ago
gnu: alsa-utils: Update to 1.1.0.

* gnu/packages/linux.scm (alsa-utils): Update to 1.1.0.
138e7697 — Ricardo Wurmus 10 years ago
gnu: zynaddsubfx: Update to 2.5.3.

* gnu/packages/music.scm (zynaddsubfx): Update to 2.5.3.
a2a06c51 — Leo Famulari 10 years ago
gnu: htop: Update to 2.0.0.

* gnu/packages/admin.scm (htop): Update to 2.0.0.
8a75c589 — Al McElrath 10 years ago
gnu: Add notmuch-addrlookup-c.

* gnu/packages/mail.scm (notmuch-addrlookup-c): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
dedb8d5e — Ludovic Courtès 10 years ago
doc: Provide more details about system installation.

* doc/guix.texi (System Installation): Turn all subsections into
individual nodes.
(Limitations): Update the number of packages.
(Preparing for Installation)[Keyboard Layout, Networking, Disk
Partitionning]: New subsections.  Move the 'cow-store' thing to...
(Proceeding with the Installation): ... here.  Describe things in more
detail.
(Base Services): Add index entry for "keyboard layout".

Co-authored-by: Petter <petter@mykolab.ch>.
c96ba2cf — Ludovic Courtès 10 years ago
install: Do not cache lookup failures.

Possibly fixes <http://bugs.gnu.org/22209>.

* gnu/system/install.scm (%nscd-minimal-caches)[negative-time-to-live]:
Set to zero.
8823ed4e — Leo Famulari 10 years ago
gnu: Fix syntax error in postgresql-service.

Fixes <http://bugs.gnu.org/22618>.
Reported by Danny Milosavljevic <dannym@scratchpost.org>.

* gnu/services/databases.scm (%default-postgres-config): Add missing
quote in default configuration.
16114c34 — Mark H Weaver 10 years ago
gnu: mit-krb5: Update to 1.13.3; add fixes for CVE-2015-{8629,8630,8631}.

* gnu/packages/patches/mit-krb5-CVE-2015-2695-pt1.patch,
  gnu/packages/patches/mit-krb5-CVE-2015-2695-pt2.patch,
  gnu/packages/patches/mit-krb5-CVE-2015-2696.patch,
  gnu/packages/patches/mit-krb5-CVE-2015-2697.patch,
  gnu/packages/patches/mit-krb5-CVE-2015-2698-pt1.patch,
  gnu/packages/patches/mit-krb5-CVE-2015-2698-pt2.patch: Delete files.
* gnu/packages/patches/mit-krb5-CVE-2015-8629.patch,
  gnu/packages/patches/mit-krb5-CVE-2015-8630.patch,
  gnu/packages/patches/mit-krb5-CVE-2015-8631.patch,
  gnu/packages/patches/mit-krb5-init-context-null-spnego.patch: New files.
* gnu-system.am (dist_patch_DATA): Adjust accordingly.
* gnu/packages/mit-krb5.scm (mit-krb5): Update to 1.13.3.
  [source]: Update URI to download conventional .tar.gz file.  Add patches.
  [native-inputs]: Remove old patches-as-inputs.
  [arguments]: Remove hacks needed to cope with the older unconventional
  tarball that contained an inner source tarball and signature: Remove
  #:modules argument, and the custom 'unpack' and 'apply-patches' phases.
42395bf5 — Mark H Weaver 10 years ago
gnu: nettle: Update to 3.2 [fixes CVE-2015-{8803,8804,8805}].

* gnu/packages/nettle.scm (nettle): Update to 3.2.
4ecbf6d2 — Ludovic Courtès 10 years ago
gnu: haunt: Wrap 'haunt' command so that it finds its modules.

* gnu/packages/guile.scm (haunt)[arguments]: New field.
f5582b2c — Ludovic Courtès 10 years ago
system: Selected locale is automatically built.

Fixes <http://bugs.gnu.org/22572>.
Reported by Mark H Weaver <mhw@netris.org>.

* gnu/system/locale.scm (%not-dot): New variable.
(denormalize-codeset, locale-name->definition): New procedures.
* gnu/system.scm (locale-name->definition*): New procedure.
(operating-system-locale-directory): Instead of raising an error, add
the missing locale.
* doc/guix.texi (Locales): Adjust accordingly.
32e16112 — Alex Kost 10 years ago
gnu: emacs-debbugs: Update to 0.9.

* gnu/packages/emacs.scm (emacs-debbugs): Update to 0.9.
[propagated-inputs]: Add 'emacs-async'.
b654de6d — Alex Kost 10 years ago
gnu: Add emacs-async.

* gnu/packages/emacs.scm (emacs-async): New variable.
3db5ed11 — Alex Kost 10 years ago
gnu: magit: Update to 2.5.0.

* gnu/packages/emacs.scm (magit): Update to 2.5.0.
[propagated-inputs]: Add 'emacs-with-editor'.
[arguments]: Make with WITH_EDITOR_DIR.
2b0e4300 — Alex Kost 10 years ago
gnu: Add emacs-with-editor.

* gnu/packages/emacs.scm (emacs-with-editor): New variable.
2c04e2ee — Alex Kost 10 years ago
emacs: 'C-u M-x guix-edit' prompts for directory.

* emacs/guix-base.el (guix-read-directory): New procedure.
(guix-find-location, guix-edit): Add optional 'directory' argument.
* emacs/guix-ui-package.el (guix-package-list-edit)
(guix-output-list-edit): Likewise.
* doc/emacs.texi (Emacs Commands): Mention "C-u".
f1957fc1 — Pjotr Prins 10 years ago
gnu: Add munge.

* gnu/packages/admin.scm (munge): New variable.
9bee9d87 — Leo Famulari 10 years ago
gnu: acme: Disable egg compression.

* gnu/packages/python.scm (acme)[arguments]: Add
'disable-egg-compression' phase.
0c7320dc — Leo Famulari 10 years ago
gnu: letsencrypt and acme: Update to 0.3.0.

These packages should be updated together.

* gnu/packages/tls.scm (letsencrypt): Update to 0.3.0.
(acme): Update to 0.3.0.
Next