| Commit message (Collapse) | Author | Age |
|
|
|
| |
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.78.
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (r-s4vectors): Update to 0.14.3.
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (r-genomicranges): Update to 1.28.4.
|
|
|
|
|
|
|
| |
This is a followup to c799eb2eb8b1a820147af96988eddaa9f752994b.
* gnu/packages/patches/python-fake-factory-fix-build-32bit.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
|
|
|
|
|
|
|
| |
Superseded by python-faker since ce7911ddae5d30ba73c8c9552b7d4e71268e5db3.
* gnu/packages/python.scm (python-fake-factory, python2-fake-factory):
Remove variables.
|
|
|
|
|
|
|
|
| |
* gnu/packages/patches/python-pyopenssl-17.1.0-test-overflow.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/python.scm (python-pyopenssl, python2-pyopenssl): Update to 17.2.0.
[native-inputs]: Add PYTHON-FLAKY.
[source](patches): Remove.
|
|
|
|
| |
* gnu/packages/python.scm (python-flaky, python2-flaky): New variables.
|
|
|
|
| |
* gnu/packages/xdisorg.scm (maim): Update to 5.4.64.
|
|
|
|
|
| |
* gnu/packages/xdisorg.scm (slop): Update to 6.3.47.
[inputs]: Add GLEW.
|
|
|
|
| |
* gnu/packages/parallel.scm (parallel): Update to 20170722.
|
|
|
|
| |
* gnu/packages/fonts.scm (font-gnu-unifont): Update to 10.0.05.
|
|
|
|
| |
* gnu/packages/nano.scm (nano): Update to 2.8.6.
|
|
|
|
| |
* gnu/packages/acct.scm (acct): Update to 6.6.4.
|
|
|
|
|
|
| |
* gnu/packages/package-management.scm (conda): New variable.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
|
|
|
|
|
|
|
| |
* gnu/packages/package-management.scm (python-conda, python2-conda): New
variables.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
|
|
|
|
|
|
|
| |
* gnu/packages/package-management.scm (python-anaconda-client,
python2-anaconda-client): New variables.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
|
|
|
|
| |
* gnu/packages/python.scm (python-clyent, python2-clyent): New variables.
|
|
|
|
|
|
| |
* gnu/packages/python.scm (python-pytz, python2-pytz): Update to 2017.2.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
|
|
|
|
| |
* gnu/packages/man.scm (man-pages): Update to 4.12.
|
|
|
|
| |
* gnu/packages/xdisorg.scm (tint2): Update to 0.14.6.
|
|
|
|
|
|
|
|
| |
Fixes CVE-2017-{10053,10067,10074,10074,10078,10081,10087,10089,10090,10096,
10101,10102,10107,10108,10109,10110,10111,10115,10116,10118,10135,10176,10193,
10198}.
* gnu/packages/java.scm (icedtea-8): Update to 3.5.0.
|
|
|
|
|
|
| |
* gnu/services/cuirass.scm (<cuirass-configuration>)[fallback?]: New field.
(cuirass-shepherd-service): Take it into account.
* doc/guix.texi (Continuous Integration): Document it.
|
|
|
|
|
| |
* gnu/packages/vim.scm (vim): Update to 8.0.0727.
(vim-full)[source]: Add field and hold back at version 8.0.0600.
|
|
|
|
| |
* gnu/packages/databases.scm (mysql): Update to 5.7.19.
|
|
|
|
|
|
|
|
| |
Suggested by Mark H Weaver <mhw@netris.org>.
* guix/scripts/publish.scm (nar-expiration-time): New procedure.
(render-narinfo/cached): Use it as the #:entry-expiration passed to
'maybe-remove-expired-cache-entries'.
|
|
|
|
|
| |
* guix/scripts/publish.scm (render-narinfo/cached): Call 'file-exists?'
before calling 'valid-path?'. This makes the 404 path slightly faster.
|
|
|
|
|
| |
* guix/store.scm (store-path-hash-part): Rewrite without using a
regexp. This speeds up 'guix substitute'.
|
|
|
|
|
| |
* guix/scripts/publish.scm (extract-narinfo-hash): Rewrite without
resorting to regexps.
|
|
|
|
|
| |
* guix/base32.scm (%nix-base32-charset, %rfc4648-base32-charset): New
variables.
|
|
|
|
|
| |
* guix/scripts/substitute.scm (fetch-narinfos)[update-progress!]: Move
'length' call outside of lambda.
|
|
|
|
|
|
|
|
|
| |
Previously this operation was linear in the number of requests and
involved costly calls to 'string-contains'.
* guix/scripts/substitute.scm (fetch-narinfos)[hash-part->path]: New
procedure.
[handle-narinfo-response]: Use it for caching when CODE is not 200.
|
|
|
|
|
|
| |
* gnu/packages/web.scm (libpsl): Update to 0.18.0.
[native-inputs]: Add pkg-config.
[inputs]: Replace icu4c with libidn2; add libunistring.
|
|
|
|
| |
* gnu/packages/backup.scm (borg): Update to 1.0.11.
|
|
|
|
| |
* gnu/packages/finance.scm (bitcoin-core)[inputs]: Replace qtbase with qt.
|
|
|
|
|
|
|
| |
* gnu/packages/patches/heimdal-CVE-2017-6594.patch,
gnu/packages/patches/heimdal-CVE-2017-11103.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/kerberos.scm (heimdal)[source]: Use them.
|
|
|
|
| |
* gnu/packages/networking.scm (bmon): New variable.
|
|
|
|
|
|
| |
Suggested by Joshua Branson <jbranso91@gmail.com>.
* doc/contributing.texi (Building from Git): Add "git clone" command.
|
|
|
|
|
|
|
|
| |
Reported by Ricardo Wurmus.
* guix/gexp.scm (local-file): Define using 'syntax-case' instead of
'syntax-rules'. Explicitly handle the zero-argument case and the
use-as-an-identifier case.
|
|
|
|
|
| |
* gnu/packages/tex.scm (texlive-latex-mdwtools)[description]: Fix texinfo
syntax error.
|
|
|
|
|
| |
* gnu/packages/tex.scm (texlive-latex-environ)[description]: Fix texinfo
syntax errors.
|
|
|
|
| |
* gnu/packages/shells.scm (mksh): New variable.
|
|
|
|
| |
* guix/licenses.scm (miros): New variable.
|
|
|
|
|
| |
* guix/scripts/package.scm (process-query) <'list-generations>: Properly
handle the case where 'profile-generations' returns the empty list.
|
|
|
|
|
|
|
|
| |
Fixes <https://bugs.gnu.org/25762>.
Reported by Ricardo Wurmus <rekado@elephly.net>.
* guix/scripts/package.scm (canonicalize-profile): Trim trailing slashes
from PROFILE.
|
|
|
|
| |
* doc/guix.texi (Invoking guix gc): Add a paragraph on when to run a GC.
|
|
|
|
|
|
|
| |
This is a followup to commit 426b0b898f70a58133d80779980f163a5761686e.
* gnu/packages/patches/pcre-CVE-2017-7186.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
|
|
|
|
|
|
| |
* gnu/packages/pcre.scm (pcre)[replacement]: Update to pcre-8.41.
(pcre/fixed): Replace with ...
(pcre-8.41): ... new variable.
|
|
|
|
| |
* guix/profiles.scm (generation-numbers)[scandir]: Remove.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* gnu/tests/base.scm (%test-basic-os): Use 'let*' instead of 'mlet*' and
'virtual-machine' instead of 'system-qemu-image/shared-store-script'.
(run-mcron-test): Likewise.
(run-nss-mdns-test): Likewise.
* gnu/tests/dict.scm (run-dicod-test): Likewise.
* gnu/tests/mail.scm (run-opensmtpd-test): Likewise.
(run-exim-test): Likewise.
* gnu/tests/messaging.scm (run-xmpp-test): Likewise.
* gnu/tests/networking.scm (run-inetd-test): Likewise.
* gnu/tests/nfs.scm (run-nfs-test): Likewise.
* gnu/tests/ssh.scm (run-ssh-test): Likewise.
* gnu/tests/web.scm (run-nginx-test): Likewise.
|
|
|
|
|
|
|
|
|
| |
* gnu/system/vm.scm (system-qemu-image/shared-store-script): Add
#:options parameter and honor it.
(<virtual-machine>): New record type.
(virtual-machine): New macro.
(port-forwardings->qemu-options, virtual-machine-compiler): New
procedures.
|