Age | Commit message (Expand) | Author |
2020-03-28 | gnu: coreutils-mesboot: Make variable private....This fixes a test failure in tests/graph.scm because the package does not use
glibc, yet is part of the public packages.
* gnu/packages/commencement.scm (coreutils-mesboot): Use DEFINE instead of
DEFINE-PUBLIC.
| Marius Bakke |
2020-03-28 | gnu: Adjust 'package-for-guile-2.0' for the Guile 3 switch....* gnu/packages/guile.scm (package-for-guile-2.0): Rewrite GUILE-3.0 instead of
GUILE-2.2.
| Marius Bakke |
2020-03-28 | gnu: Export the deprecated 'libjpeg' variable....* gnu/packages/image.scm (libjpeg): Export.
| Marius Bakke |
2020-03-28 | gnu: OpenJDK: Build with GNU Make 4.2....* gnu/packages/base.scm (gnu-make-4.2): New public variable.
* gnu/packages/java.scm (openjdk9, openjdk10, openjdk11,
openjdk12)[native-inputs]: Add it.
| Marius Bakke |
2020-03-28 | gnu: gcc-static: Make sure #:modules is not overridden by the inherited GCC....This fixes a regression introduced by 56c833ea287f8f6d3c72f8bddc314960c0164d64
and 25bc0f34c6c059394f546f29a203c2cb9b7cdcf6 where #:modules became ineffective.
* gnu/packages/make-bootstrap.scm (%gcc-static)[arguments]: Prepend the
required modules to those inherited from GCC-5. While at it, do not splice in
the inherited arguments.
| Marius Bakke |
2020-03-28 | gnu: guile-static: Provide a libgc variant with statically built libraries....* gnu/packages/bdw-gc.scm (libgc/static-libs): New public variable.
* gnu/packages/make-bootstrap.scm (%guile-static)[propagated-inputs]: Change
from LIBGC to LIBGC/STATIC-LIBS.
| Marius Bakke |
2020-03-28 | gnu: bdw-gc: Fix cross-compilation....* gnu/packages/bdw-gc.scm (libgc)[propagated-inputs]: When cross-compiling,
add LIBATOMIC-OPS.
| Marius Bakke |
2020-03-28 | gnu: mercurial: Fix test failures with Python 3.8.2....* gnu/packages/version-control.scm (mercurial-patch, %mercurial-patches): New
variables.
(mercurial)[source](patches): Add %MERCURIAL-PATCHES.
| Marius Bakke |
2020-03-27 | gnu: libgc: Promote libgc@8 to the default libgc....* gnu/packages/bdw-gc.scm (libgc): Update to 8.0.4.
[arguments]: Remove #:phases.
[inputs]: Remove LIBATOMIC-OPS.
(libgc-8.0): Remove variable.
(libgc-7): New variable.
| Marius Bakke |
2020-03-27 | gnu: guile: Update to 3.0.2....* gnu/packages/guile.scm (guile-3.0): Update to 3.0.2.
[source](patches): Remove.
* gnu/packages/patches/guile-3.0-crash.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
| Marius Bakke |
2020-03-27 | gnu: ovmf: Adapt to CPLUS_INCLUDE_PATH changes....* gnu/packages/firmware.scm (ovmf)[native-inputs]: Distinguish GCC-5.
[arguments]: Add phase to hide the default GCC from CPLUS_INCLUDE_PATH.
| Marius Bakke |
2020-03-27 | gnu: emacs: Fix format strings for compatibility with Guile 3....* gnu/packages/emacs.scm (emacs)[arguments]: In the 'patch-program-file-names'
and 'install-site-start' phases, specify port in the calls to FORMAT.
| Marius Bakke |
2020-03-27 | gnu: mscgen: Fix build with gd >= 2.3.0....'gd' no longer provides 'libgd-config', so use 'pkg-config' instead.
* gnu/packages/graph.scm (mscgen)[native-inputs]: Add PKG-CONFIG.
| Marius Bakke |
2020-03-27 | gnu: icu4c: Incorporate grafted changes....* gnu/packages/icu4c.scm (icu4c)[replacement]: Remove.
[source](patches, patch-flags): New fields.
(icu4c/fixed): Remove variable.
| Marius Bakke |
2020-03-27 | gnu: help2man: Remove version 1.47.12....* gnu/packages/man.scm (help2man): Update to 1.47.13.
(help2man/latest): Remove variable.
| Marius Bakke |
2020-03-27 | gnu: Automake: Remove version 1.16.1....* gnu/packages/autotools.scm (automake): Update to 1.16.2.
[arguments]: Add phase "skip-test".
(automake-1.16.2): Remove variable.
| Marius Bakke |
2020-03-27 | Merge branch 'master' into core-updates... Conflicts:
gnu/packages/icu4c.scm
gnu/packages/man.scm
gnu/packages/python-xyz.scm
guix/scripts/environment.scm
guix/scripts/pack.scm
guix/scripts/package.scm
guix/scripts/pull.scm
guix/store.scm
| Marius Bakke |
2020-03-26 | gnu: OpenSSL: Add upstream patch to preserve compatibility in EOF handling....This is a follow-up to ad8254c23a86c3ca4ca32bc68fc8d76954aa80fd, which
unexpectedly caused a test failure in the Python test suite.
* gnu/packages/patches/openssl-1.1.1e-revert-detect-eof.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/tls.scm (openssl)[source](patches): Add it.
| Marius Bakke |
2020-03-26 | gnu: xkbcomp: Update to 1.4.3....* gnu/packages/xorg.scm (xkbcomp): update to 1.4.3.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Michael Rohleder |
2020-03-26 | gnu: ImageMagick: Build reproducibly....Fixes <https://bugs.gnu.org/38449>.
* gnu/packages/imagemagick.scm (imagemagick)[arguments]: In #:configure-flags,
add "--enable-reproducible-build".
(cherry picked from commit 87bc9f022cdd3487e85cf83cf82222315246abf9)
| Marius Bakke |
2020-03-26 | gnu: libsigc++: Update to 2.10.3....* gnu/packages/glib.scm (libsigc++): Update to 2.10.3.
| Marius Bakke |
2020-03-26 | gnu: libgsf: Update to 1.14.47....* gnu/packages/gnome.scm (libgsf): Update to 1.14.47.
| Marius Bakke |
2020-03-26 | gnu: potrace: Update to 1.16....* gnu/packages/patches/potrace-tests.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/fontutils.scm (potrace): Update to 1.16.
[source](patches): Remove.
| Marius Bakke |
2020-03-26 | gnu: python-fonttools: Update to 4.6.0....* gnu/packages/python-xyz.scm (python-fonttools): Update to 4.6.0.
| Marius Bakke |
2020-03-26 | gnu: python-xmlschema: Update to 1.1.2....* gnu/packages/xml.scm (python-xmlschema): Update to 1.1.2.
| Marius Bakke |
2020-03-26 | gnu: libxcb: Update to 1.14....* gnu/packages/xorg.scm (libxcb): Update to 1.14.
[source](uri): Change to .xz tarball.
| Marius Bakke |
2020-03-26 | gnu: xcb-proto: Update to 1.14....* gnu/packages/xorg.scm (xcb-proto): Update to 1.14.
[source](uri): Change to .xz tarball.
| Marius Bakke |
2020-03-26 | gnu: gd: Update to 2.3.0....* gnu/packages/patches/gd-fix-tests-on-i686.patch: Adjust context.
* gnu/packages/patches/gd-CVE-2018-1000222.patch,
gnu/packages/patches/gd-CVE-2018-5711.patch,
gnu/packages/patches/gd-CVE-2019-6977.patch,
gnu/packages/patches/gd-CVE-2019-6978.patch,
gnu/packages/patches/gd-freetype-test-failure.patch: Delete files.
* gnu/packages/patches/gd-brect-bounds.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly
* gnu/packages/gd.scm (gd): Update to 2.3.0.
[source](patches): Remove obsolete.
* gnu/packages/gd.scm (gd):
[propagated-inputs]: Move LIBJPEG-TURBO and FONTCONFIG ...
[inputs]: ... here.
| Marius Bakke |
2020-03-26 | gnu: bison: Update to 3.5.3....* gnu/packages/bison.scm (bison): Update to 3.5.3.
| Marius Bakke |
2020-03-26 | gnu: perl: Update to 5.30.2....* gnu/packages/perl.scm (perl): Update to 5.30.2.
| Marius Bakke |
2020-03-26 | gnu: GLib: Update to 2.62.6....* gnu/packages/glib.scm (glib): Update to 2.62.6.
| Marius Bakke |
2020-03-26 | gnu: ghostscript: Update to 9.52....* gnu/packages/ghostscript.scm (ghostscript): Update to 9.52.
[arguments]: Remove obsolete phases.
| Marius Bakke |
2020-03-26 | gnu: OpenSSL: Remove replacement package....* gnu/packages/tls.scm (openssl): Update to 1.1.1e.
[replacement]: Remove.
(openssl-1.1.1e): Remove variable.
| Marius Bakke |
2020-03-26 | gnu: icu4c: Explicitly add patch flags in replacement package....This is to prevent a build failure when this gets merged to 'core-updates'
which does not have any patch-flags to inherit.
* gnu/packages/icu4c.scm (icu4c/fixed)[source](patch-flags): New field.
| Marius Bakke |
2020-03-26 | gnu: help2man: Update to 1.47.13....* gnu/packages/man.scm (help2man/latest): Update to 1.47.13.
| Marius Bakke |
2020-03-26 | gnu: Add python-pywinrm....* gnu/packages/python-xyz.scm (python-pywinrm): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Alexandros Theodotou |
2020-03-26 | gnu: Add python-requests_ntlm....* gnu/packages/python-web.scm (python-requests_ntlm): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Alexandros Theodotou |
2020-03-26 | gnu: Add python-ntlm-auth....* gnu/packages/python-crypto.scm (python-ntlm-auth): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Alexandros Theodotou |
2020-03-26 | gnu: Add python-kerberos....* gnu/packages/python-crypto.scm (python-kerberos): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Alexandros Theodotou |
2020-03-26 | gnu: Update sambamba to 0.7.1....* gnu/packages/bioinformatics.scm (sambamba): Update to 0.7.1;
Remove unneeded undead input.
| Roel Janssen |
2020-03-26 | gnu: Add 7kaa....* gnu/packages/games.scm (7kaa): New variable.
| Naga Malleswari |
2020-03-26 | gnu: boinc-client: Update to 7.16.5....* gnu/packages/distributed.scm (boinc-client): Update to 7.16.5.
| Efraim Flashner |
2020-03-26 | gnu: boinc-server: Fix build....* gnu/packages/distributed.scm (boinc-server)[inputs]: Replace openssl
with openssl-1.0, mariadb with mariadb:dev.
| Efraim Flashner |
2020-03-26 | gnu: gnupg: Use ~/.guix-profile/bin/pinentry by default....Fixes <https://bugs.gnu.org/24076>.
Reported by Danny Milosavljevic <dannym@scratchpost.org>.
* gnu/packages/patches/gnupg-default-pinentry.patch: New file.
* gnu/packages/gnupg.scm (gnupg)[source]: Use it.
* gnu/local.mk (dist_patch_DATA): Add it.
| Ludovic Courtès |
2020-03-26 | llvm: Add support for the Hurd....* gnu/packages/llvm.scm (system->llvm-target): Use X86 for i586 (i.e., the
Hurd).
| Jan Nieuwenhuizen |
2020-03-26 | gnu: mit-krb5: Supprt for the Hurd....* gnu/packages/patches/mit-krb5-hurd.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/kerberos.scm (mit-krb5): Use it.
| Jan Nieuwenhuizen |
2020-03-26 | gnu: shadow: Build fix for the Hurd....* gnu/packages/patches/shadow-hurd-pctrl.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/admin.scm (shadow): Use it.
| Jan Nieuwenhuizen |
2020-03-26 | gnu: screen: Build fix for the Hurd....* gnu/packages/patches/screen-hurd-path-max.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/screen.scm (screen): Use it.
| Jan Nieuwenhuizen |
2020-03-26 | gnu: inetutils: Support for the Hurd....* gnu/packages/linux.scm (net-tools)[supported-systems]: Remove the Hurd.
* gnu/packages/patches/inetutils-hurd.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/admin.scm (inetutils): Use it. Disable some features on the
Hurd.
[native-inputs]: Include net-tools only on supported systems
| Jan Nieuwenhuizen |
2020-03-26 | gnu: shepherd: Build fix for the Hurd....* gnu/packages/patches/shepherd-hurd.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/admin.scm (shepherd): Use it.
| Jan Nieuwenhuizen |