summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Expand)AuthorAgeFilesLines
...
| * gnu: Add python-mailmanclient.•••* gnu/packages/mail.scm (python-mailmanclient): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> ng02016-10-201-1/+33
| * gnu: Add python-validictory and python2-validictory.•••* gnu/packages/python.scm (python-validictory, python2-validictory): New variables. Hartmut Goebel2016-10-201-0/+43
| * gnu: Add python2-pathlib2.•••Adding only the Python 2 variant, since for Python 3 our minimum version is 3.4 which already includes this package as part of the standard library. gnu/packages/python.scm (python2-pathlib2): New variable. Hartmut Goebel2016-10-201-0/+36
| * gnu: Add python-setproctitle and python2-setproctitle.•••* gnu/packages/python.scm (python-setproctitle, python2-setproctitle): New variables. Hartmut Goebel2016-10-201-0/+59
| * gnu: Add chromaprint.•••* gnu/packages/mp3.scm (chromaprint): New variable. Hartmut Goebel2016-10-201-0/+30
| * gnu: Add r-bioccheck.•••* gnu/packages/bioinformatics.scm (r-bioccheck): New variable. Roel Janssen2016-10-201-0/+48
| * gnu: openssh: Fix CVE-2016-8858.•••* gnu/packages/patches/openssh-memory-exhaustion.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/ssh.scm (openssh)[source]: Use it. Leo Famulari2016-10-192-0/+40
| * gnu: Add gucharmap.•••* gnu/packages/gnome.scm (gucharmap): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Rene Saavedra2016-10-191-0/+33
| * gnu: %static-inputs: Use bash from PATH in bootstrap tar.•••gnu/packages/make-bootstrap.scm (%static-inputs): Use bash from PATH. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Carlos Sánchez de La Lama2016-10-191-0/+11
| * gnu: borg: Install more documentation.•••* gnu/packages/backup.scm (borg)[arguments]: Install more documentation in 'install-doc' phase. Use (srfi srfi-26). Leo Famulari2016-10-191-2/+10
| * gnu: gparted: Update to 0.27.0.•••* gnu/packages/disk.scm (gparted): Update to 0.27.0. Tobias Geerinckx-Rice2016-10-191-2/+2
| * gnu: ncftp: Use ‘modify-phases’.•••* gnu/packages/ftp.scm (ncftp): Use the ‘modify-phases’ syntax. Tobias Geerinckx-Rice2016-10-191-12/+12
| * gnu: mcelog: Update to 143.•••* gnu/packages/linux.scm (mcelog): Update to 143. Tobias Geerinckx-Rice2016-10-191-2/+2
| * gnu: lftp: Update to 4.7.3.•••* gnu/packages/ftp.scm (lftp): Update to 4.7.3. [source]: Use HTTPS. Remove patch. [arguments]: Add ‘disable-impure-tests’ phase. Add #:configure-flags with explicit location of readline headers. [home-page]: Use HTTPS. * gnu/packages/patches/lftp-dont-save-unknown-host-fingerprint.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Tobias Geerinckx-Rice2016-10-192-88/+18
| * gnu: awscli: Update to 1.11.5.•••* gnu/packages/python.scm (awscli): Update to 1.11.5. [source]: Use pypi-uri. [inputs]: Add python-s3transfer. Leo Famulari2016-10-191-6/+5
| * gnu: Add python-s3transfer.•••* gnu/packages/python.scm (python-s3transfer, python2-s3transfer): New variable. Leo Famulari2016-10-191-0/+31
| * gnu: python-botocore: Update to 1.4.62.•••* gnu/packages/python.scm (python-botocore, python2-botocore): Update to 1.4.62. Leo Famulari2016-10-191-2/+2
| * gnu: python-rsa: Update to 3.4.2.•••* gnu/packages/python.scm (python-rsa, python2-rsa): Update to 3.4.2. Leo Famulari2016-10-191-2/+2
| * gnu: Add libseccomp.•••* gnu/packages/linux.scm (libseccomp): New variable. Leo Famulari2016-10-191-0/+25
| * gnu: xapian: Update to 1.4.0.•••* gnu/packages/search.scm (xapian): Update to 1.4.0. [source]: Use https URL. [home-page]: Use https URL. [arguments]: Remove 'patch-remotetcp-harness' phase. Replace 'check' phase with a list of custom test targets. Marius Bakke2016-10-191-7/+15
| * gnu: xapian: Use 'modify-phases' syntax.•••* gnu/packages/search.scm (xapian)[arguments]: Use 'modify-phases'. Fix '/bin/sh' substitution to use (which "sh") instead of (which "bash"). Marius Bakke2016-10-191-6/+6
| * gnu: notmuch: Enable tests.•••* gnu/packages/patches/notmuch-emacs-25-compatibility-fix.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/mail.scm (notmuch)[source]: Use patch. [arguments]: Add verbose make flags. Add phase 'patch-notmuch-lib.el' to fix hard-coded /bin/sh. Add 'prepare-test-environment' phase to patch test shebangs and set environment. [native-inputs]: Change from 'emacs-minimal' to 'emacs-no-x'. Add dtach, gnupg, man, perl and which. Marius Bakke2016-10-192-6/+76
| * gnu: notmuch: Update to 0.23.•••* gnu/packages/mail.scm (notmuch): Update to 0.23. [home-page]: Use https URL. (python-notmuch)[version]: Inherit from notmuch. [home-page]: Ditto. Marius Bakke2016-10-191-7/+7
* | gnu: go-1.7: Skip test that fails due to time zone name change.•••* gnu/packages/golang.scm (go-1.7)[arguments]: Skip test "TestLoadFixed" in 'prebuild' phase. Leo Famulari2016-10-211-1/+12
* | gnu: go-1.4: Skip test that fails due to time zone name change.•••* gnu/packages/golang.scm (go-1.4)[arguments]: Skip test "TestLoadFixed" in 'prebuild' phase. Leo Famulari2016-10-211-0/+7
* | gnu: go-1.4: Disable cgo.•••* gnu/packages/golang.scm (go-1.4)[arguments]: Set "CGO_ENABLED=0" while building. (go-1.7)[arguments]: Keep "CGO_ENABLED=1". Leo Famulari2016-10-211-1/+16
* | gnu: network-manager-applet: Update to 1.4.2.•••* gnu/packages/gnome.scm (network-manager-applet): Update to 1.4.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org> ng02016-10-201-4/+8
* | gnu-maintenance: GNOME updater honors 'upstream-name' package property.•••* guix/gnu-maintenance.scm (latest-gnome-release)[upstream-name]: New variable. Use it as the first argument to 'latest-ftp-release' and when constructing #:directory. * gnu/packages/gnome.scm (gconf)[properties]: New field. (network-manager)[properties]: New field. Ludovic Courtès2016-10-201-2/+4
* | gnu: network-manager: Update to 1.4.2.•••* gnu/packages/gnome.scm (network-manager): Update to 1.4.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org> ng02016-10-201-2/+2
* | gnu: libgweather: Update to 3.20.3.•••* gnu/packages/gnome.scm (libgweather): Update to 3.20.3. Ludovic Courtès2016-10-201-2/+2
* | gnu: libgweather: Adjust to new timezone name.•••* gnu/packages/gnome.scm (libgweather)[arguments]: In 'pre-check' phase, update "Asia/Rangoon" timezone name. Ludovic Courtès2016-10-201-7/+12
* | gnu: python-file: Work around "double encoding" bug in file@5.28.•••* gnu/packages/patches/python-file-double-encoding-bug.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/python.scm (python-file)[source]: Use it. (python2-file)[source]: Use the source of FILE directly, without the patch. Leo Famulari2016-10-192-0/+55
* | gnu: python-file: Don't create a compressed egg.•••* gnu/packages/python.scm (python-file, python2-file)[arguments]: Pass "--single-version-externally-managed" "--root=/" to #:configure-flags. Leo Famulari2016-10-191-0/+1
* | gnu: chez-scheme: Remove use of 'ghostscript-gs' wrapper.•••This is a followup to commit d2478b4cdd6f1db44f4725b39489aca89d3d9180. * gnu/packages/chez.scm (chez-scheme)[native-inputs]: Replace 'ghostscript-gs' with 'ghostscript'. Mark H Weaver2016-10-191-1/+1
* | Merge branch 'master' into core-updatesMark H Weaver2016-10-1939-1863/+1439
|\|
| * gnu: Add opensmtpd-extras.•••* gnu/packages/mail.scm (opensmtpd-extras): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> ng02016-10-191-0/+71
| * gnu: Add opensmtpd.•••* gnu/packages/mail.scm (opensmtpd): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> ng02016-10-191-1/+53
| * gnu: Add libasr.•••* gnu/packages/dns.scm (libasr): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> ng02016-10-191-0/+33
| * gnu: zile: Use 'modify-phases' syntax.•••* gnu/packages/zile.scm (zile)[arguments]: Use 'modify-phases' syntax. Efraim Flashner2016-10-191-9/+11
| * gnu: zile: Update to 2.4.13.•••* gnu/packages/zile.scm (zile): Update to 2.4.13. [home-page]: Use https. Efraim Flashner2016-10-191-3/+3
| * gnu: Add Ao.•••* gnu/packages/engineering.scm (ao): New variable. Ludovic Courtès2016-10-191-0/+102
| * gnu: glfw: Propagate the relevant inputs.•••* gnu/packages/gl.scm (glfw)[inputs]: Rename to... [propagated-inputs]: ... this. Add LIBXXF86VM. Ludovic Courtès2016-10-191-3/+6
| * gnu: Add r-biocstyle.•••* gnu/packages/bioinformatics.scm (r-biocstyle): New variable. Roel Janssen2016-10-191-0/+20
| * gnu: Add r-biocviews.•••* gnu/packages/bioinformatics.scm (r-biocviews): New variable. Roel Janssen2016-10-191-0/+28
| * gnu: Add iperf.•••* gnu/packages/networking.scm (iperf): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Benz Schenk2016-10-191-0/+25
| * gnu: python-dateutil, python-dateutil-2: Update to new home-page.•••* gnu/packages/python.scm (python-dateutil, python2-dateutil, python-dateutil-2, python2-dateutil-2)[home-page]: Update URL. Hartmut Goebel2016-10-191-2/+2
| * gnu: Add r-optparse.•••* gnu/packages/bioinformatics.scm (r-optparse): New variable. Roel Janssen2016-10-191-0/+23
| * gnu: Add r-getopt.•••* gnu/packages/bioinformatics.scm (r-getopt): New variable. Roel Janssen2016-10-191-0/+22
| * gnu: Add GHC 8.0.1.•••* gnu/packages/haskell.scm (ghc-8): New variable. Federico Beffa2016-10-191-0/+128
| * gnu: Add ghc-hashtables.•••* gnu/packages/haskell.scm (ghc-hashtables): New variable. Federico Beffa2016-10-191-0/+25