211f596a10
- some new stuff since 4.98.x - some security fixes PR: 295092 Author: Xavier Beaudouin <kiwi@FreeBSD.org> Changes: https://lists.exim.org/lurker/message/20251005.104224.82b52627.en.html https://lists.exim.org/lurker/message/20251217.151548.85d1a2bc.en.html https://lists.exim.org/lurker/message/20260429.121733.f58d9686.en.html https://lists.exim.org/lurker/message/20260512.141621.6777de24.en.html Security: CVE-2026-45185 CVE-2025-26794 CVE-2025-30232 CVE-2025-67896 CVE-2026-40684 CVE-2026-40685 CVE-2026-40686 CVE-2026-40687 MFH: 2026Q2 Approved-by: fluffy (maintainer, by private mail)
12 lines
431 B
Plaintext
12 lines
431 B
Plaintext
--- Makefile.orig 2025-12-17 18:05:41.764604000 +0100
|
|
+++ Makefile 2025-12-17 18:08:15.055964000 +0100
|
|
@@ -70,7 +70,7 @@
|
|
# Configure-Makefile script. This does its own dependency checking because of
|
|
# the optional files.
|
|
|
|
-configure: checks build-directory \
|
|
+configure: build-directory \
|
|
scripts/lookups-Makefile scripts/drivers-Makefile
|
|
@cd build-$(buildname); \
|
|
build=$(build) $(SHELL) ../scripts/Configure-Makefile
|