Age | Commit message (Expand) | Author |
---|---|---|
2020-03-14 | Merge branch 'master' into core-updates | Marius Bakke |
2020-03-14 | Merge branch 'staging' | Marius Bakke |
2020-03-14 | gnu: kiki: Adjust for CPLUS_INCLUDE_PATH change....* gnu/packages/games.scm (kiki)[arguments]: Prepend to CPLUS_INCLUDE_PATH instead of overriding it. | Marius Bakke |
2020-03-14 | gnu: mit-krb5: Fix segfault in gsasl test suite....* gnu/packages/patches/mit-krb5-qualify-short-hostnames.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/kerberos.scm (mit-krb5)[source](patches): New field. | Marius Bakke |
2020-03-14 | gnu: log4cpp: Fix build with glibc 2.31....* gnu/packages/logging.scm (log4cpp)[arguments]: New field. | Marius Bakke |
2020-03-14 | gnu: innoextract: Fix build failure with recent Boost and CMake....* gnu/packages/compression.scm (innoextract)[arguments]: Add #:configure-flags to prevent usage of Boost's CMake scripts. While at it, remove the obsolete #:phases. | Marius Bakke |
2020-03-14 | gnu: gimp: Do not run gtk-update-icon-cache during the build process....* gnu/packages/gimp.scm (gimp)[arguments]: Add "ac_cv_path_GTK_UPDATE_ICON_CACHE" in #:configure-flags. | Marius Bakke |
2020-03-14 | gnu: ghostscript: Update to 9.51....* gnu/packages/patches/ghostscript-CVE-2019-14869.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/patches/ghostscript-no-header-uuid.patch: Adjust for 9.51. * gnu/packages/ghostscript.scm (ghostscript): Update to 9.51. [source](patches): Remove obsolete patch. [arguments]: Remove obsolete substitution. When cross-compiling, add two workaround phases. | Marius Bakke |
2020-03-14 | gnu: jbig2dec: Update to 0.18....* gnu/packages/patches/jbig2dec-ignore-testtest.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/image.scm (jbig2dec): Update to 0.18. [source](uri): Adjust for Ghostscript 9.51. [source](patches): Remove. [arguments]: Add #:phases. [native-inputs]: Add AUTOCONF, AUTOMAKE, LIBTOOL and PYTHON-WRAPPER. | Marius Bakke |
2020-03-14 | gnu: pcre: Update to 8.44....* gnu/packages/pcre.scm (pcre): Update to 8.44. | Marius Bakke |
2020-03-14 | gnu: libuninameslist: Update to 20200313....* gnu/packages/fontutils.scm (libuninameslist): Update to 20200313. | Marius Bakke |
2020-03-14 | gnu: icu4c: Update to 66.1....* gnu/packages/icu4c.scm (icu4c): Update to 66.1. | Marius Bakke |
2020-03-14 | gnu: LibUV: Update to 1.35.0....* gnu/packages/libevent.scm (libuv): Update to 1.35.0. | Marius Bakke |
2020-03-14 | gnu: cURL: Update to 7.69.1....* gnu/packages/curl.scm (curl): Update to 7.69.1. | Marius Bakke |
2020-03-14 | gnu: c-ares: Update to 1.16.0....* gnu/packages/adns.scm (c-ares): Update to 1.16.0. | Marius Bakke |
2020-03-14 | gnu: fifengine: Fix build with newer Swig and Python....* gnu/packages/patches/fifengine-swig-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/games.scm (fifengine)[source](patches): New field. [arguments]: Remove hard coded Python version from #:configure-flags. | Marius Bakke |
2020-03-14 | gnu: libtorrent-rasterbar: Build with Python 3....* gnu/packages/bittorrent.scm (libtorrent-rasterbar)[native-inputs]: Change from PYTHON-2 to PYTHON-WRAPPER. | Marius Bakke |
2020-03-14 | gnu: wesnoth: Remove obsolete workaround....* gnu/packages/games.scm (wesnoth)[arguments]: Remove #:phases. | Marius Bakke |
2020-03-14 | gnu: libopenshot: Update to 0.2.5....* gnu/packages/video.scm (libopenshot): Update to 0.2.5. | Marius Bakke |
2020-03-14 | gnu: libopenshot-audio: Update to 0.2.0....* gnu/packages/audio.scm (libopenshot-audio): Update to 0.2.0. | Marius Bakke |
2020-03-14 | gnu: cppzmq: Update to 4.6.0....* gnu/packages/networking.scm (cppzmq): Update to 4.6.0. [arguments]: Add #:configure-flags. | Marius Bakke |
2020-03-14 | gnu: GraphicsMagick: Update to 1.3.35....* gnu/packages/imagemagick.scm (graphicsmagick): Update to 1.3.35. | Marius Bakke |
2020-03-14 | gnu: suitesparse: Build with cmake-minimal....* gnu/packages/maths.scm (suitesparse)[native-inputs]: Change from CMAKE to CMAKE-MINIMAL. | Marius Bakke |
2020-03-14 | gnu: coreutils: Remove libcap dependency for the Hurd....* gnu/packages/linux.scm (libcap)[supported-systems]: Remove the Hurd. * gnu/packages/base.scm (coreutils)[inputs]: Include libcap only for supported systems. Fixes building on the Hurd. | Jan Nieuwenhuizen |
2020-03-14 | store: Fix many guix commands failing on some locales....Partly fixes <https://bugs.gnu.org/39970>. At least 'guix environment', 'guix install' and 'guix pull' on 'az_AZ.utf8' and 'tr_TR.utf8' were affected. * guix/store.scm (store-path-hash-part): Move base path detection to ... (store-path-base): ... this new exported procedure. (store-path-package-name): Use it instead of locale-dependent regexps. (store-regexp*): Remove. | Florian Pelz |
2020-03-17 | bootloader: grub: Refactor eye-candy a bit....* gnu/bootloader/grub.scm (eye-candy)[setup-gfxterm-body]: Define the GFXMODE binding using AND-LET* instead of chained AND=>. Add a comment about supporting graphical mode on other systems than x86. Generate configuration string using FORMAT rather than STRING-APPEND. | Maxim Cournoyer |
2020-03-17 | bootloader: grub: Use the all_video module in graphic mode....* gnu/bootloader/grub.scm (eye-candy): Load the module 'all_video' which automatically loads all the available and relevant video modules. | Maxim Cournoyer |
2020-03-17 | gnu: system: Export %sudoers-specification....Exporting this variable allows reusing the default value of the `sudoers-file' field when configuring it. * gnu/system.scm (gnu): Export %sudoers-specification. * doc/guix.texi (Invoking guix deploy): Document an example, to use with 'guix deploy'. | Maxim Cournoyer |
2020-03-18 | gnu: r-imager: Use HTTPS home page....* gnu/packages/cran.scm (r-imager)[home-page]: Use HTTPS. | Tobias Geerinckx-Rice |
2020-03-18 | gnu: r-gsubfn: Update home page....* gnu/packages/cran.scm (r-gsubfn)[home-page]: Update and use HTTPS. | Tobias Geerinckx-Rice |
2020-03-18 | gnu: r-lars: Update home page....* gnu/packages/statistics.scm (r-lars)[home-page]: Follow (HTTPS) redirection. | Tobias Geerinckx-Rice |
2020-03-18 | gnu: r-tractor-base: Use HTTPS home page....* gnu/packages/cran.scm (r-tractor-base)[home-page]: Use HTTPS. | Tobias Geerinckx-Rice |
2020-03-18 | gnu: r-mclust: Use HTTPS home page....* gnu/packages/statistics.scm (r-mclust)[home-page]: Use HTTPS. | Tobias Geerinckx-Rice |
2020-03-18 | gnu: r-pls: Use HTTPS home page....* gnu/packages/cran.scm (r-pls)[home-page]: Use HTTPS. | Tobias Geerinckx-Rice |
2020-03-18 | gnu: r-epi: Use HTTPS home page....* gnu/packages/cran.scm (r-epi)[home-page]: Use HTTPS. | Tobias Geerinckx-Rice |
2020-03-18 | gnu: r-elasticnet: Update home page....* gnu/packages/cran.scm (r-elasticnet)[home-page]: Follow (HTTPS) redirection. | Tobias Geerinckx-Rice |
2020-03-18 | gnu: r-iso: Use HTTPS home page....* gnu/packages/cran.scm (r-iso)[home-page]: Use HTTPS. | Tobias Geerinckx-Rice |
2020-03-18 | gnu: godot: Update to 3.2.1....* gnu/packages/game-development.scm (godot): Update to 3.2.1. | Tobias Geerinckx-Rice |
2020-03-18 | gnu: tintin++: Update to 2.02.02....* gnu/packages/games.scm (tintin++): Update to 2.02.02. | Tobias Geerinckx-Rice |
2020-03-18 | gnu: tracker-miners: Update to 2.3.3....* gnu/packages/gnome.scm (tracker-miners): Update to 2.3.3. | Tobias Geerinckx-Rice |
2020-03-18 | gnu: tracker: Update to 2.3.4....* gnu/packages/gnome.scm (tracker): Update to 2.3.4. | Tobias Geerinckx-Rice |
2020-03-17 | gnu: libfdk: Update to 2.0.1....* gnu/packages/audio.scm (libfdk): Update to 2.0.1. | Leo Famulari |
2020-03-17 | gnu: r-forcats: Use HTTPS home page....* gnu/packages/statistics.scm (r-forcats)[home-page]: Use HTTPS. | Tobias Geerinckx-Rice |
2020-03-17 | gnu: r-rcppparallel: Use HTTPS home page....* gnu/packages/cran.scm (r-rcppparallel)[home-page]: Use HTTPS. | Tobias Geerinckx-Rice |
2020-03-17 | gnu: r-emplik: Use HTTPS home page....* gnu/packages/cran.scm (r-emplik)[home-page]: Use HTTPS. | Tobias Geerinckx-Rice |
2020-03-17 | gnu: r-hapassoc: Use HTTPS home page....* gnu/packages/cran.scm (r-hapassoc)[home-page]: Use HTTPS. | Tobias Geerinckx-Rice |
2020-03-17 | gnu: r-htqpcr: Update home page....* gnu/packages/bioconductor.scm (r-htqpcr)[home-page]: Use HTTPS link to PDF paper. | Tobias Geerinckx-Rice |
2020-03-17 | gnu: r-beeswarm: Use HTTPS home page....* gnu/packages/statistics.scm (r-beeswarm)[home-page]: Use HTTPS. | Tobias Geerinckx-Rice |
2020-03-17 | gnu: r-acs: Update home page....* gnu/packages/cran.scm (r-acs)[home-page]: Follow (HTTPS) redirection. | Tobias Geerinckx-Rice |
2020-03-17 | gnu: r-tsa: Use HTTPS home page....* gnu/packages/cran.scm (r-tsa)[home-page]: Use HTTPS. | Tobias Geerinckx-Rice |