summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: libnfsidmap: Fix Texinfo markup.Ludovic Courtès2016-08-30
| | | | * gnu/packages/linux.scm (libnfsidmap)[description]: Add missing @code.
* gnu: guile-gnunet: Use https URL.ng02016-08-30
| | | | * gnu/packages/gnunet.scm (guile-gnunet)[home-page]: Use https URL.
* gnu: grub: Use https URL.ng02016-08-30
| | | | * gnu/packages/grub.scm (grub)[home-page]: Use https URL.
* gnu: guile-opengl: Use https URL.ng02016-08-30
| | | | * gnu/packages/gl.scm (guile-opengl)[home-page]: Use https URL.
* gnu: gsl: Update to 2.2.Efraim Flashner2016-08-30
| | | | * gnu/packages/maths.scm (gsl): Update to 2.2.
* gnu: apl: Update to 1.6.Efraim Flashner2016-08-30
| | | | * gnu/packages/apl.scm (apl): Update to 1.6.
* gnu: Add libnfsidmapJohn Darrington2016-08-30
| | | | * gnu/packages/linux.scm (libnfsidmap): New variable.
* gnu: libtirpc: Use 'modify-phases'.John Darrington2016-08-30
| | | | * gnu/packages/onc-rpc.scm (libtirpc)[arguments]: Use 'modify-phases'.
* gnu: libtirpc: Remove the --disable-gssapi configure flag.John Darrington2016-08-30
| | | | | | * gnu/packages/onc-rpc.scm (libtirpc)[arguments]: Remove the --disable-gssapi configure flag. [inputs]: Add mit-krb5
* gnu: Add German Aspell dictionary.John Darrington2016-08-30
| | | | * gnu/packages/aspell.scm (aspell-dict-de): New variable.
* gnu: yelp: Update to 3.21.3John Darrington2016-08-30
| | | | * gnu/packages/gnome.scm (yelp): Update to 3.21.3
* gnu: Add stagit.ng02016-08-29
| | | | | | * gnu/packages/version-control.scm (stagit): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: version-control: Use license: prefix.ng02016-08-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/version-control.scm (define-module): Import guix licenses with a prefix. (parted): Use the import prefix. (bazaar): Likewise. (git): Likewise. (libgit2): Likewise. (cgit): Likewise. (shflags): Likewise. (git-flow): Likewise. (gitolite): Likewise. (mercurial): Likewise. (neon): Likewise. (subversion): Likewise. (rcs): Likewise. (cvs): Likewise. (cvs-fast-export): Likewise. (vc-dwim): Likewise. (diffstat): Likewise. (cssc): Likewise. (aegis): Likewise. (reposurgeon): Likewise. (tig): Likewise. (findnewest): Likewise. (myrepos): Likewise. (git-annex-remote-hubic):: Likewise. (fossil): Likewise. Signed-off-by: Leo Famulari <leo@famulari.name>
* 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'.
* 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: 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.
* 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>
* 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.
* 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.
* gnu: Add python-publicsuffix.David Craven2016-08-28
| | | | | * gnu/packages/python.scm (python-publicsuffix): New variable. (python2-publicsuffix): New variable.
* gnu: Add python-schematics.David Craven2016-08-28
| | | | | * gnu/packages/python.scm (python-schematics): New variable. (python2-schematics): New variable.
* gnu: Add python-sh.David Craven2016-08-28
| | | | | * gnu/packages/python.scm (python-sh): New variable. (python2-sh): New variable.
* gnu: Add python-pymongo.David Craven2016-08-28
| | | | | * gnu/packages/python.scm (python-pymongo): New variable. (python2-pymongo): New variable.
* gnu: Add python-nltk.David Craven2016-08-28
| | | | | * gnu/packages/python.scm (python-nltk): New variable. (python2-nltk): New variable.
* gnu: Add python-binaryornot.David Craven2016-08-28
| | | | | * gnu/packages/python.scm (python-binaryornot): New variable. (python2-binaryornot): New variable.
* gnu: python: Import guix licenses with #:prefix license:.David Craven2016-08-28
| | | | * gnu/packages/python.scm (define-module): Add import.
* gnu: Add prosody.Ricardo Wurmus2016-08-28
| | | | * gnu/packages/messaging.scm (prosody): New variable.
* gnu: Add lua5.1-sec.Ricardo Wurmus2016-08-28
| | | | * gnu/packages/lua.scm (lua5.1-sec): New variable.
* gnu: Add lua5.1-filesystem.Ricardo Wurmus2016-08-28
| | | | * gnu/packages/lua.scm (lua5.1-filesystem): New variable.