| Commit message (Expand) | Author | Age |
* | gnu: Fix Borg crashes with Python msgpack > 0.5•••The Python msgpack library changed its name, but borg (and possibly
other packages) still uses the old name.
Fixes <https://bugs.gnu.org/30662>.
* gnu/packages/python.scm (python-msgpack-transitional): New variable.
* gnu/packages/backup.scm (borg)[inputs]: Use it.
| Leo Famulari | 2018-02-28 |
* | gnu: Remove duplicate definition of emacs-esxml.•••* gnu/packages/emacs.scm (emacs-esxml): Remove.
| Ricardo Wurmus | 2018-02-28 |
* | gnu: Remove emacs-nov.•••The package already exists with the name "emacs-nov-el".
* gnu/packages/emacs.scm (emacs-nov): Remove.
| Ricardo Wurmus | 2018-02-28 |
* | gnu: java-bouncycastle-bcpkix: Use invoke.•••* gnu/packages/java.scm (java-bouncycastle-bcpkix)[arguments]: Use invoke.
| Ricardo Wurmus | 2018-02-28 |
* | gnu: java-bouncycastle-bcprov: Use invoke.•••* gnu/packages/java.scm (java-bouncycastle-bcprov)[arguments]: Use invoke.
| Ricardo Wurmus | 2018-02-28 |
* | gnu: java-lz4: Use invoke.•••* gnu/packages/java.scm (java-lz4)[arguments]: Use invoke.
| Ricardo Wurmus | 2018-02-28 |
* | gnu: antlr3-3.1: Remove version from package name.•••* gnu/packages/java.scm (antlr3-3.1)[name]: Remove.
[arguments]: Adjust accordingly.
| Ricardo Wurmus | 2018-02-28 |
* | gnu: antlr3-3.1: Use invoke.•••* gnu/packages/java.scm (antlr3-3.1)[arguments]: Use invoke.
| Ricardo Wurmus | 2018-02-28 |
* | gnu: java-jansi-native: Simplify.•••* gnu/packages/java.scm (java-jansi-native)[arguments]: Use "invoke"; remove
useless "mkdir-p".
| Ricardo Wurmus | 2018-02-28 |
* | gnu: java-jansi-native: Fix description.•••* gnu/packages/java.scm (java-jansi-native)[description]: Replace placeholder
text with an actual description.
| Ricardo Wurmus | 2018-02-28 |
* | gnu: java-hawtjni: Simplify build phases.•••* gnu/packages/java.scm (java-hawtjni)[arguments]: Use "invoke" instead of
"system*"; use "install-file" instead of "mkdir-p" and "copy-file".
| Ricardo Wurmus | 2018-02-28 |
* | gnu: java-commons-jexl-2: Use invoke.•••* gnu/packages/java.scm (java-commons-jexl-2)[arguments]: Use invoke.
| Ricardo Wurmus | 2018-02-28 |
* | gnu: java-jnacl: Do not prefix jar with "java-".•••* gnu/packages/java.scm (java-jnacl)[arguments]: Rename jar to "jnacl.jar".
| Ricardo Wurmus | 2018-02-28 |
* | gnu: java-jnacl: Update to 0.1.0-2.094e819.•••* gnu/packages/java.scm (java-jnacl): Update to 0.1.0-2.094e819.
| Ricardo Wurmus | 2018-02-28 |
* | gnu: java-jnacl: Simplify build phase.•••* gnu/packages/java.scm (java-jnacl)[arguments]: Simplify "fix-tests" phase.
| Ricardo Wurmus | 2018-02-28 |
* | gnu: java-jnacl: Correct license.•••* gnu/packages/java.scm (java-jnacl)[license]: Change to BSD-2.
| Ricardo Wurmus | 2018-02-28 |
* | gnu: java-jnacl: Use invoke.•••* gnu/packages/java.scm (java-jnacl)[arguments]: Use "invoke".
| Ricardo Wurmus | 2018-02-28 |
* | gnu: Add java-ecj-3.5.•••* gnu/packages/java.scm (java-ecj-3.5): New variable.
| Ricardo Wurmus | 2018-02-28 |
* | gnu: Add java-ecj-3.•••* gnu/packages/java.scm (java-ecj-3): New variable.
| Ricardo Wurmus | 2018-02-28 |
* | 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.
| Tobias Geerinckx-Rice | 2018-02-28 |
* | gnu: html-xml-utils: Update to 7.6.•••* gnu/packages/xml.scm (html-xml-utils): Update to 7.6.
| Tobias Geerinckx-Rice | 2018-02-28 |
* | gnu: libftdi: Update to 1.4.•••* gnu/packages/libftdi.scm (libftdi): Update to 1.4.
| Tobias Geerinckx-Rice | 2018-02-28 |
* | gnu: git-remote-gcrypt: Update to 1.0.2.•••* gnu/packages/version-control.scm (git-remote-gcrypt): Update to 1.0.2.
| Tobias Geerinckx-Rice | 2018-02-28 |
* | gnu: dropbear: Update to 2018.76.•••* gnu/packages/ssh.scm (dropbear): Update to 2018.76.
| Tobias Geerinckx-Rice | 2018-02-28 |
* | gnu: Add sala.•••* gnu/packages/password-utils.scm (sala): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Konrad Hinsen | 2018-02-28 |
* | 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'.
| Ludovic Courtès | 2018-02-28 |
* | gnu: guile-static-stripped: Add 'finit_module' wrapper.•••* gnu/packages/patches/guile-linux-syscalls.patch: Add
'load-linux-module/fd' procedure.
| Ludovic Courtès | 2018-02-28 |
* | 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.
| Ludovic Courtès | 2018-02-28 |
* | 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.
| Ludovic Courtès | 2018-02-28 |
* | gnu: ccl: Patch absolute file-name.•••* gnu/packages/lisp.scm (ccl)[arguments]: In 'pre-build add substitution
for /bin/pwd.
| Efraim Flashner | 2018-02-28 |
* | 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.
| Efraim Flashner | 2018-02-28 |
* | gnu: keepassxc: Update to 2.3.0.•••* gnu/packages/password-utils.scm (keepassxc): Update to 2.3.0.
| Efraim Flashner | 2018-02-28 |
* | 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.
| Marius Bakke | 2018-02-28 |
* | gnu: ldb: Update to 1.3.2.•••* gnu/packages/samba.scm (ldb): Update to 1.3.2.
| Marius Bakke | 2018-02-28 |
* | gnu: p11-kit: Update to 0.23.10.•••* gnu/packages/tls.scm (p11-kit): Update to 0.23.10.
| Marius Bakke | 2018-02-28 |
* | gnu: feh: Update to 2.24.•••* gnu/packages/image-viewers.scm (feh): Update to 2.24.
| Marius Bakke | 2018-02-28 |
* | gnu: Add youtube-viewer.•••* gnu/packages/video.scm (youtube-viewer): New public variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Alex Vong | 2018-02-28 |
* | gnu: Add perl-gtk2.•••* gnu/packages/gtk.scm (perl-gtk2): New public variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Alex Vong | 2018-02-28 |
* | gnu: Add perl-pango.•••* gnu/packages/gtk.scm (perl-pango): New public variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Alex Vong | 2018-02-28 |
* | gnu: Add perl-glib.•••* gnu/packages/glib.scm (perl-glib): New public variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Alex Vong | 2018-02-28 |
* | gnu: Add perl-cairo.•••* gnu/packages/gtk.scm (perl-cairo): New public variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Alex Vong | 2018-02-28 |
* | gnu: python-webencodings: Update to 0.5.1.•••* gnu/packages/python-web.scm (python-webencodings): Update to 0.5.1.
| Marius Bakke | 2018-02-28 |
* | gnu: python-html5lib: Update to 1.0.1.•••* gnu/packages/python-web.scm (python-html5lib): Update to 1.0.1.
| Marius Bakke | 2018-02-28 |
* | gnu: python-netifaces: Update to 0.10.6.•••* gnu/packages/python.scm (python-netifaces): Update to 0.10.6.
[source](uri): Use PYPI-URI.
[home-page]: Update.
| Marius Bakke | 2018-02-28 |
* | gnu: python-psutil: Update to 5.4.3.•••* gnu/packages/python.scm (python-psutil): Update to 5.4.3.
[properties]: Declare python2 variant.
(python2-psutil): Propagate PYTHON2-ENUM34.
| Marius Bakke | 2018-02-28 |
* | gnu: python-wrapt: Update to 1.10.11.•••* gnu/packages/python.scm (python-wrapt): Update to 1.10.11.
| Marius Bakke | 2018-02-28 |
* | gnu: python-oslo.log: Update to 3.36.0.•••* gnu/packages/openstack.scm (python-oslo.log): Update to 3.36.0.
[source](uri): Use PYPI-URI.
[arguments]: Remove.
[propagated-inputs]: Add PYTHON-DATEUTIL, PYTHON-MONOTONIC, PYTHON-PBR and
PYTHON-PYINOTIFY.
[native-inputs]: Remove PYTHON-BABEL, PYTHON-ISO8601 and PYTHON-PBR. Add
PYTHON-SUBUNIT, PYTHON-TESTREPOSITORY and PYTHON-TESTTOOLS.
| Marius Bakke | 2018-02-28 |
* | gnu: python-monotonic: Update to 1.4.•••* gnu/packages/time.scm (python-monotonic): Update to 1.4.
[source]: Use PYPI-URI.
[arguments]: Explicitly disable tests.
| Marius Bakke | 2018-02-28 |
* | gnu: python-msgpack: Run the tests.•••* gnu/packages/python.scm (python-msgpack)[arguments]: Add #:modules. Replace
CHECK-PHASE with pytest invocation.
[native-inputs]: Add PYTHON-PYTEST.
| Marius Bakke | 2018-02-28 |
* | gnu: python-msgpack: Update to 0.5.6.•••* gnu/packages/python.scm (python-msgpack): Update to 0.5.6.
[source, home-page]: Adjust to msgpack-python->msgpack rename.
| Marius Bakke | 2018-02-28 |