aboutsummaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2018-06-29gnu: texlive: Update to 20180414.Ricardo Wurmus
* gnu/packages/tex.scm (texlive, texlive-bin, texlive-extra-src, texlive-texmf-src, texlive-texmf): Update to 20180414. (texlive-bin)[source]: Replace patch. [arguments]: Add build phase "use-code-for-new-poppler".
2018-06-29gnu: freetype: Enable build of freetype-config.Ricardo Wurmus
* gnu/packages/fontutils.scm (freetype)[arguments]: Add configure flag to enable freetype-config.
2018-06-29gnu: vala: Update to 0.40.7.Ricardo Wurmus
* gnu/packages/gnome.scm (vala): Update to 0.40.7. [native-inputs]: Add grep and sed. [inputs]: Add graphviz. [arguments]: Fix PKG_CONFIG_PATH before building tests; remove obsolete configure flag.
2018-06-22gnu: doxygen: Update to 1.8.14.Danny Milosavljevic
* gnu/packages/documentation.scm (doxygen): Update to 1.8.14.
2018-06-13gnu: gcc: Fix 'gcc-strmov-store-file-names.patch'.Ludovic Courtès
Fixes <https://bugs.gnu.org/31708>. Previously GCC would crash when encountering a 'static const' element without an initializer, as in: #define _GNU_SOURCE #include <string.h> void foo (char *x) { static const char buf[12]; memcpy (x, buf, 12); } * gnu/packages/patches/gcc-strmov-store-file-names.patch: Return false when DECL_INITIAL returns NULL_TREE.
2018-06-12gnu: libbsd: Update to 0.9.1.Marius Bakke
* gnu/packages/libbsd.scm (libbsd): Update to 0.9.1.
2018-06-12gnu: harfbuzz: Update to 1.8.0.Marius Bakke
* gnu/packages/gtk.scm (harfbuzz): Update to 1.8.0.
2018-06-12gnu: libidn2: Update to 2.0.5.Marius Bakke
* gnu/packages/libidn.scm (libidn2): Update to 2.0.5.
2018-06-12gnu: sqlite: Update to 3.24.0.Tobias Geerinckx-Rice
* gnu/packages/databases.scm (sqlite): Update to 3.24.0.
2018-06-12gnu: perl: Ungraft version 5.26.2.Tobias Geerinckx-Rice
* gnu/packages/perl.scm (perl): Update to 5.26.2. [replacement]: Ungraft. (perl-5.26.2, perl/fixed): Remove variables.
2018-06-12gnu: cmake: Update to 3.11.3.Tobias Geerinckx-Rice
* gnu/packages/cmake.scm (cmake): Update to 3.11.3.
2018-06-12gnu: linux-pam: Update to 1.3.1.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (linux-pam): Update to 1.3.1. [source]: Update upstream URI.
2018-06-12gnu: nghttp2: Update to 1.32.0.Tobias Geerinckx-Rice
* gnu/packages/web.scm (nghttp2): Update to 1.32.0.
2018-06-12gnu: jansson: Update to 2.11.Tobias Geerinckx-Rice
* gnu/packages/web.scm (jansson): Update to 2.11.
2018-06-12gnu: libidn: Update to 1.35.Tobias Geerinckx-Rice
* gnu/packages/libidn.scm (libidn): Update to 1.35. [source]: Remove now-unnecessary snippet.
2018-06-12gnu: wayland-protocols: Update to 1.14.Tobias Geerinckx-Rice
* gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.14.
2018-06-12gnu: libunistring: Update to 0.9.10.Tobias Geerinckx-Rice
* gnu/packages/libunistring.scm (libunistring): Update to 0.9.10. [source]: Remove now-unnecessary snippet.
2018-06-12gnu: libdrm: Update to 2.4.92.Tobias Geerinckx-Rice
* gnu/packages/xdisorg.scm (libdrm): Update to 2.4.92.
2018-06-12gnu: freetype: Update to 2.9.1.Tobias Geerinckx-Rice
* gnu/packages/fontutils.scm (freetype): Update to 2.9.1. [source]: Remove patch... * gnu/packages/patches/freetype-CVE-2018-6942.patch: ...delete... * gnu/local.mk (dist_patch_DATA): ...and remove it.
2018-06-12gnu: bison: Update to 3.0.5.Tobias Geerinckx-Rice
* gnu/packages/bison.scm (bison): Update to 3.0.5.
2018-06-12gnu: isl: Update to 0.19.Tobias Geerinckx-Rice
* gnu/packages/gcc.scm (isl): Update to 0.19.
2018-06-12gnu: mit-krb5: Update to 1.16.1.Tobias Geerinckx-Rice
* gnu/packages/kerberos.scm (mit-krb5): Update to 1.16.1.
2018-06-12gnu: cups, cups-minimal: Update to 2.2.8.Tobias Geerinckx-Rice
* gnu/packages/cups.scm (cups-minimal): Update to 2.2.8. [source]: Remove patch... * gnu/packages/patches/cups-fix-builds-without-PAM.patch: ...delete... * gnu/local.mk (dist_patch_DATA): ..and remove it.
2018-06-12gnu: shared-mime-info: Update to 1.9.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (shared-mime-info): Update to 1.9.
2018-06-12gnu: fribidi: Update to 1.0.4.Tobias Geerinckx-Rice
* gnu/packages/fribidi.scm (fribidi): Update to 1.0.4.
2018-06-06Merge branch 'origin/core-updates-next' into core-updatesRicardo Wurmus
2018-06-06Merge branch 'master' into core-updatesRicardo Wurmus
2018-06-06gnu: colobot: Update to 0.1.11.1-alpha.Nicolas Goaziou
* gnu/packages/games.scm (colobot): Update to 0.1.11.1-alpha. [native-inputs]: Update "colobot-data" and "colobot-music" to 0.1.11.1-alpha.
2018-06-06gnu: scribus: Add "libzmf" dependencyNicolas Goaziou
* gnu/packages/scribus.scm (scribus)[inputs]: Add "libzmf".
2018-06-06gnu: scribus: Update to 1.5.4.Nicolas Goaziou
* gnu/packages/scribus.scm (scribus): Update to 1.5.4. [source]: Remove patches. [arguments]: Remove `patch-source' phase.
2018-06-06gnu: vulkan-loader: Update URL and change name.Rutger Helling
* gnu/packages/emulators.scm: Change references from 'vulkan-icd-loader' to 'vulkan-loader'. * gnu/packages/games.scm: Change references from 'vulkan-icd-loader' to 'vulkan-loader'. * gnu/packages/video.scm: Change references from 'vulkan-icd-loader' to 'vulkan-loader'. * gnu/packages/vulkan.scm (vulkan-loader): Rename from 'vulkan-icd-loader' to 'vulkan-loader'. Update URL and hash. * gnu/packages/wine.scm: Change references from 'vulkan-icd-loader' to 'vulkan-loader'.
2018-06-06gnu: you-get: Update to 0.4.1077.Rutger Helling
* gnu/packages/video.scm (you-get): Update to 0.4.1077.
2018-06-06gnu: diffoscope: Update to 95.Rutger Helling
* gnu/packages/package-management.scm (diffoscope): Update to 95.
2018-06-06gnu: epiphany: Update to 3.28.2.1.Rutger Helling
* gnu/packages/gnome.scm (epiphany): Update to 3.28.2.1.
2018-06-06gnu: gnome-disk-utility: Update to 3.28.3.Rutger Helling
* gnu/packages/gnome.scm (gnome-disk-utility): Update to 3.28.3.
2018-06-06gnu: gnome-terminal: Update to 3.28.2.Rutger Helling
* gnu/packages/gnome.scm (gnome-terminal): Update to 3.28.2.
2018-06-06gnu: gedit: Update to 3.28.1.Rutger Helling
* gnu/packages/gnome.scm (gedit): Update to 3.28.1.
2018-06-06gnu: vigra: Disable broken test.Ricardo Wurmus
* gnu/packages/image.scm (vigra)[arguments]: Add phase "disable-broken-test"; enable parallel build.
2018-06-06gnu: lynx: Update to 2.8.9dev.19.Rutger Helling
* gnu/packages/web-browsers.scm (lynx): Update to 2.8.9dev.19.
2018-06-06gnu: esmtp: Replace 'bootstrap phase.Efraim Flashner
* gnu/packages/mail.scm (esmtp)[arguments]: Use custom 'autoconf phase to replace default 'bootstrap phase.
2018-06-06gnu: can-utils: Remove 'bootstrap phase.Efraim Flashner
* gnu/packages/networking.scm (can-utils)[arguments]: Remove unnecessary 'bootstrap phase.
2018-06-06gnu: gerbv: Update to 2.6.2.Tobias Geerinckx-Rice
* gnu/packages/engineering.scm (gerbv): Update to 2.6.2. [arguments]: Remove ‘autoconf’ phase... [native-inputs]: ...and remove its dependencies.
2018-06-06gnu: linsmith: Update to 0.99.31.Tobias Geerinckx-Rice
* gnu/packages/engineering.scm (linsmith): Update to 0.99.31.
2018-06-06gnu: linsmith: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/engineering.scm (linsmith)[home-page]: Use HTTPS.
2018-06-06gnu: python-lmdb: Update to 0.94.Tobias Geerinckx-Rice
* gnu/packages/databases.scm (python-lmdb): Update to 0.94.
2018-06-06gnu: debootstrap: Update to 1.0.101.Tobias Geerinckx-Rice
* gnu/packages/debian.scm (debootstrap): Update to 1.0.101.
2018-06-06gnu: tomb: Update to 2.5.Tobias Geerinckx-Rice
* gnu/packages/crypto.scm (tomb): Update to 2.5. [inputs, arguments]: Add util-linux for ‘findmnt’.
2018-06-06gnu: cfitsio: Update to 3.450.Tobias Geerinckx-Rice
* gnu/packages/astronomy.scm (cfitsio): Update to 3.450.
2018-06-06gnu: gnuastro: Update to 0.6.Tobias Geerinckx-Rice
* gnu/packages/astronomy.scm (gnuastro): Update to 0.6.
2018-06-06gnu: wcslib: Fix build.Tobias Geerinckx-Rice
* gnu/packages/astronomy.scm (wcslib)[arguments]: Skip the default ‘install-license-files’ phase. Don't build or test in parallel.