aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/dbus.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-07-02 16:45:17 +0200
committerMarius Bakke <mbakke@fastmail.com>2019-07-02 16:45:17 +0200
commit5f3f70391809f8791c55c05bd1646bc58508fa2c (patch)
tree17d52b40817be205a93f392cf002494e3a9d7e5c /gnu/services/dbus.scm
parent1290855490baf03944dc85d8353c2b8cedac5256 (diff)
downloadguix-5f3f70391809f8791c55c05bd1646bc58508fa2c.tar.gz
guix-5f3f70391809f8791c55c05bd1646bc58508fa2c.zip
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.
Diffstat (limited to 'gnu/services/dbus.scm')
0 files changed, 0 insertions, 0 deletions
' phase. Marius Bakke 2017-12-13gnu: curl: Add a search path for CURL_CA_BUNDLE....* gnu/packages/curl.scm (curl)[native-search-paths]: New field. * gnu/packages/image-viewers.scm (feh)[native-search-paths]: Inherit. Marius Bakke 2017-12-05gnu: curl: Remove graft for 7.57.0....* gnu/packages/curl.scm (curl): Update to 7.57.0. (curl-7.57.0): Remove variable. Marius Bakke 2017-12-05Merge branch 'master' into core-updatesMarius Bakke 2017-11-29gnu: curl: Update to 7.57.0 [fixes CVE-2017-{8816,8817,8818}]....* gnu/packages/curl.scm (curl): Update replacement to 7.57.0. (curl-7.56.1): Replace with ... (curl-7.57.0): ... new variable. Leo Famulari 2017-10-24gnu: curl: Remove graft for 7.56.1....* gnu/packages/curl.scm (curl): Update to 7.56.1. (curl-7.56.1): Remove variable. Marius Bakke 2017-10-24Merge branch 'master' into core-updatesMarius Bakke 2017-10-24gnu: curl: Update replacement to 7.56.1 [fixes CVE-2017-1000257]....* gnu/packages/curl.scm (curl-7.56.0): Rename to ... (curl-7.56.1): ... this. Update to 7.56.1. (curl)[replacement]: Adjust accordingly. Marius Bakke 2017-10-10gnu: curl: Incorporate grafted changes....* gnu/packages/curl.scm (curl-7.56.0): Remove variable. (curl): Update to 7.56.0. Marius Bakke 2017-10-10Merge branch 'master' into core-updatesMarius Bakke 2017-10-06Merge branch 'master' into stagingMarius Bakke 2017-10-04gnu: curl: Update replacement to 7.56.0 [security fixes]....Fixes CVE-2017-1000254. See <https://curl.haxx.se/docs/adv_20171004.html> for details. * gnu/packages/curl.scm (curl)[replacement]: Update to 7.56.0. (curl-7.55.0): Rename to ... (curl-7.56.0): ... this. [arguments]: Remove 'fix-Makefile' phase. [source]: Remove patch. * gnu/packages/patches/curl-bounds-check.patch: Delete it. * gnu/local.mk (dist_patch_DATA): Remove it. Kei Kebreau 2017-10-01gnu: curl: Update to 7.55.0....* gnu/packages/curl.scm (curl): Update to 7.55.0. [replacement]: Remove field. [arguments]: Add phase to fix doc install location. (curl-7.55.0): Remove variable. Efraim Flashner 2017-09-21gnu: curl: Update to 7.55.1....* gnu/packages/patches/curl-bounds-check.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/curl.scm (curl): Update to 7.55.1. [replacement]: Remove field. [source]: Use '.xz' tarball. (curl-7.55.0): Remove variable. Marius Bakke 2017-08-15Merge branch 'master' into core-updatesMark H Weaver 2017-08-13gnu: curl: Fix i686 test failure....* gnu/packages/patches/curl-bounds-check.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/curl.scm (curl-7.55.0)[source]: Use it. Marius Bakke