diff options
author | Lucian Cristian <lucian.cristian@gmail.com> | 2023-08-31 13:06:17 +0000 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2023-08-31 19:28:31 -0700 |
commit | 5a1b878010217c0404483099b52e3cd30319ced2 (patch) | |
tree | ade86203a636a9b3db4969407ba289ab825400d4 | |
parent | f43e7a5067f5d594ffee9ad66fe50256b423c524 (diff) |
libreswan: update to 4.12
fix CVE-2023-38710, CVE-2023-38711, CVE-2023-38712
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
-rw-r--r-- | net/libreswan/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/libreswan/Makefile b/net/libreswan/Makefile index dae864a64..4ecc00a44 100644 --- a/net/libreswan/Makefile +++ b/net/libreswan/Makefile @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libreswan -PKG_VERSION:=4.11 +PKG_VERSION:=4.12 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://download.libreswan.org/ -PKG_HASH:=429a917fe4a55260f152cfb3188a587e5b12e94a14e240ac125319ff14b8c83d +PKG_HASH:=ae85abe415f7becf4b6a2b9897e1712f27e5aac9c35dfbdddbcce0ad7dfd99f7 PKG_MAINTAINER:=Lucian Cristian <lucian.cristian@gmail.com> PKG_LICENSE:=GPL-2.0-or-later |