Date: Tue, 10 Dec 2024 09:07:07 GMT From: Robert Clausecker <fuz@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0daa65a83691 - main - security/intel-ipsec-mb: update to 2.0.0 Message-ID: <202412100907.4BA977Df002039@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=0daa65a83691857824db3d1d79dca6c2aecbe36e commit 0daa65a83691857824db3d1d79dca6c2aecbe36e Author: Martin Filla <freebsd@sysctl.cz> AuthorDate: 2024-12-09 11:26:26 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2024-12-10 09:05:45 +0000 security/intel-ipsec-mb: update to 2.0.0 Changelog: https://github.com/intel/intel-ipsec-mb/releases/tag/v2.0 PR: 283221 --- security/intel-ipsec-mb/Makefile | 8 ++------ security/intel-ipsec-mb/distinfo | 8 +++----- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/security/intel-ipsec-mb/Makefile b/security/intel-ipsec-mb/Makefile index 3a54fbaa4320..74fd9c07d9c3 100644 --- a/security/intel-ipsec-mb/Makefile +++ b/security/intel-ipsec-mb/Makefile @@ -1,12 +1,8 @@ PORTNAME= intel-ipsec-mb DISTVERSIONPREFIX= v -DISTVERSION= 1.5 -PORTREVISION= 1 +DISTVERSION= 2.0 CATEGORIES= security -PATCH_SITES= https://github.com/intel/${PORTNAME}/commit/ -PATCHFILES= c266eb633019bf0eef2c9df1ce814f22b9ee2d51.patch:-p1 - MAINTAINER= freebsd@sysctl.cz COMMENT= Intel(R) Multi-Buffer Crypto for IPsec Library WWW= https://github.com/intel/intel-ipsec-mb @@ -29,7 +25,7 @@ TEST_TARGET= test PLIST_FILES= include/intel-ipsec-mb.h \ lib/libIPSec_MB.so \ - lib/libIPSec_MB.so.1 \ + lib/libIPSec_MB.so.2 \ lib/libIPSec_MB.so.${DISTVERSION}.0 \ share/man/man7/libipsec-mb-dev.7.gz \ share/man/man7/libipsec-mb.7.gz diff --git a/security/intel-ipsec-mb/distinfo b/security/intel-ipsec-mb/distinfo index 2e74896ac3ba..5da51cda6227 100644 --- a/security/intel-ipsec-mb/distinfo +++ b/security/intel-ipsec-mb/distinfo @@ -1,5 +1,3 @@ -TIMESTAMP = 1700159065 -SHA256 (intel-intel-ipsec-mb-v1.5_GH0.tar.gz) = 8d3f0a561b539303d81fda82584663daea65af85e07c40b393a4e8cfe839e057 -SIZE (intel-intel-ipsec-mb-v1.5_GH0.tar.gz) = 2214942 -SHA256 (c266eb633019bf0eef2c9df1ce814f22b9ee2d51.patch) = 5465147b13bbdcbc95eda31ad8e5e2ccff48ab2a755b74542d67c282deb88196 -SIZE (c266eb633019bf0eef2c9df1ce814f22b9ee2d51.patch) = 3542 +TIMESTAMP = 1733743498 +SHA256 (intel-intel-ipsec-mb-v2.0_GH0.tar.gz) = 0c60e56f63b14212c7b388668acc219cbc6b79e5e79732aff7542fefbb498413 +SIZE (intel-intel-ipsec-mb-v2.0_GH0.tar.gz) = 2500962
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412100907.4BA977Df002039>