Age | Commit message (Expand) | Author |
2019-07-02 | gnu: glibc: Update to 2.29....* gnu/packages/patches/glibc-bootstrap-system.patch,
gnu/packages/patches/glibc-supported-locales.patch: Adjust for glibc 2.29.
* gnu/packages/patches/glibc-2.28-supported-locales.patch,
gnu/packages/patches/glibc-CVE-2019-7309.patch,
gnu/packages/patches/glibc-CVE-2019-9169.patch,
gnu/packages/patches/glibc-2.29-git-updates.patch: New files.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/base.scm (glibc): Update to 2.29.
[source](patches): Add 'glibc-CVE-2019-7309.patch',
'glibc-CVE-2019-9169.patch', and 'glibc-2.29-git-updates.patch'. Remove
'glibc-hurd-magic-pid.patch'.
[native-inputs]: Add PYTHON-MINIMAL.
(glibc-2.28): New public variable.
* gnu/packages/commencement.scm (expat-sans-tests, python-boot0): New variables.
(glibc-final-with-bootstrap-bash)[native-inputs]: Add PYTHON-BOOT0.
* gnu/packages/python.scm (python-3.7)[arguments]: Disable test that fails
with glibc 2.29.
| Marius Bakke |
2019-07-02 | gnu: linux-libre-headers: Update to 4.19.56....* gnu/packages/linux.scm (linux-libre-headers-4.14.67): Rename to ...
(linux-libre-headers-4.19.56): ... this. Adjust hash accordingly.
(linux-libre-headers): Set to LINUX-LIBRE-HEADERS-4.19.56.
* gnu/packages/commencement.scm (linux-libre-headers-boot0)[native-inputs]:
Add FLEX-BOOT0 and BISON-BOOT0.
| Marius Bakke |
2019-07-02 | gnu: commencement: Remove outdated comment....* gnu/packages/commencement.scm (bison-boot0): Remove bash comment, which is
no longer accurate.
| Marius Bakke |
2019-07-02 | gnu: libuninameslist: Update to 20190701....* gnu/packages/fontutils.scm (libuninameslist): Update to 20190701.
| Marius Bakke |
2019-07-02 | gnu: gettext: Update to 0.20.1....* gnu/packages/gettext.scm (gettext-minimal): Update to 0.20.1.
[source](snippet): Remove.
[inputs]: Remove EXPAT. Add LIBUNISTRING, LIBXML2, and NCURSES.
[arguments]: Add #:configure-flags and a "patch-fixed-paths" phase. Delete
"link-expat" phase.
* gnu/packages/commencement.scm (gettext-boot0): Stay on version 0.19.8.1.
[arguments]: Adjust accordingly.
Co-authored-by: Miguel <rosen644835@gmail.com>
| Marius Bakke |
2019-07-02 | gnu: bootstrap-tarballs: Don't include the native Mes when cross-compiling....* gnu/packages/make-bootstrap.scm (%bootstrap-tarballs)[inputs]: Check
%CURRENT-TARGET-SYSTEM when deciding whether to use the reduced binary seeds.
| Marius Bakke |
2019-07-02 | gnu: make-bootstrap: Adjust for GCC 7....* gnu/packages/make-bootstrap.scm (package-with-relocatable-glibc)[native-inputs]:
Add SEARCH-PATHS to CROSS-GCC, and NATIVE-SEARCH-PATHS to the native GCC.
| Marius Bakke |
2019-07-02 | gnu: make-bootstrap: Restore cross-compilation workarounds....These workarounds were removed in cf8264364761857ca3550398369a0f20d7b0d512 and
218eb6e611c0a238802bf9cb5742d37cea0bb012, but were needed for %BOOTSTRAP-TARBALLS.
* gnu/packages/make-bootstrap.scm (%static-inputs)[coreutils, tar]: Add
<#:configure-flags>.
| Marius Bakke |
2019-07-01 | gnu: guile-static-stripped: Adjust patches for 2.2.6....* gnu/packages/patches/guile-2.2-default-utf8.patch,
gnu/packages/patches/guile-relocatable.patch: Adjust for Guile 2.2.6.
| Ludovic Courtès |
2019-07-01 | gnu: guile: Update to 2.2.6....* gnu/packages/guile.scm (guile-2.2): Update to 2.2.6.
| Ludovic Courtès |
2019-06-30 | Revert "gnu: meson: Update to 0.51.0."...Meson 0.51.0 has problems with PKG_CONFIG_PATH. See <https://bugs.gnu.org/36386>.
This reverts commit 70530036b8313d5273fca286cd62c73bd2225110.
| Marius Bakke |
2019-06-30 | gnu: libuv: Update to 1.30.0....* gnu/packages/libevent.scm (libuv): Update to 1.30.0.
| Marius Bakke |
2019-06-30 | gnu: libssh2: Update to 1.9.0....* gnu/packages/patches/libssh2-fix-build-failure-with-gcrypt.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/ssh.scm (libssh2): Update to 1.9.0.
[source](patches): Remove.
| Marius Bakke |
2019-06-30 | build-system/meson: Do not inherit the 'bootstrap' phase....* guix/build/meson-build-system.scm (%standard-phases): Remove 'bootstrap'.
* gnu/packages/glib.scm (glib)[arguments]: Adjust accordingly.
| Marius Bakke |
2019-06-30 | gnu: python-more-itertools: Update to 7.1.0....* gnu/packages/python-xyz.scm (python-more-itertools): Update to 7.1.0.
| Marius Bakke |
2019-06-30 | gnu: poppler: Update to 0.78.0....* gnu/packages/pdf.scm (poppler): Update to 0.78.0.
| Marius Bakke |
2019-06-30 | gnu: nettle: Update to 3.5.1....* gnu/packages/nettle.scm (nettle): Update to 3.5.1.
| Marius Bakke |
2019-06-30 | gnu: harfbuzz: Update to 2.5.3....* gnu/packages/gtk.scm (harfbuzz): Update to 2.5.3.
| Marius Bakke |
2019-06-29 | gnu: gawk: Update to 5.0.1....* gnu/packages/gawk.scm (gawk): Update to 5.0.1.
| Ludovic Courtès |
2019-06-29 | gnu: flex: Build bison-for-tests sequentially....This is a followup to b1593c1c4fd8f4fc6df4c43cab51334426e3aa76.
* gnu/packages/flex.scm (flex)[inputs](bison-for-tests): Use
'substitute-keyword-arguments' instead of overriding them altogether.
This ensures that #:parallel-build? and #:parallel-tests? are
preserved.
| Ludovic Courtès |
2019-06-27 | Merge branch 'master' into core-updates | Ludovic Courtès |
2019-06-27 | gnu: dosbox: Update to 0.74-3....* gnu/packages/emulators.scm (dosbox): Update to 0.74-3.
| Rutger Helling |
2019-06-27 | gnu: rep-gtk: Update to 0.90.8.3....* gnu/packages/sawfish.scm (rep-gtk): Update to 0.90.8.3.
[source]: Use HTTPS URI.
[arguments]: Add remove-autogen phase.
[native-inputs]: Add autoconf, automake and libtool.
[home-page]: Update URI.
| Arun Isaac |
2019-06-27 | gnu: sawfish: Update to 1.12.0....* gnu/packages/sawfish.scm (sawfish): Update to 1.12.0.
[source]: Use HTTPS URI.
[home-page]: Update URI.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
| Benjamin Slade |
2019-06-26 | gnu: electron-cash: Update to 4.0.7....* gnu/packages/finance (electron-cash): Update to 4.0.7.
| Vagrant Cascadian |
2019-06-27 | Revert "gnu: openssh: Don't create the PRIVSEP_PATH directory."...This reverts commit 46475f72ab6127e7818fdea4a0ea9cc07c60a5f4.
| Tobias Geerinckx-Rice |
2019-06-27 | Revert "gnu: openssh: Clean-up custom install phase."...This reverts commit 7754136e464e02284624ad05c196d9ec26099143.
| Tobias Geerinckx-Rice |
2019-06-26 | gnu: supertux: Fix homepage....* gnu/packages/games.scm (supertux)[homepage]: Fix URL.
| Nicolas Goaziou |
2019-06-26 | gnu: Add texmacs....* gnu/packages/text-editors.scm (texmacs): New variable.
| Andreas Enge |
2019-06-26 | gnu: python-pathpy: Update to 11.5.0....* gnu/packages/python-xyz.scm (python-pathpy): Update to 11.5.0.
[outputs]: Add separate "doc" output.
[native-inputs]: Add python-jaraco-packaging.
[arguments]: Enable tests; uncomment "build-doc" and "install-doc" phases;
replace "check" phase to skip flaky test.
| Ricardo Wurmus |
2019-06-26 | gnu: Add python-jaraco-packaging....* gnu/packages/python-xyz.scm (python-jaraco-packaging): New variable.
| Ricardo Wurmus |
2019-06-26 | gnu: Add python-pytest-virtualenv....* gnu/packages/python-check.scm (python-pytest-virtualenv): New variable.
| Ricardo Wurmus |
2019-06-26 | gnu: Add python-pytest-fixture-config....* gnu/packages/python-check.scm (python-pytest-fixture-config): New variable.
| Ricardo Wurmus |
2019-06-26 | gnu: Add python-pytest-shutil....* gnu/packages/python-check.scm (python-pytest-shutil): New variable.
| Ricardo Wurmus |
2019-06-26 | gnu: Add python-pytest-flake8....* gnu/packages/python-check.scm (python-pytest-flake8): New variable.
| Ricardo Wurmus |
2019-06-26 | gnu: Add python-pytest-checkdocs....* gnu/packages/python-check.scm (python-pytest-checkdocs): New variable.
| Ricardo Wurmus |
2019-06-26 | gnu: Add python-importlib-metadata....* gnu/packages/python-xyz.scm (python-importlib-metadata): New variable.
| Ricardo Wurmus |
2019-06-26 | gnu: Add python-zipp....* gnu/packages/python-compression.scm (python-zipp): New variable.
| Ricardo Wurmus |
2019-06-26 | gnu: Add python-setuptools-git....* gnu/packages/python-xyz.scm (python-setuptools-git): New variable.
| Ricardo Wurmus |
2019-06-26 | gnu: Add python-contextlib2....* gnu/packages/python-xyz.scm (python-contextlib2): New variable.
| Ricardo Wurmus |
2019-06-26 | gnu: Add python-pathlib2....* gnu/packages/python-xyz.scm (python-pathlib2): New variable.
| Ricardo Wurmus |
2019-06-26 | gnu: Add mesa-opencl-icd....* gnu/packages/gl.scm (mesa-opencl-icd): New variable.
| Ricardo Wurmus |
2019-06-26 | gnu: Add mesa-opencl....* gnu/packages/gl.scm (mesa-opencl): New variable.
| Ricardo Wurmus |
2019-06-26 | gnu: Add libclc....* gnu/packages/llvm.scm (libclc): New variable.
| Ricardo Wurmus |
2019-06-26 | gnu: libcxx: Update hash....This is a follow-up to commit c5296e205b65a9b53553cf45be2ab223d5e82df5, which
updated llvm.
* gnu/packages/llvm.scm (libcxx): Update hash.
| Ricardo Wurmus |
2019-06-26 | gnu: Add gramps...* gnu/packages/genealogy.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Guillaume LE VAILLANT |
2019-06-26 | gnu: Add osm-gps-map...* gnu/packages/geo.scm (osm-gps-map): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Guillaume LE VAILLANT |
2019-06-26 | gnu: Add python-bsddb3...* gnu/packages/python-xyz.scm (python-bsddb3): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Guillaume LE VAILLANT |
2019-06-26 | gnu: python-on-guile: Wrap 'python' executable....* gnu/packages/guile-xyz.scm (python-on-guile)[arguments]: Add 'wrap'
phase.
| Ludovic Courtès |
2019-06-26 | gnu: python-on-guile: Update to 00a51a2....* gnu/packages/guile-xyz.scm (python-on-guile): Update to 00a51a2.
| Ludovic Courtès |