~ruther/guix-local

208abeca — Alex Griffin 8 years ago
gnu: font-iosevka: Update to 1.12.5.

* gnu/packages/fonts.scm (font-iosevka): Update to 1.12.5.  Re-indent.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
406c46e2 — Alex Griffin 8 years ago
gnu: font-go: Update to 20170330-1.f03a046.

* gnu/packages/fonts.scm (font-go): Update to 20170330-1.f03a046.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
d5fa2777 — Ethan R. Jones 8 years ago
gnu: Add mediainfo.

* gnu/packages/video.scm (mediainfo): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
e0c40707 — Ethan R. Jones 8 years ago
gnu: Add libmediainfo

* gnu/packages/video.scm (libmediainfo): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
17ce0d45 — Ethan R. Jones 8 years ago
gnu: Add libzen.

* gnu/local.mk (GNU_SYSTEM_MODULES): Add new file.
* gnu/packages/cpp.scm (libzen): New varible.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3e894917 — Ludovic Courtès 8 years ago
tests: Fix race condition in 'container-excursion*' test.

* tests/containers.scm ("container-excursion*"): Move (namespace pid)
call before (kill pid SIGKILL).
bbc41679 — Tobias Geerinckx-Rice 8 years ago
gnu: dovecot: Update to 2.2.30.1.

* gnu/packages/mail.scm (dovecot): Update to 2.2.30.1.
ae44ebb9 — Ricardo Wurmus 8 years ago
gnu: synfigstudio: Fix crash on opening files.

* gnu/packages/animation.scm (synfigstudio)[arguments]: Add "wrap-program"
phase.
b0415c03 — Leo Famulari 8 years ago
gnu: openldap: Fix CVE-2017-9287.

* gnu/packages/patches/openldap-CVE-2017-9287.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/openldap.scm (openldap)[replacement]: New field.
(openldap/fixed): New variable.
8e33bc18 — Tobias Geerinckx-Rice 8 years ago
gnu: dovecot: Update to 2.2.30.

* gnu/packages/mail.scm (dovecot): Update to 2.2.30.
6b7f1b6c — Marius Bakke 8 years ago
gnu: sudo: Unbundle zlib.

* gnu/packages/admin.scm (sudo)[source]: Add 'snippet'.
[inputs]: Add ZLIB.
cab1c117 — Marius Bakke 8 years ago
gnu: Add xsel.

* gnu/packages/xdisorg.scm (xsel): New variable.
6e82fb2c — Leo Famulari 8 years ago
gnu: graphicsmagick: Remove bundled libraries from source checkout.

Fixes <https://bugs.gnu.org/27120>.

* gnu/packages/imagemagick.scm (graphicsmagick)[source]: Add a snippet
to delete bundled libraries.
[version]: Bump the package revision counter to 3.
ed2b7cb2 — André Miranda 8 years ago
gnu: Add 'git-remote-gcrypt' package

* gnu/packages/version-control.scm (git-remote-gcrypt): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
f0a0b58b — Ludovic Courtès 8 years ago
daemon: Report hash mismatches in a cleaner way.

Suggested by Hartmut Goebel.

* nix/libstore/build.cc (DerivationGoal::registerOutputs): Report hash
mismatches on 3 lines for clarity.
(SubstitutionGoal::finished): Likewise.
a88d41d1 — Christopher Baines 8 years ago
doc: Move the NGinx service configuration documentation together.

* doc/guix.texi (Web Services): Add documentation for
  nginx-upstream-configuration and nginx-location-configuration.
  (VPN Services): Remove documentation for nginx-upstream-configuration and
  nginx-location-configuration.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
41db5a75 — Ludovic Courtès 8 years ago
activation: Change permissions on /root to #o700.

Reported by Alex Griffin <a@ajgrf.com>.
Fixes <http://bugs.gnu.org/27135>.

* gnu/build/activation.scm (add-user): When UID is zero, add 'chmod'
call.
* gnu/tests/base.scm (run-basic-test)["permissions on /root"]: New test.
151cb973 — Christopher Baines 8 years ago
git-download: Fix 'git-predicate' to use absolute paths.

git ls-files will return paths relative to the repository directory. This
commit prepends the repository directory to those paths when calling lstat,
such that 'git-predicate' works if the current working directory is not the
repository directory.

* guix/git-download.scm (git-predicate): Prepend repository directory to the
  file path when calling lstat.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
294739b5 — Ricardo Wurmus 8 years ago
gnu: libntlm: Update to 1.4.

* gnu/packages/gsasl.scm (libntlm): Update to 1.4.
eea879d7 — Marius Bakke 8 years ago
gnu: sudo: Update to 1.8.20p1 [fixes CVE-2017-1000367].

* gnu/packages/admin.scm (sudo): Update to 1.8.20p1.
Next