summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: 389-ds-base: Set localstatedir to /var.Ricardo Wurmus2019-03-20
| | | | | * gnu/packages/openldap.scm (389-ds-base)[arguments]: Set localstatedir to /var.
* gnu: 389-ds-base: Update to 1.4.0.21.Ricardo Wurmus2019-03-20
| | | | | | * gnu/packages/openldap.scm (389-ds-base): Update to 1.4.0.21. [arguments]: Add phase "fix-includes". [inputs]: Add cracklib.
* gnu: emacs-helm-notmuch: Update to 1.2.Pierre Neidhardt2019-03-20
| | | | * gnu/packages/emacs-xyz.scm (emacs-helm-notmuch): Update to 1.2.
* gnu: libinfinity: Update to 0.7.1.Arun Isaac2019-03-20
| | | | | * gnu/packages/gobby.scm (libinfinity): Update to 0.7.1. [inputs]: Remove gtk+-2. Add gtk+.
* gnu: icecat: Update to 60.6.0-guix1 [security-fixes].Mark H Weaver2019-03-19
| | | | | | | | | Includes fixes for CVE-2018-18506, CVE-2019-9788, CVE-2019-9790, CVE-2019-9791, CVE-2019-9792, CVE-2019-9793, CVE-2019-9794, CVE-2019-9795, CVE-2019-9796, and CVE-2019-9801. * gnu/packages/gnuzilla.scm (%icecat-version): Update to 60.6.0-guix1. (icecat-source)[upstream-firefox-source]: Update hash.
* gnu: icecat: Improve computed 'icecat-source' tarball.Mark H Weaver2019-03-19
| | | | | | * gnu/packages/gnuzilla.scm (icecat-source): When packing the new IceCat tarball, set the mtime of archived files to early 1980. Remove useless 'string-append' applied to one argument.
* gnu: knot: Update to 2.8.0.Tobias Geerinckx-Rice2019-03-20
| | | | | | | | * gnu/packages/dns.scm (knot): Update to 2.8.0. [source]: Add patch. * gnu/packages/patches/knot-include-system-lmdb-header.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: cataclysm-dda: Update to 0.D.nee2019-03-19
| | | | * gnu/packages/games.scm (cataclysm-dda): Update to 0.D.
* gnu: gandi.cli: Update to 1.4.Tobias Geerinckx-Rice2019-03-19
| | | | * gnu/packages/networking.scm (gandi.cli): Update to 1.4.
* gnu: python-ipy: Update to 1.00.Tobias Geerinckx-Rice2019-03-19
| | | | * gnu/packages/networking.scm (python-ipy): Update to 1.00.
* gnu: google-brotli: Update to 1.0.7.Tobias Geerinckx-Rice2019-03-19
| | | | * gnu/packages/compression.scm (google-brotli): Update to 1.0.7.
* gnu: google-brotli: Don't use unstable tarball.Tobias Geerinckx-Rice2019-03-19
| | | | | * gnu/packages/compression.scm (google-brotli)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: perl-catalyst-plugin-session: Update to 0.41.Tobias Geerinckx-Rice2019-03-19
| | | | * gnu/packages/web.scm (perl-catalyst-plugin-session): Update to 0.41.
* gnu: perl-catalyst-action-rest: Update to 1.21.Tobias Geerinckx-Rice2019-03-19
| | | | * gnu/packages/web.scm (perl-catalyst-action-rest): Update to 1.21.
* gnu: perl-apache-logformat-compiler: Update to 0.35.Tobias Geerinckx-Rice2019-03-19
| | | | | | * gnu/packages/web.scm (perl-apache-logformat-compiler): Update to 0.35. [native-inputs]: Replace perl-module-build with perl-module-build-tiny.
* gnu: geomyidae: Update to 0.34.Tobias Geerinckx-Rice2019-03-19
| | | | * gnu/packages/web.scm (geomyidae): Update to 0.34.
* gnu: geomyidae: Update home page.Tobias Geerinckx-Rice2019-03-19
| | | | * gnu/packages/web.scm (geomyidae)[home-page]: Point to relevant Web content.
* gnu: geomyidae: Don't use unstable tarball.Tobias Geerinckx-Rice2019-03-19
| | | | | * gnu/packages/web.scm (geomyidae)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: youtube-dl: Update to 2019.03.18.Tobias Geerinckx-Rice2019-03-19
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2019.03.18.
* gnu: dcmtk: Support more.Tobias Geerinckx-Rice2019-03-19
| | | | * gnu/packages/image-processing.scm (dcmtk)[inputs]: Add libxml2, and openssl.
* gnu: dcmtk: Update to 3.6.4.Tobias Geerinckx-Rice2019-03-19
| | | | | | * gnu/packages/image-processing.scm (dcmtk): Update to 3.6.4. [inputs]: Add libjpeg. Order alphabetically. Move doxygen… [native-inputs]: …here. Remove perl. Order alphabetically.
* gnu: dcmtk: Use HTTPS home page.Tobias Geerinckx-Rice2019-03-19
| | | | * gnu/packages/image-processing.scm (dcmtk)[home-page]: Use HTTPS.
* gnu: Add emacs-helm-wikipedia.Pierre Neidhardt2019-03-19
| | | | * gnu/packages/emacs-xyz.scm (emacs-helm-wikipedia): New variable.
* gnu: emacs-evil-collection: Update to 20190319.Pierre Neidhardt2019-03-19
| | | | * gnu/packages/emacs-xyz.scm (emacs-evil-collection): Update to 20190319.
* gnu: scanmem: Enable GUI frontend.Rutger Helling2019-03-19
| | | | | | | | * gnu/packages/debug.scm (scanmem): Enable GUI frontend. [arguments]: Add "--enable-gui" configure flag and 'hardcode-python, 'wrap-gameconqueror phases. [native-inputs]: Add python-wrapper, gobject-introspection, gtk+. [propogated-inputs]: Add python-pygobject.
* gnu: nanopolish: Use python-wrapper.Ricardo Wurmus2019-03-19
| | | | | * gnu/packages/bioinformatics.scm (nanopolish)[inputs]: Replace "python" with "python-wrapper" as scripts require "python" executable.
* gnu: nanopolish: Remove bundled library sources.Ricardo Wurmus2019-03-19
| | | | | * gnu/packages/bioinformatics.scm (nanopolish)[source]: Add snippet to remove bundled htslib sources.
* gnu: hyperledger-fabric: Use git tag.Tobias Geerinckx-Rice2019-03-19
| | | | | * gnu/packages/hyperledger.scm (hyperledger-fabric)[source]: Check out the (supposedly immutable) tag instead of the (maintenance) branch.
* gnu: Add emacs-org-re-reveal.Clément Lassieur2019-03-19
| | | | * gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): New variable.
* gnu: emacs-org-reveal: Update to 1cdd088.Clément Lassieur2019-03-19
| | | | * gnu/packages/emacs-xyz.scm (emacs-org-reveal): Update to 1cdd088.
* gnu: emacs-org-reveal: Use git-version and git-file-name.Clément Lassieur2019-03-19
| | | | | * gnu/packages/emacs-xyz.scm (emacs-org-reveal)[version]: Use git-version. [source]: Use git-file-name.
* gnu: Add edgar.nee2019-03-19
| | | | | | * gnu/packages/games.scm (edgar): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: coq-flocq: remove unnecessary return valuesDan Frumin2019-03-19
| | | | | | | * gnu/packages/coq.scm (coq-flocq)[arguments]: Add unnecessary return values after 'invoke' calls. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* pack: Create an empty /home directory for '-f squashfs'.Ludovic Courtès2019-03-19
| | | | | | Fixes <https://bugs.gnu.org/34914>. * guix/scripts/pack.scm (squashfs-image)[build]: Pass "-p /home d 555 0 0".
* pack: Produce relative symlinks when using '-f squashfs'.Ludovic Courtès2019-03-19
| | | | | | | | | Fixes <https://bugs.gnu.org/34913>. * guix/scripts/pack.scm (squashfs-image)[build]: Use 'relative-file-name' when creating SYMLINKS. * guix/scripts/pack.scm (guix-pack): Pass #:relative-symlinks? #t when PACK-FORMAT is 'squashfs.
* gnu: Add python-flint.Andreas Enge2019-03-19
| | | | | | * gnu/packages/algebra.scm (python-flint): New variable. * gnu/packages/patches/python-flint-includes.patch: New file. * gnu/local.mk (dist_patch_DATA): Register the patch.
* gnu: Add rtv.Efraim Flashner2019-03-19
| | | | * gnu/packages/syndication.scm (rtv): New variable.
* gnu: Add python-vcrpy.Efraim Flashner2019-03-19
| | | | * gnu/packages/python-check.scm (python-vcrpy): New variable.
* gnu: MPD: Update to 0.21.6.Leo Famulari2019-03-18
| | | | * gnu/packages/mpd.scm (mpd): Update to 0.21.6.
* gnu: autorandr: Fix typo in synopsis.Tobias Geerinckx-Rice2019-03-18
| | | | * gnu/packages/xdisorg.scm (autorandr)[synopsis]: Fix typo.
* gnu: python-biom-format: Fix build.Ricardo Wurmus2019-03-18
| | | | | | * gnu/packages/bioinformatics.scm (python-biom-format)[source]: Remove generated C files. [arguments]: Disable second broken test.
* gnu: python-pyarrow: Update to 0.10.0.Ricardo Wurmus2019-03-18
| | | | | | * gnu/packages/databases.scm (python-pyarrow): Update to 0.10.0. [arguments]: Delete "build" phase. [native-inputs]: Add python-pytest-runner.
* gnu: apache-arrow: Update to 0.10.0.Ricardo Wurmus2019-03-18
| | | | | * gnu/packages/databases.scm (apache-arrow): Update to 0.10.0. [inputs]: Replace jemalloc-4.5.0 with jemalloc.
* gnu: dav1d: Update to 0.2.1.Tobias Geerinckx-Rice2019-03-18
| | | | * gnu/packages/video.scm (dav1d): Update to 0.2.1.
* gnu: st: Update to 0.8.2.Tobias Geerinckx-Rice2019-03-18
| | | | | * gnu/packages/suckless.scm (st): Update to 0.8.2. [arguments]: Re-indent.
* gnu: darktable: Update to 2.6.1.Tobias Geerinckx-Rice2019-03-18
| | | | * gnu/packages/photo.scm (darktable): Update to 2.6.1.
* gnu: cracklib: Update to 2.9.7.Tobias Geerinckx-Rice2019-03-18
| | | | | | | | * gnu/packages/password-utils.scm (cracklib): Update to 2.9.7. [source]: Remove patches. * gnu/packages/patches/cracklib-CVE-2016-6318.patch, gnu/packages/patches/cracklib-fix-buffer-overflow.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove them.
* gnu: speedtest-cli: Update to 2.1.1.Tobias Geerinckx-Rice2019-03-18
| | | | * gnu/packages/networking.scm (speedtest-cli): Update to 2.1.1.
* gnu: ntp: Update to 4.2.8p13.Tobias Geerinckx-Rice2019-03-18
| | | | * gnu/packages/ntp.scm (ntp): Update to 4.2.8p13.
* gnu: setbfree: Update to 0.8.8.Tobias Geerinckx-Rice2019-03-18
| | | | * gnu/packages/music.scm (setbfree): Update to 0.8.8.