From 061752900d9223ac1de987062b83af4570a0a909 Mon Sep 17 00:00:00 2001 From: Nick Hainke Date: Tue, 25 Apr 2023 23:37:11 +0200 Subject: [PATCH] libreswan: update to 4.10 Release Notes: https://github.com/libreswan/libreswan/releases/tag/v4.10 Fixes: CVE-2023-23009 Signed-off-by: Nick Hainke (cherry picked from commit 130e63931fe99b1e47989bb708543c5ebc12152a) --- net/libreswan/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/libreswan/Makefile b/net/libreswan/Makefile index bcc4c0f415..f510d0e3c1 100644 --- a/net/libreswan/Makefile +++ b/net/libreswan/Makefile @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libreswan -PKG_VERSION:=4.9 +PKG_VERSION:=4.10 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://download.libreswan.org/ -PKG_HASH:=f642dcb635e909564ca8fd99ea44ab43f60723b4d76c158ed812978c45b398b9 +PKG_HASH:=5a9400c25a8edba07420426fb55dcbaafdaa3702e5b0f2c19205a6c567248a7b PKG_MAINTAINER:=Lucian Cristian PKG_LICENSE:=GPL-2.0-or-later -- 2.30.2