summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-02-28linux-modules: Use 'load-linux-module/fd'.Ludovic Courtès
This should be more efficient than loading the whole thing in user space. * gnu/build/linux-modules.scm (load-linux-module*): Use 'load-linux-module/fd' instead of 'load-linux-module'. Remove 'slurp'.
2018-02-28gnu: guile-static-stripped: Add 'finit_module' wrapper.Ludovic Courtès
* gnu/packages/patches/guile-linux-syscalls.patch: Add 'load-linux-module/fd' procedure.
2018-02-28gnu: guile-static-stripped: Remove dependency on bash-minimal.Ludovic Courtès
Previously guile-static-stripped, which is embedded in the initrd, would depend on 'bash-minimal' and 'glibc'; the closure size was 77 MiB. Now the closure size is down to 45.7 MiB. Reported by Danny Milosavljevic <dannym@scratchpost.org> in <https://lists.gnu.org/archive/html/guix-devel/2018-02/msg00505.html>. * gnu/packages/make-bootstrap.scm (%guile-static): Remove the 'pre-configure' phase. (%guile-static-stripped)[arguments]: Add #:allowed-references.
2018-02-28build-system/trivial: Add support for #:allowed-references.Ludovic Courtès
* guix/build-system/trivial.scm (lower): Add #:allowed-references and keep it in the 'arguments' field. (trivial-build): Add #:allowed-references. Add 'canonicalize-reference'. Pass #:allowed-references to 'build-expression->derivation'. (trivial-cross-build): Likewise. * tests/packages.scm ("trivial with #:allowed-references"): New test.
2018-02-28gnu: ccl: Patch absolute file-name.Efraim Flashner
* gnu/packages/lisp.scm (ccl)[arguments]: In 'pre-build add substitution for /bin/pwd.
2018-02-28gnu: keepassxc: Enable various plugins.Efraim Flashner
* gnu/packages/password-utils.scm (keepassxc)[arguments]: Add configure-flags to enable favicons, browser integration and ssh-agent. [inputs]: Add curl, libsodium.
2018-02-28gnu: keepassxc: Update to 2.3.0.Efraim Flashner
* gnu/packages/password-utils.scm (keepassxc): Update to 2.3.0.
2018-02-28gnu: wavpack: Fix CVE-2018-6767.Marius Bakke
* gnu/packages/patches/wavpack-CVE-2018-6767.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/audio.scm (wavpack)[source](patches): Add it.
2018-02-28gnu: ldb: Update to 1.3.2.Marius Bakke
* gnu/packages/samba.scm (ldb): Update to 1.3.2.
2018-02-28gnu: p11-kit: Update to 0.23.10.Marius Bakke
* gnu/packages/tls.scm (p11-kit): Update to 0.23.10.
2018-02-28gnu: feh: Update to 2.24.Marius Bakke
* gnu/packages/image-viewers.scm (feh): Update to 2.24.
2018-02-28gnu: Add youtube-viewer.Alex Vong
* gnu/packages/video.scm (youtube-viewer): New public variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-02-28gnu: Add perl-gtk2.Alex Vong
* gnu/packages/gtk.scm (perl-gtk2): New public variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-02-28gnu: Add perl-pango.Alex Vong
* gnu/packages/gtk.scm (perl-pango): New public variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-02-28gnu: Add perl-glib.Alex Vong
* gnu/packages/glib.scm (perl-glib): New public variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-02-28gnu: Add perl-cairo.Alex Vong
* gnu/packages/gtk.scm (perl-cairo): New public variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-02-28gnu: python-webencodings: Update to 0.5.1.Marius Bakke
* gnu/packages/python-web.scm (python-webencodings): Update to 0.5.1.
2018-02-28gnu: python-html5lib: Update to 1.0.1.Marius Bakke
* gnu/packages/python-web.scm (python-html5lib): Update to 1.0.1.
2018-02-28gnu: python-netifaces: Update to 0.10.6.Marius Bakke
* gnu/packages/python.scm (python-netifaces): Update to 0.10.6. [source](uri): Use PYPI-URI. [home-page]: Update.
2018-02-28gnu: python-psutil: Update to 5.4.3.Marius Bakke
* gnu/packages/python.scm (python-psutil): Update to 5.4.3. [properties]: Declare python2 variant. (python2-psutil): Propagate PYTHON2-ENUM34.
2018-02-28gnu: python-wrapt: Update to 1.10.11.Marius Bakke
* gnu/packages/python.scm (python-wrapt): Update to 1.10.11.
2018-02-28gnu: python-oslo.log: Update to 3.36.0.Marius Bakke
* gnu/packages/openstack.scm (python-oslo.log): Update to 3.36.0. [source](uri): Use PYPI-URI. [arguments]: Remove. [propagated-inputs]: Add PYTHON-DATEUTIL, PYTHON-MONOTONIC, PYTHON-PBR and PYTHON-PYINOTIFY. [native-inputs]: Remove PYTHON-BABEL, PYTHON-ISO8601 and PYTHON-PBR. Add PYTHON-SUBUNIT, PYTHON-TESTREPOSITORY and PYTHON-TESTTOOLS.
2018-02-28gnu: python-monotonic: Update to 1.4.Marius Bakke
* gnu/packages/time.scm (python-monotonic): Update to 1.4. [source]: Use PYPI-URI. [arguments]: Explicitly disable tests.
2018-02-28gnu: python-msgpack: Run the tests.Marius Bakke
* gnu/packages/python.scm (python-msgpack)[arguments]: Add #:modules. Replace CHECK-PHASE with pytest invocation. [native-inputs]: Add PYTHON-PYTEST.
2018-02-28gnu: python-msgpack: Update to 0.5.6.Marius Bakke
* gnu/packages/python.scm (python-msgpack): Update to 0.5.6. [source, home-page]: Adjust to msgpack-python->msgpack rename.
2018-02-28gnu: python-oslo.serialization: Update to 2.24.0.Marius Bakke
* gnu/packages/openstack.scm (python-oslo.serialization): Update to 2.24.0. [arguments]: Remove field. [propagated-inputs]: Remove PYTHON-ISO8601 and PYTHON-SIMPLEJSON. Add PYTHON-MSGPACK. [native-inputs]: Remove PYTHON-BABEL. [properties]: New field. (python2-oslo.serialization)[native-inputs]: Add PYTHON2-IPADDRESS.
2018-02-28gnu: python-oslo.context: Update to 2.20.0.Marius Bakke
* gnu/packages/openstack.scm (python-oslo.context): Update to 2.20.0. [propagated-inputs]: Add PYTHON-DEBTCOLLECTOR and PYTHON-PBR. [native-inputs]: Remove PYTHON-PBR, PYTHON-COVERAGE, PYTHON-MOCK, PYTHON-OS-CLIENT-CONFIG, PYTHON-OSLOSPHINX and PYTHON-SPHINX. Add PYTHON-FIXTURES.
2018-02-28gnu: Add python-pyinotify.Marius Bakke
* gnu/packages/python.scm (python-pyinotify, python2-pyinotify): New variables.
2018-02-28gnu: python-oslo.utils: Update to 3.35.0.Marius Bakke
* gnu/packages/openstack.scm (python-oslo.utils): Update to 3.35.0. [source](snippet): Remove. [propagated-inputs]: Add PYTHON-PYPARSING. [native-inputs]: Add PYTHON-DDT, PYTHON-FIXTURES, PYTHON-TESTREPOSITORY and PYTHON-TESTTOOLS. Remove PYTHON-MOX3.
2018-02-28gnu: python-oslo.config: Update to 5.2.0.Marius Bakke
* gnu/packages/openstack.scm (python-oslo.config): Update to 5.2.0. [source](uri): Use PYPI-URI. [arguments]: Remove field. [propagated-inputs]: Add PYTHON-DEBTCOLLECTOR, PYTHON-OSLO.I18N, PYTHON-PBR, PYTHON-RFC3986 and PYTHON-PYYAML. [native-inputs]: Remove PYTHON-PBR and PYTHON-I18N. Add PYTHON-BANDIT, PYTHON-COVERAGE, PYTHON-OPENSTACKDOCSTHEME, PYTHON-RENO, PYTHON-SPHINX-1.6, PYTHON-TESTREPOSITORY and PYTHON-TESTTOOLS.
2018-02-28gnu: python-debtcollector: Update to 1.19.0.Marius Bakke
* gnu/packages/openstack.scm (python-debtcollector): Update to 1.19.0. [arguments]: Remove field. [propagated-inputs]: Add PYTHON-PBR. [native-inputs]: Remove PYTHON-PBR and PYTHON-BABEL. Add PYTHON-SUBUNIT, PYTHON-TESTREPOSITORY and PYTHON-TESTTOOLS. [properties]: Declare python2 variant. (python2-debtcollector)[propaged-inputs]: Add PYTHON-FUNCSIGS.
2018-02-28gnu: python-oslo.i18n: Update to 3.19.0.Marius Bakke
* gnu/packages/openstack.scm (python-oslo.i18n): Update to 3.19.0. [arguments]: Remove field.
2018-02-28gnu: python-bandit: Update to 1.4.0.Marius Bakke
* gnu/packages/openstack.scm (python-bandit): Update to 1.4.0. [source](uri): Use PYPI-URI. [arguments]: Run CHECK-PHASE after INSTALL-PHASE. [propagated-inputs]: Remove PYTHON-APPDIRS. Add PYTHON-GITPYTHON. [native-inputs]: Remove PYTHON-PBR. Add PYTHON-BEAUTIFULSOUP4, PYTHON-OSLOTEST and PYTHON-SUBUNIT.
2018-02-28gnu: Add python-gitpython.Marius Bakke
* gnu/packages/version-control.scm (python-gitpython, python2-gitpython): New public variables.
2018-02-28gnu: Add python-gitdb.Marius Bakke
* gnu/packages/version-control.scm (python-gitdb, python2-gitdb): New public variables.
2018-02-28gnu: python-stevedore: Update to 1.28.0.Marius Bakke
* gnu/packages/openstack.scm (python-stevedore): Update to 1.28.0. [propagated-inputs]: Add PYTHON-PBR. [native-inputs]: Remove PYTHON-PBR, PYTHON-DISCOVER, PYTHON-DOCUTILS, PYTHON-OSLOSPHINX and PYTHON-OSLOTEST. Replace PYTHON-SPHINX with PYTHON-SPHINX-1.6.
2018-02-28gnu: Add python-rfc3986.Marius Bakke
* gnu/packages/python.scm (python-rfc3986, python2-rfc3986): New public variables.
2018-02-28gnu: python2-stevedore: Enable tests.Marius Bakke
* gnu/packages/openstack.scm (python-stevedore)[properties]: Remove. (python2-stevedore)[arguments]: Remove.
2018-02-28gnu: python-oslo.context: Enable tests.Marius Bakke
* gnu/packages/openstack.scm (python-oslo.context)[arguments]: Remove.
2018-02-28gnu: python2-bandit: Enable tests.Marius Bakke
* gnu/packages/openstack.scm (python-bandit)[properties]: Remove. (python2-bandit): Don't use STRIP-PYTHON2-VARIANT.
2018-02-28gnu: python2-swiftclient: Enable tests.Marius Bakke
* gnu/packages/openstack.scm (python-swiftclient)[properties]: Declare python2 variant. (python2-swiftclient): Use STRIP-PYTHON2-VARIANT. [propagated-inputs]: Remove PYTHON2-REQUESTS. [arguments]: Remove. [native-inputs]: Delete.
2018-02-28gnu: python-mox3: Update to 0.24.0.Marius Bakke
* gnu/packages/openstack.scm (python-mox3): Update to 0.24.0. [source](patches): New field. [arguments]: Remove. [native-inputs]: Add PYTHON-OPENSTACKDOCSTHEME and PYTHON-SUBUNIT. Replace PYTHON-SPHINX with PYTHON-SPHINX-1.6. Move PYTHON-PBR and PYTHON-FIXTURES ... [propagated-inputs]: ... here. New field. [description]: Don't mention explicit Python versions. * gnu/packages/patches/python-mox3-python3.6-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
2018-02-28gnu: Add python-openstackdocstheme.Marius Bakke
* gnu/packages/openstack.scm (python-openstackdocstheme, python2-openstackdocstheme): New public variables.
2018-02-28gnu: python-sphinx@1.6: Add python2 variant.Marius Bakke
* gnu/packages/python.scm (python-sphinx-1.6)[properties]: Declare python2 variant. (python2-sphinx-1.6): New public variable.
2018-02-28gnu: python-fixtures: Update to 3.0.0.Marius Bakke
* gnu/packages/check.scm (python-fixtures-bootstrap): Update to 3.0.0.
2018-02-28gnu: python-reno: Update to 2.7.0.Marius Bakke
* gnu/packages/openstack.scm (python-reno): Update to 2.7.0. [propagated-inputs]: Remove PYTHON-BABEL. Add PYTHON-PBR. [native-inputs]: Remove PYTHON-PBR and PYTHON-OSLOTEST. Add PYTHON-DOCUTILS and PYTHON-SPHINX.
2018-02-28gnu: python-oslotest: Update to 3.2.0.Marius Bakke
* gnu/packages/openstack.scm (python-oslotest): Update to 3.2.0. [source](uri): Use PYPI-URI. [native-inputs]: Move PYTHON-OS-CLIENT-CONFIG, PYTHON-SIX, PYTHON-SUBUNIT, PYTHON-TESTREPOSITORY and PYTHON-TESTTOOLS ... [propagated-inputs]: ... here. [properties]: Remove field. (python2-oslotest)[arguments]: Remove.
2018-02-28gnu: python-testscenarios: Update to 0.5.0.Marius Bakke
* gnu/packages/check.scm (python-testscenarios-bootstrap): Update to 0.5.0. [source](uri): Use PYPI-URI. [arguments]: Replace CHECK-PHASE. [propagated-inputs]: Add PYTHON-PBR-MINIMAL. (python-testscenarios)[propagated-inputs]: Add PYTHON-PBR.
2018-02-28gnu: python-testtools: Update to 2.3.0.Marius Bakke
* gnu/packages/check.scm (python-testtools-bootstrap, python2-testtools-bootstrap): New public variables. (python-testtools): Inherit. [arguments]: Remove old. Replace CHECK-PHASE with custom command. [propagated-inputs]: Add PYTHON-FIXTURES, PYTHON-PBR, PYTHON-SIX, PYTHON-TRACEBACK2 and PYTHON-UNITTEST2. [native-inputs]: Add PYTHON-TESTSCENARIOS-BOOTSTRAP. (python-testscenarios-bootstrap, python2-testscenarios-bootstrap): New public variables. (python-testscenarios): Adjust accordingly. [propagated-inputs]: Replace PYTHON-TESTTOOLS with PYTHON-TESTTOOLS-BOOTSTRAP. (python-subunit-bootstrap, python2-subunit-bootstrap): New public variables. (python-subunit): Inherit. (python-fixtures-bootstrap)[native-inputs]: Replace PYTHON-TESTTOOLS with PYTHON-TESTTOOLS-BOOTSTRAP. (python-testrepository-bootstrap)[native-inputs]: Replace PYTHON-SUBUNIT and PYTHON-TESTTOOLS with PYTHON-SUBUNIT-BOOTSTRAP and PYTHON-TESTTOOLS-BOOTSTRAP. * gnu/packages/python.scm (python-pbr)[native-inputs]: Replace PYTHON-TESTSCENARIOS and PYTHON-TESTTOOLS with PYTHON-TESTSCENARIOS-BOOTSTRAP and PYTHON-TESTTOOLS-BOOTSTRAP.
2018-02-28gnu: python-extras: Update to 1.0.0.Marius Bakke
* gnu/packages/python.scm (python-extras): Update to 1.0.0. [source](uri): Use PYPI-URI.