From: Daniel Golle Date: Sun, 23 Feb 2025 16:45:04 +0000 (+0000) Subject: exim: update to 4.98.2 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=05f82abaa77064e126e61e595978506e5532d416;p=openwrt-packages.git exim: update to 4.98.2 Fixes CVE-2025-26794 (SQL injection when using SQLite for ETRN hints) Signed-off-by: Daniel Golle --- diff --git a/mail/exim/Makefile b/mail/exim/Makefile index 714fe2d8d..db090501b 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=exim -PKG_VERSION:=4.98 +PKG_VERSION:=4.98.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://ftp.exim.org/pub/exim/exim4/ -PKG_HASH:=0ebc108a779f9293ba4b423c20818f9a3db79b60286d96abc6ba6b85a15852f7 +PKG_HASH:=88b8e8a67c1db6cc0b1d148161aa36e662f4ca2fef25d5b6f3694d490e42dcae PKG_MAINTAINER:=Daniel Golle PKG_LICENSE:=GPL-2.0-or-later