summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-11-14gnu: mesa: Update to 17.2.5.Efraim Flashner
* gnu/packages/gl.scm (mesa): Update to 17.2.5
2017-11-11gnu: gnutls: Don't allow a reference to net-tools.Leo Famulari
* gnu/packages/tls.scm (gnutls)[arguments]: Add net-tools to #:disallowed-references.
2017-11-11gnu: doxygen: Build with flex@2.6.1.Efraim Flashner
* gnu/packages/documentation.scm (doxygen)[native-inputs]: Replace flex with flex@2.6.1.
2017-11-10gnu: librsvg: Use 'modify-phases' syntax.Efraim Flashner
* gnu/packages/gnome.scm (librsvg)[arguments]: Use 'modify-phases' syntax.
2017-11-10gnu: librsvg: Skip test which fails on aarch64-linux.Efraim Flashner
* gnu/packages/gnome.scm (librsvg)[arguments]: Add a phase to remove the failing test.
2017-11-10gnu: net-tools-for-tests: Remove variable.Efraim Flashner
* gnu/packages/linux.scm (net-tools-for-tests): Remove variable. * gnu/packages/tls.scm (gnutls)[native-inputs]: Replace net-tools-for-tests with net-tools. [disallowed-references]: Remove field.
2017-11-09gnu: acl: Fix test regression with perl-5.26.Efraim Flashner
* gnu/packages/acl.scm (acl)[source]: Add patch. * gnu/packages/patches/acl-fix-perl-regex.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
2017-11-08build-system/gnu: Add 'install-license-files' phase.Ludovic Courtès
Suggested by Dave Love <fx@gnu.org>. * guix/build-system/gnu.scm (%license-file-regexp): New variable. (gnu-build): Add #:license-file-regexp and use it. (gnu-cross-build): Likewise. * guix/build/gnu-build-system.scm (%license-file-regexp): New variable. (install-license-files): New procedure. (%standard-phases): Add it.
2017-11-08gnu: mesa: Use symlinks instead of hard links.Ludovic Courtès
This reduces the nar size (as shown by 'guix size') by 124 MiB, from 169 MiB to 45 MiB (almost divided by 4!). * gnu/packages/gl.scm (mesa)[arguments]: Add #:modules. Add 'symlinks-instead-of-hard-links' phase.
2017-11-06gnu: Disable gnulib's test-lock test in packages.Eric Bavier
* gnu/packages/base.scm (findutils)[source]: Disable test-lock. * gnu/packages/gettext.scm (gettext-minimal)[source]: Ditto. * gnu/packages/libidn.scm (libidn)[source]: Ditto. * gnu/packages/libunistring.scm (libunistring)[source]: Ditto. * gnu/packages/augeas.scm (augeas)[source]: Ditto. * gnu/packages/gsasl.scm (gsasl)[source]: Ditto. * gnu/packages/patches/findutils-gnulib-multi-core.patch, gnu/packages/patches/gettext-gnulib-multi-core.patch, gnu/packages/patches/gettext-multi-core.patch, gnu/packages/patches/libunistring-gnulib-multi-core.patch: Delete patches. * gnu/local.mk (DIST_PATCH_DATA): Remove them.
2017-11-06gnu: gnutls: Don't allow the built GnuTLS to refer to net-tools-for-tests.Leo Famulari
* gnu/packages/tls.scm (gnutls)[arguments]: Add net-tools-for-tests to #:disallowed-references.
2017-11-06gnu: net-tools-for-tests: Inherit from net-tools.Leo Famulari
* gnu/packages/linux.scm (net-tools-for-tests): Inherit from net-tools.
2017-11-04gnu: acl: Fix typo.Leo Famulari
This is a followup commit to 2d433b5363fecba0d63caa1844c937dec4ccc23b, fixing a typo introduced while rebasing the commit. gnu/packages/acl.scm (acl)[arguments]: Fix typo in patch-tests phase.
2017-11-04gnu: acl: Enable tests.Kei Kebreau
* gnu/packages/acl.scm (acl)[arguments]: Enable tests. Add 'patch-tests' phase.
2017-11-04gnu: tzdata-for-tests: Update to 2017c.Leo Famulari
* gnu/packages/base.scm (tzdata-for-tests): Make it a 'hidden-package' and update to 2017c.
2017-11-04gnu: Generalize the variable name of the test-only tzdata package.Leo Famulari
* gnu/packages/base.scm (tzdata-2017a): Rename variable to tzdata-for-tests. * gnu/packages/calcurse.scm (calcurse)[native-inputs, arguments]: Adjust accordingly. gnu/packages/glib.scm (glib): Likewise. * gnu/packages/perl.scm (perl-libtime-parsedate): Adjust accordingly and add tzdata-for-tests #:disallowed-references. * gnu/packages/statistics.scm (r-minimal): Adjust accordingly.
2017-11-04gnu: tzdata: Update to 2017c.Leo Famulari
* gnu/packages/base.scm (base)[tzdata]: Update to 2017c.
2017-11-02gnu: openssl: Make search paths single-entry.Marius Bakke
* gnu/packages/tls.scm (openssl)[native-search-paths]: Add (separator #f) on SSL_CERT_DIR and SSL_CERT_FILE; set SSL_CERT_FILE to (file-type 'regular).
2017-11-02gnu: openssl: Remove graft for 1.0.2m.Marius Bakke
* gnu/packages/tls.scm (openssl): Update to 1.0.2m. [source]: Add HTTPS mirror. (openssl-1.0.2m): Remove variable.
2017-11-02Merge branch 'master' into core-updatesMarius Bakke
2017-11-02gnu: openssl@1.1: Update to 1.1.0g [fixes CVE-2017-3735, CVE-2017-2736].Marius Bakke
* gnu/packages/tls.scm (openssl-next): Update to 1.1.0g. [source]: Add HTTPS mirror.
2017-11-02gnu: openssl@1.0: Replace with 1.0.2m [fixes CVE-2017-3735, CVE-2017-2736].Marius Bakke
* gnu/packages/tls.scm (openssl)[replacement]: New field. (openssl-1.0.2m): New public variable.
2017-11-02gnu: enlightenment: Update to 0.22.0.Efraim Flashner
* gnu/packages/enlightenment.scm (enlightenment): Update to 0.22.0.
2017-11-02gnu: efl: Update to 1.20.5.Efraim Flashner
* gnu/packages/enlightenment.scm (efl): Update to 1.20.5.
2017-11-02gnu: rfkill: Mark as superseded by util-linux.Efraim Flashner
* gnu/packages/linux.scm (rfkill)[properties]: New field, superseded by util-linux. * gnu/system.scm (%base-packages): Remove rfkill.
2017-11-02gnu: util-linux: Fix 'install phase.Efraim Flashner
* gnu/packages/linux.scm (util-linux)[arguments]: Add configure-flag to avoid calling 'chown' during the 'install phase.
2017-11-02gnu: wayland-protocols: Update to 1.11.Marius Bakke
* gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.11.
2017-11-02gnu: wayland: Update to 1.14.0.Marius Bakke
* gnu/packages/freedesktop.scm (wayland): Update to 1.14.0. [arguments]<#:phases>: Remove.
2017-11-02gnu: avahi: Update to 0.7.Marius Bakke
* gnu/packages/avahi.scm (avahi): Update to 0.7. * gnu/packages/patches/avahi-localstatedir.patch: Adjust context.
2017-11-02gnu: glib: Update to 2.54.2.Marius Bakke
* gnu/packages/glib.scm (glib): Update to 2.54.2.
2017-11-02gnu: dbus: Update to 1.12.0.Marius Bakke
* gnu/packages/glib.scm (dbus): Update to 1.12.0.
2017-11-02gnu: vte-ng: Update to 0.50.2.a.Marius Bakke
* gnu/packages/gnome.scm (vte-ng): Update to 0.50.2.a.
2017-11-02gnu: gnome-todo: Update to 3.26.2.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (gnome-todo): Update to 3.26.2.
2017-11-02gnu: dconf-editor: Update to 3.26.2.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (dconf-editor): Update to 3.26.2.
2017-11-02gnu: gnome-clocks: Update to 3.26.1.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (gnome-clocks): Update to 3.26.1.
2017-11-02gnu: file-roller: Update to 3.26.2.Tobias Geerinckx-Rice
gnu/packages/gnome.scm (file-roller): Update to 3.26.2.
2017-11-02gnu: aisleriot: Update to 3.22.4.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (aisleriot): Update to 3.22.4.
2017-11-02gnu: knot: Update to 2.6.1.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (knot): Update to 2.6.1.
2017-11-02gnu: miniupnpc: Update to 2.0.20171102.Tobias Geerinckx-Rice
* gnu/packages/upnp.scm (miniupnpc): Update to 2.0.20171102.
2017-11-02gnu: mpv: enable Wayland support.Rutger Helling
* gnu/packages/video.scm (mpv)[inputs]: Add wayland and libxkbcommon.
2017-11-02gnu: itstool: Update to 2.0.4.Kei Kebreau
* gnu/packages/glib.scm (itstool): Update to 2.0.4. [inputs]: Replace python and python-libxml2 with python-2 and python2-libxml2.
2017-11-02gnu: gnome-maps: Update to 3.26.2.Kei Kebreau
* gnu/packages/geo.scm (gnome-maps): Update to 3.26.2. [arguments]: In 'install' phase, add webkitgtk to LD_LIBRARY_PATH.
2017-11-02gnu: libgweather: Update to 3.26.0.Kei Kebreau
* gnu/packages/gnome.scm (libgweather): Update to 3.26.0.
2017-11-02gnu: Add java-plexus-classworlds.Julien Lepiller
* gnu/packages/java.scm (java-plexus-classworlds): New variable.
2017-11-02gnu: Add java-powermock-api-easymock.Julien Lepiller
* gnu/packages/java.scm (java-powermock-api-easymock): New variable.
2017-11-02gnu: Add java-powermock-modules-junit4.Julien Lepiller
* gnu/packages/java.scm (java-powermock-modules-junit4): New variable.
2017-11-02gnu: Add java-powermock-modules-junit4-common.Julien Lepiller
* gnu/packages/java.scm (java-powermock-modules-junit4-common): New variable.
2017-11-02gnu: Add java-powermock-api-support.Julien Lepiller
* gnu/packages/java.scm (java-powermock-api-support): New variable.
2017-11-02gnu: Add java-powermock-core.Julien Lepiller
* gnu/packages/java.scm (java-powermock-core): New variable.
2017-11-02gnu: Add java-powermock-reflect.Julien Lepiller
* gnu/packages/java.scm (java-powermock-reflect): New variable. * gnu/packages/patches/java-powermock-fix-java-files.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.