aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* WIPguile-dbiChristopher Baines2017-07-23
|
* gnu: tint2: Update to 0.14.6.Eric Bavier2017-07-21
| | | | * gnu/packages/xdisorg.scm (tint2): Update to 0.14.6.
* gnu: icedtea@3: Update to 3.5.0 [security fixes].Leo Famulari2017-07-21
| | | | | | | | 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.
* services: cuirass: Add fallback parameter.Mathieu Othacehe2017-07-21
| | | | | | * gnu/services/cuirass.scm (<cuirass-configuration>)[fallback?]: New field. (cuirass-shepherd-service): Take it into account. * doc/guix.texi (Continuous Integration): Document it.
* gnu: vim: Update to 8.0.0727 [fixes CVE-2017-11109].Leo Famulari2017-07-21
| | | | | * gnu/packages/vim.scm (vim): Update to 8.0.0727. (vim-full)[source]: Add field and hold back at version 8.0.0600.
* gnu: mysql: Update to 5.7.19.Leo Famulari2017-07-21
| | | | * gnu/packages/databases.scm (mysql): Update to 5.7.19.
* publish: Make the cache eviction policy less aggressive.Ludovic Courtès2017-07-21
| | | | | | | | 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'.
* publish: Avoid 'valid-path?' RPC for non-existent items.Ludovic Courtès2017-07-21
| | | | | * guix/scripts/publish.scm (render-narinfo/cached): Call 'file-exists?' before calling 'valid-path?'. This makes the 404 path slightly faster.
* store: Rewrite 'store-path-hash-part' to not use regexps.Ludovic Courtès2017-07-21
| | | | | * guix/store.scm (store-path-hash-part): Rewrite without using a regexp. This speeds up 'guix substitute'.
* publish: Remove 'regexp-exec' call from the hot path.Ludovic Courtès2017-07-21
| | | | | * guix/scripts/publish.scm (extract-narinfo-hash): Rewrite without resorting to regexps.
* base32: Export the base32 charsets.Ludovic Courtès2017-07-21
| | | | | * guix/base32.scm (%nix-base32-charset, %rfc4648-base32-charset): New variables.
* substitute: Avoid repeated calls to 'length'.Ludovic Courtès2017-07-21
| | | | | * guix/scripts/substitute.scm (fetch-narinfos)[update-progress!]: Move 'length' call outside of lambda.
* substitute: Optimize hash-part-to-path conversion on non-200 responses.Ludovic Courtès2017-07-21
| | | | | | | | | 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: libpsl: Update to 0.18.0.Tobias Geerinckx-Rice2017-07-21
| | | | | | * gnu/packages/web.scm (libpsl): Update to 0.18.0. [native-inputs]: Add pkg-config. [inputs]: Replace icu4c with libidn2; add libunistring.
* gnu: borg: Update to 1.0.11.Leo Famulari2017-07-21
| | | | * gnu/packages/backup.scm (borg): Update to 1.0.11.
* gnu: bitcoin-core: Actually build the graphical client.Leo Famulari2017-07-20
| | | | * gnu/packages/finance.scm (bitcoin-core)[inputs]: Replace qtbase with qt.
* gnu: heimdal: Fix CVE-2017-{6594,11103}.Alex Vong2017-07-20
| | | | | | | * 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: Add bmon.Arun Isaac2017-07-20
| | | | * gnu/packages/networking.scm (bmon): New variable.
* doc: Show the "git clone" command.Ludovic Courtès2017-07-20
| | | | | | Suggested by Joshua Branson <jbranso91@gmail.com>. * doc/contributing.texi (Building from Git): Add "git clone" command.
* gexp: Slightly improve error reporting for 'local-file'.Ludovic Courtès2017-07-20
| | | | | | | | 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: texlive-latex-mdwtools: Fix syntax error in description.Ricardo Wurmus2017-07-20
| | | | | * gnu/packages/tex.scm (texlive-latex-mdwtools)[description]: Fix texinfo syntax error.
* gnu: texlive-latex-environ: Fix invalid texinfo markup.Ricardo Wurmus2017-07-20
| | | | | * gnu/packages/tex.scm (texlive-latex-environ)[description]: Fix texinfo syntax errors.
* gnu: Add mksh.Arun Isaac2017-07-20
| | | | * gnu/packages/shells.scm (mksh): New variable.
* licenses: Add MirOS license.Arun Isaac2017-07-20
| | | | * guix/licenses.scm (miros): New variable.
* guix package: '-l' correctly handles zero-generation profiles.Ludovic Courtès2017-07-20
| | | | | * guix/scripts/package.scm (process-query) <'list-generations>: Properly handle the case where 'profile-generations' returns the empty list.
* guix package: Trim trailing slashes from the profile name.Ludovic Courtès2017-07-20
| | | | | | | | 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: Discuss when to run a GC.Ludovic Courtès2017-07-20
| | | | * doc/guix.texi (Invoking guix gc): Add a paragraph on when to run a GC.
* gnu: Remove a left-over patch.Leo Famulari2017-07-20
| | | | | | | 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: pcre: Update replacement to 8.41 [fixes CVE-2017-{7244,7245,7246}].Leo Famulari2017-07-20
| | | | | | * gnu/packages/pcre.scm (pcre)[replacement]: Update to pcre-8.41. (pcre/fixed): Replace with ... (pcre-8.41): ... new variable.
* profiles: Remove workaround for an old Guile 'scandir' bug.Ludovic Courtès2017-07-20
| | | | * guix/profiles.scm (generation-numbers)[scandir]: Remove.
* tests: Use 'virtual-machine' records instead of monadic procedures.Ludovic Courtès2017-07-20
| | | | | | | | | | | | | | | * 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.
* vm: Add a <virtual-machine> type and associated gexp compiler.Ludovic Courtès2017-07-20
| | | | | | | | | * 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.
* gnu: Add premake4.Oleg Pykhalov2017-07-20
| | | | | | * gnu/packages/build-tools.scm (premake4): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add java-commons-cli@1.2.Gábor Boskovits2017-07-20
| | | | | | * gnu/packages/java.scm(java-commons-cli-1.2): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Update g-wrap to use guile-2.2.Theodoros Foradis2017-07-20
| | | | | | | * gnu/packages/guile.scm (g-wrap): [propagated-inputs]: Use guile-2.2. [arguments]: Add "--disable-Werror" to configure-flags. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add eolie.Ricardo Wurmus2017-07-20
| | | | * gnu/packages/gnome.scm (eolie): New variable.
* gnu: perl-html-template: Update to 2.97.Tobias Geerinckx-Rice2017-07-20
| | | | * gnu/packages/web.scm (perl-html-template): Update to 2.97.
* gnu: openh264: Update to 1.7.0.Tobias Geerinckx-Rice2017-07-20
| | | | * gnu/packages/video.scm (openh264): Update to 1.7.0.
* gnu: gnome-mpv: Update to 0.12.Tobias Geerinckx-Rice2017-07-20
| | | | * gnu/packages/video.scm (gnome-mpv): Update to 0.12.
* gnu: Add 0xffff.Jonathan Brielmaier2017-07-20
| | | | | | * gnu/packages/flashing-tools.scm (0xffff): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Add libusb@0.1.Jonathan Brielmaier2017-07-20
| | | | | | | | * gnu/packages/libusb.scm (libusb-0.1): New variable. * gnu/packages/patches/libusb-0.1-disable-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: lapack: Fix hash of release 3.7.1Maxim Cournoyer2017-07-20
| | | | | | | | | Apparently the release was modified (cleaned-up) in-place. An issue was opened at https://github.com/Reference-LAPACK/lapack-release/issues/4. * gnu/packages/maths.scm (lapack): Fix sha256 hash. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Add patches missing from dist_patch_DATA.Ben Woodcroft2017-07-20
| | | | | | | | | | Reported by Eric Bavier. * gnu/local.mk (dist_patch_DATA): Add gnu/packages/patches/hmmer-remove-cpu-specificity.patch, gnu/packages/patches/jacal-fix-texinfo.patch, gnu/packages/patches/python-pbr-fix-man-page-support.patch and gnu/packages/patches/vsearch-unbundle-cityhash.patch.
* gnu: qsyncthingtray: Update to 0.5.8.Tobias Geerinckx-Rice2017-07-20
| | | | * gnu/packages/sync.scm (qsyncthingtray): Update to 0.5.8.
* gnu: dub: Update to 1.4.0.Tobias Geerinckx-Rice2017-07-20
| | | | * gnu/packages/ldc.scm (dub): Update to 1.4.0.
* gnu: Add python-sphinx-1.6.Ricardo Wurmus2017-07-19
| | | | * gnu/packages/python.scm (python-sphinx-1.6): New variable.
* gnu: Add python-sphinxcontrib-websupport.Ricardo Wurmus2017-07-19
| | | | * gnu/packages/python.scm (python-sphinxcontrib-websupport): New variable.
* gnu: Add python-xapian-bindings.Ricardo Wurmus2017-07-19
| | | | * gnu/packages/search.scm (python-xapian-bindings): New variable.
* gnu: graphicsmagick: Update to 1.3.26.Leo Famulari2017-07-19
| | | | | * gnu/packages/imagemagick.scm (graphicsmagick): Update to 1.3.26. [source]: Use url-fetch and add SourceForge URL. Remove snippet.
* gnu: mpv: Update to 0.26.0.Leo Famulari2017-07-19
| | | | * gnu/packages/video.scm (mpv): Update to 0.26.0.