summaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Collapse)Author
2018-03-16gnu: gcc-stripped: Use invoke instead of system*.Mark H Weaver
* gnu/packages/make-bootstrap.scm (gcc-stripped)[arguments]: Use invoke. All phases return #t.
2018-03-16gnu: libcap: Return #t from all phases.Mark H Weaver
* gnu/packages/linux.scm (libcap)[arguments]: Return #t from all phases.
2018-03-16gnu: acl: Use invoke instead of system*.Mark H Weaver
* gnu/packages/acl.scm (acl)[arguments]: Use invoke. All phases return #t.
2018-03-16gnu: autoconf-wrapper: Return #t from the builder.Mark H Weaver
* gnu/packages/autotools.scm (autoconf-wrapper): Return #t from the builder.
2018-03-16gnu: attr: Use invoke instead of system*.Mark H Weaver
* gnu/packages/attr.scm (attr)[arguments]: Use invoke. Return a boolean from all phase procedures. Add a comment explaining why one call to system* is retained.
2018-03-16gnu: python-six: Use invoke instead of system*.Mark H Weaver
* gnu/packages/python.scm (python-six)[arguments]: Use invoke.
2018-03-16gnu: tzdata: Use invoke instead of system*.Mark H Weaver
* gnu/packages/base.scm (tzdata)[arguments]: Use invoke. Return a boolean from all phase procedures.
2018-03-16gnu: eudev: Use invoke instead of system*.Mark H Weaver
* gnu/packages/linux.scm (eudev)[arguments]: Use invoke.
2018-03-16gnu: openssl: Use invoke instead of system*.Mark H Weaver
* gnu/packages/tls.scm (openssl, openssl-next)[arguments]: Use invoke. Add missing 'apply'.
2018-03-16gnu: bzip2: Use invoke instead of system*.Mark H Weaver
* gnu/packages/compression.scm (bzip2)[arguments]: Use invoke. In the custom configure phase, change the 'if' to 'when' and move the #t outside, so that it's always returned.
2018-03-16gnu: zip: Use invoke instead of system*.Mark H Weaver
* gnu/packages/compression.scm (zip)[arguments]: Use invoke. Remove vestigial '#:modules' argument.
2018-03-16gnu: unzip: Use invoke instead of system*.Mark H Weaver
* gnu/packages/compression.scm (unzip)[arguments]: Use invoke.
2018-03-16gnu: zlib: Use invoke instead of system*.Mark H Weaver
* gnu/packages/compression.scm (zlib)[arguments]: Use invoke.
2018-03-16gnu: tcsh: Use invoke instead of system*.Mark H Weaver
* gnu/packages/shells.scm (tcsh)[arguments]: Use invoke.
2018-03-16gnu: perl: Use invoke instead of system*.Mark H Weaver
* gnu/packages/perl.scm (perl)[arguments]: Use invoke. Return a boolean from all phase procedures.
2018-03-16gnu: glibc/hurd: Use invoke instead of system*.Mark H Weaver
* gnu/packages/base.scm (glibc/hurd)[arguments]: In the build phase procedure, use 'invoke' instead of 'system*' and remove the vestigial result code plumbing. Change the local macro 'make' into a normal procedure.
2018-03-16gnu: glibc-locales: Use invoke instead of system*.Mark H Weaver
* gnu/packages/base.scm (glibc-locales)[arguments]: Use invoke.
2018-03-16gnu: glibc-utf8-locales: Use invoke instead of system*.Mark H Weaver
* gnu/packages/base.scm (glibc-utf8-locales)[arguments]: Use invoke and remove the vestigial result code plumbing.
2018-03-16gnu: linux-libre-headers: Use invoke instead of system*.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-headers)[arguments]: Use invoke and remove vestigial result code plumbing.
2018-03-16bootstrap: Use invoke instead of system*.Mark H Weaver
* gnu/packages/bootstrap.scm (package-from-tarball): Ignore the result of the snippet procedure. Use invoke and remove vestigial plumbing. (%bootstrap-coreutils&co): Remove the vestigial #t from the snippet. (%bootstrap-glibc, %bootstrap-gcc)[arguments]: Use invoke. Return #t from the builder.
2018-03-16gnu: kentutils: Build with mariadb.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (kentutils)[inputs]: Replace mysql with mariadb.
2018-03-15gnu: python: Update to 3.6.4.Marius Bakke
* gnu/packages/patches/python-3-search-paths.patch: Adjust context. * gnu/packages/python.scm (python): Update to 3.6.4. [source]: Re-enable test_socket.py.
2018-03-15gnu: acl: Fix build failure.Ricardo Wurmus
* gnu/packages/acl.scm (acl)[arguments]: Add phase "ensure-no-mtimes-pre-1980".
2018-03-15gnu: Remove boost-1.66.Ricardo Wurmus
* gnu/packages/boost.scm (boost-1.66): Remove variable. * gnu/packages/storage.scm (ceph)[inputs]: Replace boost-1.66 with boost.
2018-03-15gnu: boost: Remove bootstrap phase.Ricardo Wurmus
* gnu/packages/boost.scm (boost)[arguments]: Remove bootstrap phase.
2018-03-15gnu: cunit: Replace bootstrap phase.Ricardo Wurmus
* gnu/packages/check.scm (cunit)[arguments]: Replace bootstrap phase.
2018-03-15gnu: libtool: Add libltdl to native-inputs.Ricardo Wurmus
* gnu/packages/autotools.scm (libtool)[native-inputs]: Add libltdl to fix one failing test.
2018-03-15gnu: python-3.6: Reset timestamps in pyc files.Ricardo Wurmus
* gnu/packages/python.scm (python-3.6)[arguments]: Add build phases to patch the bytecode generator to reset the embedded timestamp in pyc files; add build phase to rebuild the bytecode files.
2018-03-15gnu: python-3.6: Disable failing test.Ricardo Wurmus
* gnu/packages/python.scm (python-3.6)[source]: Delete Lib/test/test_socket.py.
2018-03-15gnu: pango: Explicitly propagate some inputs.Marius Bakke
These are already propagated from Cairo, but include them for clarity. * gnu/packages/gtk.scm (pango)[propagated-inputs]: Add FONTCONFIG, FREETYPE and GLIB.
2018-03-15gnu: pango: Update to 1.42.0.Marius Bakke
* gnu/packages/gtk.scm (pango): Update to 1.42.0. [inputs]: Add FRIBIDI.
2018-03-15gnu: gobject-introspection: Update to 1.56.0.Marius Bakke
* gnu/packages/glib.scm (gobject-introspection): Update to 1.56.0.
2018-03-15gnu: glib: Update to 2.56.0.Marius Bakke
* gnu/packages/glib.scm (glib): Update to 2.56.0. [source](patches): Remove obsolete patch. [arguments]: Disable new MIME test. * gnu/packages/patches/glib-respect-datadir.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2018-03-14gnu: automake: Update to 1.16.1.Marius Bakke
* gnu/packages/autotools.scm (automake): Update to 1.16.1. (automake-1.16): Remove variable.
2018-03-14gnu: gdbm: Update to 1.14.1.Marius Bakke
* gnu/packages/databases.scm (gdbm): Update to 1.14.1.
2018-03-14gnu: patch: Update to 2.7.6.Marius Bakke
* gnu/packages/base.scm (patch): Update to 2.7.6. * gnu/packages/patches/patch-hurd-path-max.patch: Adjust to upstream changes.
2018-03-14gnu: ghc-7: Fix build with ncurses 6.1.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-7)[arguments]: Make ncurses major+minor version detection more robust.
2018-03-14gnu: gawk: Enable parallel tests.Efraim Flashner
* gnu/packages/gawk.scm (gawk)[arguments]: Enable parallel tests.
2018-03-14gnu: gawk: Update to 4.2.1.Efraim Flashner
* gnu/packages/gawk.scm (gawk): Update to 4.2.1.
2018-03-14gnu: curl: Add HTTP/2 support.Tobias Geerinckx-Rice
* gnu/packages/curl.scm (curl)[inputs]: Add nghttp2.
2018-03-14gnu: Ungraft glibc.Ricardo Wurmus
* gnu/packages/base.scm (glibc-2.26-patched): Remove variable. (glibc/linux)[replacement]: Remove. [source]: Add "glibc-allow-kernel-2.6.32.patch" to patches.
2018-03-14Merge branch 'master' into core-updatesRicardo Wurmus
2018-03-14gnu: samba: Update to 4.7.6 [fixes CVE-2018-1050 and CVE-2018-1057].Marius Bakke
* gnu/packages/samba.scm (samba): Update to 4.7.6.
2018-03-14gnu: man-db: Update to 2.8.2.Marius Bakke
* gnu/packages/man.scm (man-db): Update to 2.8.2.
2018-03-14gnu: curl: Update replacement to 7.59.0 [security fixes].Marius Bakke
This fixes CVE-2018-1000120, CVE-2018-1000121, and CVE-2018-1000122. * gnu/packages/curl.scm (curl-7.58.0): Rename to ... (curl-7.59.0): ... this. Update source hash. (curl)[replacement]: Adjust accordingly.
2018-03-14gnu: libsoup: Update to 2.62.0.Marius Bakke
* gnu/packages/gnome.scm (libsoup): Update to 2.62.0.
2018-03-14Revert "gnu: Use patched static bash in glibc replacement."Ricardo Wurmus
This reverts commit 42958b5e0feff1000ba17a353bb58fdf45f20716.
2018-03-14Revert "gnu: Add replacement for static-bash-for-glibc."Ricardo Wurmus
This reverts commit c4fb2b9f4e9ca1c5b586090b765b51b2a5042eff.
2018-03-14Revert "gnu: Add missing module to (gnu packages base)."Ricardo Wurmus
This reverts commit 911e66f922f2316f061656a6edf5f243342735b7.
2018-03-14gnu: linux-libre: Update to 4.15.9.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.15.9. (%linux-libre-hash): Update hash.