~ruther/guix-local

602f54f4 — Ricardo Wurmus 8 years ago
gnu: java-jnacl: Use invoke.

* gnu/packages/java.scm (java-jnacl)[arguments]: Use "invoke".
f201b18e — Ricardo Wurmus 8 years ago
gnu: Add java-ecj-3.5.

* gnu/packages/java.scm (java-ecj-3.5): New variable.
c1cb8576 — Ricardo Wurmus 8 years ago
gnu: Add java-ecj-3.

* gnu/packages/java.scm (java-ecj-3): New variable.
9d43579f — Tobias Geerinckx-Rice 8 years ago
gnu: dovecot: Update to 2.3.0.1 [fixes CVE-2017-14461].

* gnu/packages/mail.scm (dovecot): Update to 2.3.0.1.
[source]: Remove upstreamed patch.
* gnu/packages/patches/dovecot-CVE-2017-15132.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
4321aeb6 — Tobias Geerinckx-Rice 8 years ago
gnu: html-xml-utils: Update to 7.6.

* gnu/packages/xml.scm (html-xml-utils): Update to 7.6.
0828bd82 — Tobias Geerinckx-Rice 8 years ago
gnu: libftdi: Update to 1.4.

* gnu/packages/libftdi.scm (libftdi): Update to 1.4.
30bbb86a — Tobias Geerinckx-Rice 8 years ago
gnu: git-remote-gcrypt: Update to 1.0.2.

* gnu/packages/version-control.scm (git-remote-gcrypt): Update to 1.0.2.
aa08ab38 — Tobias Geerinckx-Rice 8 years ago
gnu: dropbear: Update to 2018.76.

* gnu/packages/ssh.scm (dropbear): Update to 2018.76.
649eb8b5 — Konrad Hinsen 8 years ago
gnu: Add sala.

* gnu/packages/password-utils.scm (sala): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3c14e7e6 — Ludovic Courtès 8 years ago
linux-modules: Use 'load-linux-module/fd'.

This should be more efficient than loading the whole thing in user space.

* gnu/build/linux-modules.scm (load-linux-module*): Use
'load-linux-module/fd' instead of 'load-linux-module'.  Remove 'slurp'.
4c853b7c — Ludovic Courtès 8 years ago
gnu: guile-static-stripped: Add 'finit_module' wrapper.

* gnu/packages/patches/guile-linux-syscalls.patch: Add
'load-linux-module/fd' procedure.
63e48300 — Ludovic Courtès 8 years ago
gnu: guile-static-stripped: Remove dependency on bash-minimal.

Previously guile-static-stripped, which is embedded in the initrd, would
depend on 'bash-minimal' and 'glibc'; the closure size was 77 MiB.  Now
the closure size is down to 45.7 MiB.

Reported by Danny Milosavljevic <dannym@scratchpost.org> in
<https://lists.gnu.org/archive/html/guix-devel/2018-02/msg00505.html>.

* gnu/packages/make-bootstrap.scm (%guile-static): Remove the
'pre-configure' phase.
(%guile-static-stripped)[arguments]: Add #:allowed-references.
29760251 — Ludovic Courtès 8 years ago
build-system/trivial: Add support for #:allowed-references.

* guix/build-system/trivial.scm (lower): Add #:allowed-references and
keep it in the 'arguments' field.
(trivial-build): Add #:allowed-references.  Add
'canonicalize-reference'.  Pass #:allowed-references to
'build-expression->derivation'.
(trivial-cross-build): Likewise.
* tests/packages.scm ("trivial with #:allowed-references"): New test.
bcc65510 — Efraim Flashner 8 years ago
gnu: ccl: Patch absolute file-name.

* gnu/packages/lisp.scm (ccl)[arguments]: In 'pre-build add substitution
for /bin/pwd.
da1b30bd — Efraim Flashner 8 years ago
gnu: keepassxc: Enable various plugins.

* gnu/packages/password-utils.scm (keepassxc)[arguments]: Add
configure-flags to enable favicons, browser integration and ssh-agent.
[inputs]: Add curl, libsodium.
3374dcc7 — Efraim Flashner 8 years ago
gnu: keepassxc: Update to 2.3.0.

* gnu/packages/password-utils.scm (keepassxc): Update to 2.3.0.
53453d7a — Marius Bakke 8 years ago
gnu: wavpack: Fix CVE-2018-6767.

* gnu/packages/patches/wavpack-CVE-2018-6767.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/audio.scm (wavpack)[source](patches): Add it.
6b3ee23b — Marius Bakke 8 years ago
gnu: ldb: Update to 1.3.2.

* gnu/packages/samba.scm (ldb): Update to 1.3.2.
954b6771 — Marius Bakke 8 years ago
gnu: p11-kit: Update to 0.23.10.

* gnu/packages/tls.scm (p11-kit): Update to 0.23.10.
f03ec1e5 — Marius Bakke 8 years ago
gnu: feh: Update to 2.24.

* gnu/packages/image-viewers.scm (feh): Update to 2.24.
Next