[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (a13063d -> 07914de)
From: |
guix-commits |
Subject: |
branch master updated (a13063d -> 07914de) |
Date: |
Thu, 12 Nov 2020 05:06:53 -0500 (EST) |
civodul pushed a change to branch master
in repository guix.
from a13063d gnu: sbcl-cffi-libffi: Fix building on ARM hardware.
add 5191645 Update NEWS.
add 0c5d0c5 services: mpd: Do not eagerly look for a user.
add 3c69e81 tests: docker-system: Increase VM memory.
add 9e2523c tests: Test "guix system search .".
add db1b18c ui: Add missing format argument in 'warn-about-load-error'.
add 7209d7c services: mpd: Always create the "mpd" user account.
add bb124f6 services: mpd: Fix daemon startup.
add 9909edd tests: mpd: Remove race condition; use default MPD
configuration.
add 02f5ee0 gnu: libffi: Fix building on powerpc.
add de6b649 tests: git-http: Avoid race condition.
add 7286c9b tests: nfs-root-fs: Use the right store file name.
add e8b9b0f Update NEWS.
add afa77bd Update NEWS.
add ae0fe28 installer: Limit listbox height.
add 19e2898 maint: Reduce the package set for "i586-gnu".
add 4e9ded6 image: Offload "disk-image" derivations.
add bc47583 gnu: cross-base: Move glibc Hurd patches to 'inputs'.
add ad2c3ba installer: parted: Add debug output.
add 86e9e5c services: nginx: Re-introduce server-names-hash-bucket-size.
add d754757 publish: Create files in the cache as #o644.
add 70ffa8a machine: ssh: Do not import the host (guix config).
add b51da3c Update NEWS.
add 7a20c16 vm: 'system-qemu-image' forces the use of i386/BIOS GRUB.
add 3625299 ui: Use the right accessor when reporting '&gexp-input-error'.
add 74361d3 gnu: python2-pygobject@2: Shorten patch file name.
add 8515ea1 gnu: audiofile: Shorten patch file names.
add 000e7a0 vm: expression->derivation-in-linux-vm: Run in a UTF-8 locale.
add 1cbda46 publish: Increase TCP buffer size when sending non-cached
nars.
add b739813 lint: patch-file-names: Simplify 'search-patch' error
handling.
add e55f641 nls: Update 'ta' translation.
add 74fdbbf nls: Update translations of the manual.
add 7547be7 nls: Update translations of the manual.
add ef1107e nls: Update string translations.
new 07914de Merge branch 'version-1.2.0'
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
NEWS | 131 +
etc/release-manifest.scm | 10 +-
gnu/local.mk | 15 +-
gnu/machine/ssh.scm | 6 +-
gnu/packages/audio.scm | 10 +-
gnu/packages/cross-base.scm | 15 +-
gnu/packages/glib.scm | 3 +-
gnu/packages/libffi.scm | 24 +-
...> audiofile-check-number-of-coefficients.patch} | 0
...Pull.patch => audiofile-division-by-zero.patch} | 0
...ow.patch => audiofile-function-signature.patch} | 0
...ert.patch => audiofile-multiply-overflow.patch} | 0
...m.patch => audiofile-overflow-in-MSADPCM.patch} | 0
.../patches/libffi-3.3-powerpc-fixes.patch | 138 +
...patch => python2-pygobject-2-deprecation.patch} | 0
gnu/services/audio.scm | 33 +-
gnu/system/vm.scm | 15 +-
gnu/tests/audio.scm | 13 +-
gnu/tests/docker.scm | 11 +-
gnu/tests/nfs.scm | 2 +-
gnu/tests/version-control.scm | 6 +-
guix/lint.scm | 14 +-
guix/scripts/publish.scm | 2 +
guix/ui.scm | 3 +-
po/doc/guix-manual.de.po | 22125 +++++-----
po/doc/guix-manual.es.po | 23490 +++++-----
po/guix/de.po | 1200 +-
po/guix/es.po | 1411 +-
po/guix/fr.po | 10 +-
po/guix/ta.po | 1158 +-
po/packages/de.po | 7854 ++--
po/packages/es.po | 43749 +++++++++++++------
tests/guix-system.sh | 3 +
33 files changed, 61345 insertions(+), 40106 deletions(-)
rename gnu/packages/patches/{audiofile-Check-the-number-of-coefficients.patch
=> audiofile-check-number-of-coefficients.patch} (100%)
rename
gnu/packages/patches/{audiofile-division-by-zero-BlockCodec-runPull.patch =>
audiofile-division-by-zero.patch} (100%)
rename
gnu/packages/patches/{audiofile-signature-of-multiplyCheckOverflow.patch =>
audiofile-function-signature.patch} (100%)
rename gnu/packages/patches/{audiofile-Fix-multiply-overflow-sfconvert.patch
=> audiofile-multiply-overflow.patch} (100%)
rename gnu/packages/patches/{audiofile-Fix-overflow-in-MSADPCM-decodeSam.patch
=> audiofile-overflow-in-MSADPCM.patch} (100%)
create mode 100644 gnu/packages/patches/libffi-3.3-powerpc-fixes.patch
rename
gnu/packages/patches/{python2-pygobject-2-gi-info-type-error-domain.patch =>
python2-pygobject-2-deprecation.patch} (100%)
- branch master updated (a13063d -> 07914de),
guix-commits <=