apteryx pushed a change to branch master
in repository guix.
from 0cbd830ebb gnu: emacs-telega: Update to 0.8.391.
new a6dab6e915 gnu: libarchive: Graft to 3.7.7. [security fixes]
new 57e6a56281 gnu: chicken: Update to 5.4.0.
new 0b60708ee0 build: chicken-build-system: Update for 5.4.0.
new ea4adb48cb gnu: ffmpeg-5: Update to 5.1.6 [fixes CVE-2024-7055,
CVE-2024-7272].
new 6b8af015b2 gnu: ffmpeg-4: Update to 4.4.5 [fixes CVE-2024-7055].
new 7fdda1c4bb gnu: curl: Fix CVE-2024-8096.
new 4cb016fa0c gnu: nzbget: Update to 24.3. [security fixes]
new 700126f654 gnu: nzbget: Ignore failing tests.
new b7af6dd6f5 gnu: bart: Update to 0.9.00.
new 2d459bb830 gnu: pam-u2f: Update to 1.3.0. [security fixes]
new 6c6d9ea4a6 gnu: sendmail: Update to 8.18.1. [security fixes]
new ef7b74f835 gnu: openvpn: Update to 2.6.12. [security fixes]
new 0bca6c0309 gnu: unicorn: Update to 2.1.1. [security fixes]
new 603407fa0a gnu: Add sexpp.
new 7b8c099f3e gnu: rnp: Update to 0.17.1. [security fixes]
new 0a9040a51b gnu: curl: Update home page.
new 847a7284a8 gnu: sendmail: Remove trailing #t from phases.
new 1b0b16c0d3 gnu: postgresql-13: Update to 13.16. [security fixes]
new 168001df96 gnu: postgresql-14: Update to 14.13.
new 09bbdc3ead gnu: postgresql-15: Update to 16.4. [security fixes]
new 44b06b030d gnu: Remove allegro-5.0. [security fixes]
new b8caf74f29 gnu: Add emacs-color-theme-sanityinc-tomorrow.
new 742765656e gnu: iverilog: Remove extraneous #:test-target argument.
new 66b1471199 gnu: iverilog: Re-add zlib to inputs.
new 4bfe5fc584 gnu: yosys: Update to 0.46.
new 2bad254d03 gnu: yosys: Update to 0.47.
new 744e8f7d04 gnu: yosys: Sort inputs.
new badcd4a79f gnu: yosys: Do not hard-code CC and CXX make flags.
new 98e470d0a5 gnu: yosys: Remove extraneous characters.
new 708313bf3e gnu: iverilog: Update home page.
new 1660456214 gnu: Add vdrift-data.
new cd72e43388 gnu: Add vdrift.
new f0c27b2fa8 gnu: plib: Build with -fPIC.
new 40625c213a gnu: Add torcs.
The 34 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 | 7 +-
gnu/packages/backup.scm | 17 ++
gnu/packages/chicken.scm | 4 +-
gnu/packages/curl.scm | 15 +-
gnu/packages/databases.scm | 42 +++-
gnu/packages/emacs-xyz.scm | 26 +++
gnu/packages/emulators.scm | 9 +-
gnu/packages/fpga.scm | 58 +++---
gnu/packages/game-development.scm | 28 +--
gnu/packages/games.scm | 218 +++++++++++++++++++++
gnu/packages/image-processing.scm | 8 +-
gnu/packages/mail.scm | 51 ++---
gnu/packages/networking.scm | 36 ++--
gnu/packages/openpgp.scm | 81 +++++---
.../patches/allegro-mesa-18.2.5-and-later.patch | 41 ----
gnu/packages/patches/curl-CVE-2024-8096.patch | 200 +++++++++++++++++++
.../ffmpeg-remove-compressed_ten_bit_format.patch | 43 ----
.../postgresql-disable-normalize_exec_path.patch | 22 +++
.../patches/torcs-glibc-default-source.patch | 25 +++
gnu/packages/patches/torcs-isnan.patch | 15 ++
gnu/packages/patches/torcs-nullptr.patch | 14 ++
gnu/packages/security-token.scm | 9 +-
gnu/packages/video.scm | 10 +-
gnu/packages/vpn.scm | 4 +-
guix/build/chicken-build-system.scm | 11 +-
25 files changed, 751 insertions(+), 243 deletions(-)
delete mode 100644 gnu/packages/patches/allegro-mesa-18.2.5-and-later.patch
create mode 100644 gnu/packages/patches/curl-CVE-2024-8096.patch
delete mode 100644
gnu/packages/patches/ffmpeg-remove-compressed_ten_bit_format.patch
create mode 100644
gnu/packages/patches/postgresql-disable-normalize_exec_path.patch
create mode 100644 gnu/packages/patches/torcs-glibc-default-source.patch
create mode 100644 gnu/packages/patches/torcs-isnan.patch
create mode 100644 gnu/packages/patches/torcs-nullptr.patch