diff options
author | John Kehayias <john.kehayias@protonmail.com> | 2024-02-28 15:22:37 -0500 |
---|---|---|
committer | John Kehayias <john.kehayias@protonmail.com> | 2024-02-28 15:37:37 -0500 |
commit | 23283c50e96d7812a42b1272329fa3ba05a5a6e6 (patch) | |
tree | ac4a67ab5e06c6cc124bfe27b22023994f474727 /gnu/local.mk | |
parent | f0d78aa47e4106a0820b458ef306340766d2ed74 (diff) |
gnu: bind: Update to 9.19.21 [security fixes].
The current release fixes CVE-2023-50387 and other security issues. Previous
releases fix many other security issues.
* gnu/packages/dns.scm (bind): Update to 9.19.21.
[source]: Remove 'patches' field.
* gnu/packages/patches/bind-re-add-attr-constructor-priority.patch: Remove.
* gnu/local.mk (dist_patch_DATA): Remove it.
Reported-by: Felix Lechner <felix.lechner@lease-up.com>
Change-Id: I2415de88f16d9c952a1adcee5219980a3a19bb59
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 208d74ef3e..1e3433d96d 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -979,7 +979,6 @@ dist_patch_DATA = \ %D%/packages/patches/bazaar-CVE-2017-14176.patch \ %D%/packages/patches/bc-fix-cross-compilation.patch \ %D%/packages/patches/bdb-5.3-atomics-on-gcc-9.patch \ - %D%/packages/patches/bind-re-add-attr-constructor-priority.patch \ %D%/packages/patches/brightnessctl-elogind-support.patch \ %D%/packages/patches/bsd-games-2.17-64bit.patch \ %D%/packages/patches/bsd-games-add-configure-config.patch \ |