aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | gnu: guile-lib: Update to 0.2.3.•••* gnu/packages/guile.scm (guile-lib): Update to 0.2.3. [arguments]: Adjust 'patch-module-dir' to change both 'moddir' and 'godir'; use '@GUILE_EFFECTIVE_VERSION@' instead of a hard-coded "2.0". Add 'check' phase. [native-inputs]: New field. Ludovic Courtès2016-10-17
| * | | | | | | | | | | | | | gnu: guile-lib: Use 'modify-phases'.•••* gnu/packages/guile.scm (guile-lib)[arguments]: Use 'modify-phases'. Ludovic Courtès2016-10-17
| * | | | | | | | | | | | | | gnu: recutils: Adjust to Bash 4.4.•••* gnu/packages/databases.scm (recutils)[arguments]: Add 'set-bash4.4-header-location' phase. Ludovic Courtès2016-10-17
| * | | | | | | | | | | | | | gnu: python-requests-toolbelt: Fix build failure by adding missing dependencies.•••* gnu/packages/python.scm (python-requests-toolbelt)[native-inputs]: Add python-betamax, python-mock and python-pytest. Leo Famulari2016-10-17
| * | | | | | | | | | | | | | gnu: Add python-betamax.•••* gnu/packages/python.scm (python-betamax, python2-betamax): New variables. Leo Famulari2016-10-17
| * | | | | | | | | | | | | | gnu: python-vobject: Disable the test suite.•••The tests were silently skipped with Python 3.4. With Python 3.5, this caused the python-vobject build to fail. * gnu/packages/python.scm (python-vobject, python2-vobject)[arguments]: Disable the tests. Leo Famulari2016-10-17
| * | | | | | | | | | | | | | gnu: python-wsgi-intercept: Fix build failure with Python 3.5.•••* gnu/packages/python.scm (python-wsgi-intercept)[native-inputs]: Add python-urllib3. Leo Famulari2016-10-17
| * | | | | | | | | | | | | | gnu: wrap-python3: Use a bash wrapper for 'python3-config'.•••See <http://lists.gnu.org/archive/html/guix-devel/2016-07/msg00008.html> for details. * gnu/packages/python.scm (wrap-python3)[arguments]: Use a bash wrapper instead of a symlink for python3-config. 宋文武2016-10-17
| * | | | | | | | | | | | | | gnu: python-requests-mock: Fix build failure with Python 3.5.•••* gnu/packages/openstack.scm (python-requests-mock, python2-requests-mock)[native-inputs]: Add python-docutils. Leo Famulari2016-10-16
| * | | | | | | | | | | | | | gnu: xonsh: Disable the test suite.•••The tests were silently skipped with Python 3.4. With Python 3.5, this caused the xonsh build to fail. * gnu/packages/shells.scm (xonsh)[arguments]: Disable the tests. Leo Famulari2016-10-16
| * | | | | | | | | | | | | | gnu: python-ndg-httpsclient: Disable tests.•••The tests were silently skipped with Python 3.4. With Python 3.5, this caused the python-ndg-httpsclient build to fail. * gnu/packages/python.scm (python-ndg-httpsclient)[arguments]: Disable tests. Leo Famulari2016-10-15
| * | | | | | | | | | | | | | gnu: python-execnet: Disable tests.•••The tests were silently skipped with Python 3.4. With Python 3.5, this caused the python-execnet build to fail. * gnu/packages/python.scm (python-execnet, python2-execnet)[arguments]: Disable tests. Leo Famulari2016-10-15
| * | | | | | | | | | | | | | gnu: youtube-dl: Disable the tests.•••The tests were silently skipped with Python 3.4. With Python 3.5, this caused the youtube-dl build to fail. * gnu/packages/video.scm (youtube-dl)[arguments]: Disable tests. Leo Famulari2016-10-15
| * | | | | | | | | | | | | | gnu: youtube-dl: Update to 2016-10-16.•••* gnu/packages/video.scm (youtube-dl): Update to 2016-10-16. Leo Famulari2016-10-15
| * | | | | | | | | | | | | | gnu: radicale: Run the test suite with py.test.•••* gnu/packages/dav.scm (radicale)[native-inputs]: Add python-pytest. [arguments]: Replace the 'check' phase and run the tests with python-pytest. Leo Famulari2016-10-15
| * | | | | | | | | | | | | | gnu: python2-file: Build with setuptools.•••* gnu/packages/python.scm (python-file)[properties]: New field. (python2-file): Use strip-python2-variant. [native-inputs]: Add python2-setuptools. Leo Famulari2016-10-15
| * | | | | | | | | | | | | | gnu: gtk+: Move desktop files into "bin" output.•••* gnu/packages/gtk.scm (gtk+)[arguments]: Add 'move-desktop-files' phase. 宋文武2016-10-15
| * | | | | | | | | | | | | | gnu: python-cryptography: Ignore spurious test failure.•••* gnu/packages/python.scm (python-cryptography, python2-cryptography)[arguments]: Add 'disable-failing-test' phase. Leo Famulari2016-10-14
| * | | | | | | | | | | | | | gnu: dbus: Replace with 1.10.12 [security fix].•••Fixes <https://bugs.freedesktop.org/show_bug.cgi?id=98157> "format string vulnerability processing ActivationFailure messages" * gnu/packages/glib.scm (dbus)[replacement]: New field. (dbus-1.10.12): New variable. Leo Famulari2016-10-13
| * | | | | | | | | | | | | | gnu: guile: Graft 2.0.13.•••* gnu/packages/guile.scm (guile-2.0.13): New variable. (guile-2.0)[replacement]: New field. (guile-2.0/fixed)[properties, replacement]: New fields. (guile-next)[replacement]: New field. * gnu/packages/make-bootstrap.scm (%guile-static)[replacement]: New field. Ludovic Courtès2016-10-13
| * | | | | | | | | | | | | | gnu: make-bootstrap: Remove duplicate definition of 'bash-static'.•••* gnu/packages/make-bootstrap.scm (%bash-static): Remove. (%static-inputs): Use STATIC-BASH instead of %BASH-STATIC. Ludovic Courtès2016-10-13
| * | | | | | | | | | | | | | gnu: bash-minimal: Remove "include" output.•••* gnu/packages/bash.scm (bash-minimal)[outputs]: New field. (static-bash)[outputs]: Remove. Ludovic Courtès2016-10-13
| * | | | | | | | | | | | | | gnu: gnupg: Remove superfluous patch.•••This patch was integrated into GnuPG 2.1.14. * gnu/packages/patches/gnupg-fix-expired-test.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/gnupg.scm (gnupg)[source]: Remove patch. Leo Famulari2016-10-13
| * | | | | | | | | | | | | | gnu: ghostscript: Eliminate graft.•••* gnu/packages/ghostscript.scm (ghostscript)[replacement]: Remove field. [source]: Add new patches from 'ghostscript/fixed'. (ghostscript/fixed): Remove variable. (ghostscript/x): Inherit from 'ghostscript'. Mark H Weaver2016-10-13
| * | | | | | | | | | | | | | Merge branch 'master' into core-updatesMark H Weaver2016-10-13
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | gnu: Add CUPS service.•••* gnu/services/cups.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add gnu/services/cups.scm. * doc/guix.texi (Printing Services): New section. Andy Wingo2016-10-13
| * | | | | | | | | | | | | | | gnu: ath9k-htc-firmware: Update binutils patch for binutils 2.27.•••* gnu/packages/patches/ath9k-htc-firmware-binutils.patch: Remove unnecessary and conflicting hunk. Add hunk required for binutils 2.27. Leo Famulari2016-10-12
| * | | | | | | | | | | | | | | gnu: python-celery: Update to 3.1.24.•••* gnu/packages/python.scm (python-celery, python2-celery): Update to 3.1.24. [arguments]: Disable some tests with break with Python 3.5. Leo Famulari2016-10-12
| * | | | | | | | | | | | | | | gnu: python-billiard: Update to 3.3.0.23.•••* gnu/packages/python.scm (python-billiard, python2-billiard): Update to 3.3.0.23. Leo Famulari2016-10-12
| * | | | | | | | | | | | | | | gnu: python-kombu: Update to 3.0.37.•••* gnu/packages/python.scm (python-kombu, python2-kombu): Update to 3.0.37. [propagated-inputs]: Add python-redis. Leo Famulari2016-10-12
| * | | | | | | | | | | | | | | Merge branch 'master' into core-updatesLeo Famulari2016-10-12
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | gnu: icecat: Use normal 'sqlite'.•••* gnu/packages/gnuzilla.scm (icecat)[inputs]: Use normal 'sqlite'. Mark H Weaver2016-10-12
| * | | | | | | | | | | | | | | | Merge branch 'master' into core-updatesMark H Weaver2016-10-12
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | gnu: gtk+: Fix source hash.•••* gnu/packages/gtk.scm (gtk+)[source]: Fix hash. 宋文武2016-10-12
| * | | | | | | | | | | | | | | | | gnu: newt: Update source and home-page URLs.•••* gnu/packages/slang.scm (newt)[source]: Update URL. [home-page]: Update URL. Leo Famulari2016-10-11
| * | | | | | | | | | | | | | | | | gnu: borg: Run the test suite.•••* gnu/packages/backup.scm (borg)[native-inputs]: Add python-pytest. [arguments]: Invoke the tests with python-pytest after the install phase. Set HOME=/tmp in the 'set-env' phase. Leo Famulari2016-10-11
| * | | | | | | | | | | | | | | | | gnu: attic: Disable the test suite.•••* gnu/packages/backup.scm (attic)[arguments]: Set #:tests? #f. Leo Famulari2016-10-11
| * | | | | | | | | | | | | | | | | gnu: cups-filters: Look for test page in own output dir.•••* gnu/packages/cups.scm (cups-filters): Update to look for the test page template in the cups-filter output dir, as cups and cups-filter do not share an output dir. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Andy Wingo2016-10-10
| * | | | | | | | | | | | | | | | | gnu: perl-module-build: Update to 0.4220.•••* gnu/packages/perl.scm (perl-module-build): Update to 0.4220. Efraim Flashner2016-10-10
| * | | | | | | | | | | | | | | | | gnu: tcsh: Do not define BSDWAIT.•••* gnu/packages/patches/tcsh-do-not-define-BSDWAIT.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/shells.scm (tcsh)[source]: Use it. Ricardo Wurmus2016-10-09
| * | | | | | | | | | | | | | | | | gnu: cups-filters: Use ghostscript with CUPS driver.•••* gnu/packages/cups.scm (ghostscript/cups): New variable. (cups-filters): Use ghostscript/cups. Capture path to "gs" at compilation time. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Andy Wingo2016-10-08
| * | | | | | | | | | | | | | | | | gnu: libxcb: Update to 1.11.1.•••* gnu/packages/xorg.scm (libxcb): Update to 1.11.1. Ludovic Courtès2016-10-08
| * | | | | | | | | | | | | | | | | gnu: gcc@4.8: Use an older Texinfo.•••* gnu/packages/gcc.scm (gcc-4.8)[native-inputs]: New field. (gcc-4.9): Inherit from GCC-4.7. Ludovic Courtès2016-10-07
| * | | | | | | | | | | | | | | | | gnu: isl: Add support for aarch64.•••* gnu/packages/gcc.scm (isl)[source]: Add patch. * gnu/packages/patches/isl-0.11.1-aarch64-support.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Efraim Flashner2016-10-07
| * | | | | | | | | | | | | | | | | gnu: cmake: Build 'ccmake' binary.•••* gnu/packages/cmake.scm (cmake)[inputs]: Add ncurses. Efraim Flashner2016-10-07
| * | | | | | | | | | | | | | | | | gnu: tzdata: Use modify-phases•••* gnu/packages/base.scm (tzdata)[arguments]: Replace alist- procedures with modify-phases John Darrington2016-10-07
| * | | | | | | | | | | | | | | | | gnu: tzdata: Fix dangling symbolic link.•••* gnu/packages/base.scm (tzdata)[arguments]: Replace dangling symbolic link with the correct path. John Darrington2016-10-07
| * | | | | | | | | | | | | | | | | gnu: openssl: Update to 1.0.2j.•••* gnu/packages/tls.scm (openssl): Update to 1.0.2j. [replacement]: Remove field [source]: Remove 'openssl-CVE-2016-2177.patch' and 'openssl-CVE-2016-2178.patch'. (openssl-1.0.2j): Remove variable. (openssl-next)[replacement]: Remove field. * gnu/packages/patches/openssl-CVE-2016-2177.patch, gnu/packages/patches/openssl-CVE-2016-2178.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them. Leo Famulari2016-10-06
| * | | | | | | | | | | | | | | | | gnu: tzdata: Update to 2016g.•••* gnu/packages/base.scm (tzdata): Update to 2016g. Leo Famulari2016-10-06
| * | | | | | | | | | | | | | | | | gnu: libxvmc: Update to 1.0.10.•••* gnu/packages/xorg.scm (libxvmc): Update to 1.0.10. [replacement]: Remove field. (libxvmc/fixed): Remove variable. * gnu/packages/patches/libxvmc-CVE-2016-7953.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Leo Famulari2016-10-05