guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch staging updated (cae97cd773 -> c37a426038)


From: guix-commits
Subject: branch staging updated (cae97cd773 -> c37a426038)
Date: Sun, 20 Nov 2022 15:11:21 -0500 (EST)

mbakke pushed a change to branch staging
in repository guix.

    from cae97cd773 gnu: Add vulkan-memory-allocator.
     add d09a4cc7c7 gnu: Remove last reference to fortune-mod.
     add 3d1a5a3ec7 gnu: chipmunk: Fix build.
     add 923be63b44 gnu: chipmunk: Use gexps.
     add 8db67a3854 gnu: lightning: Update to 2.2.0.
     add 904decf7c0 gnu: ell: Update to 0.54.
     add 4727f45d04 gnu: iwd: Update to 2.0.
     add 39d607796b gnu: python-pycryptodome: Update to 3.15.0.
     add 92be7e088d gnu: ansible-core: Build with python-pycryptodome.
     add 0985bba557 gnu: python-flask-restful: Remove unused dependency.
     add b8fd2877c9 gnu: python-pbkdf2: Don't use python-pycrypto.
     add dafab37110 services: guix-build-coordinator: Remove duplicate log 
timestamp.
     add d072bcebbf gnu: Fix copyright line.
     add 670d30972f import: egg: Fix typo in docstring.
     add cfec9f0552 gnu: go-github-com-zenhack-go-notmuch: Use ungexp-native.
     add 35cbf0c04a gnu: Add go-github-com-go-ini-ini.
     add ae90aaa60c gnu: Rename go-golang-org-colorful to 
go-github-com-lucasb-eyer-go-colorful.
     add 9c2d6ddfbe gnu: Add cl-virality.
     add 46a2e98ca9 gnu: Add cl-pp-toml.
     add c8f406056f gnu: Add cl-simplified-types.
     add 52fdcf299d gnu: cl-virality: Don't install examples.
     add 9290e943cf gnu: Add go-github-com-rivo-tview.
     add a2af6352e3 gnu: Add go-github-com-ssor-bom.
     add 4fb0b075e4 gnu: Add go-github-com-gogs-chardet.
     add 7343bb8325 gnu: Add go-github-com-jaytaylor-html2text.
     add 3a91ee3b88 gnu: protobuf@2: Fix build.
     add 39de9fd90c gnu: gzochi: Add missing dependency.
     add 3258eae9ee gnu: qtcolorwidgets: Update to 2.2.0.
     add d56b1cea91 gnu: openal: Add upstream-name property.
     add 9b808922e9 gnu: fmit: Fix build.
     add 20d5b8b4d5 gnu: fmit: Remove input labels.
     add e994412c19 gnu: inkbox: Update home-page and source URI.
     add 44f087fcc7 gnu: inkbox: Fix build.
     add da6c6763fa scripts: Use translations for guix.pot for service 
descriptions.
     add bb9837f66c gnu: postgresql: Add 15.1.
     add 5e861c1aee gnu: postgresql@13: Update to 13.9.
     add a4e74cf344 gnu: postgresql@11: Update to 11.18.
     add fe0a1b49c1 gnu: postgresql@10: Update to 10.23.
     add 96efebed24 tests: mysql: Wait for the socket before running queries.
     add c7b266fdf2 gnu: mysql: Support custom data dir.
     add 6ac97bb503 services: mysql-upgrade: Support custom datadir.
     add e4a74f38df services: mysql-upgrade: Add log file.
     add 3323ffa66d services: mysql: Remove mysql-install-service in favor of 
wrapper.
     add 351bada950 services: mysql: Run mariadb-install-db instead of hard 
coding schemas.
     add 5284887524 gnu: xmlsec: Add 'upstream-name' property.
     add 225dc9dc63 gnu: xmlsec: Update to 1.2.36.
     add 49a7232c5d gnu: oath-toolkit: Fix test failure with new xmlsec.
     add 127314f5cc gnu: xmlsec-nss: Remove input labels.
     add 4416e94e51 gnu: xmlsec-openssl: Remove input labels.
     new c37a426038 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 "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 gnu/local.mk                                       |   1 +
 gnu/packages/admin.scm                             |   2 +-
 gnu/packages/assembly.scm                          |   5 +-
 gnu/packages/audio.scm                             |   2 +
 gnu/packages/authentication.scm                    |   1 +
 gnu/packages/configuration-management.scm          |   2 +-
 gnu/packages/databases.scm                         |  31 ++-
 gnu/packages/ebook.scm                             |  21 +-
 gnu/packages/game-development.scm                  |  19 +-
 gnu/packages/games.scm                             |   2 +-
 gnu/packages/golang.scm                            | 164 ++++++++++++--
 gnu/packages/image-viewers.scm                     |   2 +-
 gnu/packages/linux.scm                             |   4 +-
 gnu/packages/lisp-xyz.scm                          | 151 +++++++++++++
 gnu/packages/music.scm                             |  10 +-
 gnu/packages/networking.scm                        |   4 +-
 .../patches/oath-toolkit-xmlsec-compat.patch       |  79 +++++++
 gnu/packages/protobuf.scm                          |   7 +-
 gnu/packages/python-crypto.scm                     |   6 +-
 gnu/packages/python-web.scm                        |   2 +-
 gnu/packages/python-xyz.scm                        |   2 -
 gnu/packages/qt.scm                                |  49 ++---
 gnu/packages/virtualization.scm                    |   1 -
 gnu/packages/xml.scm                               |  17 +-
 gnu/services/databases.scm                         | 199 ++++++++---------
 gnu/services/guix.scm                              | 242 +++++++++++----------
 gnu/services/virtualization.scm                    |   1 +
 gnu/tests/databases.scm                            |   3 +
 guix/import/egg.scm                                |   2 +-
 guix/scripts/home.scm                              |   2 +-
 guix/scripts/system/search.scm                     |   4 +-
 po/guix/POTFILES.in                                |   4 +
 po/packages/POTFILES.in                            |   5 -
 33 files changed, 724 insertions(+), 322 deletions(-)
 create mode 100644 gnu/packages/patches/oath-toolkit-xmlsec-compat.patch



reply via email to

[Prev in Thread] Current Thread [Next in Thread]