Age | Commit message (Expand) | Author |
2017-03-16 | gnu: python-botocore: Update to 1.5.26....* gnu/packages/python.scm (python-botocore): Update to 1.5.26.
| Tobias Geerinckx-Rice |
2017-03-16 | gnu: python-ptyprocess: Update to 0.5.1....* gnu/packages/python.scm (python-ptyprocess): Update to 0.5.1.
| Tobias Geerinckx-Rice |
2017-03-15 | gnu: Add prboom-plus....* gnu/packages/games.scm (prboom-plus): New variable.
| Kei Kebreau |
2017-03-15 | gnu: Add tftp-hpa....* gnu/packages/networking.scm (tftp-hpa): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Gábor Boskovits |
2017-03-15 | gnu: guile-next: Update to 2.2.0....* gnu/packages/guile.scm (guile-next): Update to 2.2.0.
| Andy Wingo |
2017-03-15 | gnu: profanity: Make the source URL version-agnostic....* gnu/packages/messaging.scm (profanity)[source]: Use (version) in the source
URL.
| Leo Famulari |
2017-03-15 | gnu: units: Update to 2.14....* gnu/packages/maths.scm (units): Update to 2.14.
| Tobias Geerinckx-Rice |
2017-03-15 | gnu: no-more-secrets: Update to 0.3.2....* gnu/packages/games.scm (no-more-secrets): Update to 0.3.2.
| Tobias Geerinckx-Rice |
2017-03-15 | gnu: mailutils: Update to 3.2....* gnu/packages/mail.scm (mailutils): Update to 3.2.
| Tobias Geerinckx-Rice |
2017-03-15 | gnu: Use INSTALL-FILE where appropriate....* gnu/packages/admin.scm (wpa-supplicant-minimal): Substitute the simpler
INSTALL-FILE for COPY-FILE when invoked with redundant arguments.
* gnu/packages/bioinformatics.scm (couger, aragorn, express-beta-diversity,
edirect, fasttree, rsem, samtools-0.1): Likewise.
* gnu/packages/code.scm (withershins): Likewise.
* gnu/packages/conky.scm (conky): Likewise.
* gnu/packages/debug.scm (delta, american-fuzzy-lop): Likewise.
* gnu/packages/emacs.scm (emacs-mit-scheme-doc): Likewise.
* gnu/packages/engineering.scm (librecad): Likewise.
| Tobias Geerinckx-Rice |
2017-03-15 | gnu: cryptsetup: Update to 1.7.4....* gnu/packages/cryptsetup.scm (cryptsetup): Update to 1.7.4.
| Tobias Geerinckx-Rice |
2017-03-15 | gnu: man-pages: Update to 4.10....* gnu/packages/man.scm (man-pages): Update to 4.10.
[home-page]: Use HTTPS.
| Tobias Geerinckx-Rice |
2017-03-15 | gnu: Add profanity....* gnu/packages/messaging.scm (profanity): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Mekeor Melire |
2017-03-15 | gnu: Add libstrophe....* gnu/packages/messaging.scm (libstrophe): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Mekeor Melire |
2017-03-15 | gnu: Add libmesode....* gnu/packages/messaging.scm (libmesode): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Mekeor Melire |
2017-03-15 | gnu: bitcoin-core: Update to 0.14.0....* gnu/packages/finance.scm (bitcoin-core): Update to 0.14.0.
| Leo Famulari |
2017-03-15 | build: Prefer Guile 2.2 over 2.0....* configure.ac: In 'GUILE_PKG', prefer 2.2 over 2.0. Remove warning
about 2.2 not being fully supported.
* doc/guix.texi (Requirements): Mention Guile 2.2.x.
| Ludovic Courtès |
2017-03-15 | tests: Expect less accurate location info in 2.2.0....* tests/guix-system.sh: Work around inaccurate location info in 2.2.0.
| Ludovic Courtès |
2017-03-15 | store: Adjust UTF-8 test to Guile 2.2....* tests/store.scm ("current-build-output-port, UTF-8 + garbage"): On
Guile 2.2, expect REPLACEMENT CHARACTER instead of '?'.
| Ludovic Courtès |
2017-03-15 | syscalls: Adjust 'clone' to Guile 2.2....Before that, something like:
(call-with-container
(lambda ()
(match (primitive-fork)
…)))
would hang in 'primitive-fork' as the child process (the one started in
the container) would try to pthread_join the finalization thread in
'stop_finalization_thread' in libguile, not knowing that this thread is
nonexistent.
* guix/build/syscalls.scm (%set-automatic-finalization-enabled?!): New
procedure.
(without-automatic-finalization): New macro.
(clone): Wrap PROC call in 'without-automatic-finalization'.
| Ludovic Courtès |
2017-03-15 | zlib: Don't rely on EBADF being ignored by 'fport_close'....In 2.2, 'fport_close' no longer swallows EBADF and instead raises a
'system-error' for this. This commit adjusts for 2.2.
* guix/zlib.scm (close-procedure): Remove.
(make-gzip-input-port): Use 'port->fdes' instead of 'fileno'.
Use 'gzclose' instead of 'close-procedure'.
(make-gzip-output-port): Likewise.
* tests/zlib.scm ("compression/decompression pipe"): Don't check whether
PARENT is closed using 'port-closed?'. Instead, use 'seek' on the
underlying FD and check for EBADF.
| Ludovic Courtès |
2017-03-15 | maint: Mention guix-patches@gnu.org in 'HACKING'....Fixes <http://bugs.gnu.org/25899>.
* HACKING: Mention guix-patches@gnu.org.
| Ludovic Courtès |
2017-03-15 | gnu: mariadb: Update to 10.1.22 [fixes CVE-2017-3302 and CVE-2017-3313]....* gnu/packages/databases.scm (mariadb): Update to 10.1.22.
| Marius Bakke |
2017-03-15 | gnu: python-waf: Update to 1.9.8....* gnu/packages/python.scm (python-waf, python2-waf): Update to 1.9.8.
[home-page]: Use https.
| Efraim Flashner |
2017-03-15 | gnu: direnv: Update to 2.11.3....* gnu/packages/shellutils.scm (direnv): Update to 2.11.3.
| Tobias Geerinckx-Rice |
2017-03-15 | gnu: conky: Update to 1.10.6....* gnu/packages/conky.scm (conky): Update to 1.10.6.
| Tobias Geerinckx-Rice |
2017-03-15 | gnu: obs: Update to 18.0.1....* gnu/packages/video.scm (obs): Update to 18.0.1.
| Tobias Geerinckx-Rice |
2017-03-15 | gnu: youtube-dl: Update to 2017.03.15....* gnu/packages/video.scm (youtube-dl): Update to 2017.03.15.
| Tobias Geerinckx-Rice |
2017-03-15 | gnu: stress-make: Fix description....* gnu/packages/debug.scm (stress-make)[description]: Fix typo.
Avoid ambiguous use of ‘in order’.
| Tobias Geerinckx-Rice |
2017-03-15 | gnu: znc: Update to 1.6.5....* gnu/packages/messaging.scm (znc): Update to 1.6.5.
| Tobias Geerinckx-Rice |
2017-03-15 | gnu: grue-hunter: Correctly install documentation....* gnu/packages/games.scm (grue-hunter)[arguments]: Install and populate
‘/share/doc/grue-hunter’ as a directory, not a plain file.
| Tobias Geerinckx-Rice |
2017-03-15 | gnu: samtools: End installation phases with truth....* gnu/packages/bioinformatics.scm (samtools, samtools-0.1)[arguments]:
Return #T instead of the undefined results of COPY-FILE or INSTALL-FILE.
| Tobias Geerinckx-Rice |
2017-03-14 | gnu: w3m: Update to 0.5.3+git20170102 [security fixes]....See 'NEWS' and 'ChangeLog' in the source distribution for more
information about the security-related bug fixes.
* gnu/packages/w3m.scm (w3m): Update to 0.5.3+git20170102.
| Leo Famulari |
2017-03-14 | Revert "gnu: gitolite: Fix shebangs in hooks."...This change embedded store references in the shebangs of scripts that
were meant to be copied out of the store. Those scripts would break when
the interpreters expected by the shebangs were garbage collected.
<https://debbugs.gnu.org/cgi/bugreport.cgi?bug=25966#28>
This reverts commit d0c16adb190c7244ee3ef1329cba78a015ae5d10.
| Leo Famulari |
2017-03-14 | pack: Add unit test....* guix/scripts/pack.scm (self-contained-tarball): Add #:tar option.
[build](tar-supports-sort?): New variable. Use it.
* tests/pack.scm: New file.
* Makefile.am (SCM_TESTS): Add it.
| Ludovic Courtès |
2017-03-14 | pack: Use maximum compression; use '-n' for gzip....* guix/scripts/pack.scm (<compressor>)[tar-option]: Remove.
[command]: New field.
(%compressors): Provide complete commands. Use '-9' or equivalent for
each compressor; use '-n' for gzip.
(self-contained-tarball)[build]: Adjust accordingly.
| Ludovic Courtès |
2017-03-14 | Revert "gnu: nss: Use 'modify-phases' syntax."...This reverts commit 87f1c7efc18f8996b0b2817a5f7b84eebe2ddf5a.
| Marius Bakke |
2017-03-14 | Revert "gnu: nss, nss-certs: Update to 3.29.3."...Hydra failed to build this version. See discussion at
https://lists.gnu.org/archive/html/guix-devel/2017-03/msg00408.html.
This reverts commit 4f3dcdd99ba13ab3bdbf1e014afcd076cd95fac7.
| Marius Bakke |
2017-03-14 | gnu: Add ocaml-ppx-typerep-conv....* gnu/packages/ocaml.scm (ocaml-ppx-typerep-conv): New variable.
| Julien Lepiller |
2017-03-14 | gnu: Add ocaml-ppx-let....* gnu/packages/ocaml.scm (ocaml-ppx-let): New variable.
| Julien Lepiller |
2017-03-14 | gnu: Add ocaml-ppx-enumerate....* gnu/packages/ocaml.scm (ocaml-ppx-enumerate): New variable.
| Julien Lepiller |
2017-03-14 | gnu: Add ocaml-ppx-assert....* gnu/packages/ocaml.scm (ocaml-ppx-assert): New variable.
| Julien Lepiller |
2017-03-14 | gnu: Add ocaml-ppx-here....* gnu/packages/ocaml.scm (ocaml-ppx-here): New variable.
| Julien Lepiller |
2017-03-14 | gnu: Add ocaml-ppx-variants-conv....* gnu/packages/ocaml.scm (ocaml-ppx-variants-conv): New variable.
| Julien Lepiller |
2017-03-14 | gnu: Add ocaml-ppx-sexp-conv....* gnu/packages/ocaml.scm (ocaml-ppx-sexp-conv): New variable.
| Julien Lepiller |
2017-03-14 | gnu: Add ocaml-variantslib....* gnu/packages/ocaml.scm (ocaml-variantslib): New variable.
| Julien Lepiller |
2017-03-14 | gnu: Add ocaml-typerep....* gnu/packages/ocaml.scm (ocaml-typerep): New variable.
| Julien Lepiller |
2017-03-14 | gnu: Add ocaml-sexplib....* gnu/packages/ocaml.scm (ocaml-sexplib): New variable.
| Julien Lepiller |
2017-03-14 | gnu: asciidoc: Add XML and XSLT support....* gnu/packages/documentation.scm (asciidoc)[arguments]: Add
set-xml-binary-paths phase.
[inputs]: Add libxml2 and libxslt.
| Kei Kebreau |
2017-03-14 | pack: Add '--symlink'....* guix/scripts/pack.scm (self-contained-tarball): Add #:symlinks
parameter.
[build](symlink->directives): New procedure
(directives): New variable.
Add call to 'evaluate-populate-directive'. Pass the directories among
DIRECTIVES to 'tar'.
(%default-options): Add 'symlinks'.
(%options, show-help): Add '--symlink'.
(guix-pack): Honor it.
* gnu/build/install.scm (evaluate-populate-directive): Export.
* doc/guix.texi (Invoking guix pack): Document it.
| Ludovic Courtès |