From bbd131270567b0d290715b9e7854690d57ee5423 Mon Sep 17 00:00:00 2001 From: Lucian Cristian Date: Tue, 16 May 2023 20:37:12 +0000 Subject: [PATCH] libreswan: update to 4.11 Fixes https://libreswan.org/security/CVE-2023-30570 Signed-off-by: Lucian Cristian (cherry picked from commit a5c2eececb64037a96163c62d41135b893f36ba8) --- net/libreswan/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/libreswan/Makefile b/net/libreswan/Makefile index f510d0e3c1..47fa39ebbb 100644 --- a/net/libreswan/Makefile +++ b/net/libreswan/Makefile @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libreswan -PKG_VERSION:=4.10 +PKG_VERSION:=4.11 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://download.libreswan.org/ -PKG_HASH:=5a9400c25a8edba07420426fb55dcbaafdaa3702e5b0f2c19205a6c567248a7b +PKG_HASH:=429a917fe4a55260f152cfb3188a587e5b12e94a14e240ac125319ff14b8c83d PKG_MAINTAINER:=Lucian Cristian PKG_LICENSE:=GPL-2.0-or-later -- 2.30.2