summaryrefslogtreecommitdiff
path: root/patches/source/dnsmasq/dnsmasq.libidn2.diff
diff options
context:
space:
mode:
authorPatrick J Volkerding <volkerdi@slackware.com>2022-09-26 19:43:54 +0000
committerEric Hameleers <alien@slackware.com>2022-09-27 13:30:30 +0200
commit0ab769ac69705eca0040a7450e3e8f45a8f52cae (patch)
tree0dff0d6ed8eaf46487047c04fe3207fa8a49a55b /patches/source/dnsmasq/dnsmasq.libidn2.diff
parent1730200e5d8f027efec046f71f5fdb099cc32ddc (diff)
downloadcurrent-0ab769ac69705eca0040a7450e3e8f45a8f52cae.tar.gz
Mon Sep 26 19:43:54 UTC 202220220926194354_15.0
patches/packages/dnsmasq-2.87-x86_64-1_slack15.0.txz: Upgraded. Fix write-after-free error in DHCPv6 server code. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0934 (* Security fix *) patches/packages/vim-9.0.0594-x86_64-1_slack15.0.txz: Upgraded. Fixed stack-based buffer overflow. Thanks to marav for the heads-up. In addition, Mig21 pointed out an issue where the defaults.vim file might need to be edited for some purposes as its contents will override the settings in the system-wide vimrc. Usually this file is replaced whenever vim is upgraded, which in those situations would be inconvenient for the admin. So, I've added support for a file named defaults.vim.custom which (if it exists) will be used instead of the defaults.vim file shipped in the package and will persist through upgrades. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-3296 (* Security fix *) patches/packages/vim-gvim-9.0.0594-x86_64-1_slack15.0.txz: Upgraded.
Diffstat (limited to 'patches/source/dnsmasq/dnsmasq.libidn2.diff')
-rw-r--r--patches/source/dnsmasq/dnsmasq.libidn2.diff13
1 files changed, 13 insertions, 0 deletions
diff --git a/patches/source/dnsmasq/dnsmasq.libidn2.diff b/patches/source/dnsmasq/dnsmasq.libidn2.diff
new file mode 100644
index 00000000..d99e556b
--- /dev/null
+++ b/patches/source/dnsmasq/dnsmasq.libidn2.diff
@@ -0,0 +1,13 @@
+--- ./Makefile.orig 2017-05-22 16:58:46.000000000 -0500
++++ ./Makefile 2017-07-07 13:28:14.124402827 -0500
+@@ -24,8 +24,8 @@
+ LOCALEDIR = $(PREFIX)/share/locale
+ BUILDDIR = $(SRC)
+ DESTDIR =
+-CFLAGS = -Wall -W -O2
+-LDFLAGS =
++CFLAGS = -Wall -W -O2 -DHAVE_LIBIDN2
++LDFLAGS = -lidn2
+ COPTS =
+ RPM_OPT_FLAGS =
+ LIBS =