aboutsummaryrefslogtreecommitdiff
path: root/gnu
Commit message (Expand)AuthorAge
* gnu: gnome-backgrounds: Update to 3.28.0.•••* gnu/packages/gnome.scm (gnome-backgrounds): Update to 3.28.0. [build-system]: Use meson-build-system. Ricardo Wurmus2018-06-29
* gnu: pango: Propagate fribidi.•••* gnu/packages/gtk.scm (pango)[inputs]: Move fribidi from here... [propagated-inputs]: ...to here. Ricardo Wurmus2018-06-29
* gnu: texlive: Update to 20180414.•••* 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". Ricardo Wurmus2018-06-29
* gnu: freetype: Enable build of freetype-config.•••* gnu/packages/fontutils.scm (freetype)[arguments]: Add configure flag to enable freetype-config. Ricardo Wurmus2018-06-29
* gnu: vala: Update to 0.40.7.•••* 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. Ricardo Wurmus2018-06-29
* gnu: doxygen: Update to 1.8.14.•••* gnu/packages/documentation.scm (doxygen): Update to 1.8.14. Danny Milosavljevic2018-06-22
* gnu: gcc: Fix 'gcc-strmov-store-file-names.patch'.•••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. Ludovic Courtès2018-06-13
* gnu: libbsd: Update to 0.9.1.•••* gnu/packages/libbsd.scm (libbsd): Update to 0.9.1. Marius Bakke2018-06-12
* gnu: harfbuzz: Update to 1.8.0.•••* gnu/packages/gtk.scm (harfbuzz): Update to 1.8.0. Marius Bakke2018-06-12
* gnu: libidn2: Update to 2.0.5.•••* gnu/packages/libidn.scm (libidn2): Update to 2.0.5. Marius Bakke2018-06-12
* gnu: sqlite: Update to 3.24.0.•••* gnu/packages/databases.scm (sqlite): Update to 3.24.0. Tobias Geerinckx-Rice2018-06-12
* gnu: perl: Ungraft version 5.26.2.•••* gnu/packages/perl.scm (perl): Update to 5.26.2. [replacement]: Ungraft. (perl-5.26.2, perl/fixed): Remove variables. Tobias Geerinckx-Rice2018-06-12
* gnu: cmake: Update to 3.11.3.•••* gnu/packages/cmake.scm (cmake): Update to 3.11.3. Tobias Geerinckx-Rice2018-06-12
* gnu: linux-pam: Update to 1.3.1.•••* gnu/packages/linux.scm (linux-pam): Update to 1.3.1. [source]: Update upstream URI. Tobias Geerinckx-Rice2018-06-12
* gnu: nghttp2: Update to 1.32.0.•••* gnu/packages/web.scm (nghttp2): Update to 1.32.0. Tobias Geerinckx-Rice2018-06-12
* gnu: jansson: Update to 2.11.•••* gnu/packages/web.scm (jansson): Update to 2.11. Tobias Geerinckx-Rice2018-06-12
* gnu: libidn: Update to 1.35.•••* gnu/packages/libidn.scm (libidn): Update to 1.35. [source]: Remove now-unnecessary snippet. Tobias Geerinckx-Rice2018-06-12
* gnu: wayland-protocols: Update to 1.14.•••* gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.14. Tobias Geerinckx-Rice2018-06-12
* gnu: libunistring: Update to 0.9.10.•••* gnu/packages/libunistring.scm (libunistring): Update to 0.9.10. [source]: Remove now-unnecessary snippet. Tobias Geerinckx-Rice2018-06-12
* gnu: libdrm: Update to 2.4.92.•••* gnu/packages/xdisorg.scm (libdrm): Update to 2.4.92. Tobias Geerinckx-Rice2018-06-12
* gnu: freetype: Update to 2.9.1.•••* 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. Tobias Geerinckx-Rice2018-06-12
* gnu: bison: Update to 3.0.5.•••* gnu/packages/bison.scm (bison): Update to 3.0.5. Tobias Geerinckx-Rice2018-06-12
* gnu: isl: Update to 0.19.•••* gnu/packages/gcc.scm (isl): Update to 0.19. Tobias Geerinckx-Rice2018-06-12
* gnu: mit-krb5: Update to 1.16.1.•••* gnu/packages/kerberos.scm (mit-krb5): Update to 1.16.1. Tobias Geerinckx-Rice2018-06-12
* gnu: cups, cups-minimal: Update to 2.2.8.•••* 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. Tobias Geerinckx-Rice2018-06-12
* gnu: shared-mime-info: Update to 1.9.•••* gnu/packages/gnome.scm (shared-mime-info): Update to 1.9. Tobias Geerinckx-Rice2018-06-12
* gnu: fribidi: Update to 1.0.4.•••* gnu/packages/fribidi.scm (fribidi): Update to 1.0.4. Tobias Geerinckx-Rice2018-06-12
* Merge branch 'origin/core-updates-next' into core-updatesRicardo Wurmus2018-06-06
|\
| * gnu: libuv: Update to 1.20.3.•••* gnu/packages/libevent.scm (libuv): Update to 1.20.3. Jelle Licht2018-05-31
| * gnu: cmake: Delete Emacs library.•••* gnu/packages/cmake.scm (cmake)[arguments]: Delete Emacs library. Oleg Pykhalov2018-05-25
| * gnu: jemalloc: Update to 5.1.0.•••* gnu/packages/jemalloc.scm (jemalloc): Update to 5.1.0. [source](patches): Remove. * gnu/packages/patches/jemalloc-arm-address-bits.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Marius Bakke2018-05-09
| * gnu: libsigsegv: Install the shared library.•••Suggested by Weldon Goree <weldon@b.rontosaur.us>. * gnu/packages/libsigsegv.scm (libsigsegv)[arguments]: Add #:configure-flags. Ludovic Courtès2018-05-07
| * gnu: python2: Update to 2.7.15.•••* gnu/packages/python.scm (python-2.7): Update to 2.7.15. Marius Bakke2018-05-01
| * gnu: dbus: Update to 1.12.8.•••* gnu/packages/glib.scm (dbus): Update to 1.12.8. Marius Bakke2018-05-01
| * gnu: boost: Update to 1.67.0.•••* gnu/packages/boost.scm (boost): Update to 1.67.0. Tobias Geerinckx-Rice2018-05-01
| * gnu: cups-filters: Update to 1.20.3.•••* gnu/packages/cups.scm (cups-filters): Update to 1.20.3. Tobias Geerinckx-Rice2018-05-01
| * gnu: cups-minimal, cups: Update to 2.2.7.•••* gnu/packages/cups.scm (cups-minimal): Update to 2.2.7. [source]: Add patch to build without LINUX-PAM. * gnu/packages/patches/cups-fix-builds-without-PAM.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Tobias Geerinckx-Rice2018-05-01
| * gnu: libgpg-error: Update to 1.29.•••* gnu/packages/gnupg.scm (libgpg-error): Update to 1.29. [source]: Remove upstreamed patch. * gnu/packages/patches/libgpg-error-aarch64-logging-fix.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Tobias Geerinckx-Rice2018-05-01
| * gnu: libjpeg: Update to 9c.•••* gnu/packages/image.scm (libjpeg): Update to 9c. Tobias Geerinckx-Rice2018-05-01
| * gnu: file: Update to 5.33.•••* gnu/packages/file.scm (file): Update to 5.33. Tobias Geerinckx-Rice2018-05-01
| * gnu: poppler: Update to 0.64.0.•••* gnu/packages/pdf.scm (poppler): Update to 0.64.0. Tobias Geerinckx-Rice2018-05-01
| * gnu: xz: Update to 5.2.4.•••* gnu/packages/compression.scm (xz): Update to 5.2.4. Tobias Geerinckx-Rice2018-04-30
| * gnu: cmake: Update to 3.11.1.•••* gnu/packages/cmake.scm (cmake): Update to 3.11.1. Marius Bakke2018-04-30
| * gnu: libuv: Update to 1.20.2.•••* gnu/packages/libevent.scm (libuv): Update to 1.20.2. Marius Bakke2018-04-30
| * gnu: sqlite: Update to 3.23.1.•••* gnu/packages/databases.scm (sqlite): Update to 3.23.1. Marius Bakke2018-04-30
| * gnu: cairo: Update to 1.14.12.•••* gnu/packages/gtk.scm (cairo): Update to 1.14.12. Marius Bakke2018-04-30
| * gnu: pango: Update to 1.42.1.•••* gnu/packages/gtk.scm (pango): Update to 1.42.1. Marius Bakke2018-04-30
| * gnu: gobject-introspection: Update to 1.56.1.•••* gnu/packages/glib.scm (gobject-introspection): Update to 1.56.1. Marius Bakke2018-04-30
| * gnu: glib: Update to 2.56.1.•••* gnu/packages/glib.scm (glib): Update to 2.56.1. Marius Bakke2018-04-30
* | Merge branch 'master' into core-updatesRicardo Wurmus2018-06-06
|\ \