[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch staging updated (859620e -> 9f1d112)
From: |
Marius Bakke |
Subject: |
branch staging updated (859620e -> 9f1d112) |
Date: |
Wed, 27 Sep 2017 15:14:42 -0400 (EDT) |
mbakke pushed a change to branch staging
in repository guix.
from 859620e gnu: ruby: Fix build failures after updating to 2.4.2.
adds c80f837 gnu: fontforge: Update to 20170731.
adds 3140844 gnu: openntpd: Update to 6.2p2.
adds e8d8ecd README: Replace http:// with https:// where applicable.
adds edd38aa gnu: i3-wm: Update to 4.14.1.
adds 6666096 gnu: certbot, python-acme: Update to 0.18.2.
adds 8ddf20b gnu: lm-sensors: Add "lib" output.
adds 97abc90 upstream: Add 'url-prefix-predicate'.
adds c1d8b3b upstream: Add new GNOME updater.
adds 4f80158 gnu: libgtop: Update to 2.38.0.
adds 06acf6b http-client: Reset cache TTL upon 304 "Not Modified"
responses.
adds a95ddf0 build: Build (guix import gnome) only when we have
Guile-JSON.
adds 077f1e6 tests: mcron: Adjust use of 'wait-for-file'.
adds b36524c gnu: Add lxqt-build-tools.
adds 8384499 gnu: Add gpa.
adds 945a8fc tests: install: Switch to modifying the
gc-root-service-type.
adds 8fd92e0 gnu: Add uim, uim-gtk and uim-qt.
adds 373cda6 gnu: libunwind: Update to 1.2.1.
adds a928ed4 gnu: cuirass: Update development snapshot.
adds 326f6ef services: cuirass: Add host option.
adds 1966481 gnu: Add tklib.
adds ea1cd55 build-system: meson: Fix typo in variable name.
adds e2937a5 gnu: btrfs-progs: Update to 4.13.1.
adds a992537 gnu: git: Update to 2.14.2.
adds 31ec522 gnu: lilypond: Fix fontforge detection.
adds 958be7a gnu: tklib: Add missing closing brace.
adds b1e4c0f gnu: pulseview: Build with modular Qt.
adds 2b2c24e gnu: lftp: Update to 4.8.2.
adds a0604c2 gnu: powertop: Update to 2.9.
adds 29591fc gnu: e2fsprogs: Update to 1.43.6.
adds 21e5eb4 gnu: potrace: Update to 1.15 [fixes CVE-2017-12067].
adds eb52d63 gnu: tklib: Fix typo.
adds cb1e0cf gnu: samba: Install manual pages.
new 9f1d112 Merge branch 'master' into staging
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Makefile.am | 1 +
README | 38 +++----
doc/guix.texi | 4 +
gnu/local.mk | 4 -
gnu/packages/ci.scm | 6 +-
gnu/packages/electronics.scm | 5 +-
gnu/packages/fontutils.scm | 37 ++-----
gnu/packages/ftp.scm | 4 +-
gnu/packages/gnome.scm | 4 +-
gnu/packages/gnupg.scm | 30 +++++-
gnu/packages/libunwind.scm | 8 +-
gnu/packages/linux.scm | 29 +++---
gnu/packages/lxqt.scm | 30 ++++++
gnu/packages/music.scm | 4 +-
gnu/packages/ntp.scm | 6 +-
.../patches/e2fsprogs-32bit-quota-warnings.patch | 46 ---------
gnu/packages/patches/fontforge-svg-modtime.patch | 35 -------
gnu/packages/patches/libunwind-CVE-2015-3239.patch | 17 ----
.../python-acme-dont-use-openssl-rand.patch | 28 ------
gnu/packages/samba.scm | 21 +++-
gnu/packages/tcl.scm | 45 +++++++++
gnu/packages/tls.scm | 7 +-
gnu/packages/version-control.scm | 6 +-
gnu/packages/wm.scm | 4 +-
gnu/packages/xorg.scm | 98 ++++++++++++++++++
gnu/services/cuirass.scm | 5 +
gnu/tests/base.scm | 8 +-
gnu/tests/install.scm | 6 +-
guix/build-system/meson.scm | 2 +-
guix/gnu-maintenance.scm | 72 +------------
guix/http-client.scm | 4 +-
guix/import/gnome.scm | 112 +++++++++++++++++++++
guix/upstream.scm | 19 ++++
33 files changed, 449 insertions(+), 296 deletions(-)
delete mode 100644 gnu/packages/patches/e2fsprogs-32bit-quota-warnings.patch
delete mode 100644 gnu/packages/patches/fontforge-svg-modtime.patch
delete mode 100644 gnu/packages/patches/libunwind-CVE-2015-3239.patch
delete mode 100644 gnu/packages/patches/python-acme-dont-use-openssl-rand.patch
create mode 100644 guix/import/gnome.scm
- branch staging updated (859620e -> 9f1d112),
Marius Bakke <=