summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: gawk: Update to 4.1.4.Ludovic Courtès2016-09-02
| | | | | | | | * gnu/packages/gawk.scm (gawk): Update to 4.1.4. [source]: Remove 'patches'. [arguments]: Add 'adjust-test-infrastructure' phase. * gnu/packages/patches/gawk-fts-test.patch: Remove. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu: glibc: Update to 2.24.Ludovic Courtès2016-09-02
| | | | * gnu/packages/base.scm (glibc/linux): Update to 2.24.
* tests: Test 'wrap-program' without building a package.Ludovic Courtès2016-09-02
| | | | | | * tests/build-utils.scm (%store): Remove. ("wrap-program, one input, multiple calls"): Rewrite without resorting to packages and derivations.
* gnu: Remove ghostscript-gs definitions.Efraim Flashner2016-09-02
| | | | | * gnu/packages/ghostscript.scm (ghostscript-wrapper, ghostscript-gs) (ghostscript-gs/x): Remove variables.
* gnu: Use ghostscript over ghostscript-gs.Efraim Flashner2016-09-02
| | | | | | | | | | | | | * gnu/packages/engineering.scm (fastcap)[native-inputs], gnu/packages/lout.scm (lout)[native-inputs], gnu/packages/ocaml.scm (unison)[native-inputs], gnu/packages/plotutils.scm (asymptote)[native-inputs], gnu/packages/skribilo.scm (skribilo)[native-inputs]: Remove ghostscript-gs. * gnu/packages/gv.scm (gv)[propagated-inputs], gnu/packages/music.scm (lilypond)[inputs], gnu/packages/scheme.scm (chez-scheme)[native-inputs]: Use ghostscript over ghostscript-gs.
* gnu: ghostscript: Add `gs' binary.Efraim Flashner2016-09-02
| | | | | | | This is a followup to commit eb354bdacbf4154ec66038dac07f19bf4ced1fad. * gnu/packages/ghostscript.scm (ghostscript)[arguments]: Create a symlink from `gsc' to `gs' to provide a `gs' binary.
* build-system/gnu: 'strip' phase lists files in sorted order.Ludovic Courtès2016-09-01
| | | | | | | | | This fixes a bug whereby the choice between stripping 'libfoo.so.0.1.2' and stripping 'libfoo.so' (the symlink) would be non-deterministic. * guix/build/gnu-build-system.scm (strip)[strip-dir]: Use 'find-files' instead of 'file-system-fold' so that files are picked in deterministic order.
* gnu: sqlite: Enable DBSTAT_VTAB.David Craven2016-09-01
| | | | | * gnu/packages/databases.scm (sqlite)[arguments]: Enable configure-flag -DSQLITE_ENABLE_DBSTAT_VTAB.
* Revert "gnu: linux-pam: Add cracklib to inputs."Leo Famulari2016-08-31
| | | | This reverts commit 25d1b3107fc7ebdc155649722fc257f4dbc4b04a.
* gnu: sqlite: Update to 3.14.1.Efraim Flashner2016-08-31
| | | | * gnu/packages/databases.scm (sqlite): Update to 3.14.1.
* gnu: cups-filters: Update to 1.10.2.Efraim Flashner2016-08-30
| | | | * gnu/packages/cups.scm (cups-filters): Update to 1.10.2.
* gnu: cups-filters: Add missing avahi input.Efraim Flashner2016-08-30
| | | | | * gnu/packages/cups.scm (cups-filters)[inputs]: Add avahi. This is a follow-up to commit 6c4742530a4b4b9f25f9e63dc14fe3f88c51d19d.
* gnu: python-3: Update to python-3.5.2.Leo Famulari2016-08-29
| | | | | | | | | | | | | | | * gnu/packages/patches/python-3.4-fix-tests.patch, gnu/packages/patches/python-3.5-fix-tests.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/patches/python-fix-tests.patch: Move python-3.4 specific hunk to 'gnu/packages/patches/python-3.4-fix-tests.patch'. * gnu/packages/python.scm (python-3.5): New variable. (python-3.4): Inherit from python-3.5. [source]: Use 'gnu/packages/patches/python-3.4-fix-tests.patch'. (python-3): Point to python-3.5. Co-authored-by: Diane Trout <diane@ghic.org> Co-authored-by: Christopher Allan Webber <cwebber@dustycloud.org>
* gnu: python-3.4: Update to 3.4.5.Christopher Allan Webber2016-08-29
| | | | | | | | | * gnu/packages/patches/python-disable-ssl-test.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/python.scm (python-3.4): Update to 3.4.5. [source]: Remove patch. [arguments]: Remove field. (python-minimal)[inputs]: Add libffi.
* gnu: libtiff: Incorporate grafted security patches.Leo Famulari2016-08-29
| | | | | | * gnu/packages/image.scm (libtiff)[source]: Add patches from libtiff/fixed. [replacement]: Remove field. (libtiff/fixed): Remove variable.
* Merge branch 'master' into core-updatesLeo Famulari2016-08-29
|\
| * gnu: libtiff: Fix CVE-2016-5314.Leo Famulari2016-08-29
| | | | | | | | | | | | * gnu/packages/patches/libtiff-CVE-2016-5314.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/image.scm (libtiff/fixed): Use it.
| * gnu: diamond: Update to 0.8.20.Ben Woodcroft2016-08-30
| | | | | | | | * gnu/packages/bioinformatics.scm (diamond): Update to 0.8.20.
| * gnu: ruby-concurrent: Adjust for 'replace-git-ls-files'.Ben Woodcroft2016-08-30
| | | | | | | | | | * gnu/packages/ruby.scm (ruby-concurrent)[arguments]: Adjust for new build phase 'replace-git-ls-files'.
| * guix: ruby-build-system: Add replace-git-ls-files.Ben Woodcroft2016-08-30
| | | | | | | | | | * guix/build/ruby-build-system.scm (replace-git-ls-files): New variable. (%standard-phases): Add it.
| * guix: ruby-build-system: Build compiled gems reproducibly.Ben Woodcroft2016-08-30
| | | | | | | | | | | | * guix/build/ruby-build-system.scm (log-file-deletion): New procedure. (install): Remove files containing non-reproducible elements. Print when each file is deleted.
| * gnu: libtiff: Fix CVE-2016-{3623,3945,3990,3991,5321,5323}.Leo Famulari2016-08-29
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/image.scm (libtiff)[replacement]: New field. (libtiff/fixed): New variable. * gnu/packages/patches/libtiff-CVE-2016-3623.patch, gnu/packages/patches/libtiff-CVE-2016-3945.patch, gnu/packages/patches/libtiff-CVE-2016-3990.patch, gnu/packages/patches/libtiff-CVE-2016-3991.patch, gnu/packages/patches/libtiff-CVE-2016-5321.patch, gnu/packages/patches/libtiff-CVE-2016-5323.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them.
| * gnu: imagemagick: Update to 6.9.5-8.Leo Famulari2016-08-29
| | | | | | | | * gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.5-8.
| * gnu: khal: Update to 0.8.3.Troy Sankey2016-08-29
| | | | | | | | | | | | | | | | | | * gnu/packages/calendar.scm (khal): Update to 0.8.3. [source]: Remove snippet. [arguments]: Remove 'disable-tests' phase. [native-inputs]: Add python-pytest-cov and python-freezegun. Signed-off-by: Leo Famulari <leo@famulari.name>
| * gnu: python-icalendar: Update to 3.10.Troy Sankey2016-08-29
| | | | | | | | | | | | * gnu/packages/python.scm (python-icalendar): Update to 3.10. Signed-off-by: Leo Famulari <leo@famulari.name>
| * gnu: Add python-freezegun.Troy Sankey2016-08-29
| | | | | | | | | | | | * gnu/packages/python.scm (python-freezegun, python2-freezegun): New variables. Signed-off-by: Leo Famulari <leo@famulari.name>
* | gnu: mit-krb5: Update to 1.14.3.Efraim Flashner2016-08-29
| | | | | | | | | | | | * gnu/packages/mit-krb5: Update to 1.14.3. [replacement]: Remove field. (mit-krb5@1.14.3): Remove variable.
* | Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner2016-08-29
|\|
| * gnu: keyutils: Fix typo in synopsis.Tobias Geerinckx-Rice2016-08-29
| | | | | | | | * gnu/packages/crypto.scm (keyutils)[synopsis]: Fix typo.
| * gnu: hplip: Update to 3.16.8.Tobias Geerinckx-Rice2016-08-29
| | | | | | | | * gnu/packages/cups.scm (hplip): Update 3.16.8.
| * gnu: ffmpeg: Update to 3.1.3.Efraim Flashner2016-08-29
| | | | | | | | * gnu/packages/video.scm (ffmpeg): Update to 3.1.3.
| * guix: lint: Check descriptions for trademark signs.Eric Bavier2016-08-28
| | | | | | | | | | | | | | * guix/scripts/lint.scm (check-description-style): Emit a warning if trademark signs found in description. * tests/lint.scm (description: may not contain trademark signs): Add test.
| * tests: Make sure /var/guix/gcroots/profiles is a valid symlink.Ludovic Courtès2016-08-29
| | | | | | | | | | | | | | | | | | | | Reported by csanchezdll@gmail.com (Carlos Sánchez de La Lama) at <https://lists.gnu.org/archive/html/guix-devel/2016-08/msg01641.html>. * gnu/build/install.scm (directives): Add /var/guix/gcroots/profiles symlink. * gnu/tests/base.scm (run-basic-test)["/var/guix/gcroots/profiles is a valid symlink"]: New test.
| * tests: Make sure /run/current-system is a GC root.Ludovic Courtès2016-08-29
| | | | | | | | | | * gnu/tests/base.scm (run-basic-test)["/run/current-system is a GC root"]: New test.
| * gnu: libmicrohttpd: Update to 0.9.51.ng02016-08-29
| | | | | | | | | | | | * gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.51. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * tests: Fix 'guix environment --container' test in the presence of tmpfs.Ludovic Courtès2016-08-29
| | | | | | | | | | | | | | | | Reported by Ting-Wei Lan <lantw44@gmail.com>. This is a followup to 1250034d5aff14fe236aad9900233a2b6f8563bb. * tests/guix-environment-container.sh (mount_test_code): Reverse order of 'string-prefix?' arguments.
| * gnu: Add ecryptfs-utils.Tobias Geerinckx-Rice2016-08-28
| | | | | | | | * gnu/packages/linux.scm (ecryptfs-utils): New variable.
| * gnu: Add keyutils.Tobias Geerinckx-Rice2016-08-28
| | | | | | | | * gnu/packages/crypto.scm (keyutils): New variable.
| * gnu: xf86-input-synaptics: Update to 1.8.99.1.Efraim Flashner2016-08-28
| | | | | | | | * gnu/packages/xorg.scm (xf86-input-synaptics): Update to 1.8.99.1.
| * gnu: xf86-video-openchrome: Update to 0.5.0.Efraim Flashner2016-08-28
| | | | | | | | | | | | | | * gnu/packages/xorg.scm (xf86-video-openchrome): Update to 0.5.0. [source]: Remove patch. * gnu/packages/patches/xf86-video-openchrome-glibc-2.20.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it.
| * gnu: xf86-input-evdev: Update to 2.10.3.Efraim Flashner2016-08-28
| | | | | | | | * gnu/packages/xorg.scm (xf86-input-evdev): Update to 2.10.3.
| * gnu: xf86-video-ati: Update to 7.7.0.Efraim Flashner2016-08-28
| | | | | | | | * gnu/packages/xorg.scm (xf86-video-ati): Update to 7.7.0.
| * guix scripts: Disable grafting on dry runs.Roel Janssen2016-08-28
| | | | | | | | | | | | * guix/scripts/archive.scm, guix/scripts/build.scm, guix/scripts/environment.scm, guix/scripts/system.scm, guix/scripts/package.scm: Disable grafting when a dry-run parameter is given.
| * system: Do not create the home directory of "nobody".Ludovic Courtès2016-08-28
| | | | | | | | | | | | | | | | Fixes <http://bugs.gnu.org/24275>. Reported by John Darrington <john@darrington.wattle.id.au>. * gnu/system/shadow.scm (%base-user-accounts): Add (create-home-directory? #f) for "nobody".
| * system: Add 'create-home-directory?' field to <user-account>.Ludovic Courtès2016-08-28
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/system/shadow.scm (<user-account>)[create-home-directory?]: New field. (user-account->gexp): Serialize it. * gnu/build/activation.scm (activate-users+groups)[activate-user]: Update 'match-lambda' pattern accordingly. Pass #:create-home? to 'ensure-user'. (add-user, modify-user, ensure-user): Add #:create-home? parameter and honor it. * doc/guix.texi (User Accounts): Document it.
| * gnu: kmscon: Add missing licenses.David Craven2016-08-28
| | | | | | | | * gnu/packages/terminals.scm (kmscon)[license]: Add lgpl2.1+, bsd-2 and gpl2+.
| * gnu: libtsm: Add missing licenses.David Craven2016-08-28
| | | | | | | | * gnu/packages/terminals.scm (libtsm)[license]: Add lgpl2.1+, isc and bsd-2.
| * gnu: python-ipaddress: Update to 1.0.16.David Craven2016-08-28
| | | | | | | | | | * gnu/packages/python.scm (python-ipaddress): New variable. (python2-ipaddress): Use package-with-python2.
| * gnu: Add python-url.David Craven2016-08-28
| | | | | | | | | | * gnu/packages/python.scm (python-url): New variable. (python2-url): New variable.
| * gnu: Add python-publicsuffix2.David Craven2016-08-28
| | | | | | | | | | * gnu/packages/python.scm (python-publicsuffix2): New variable. (python2-publicsuffix2): New variable.