Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Jun 2026 22:05:36 +0000
From:      Kousuke Kannagi <mce@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e5ff44e8c35c - main - net-mgmt/libsmi: Fix CVE-2010-2891
Message-ID:  <6a2f25b0.3ff8a.76402c19@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by mce:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e5ff44e8c35c7b8b65e4ba4ab6fdf1da7a1ee5ab

commit e5ff44e8c35c7b8b65e4ba4ab6fdf1da7a1ee5ab
Author:     Kousuke Kannagi <mce@FreeBSD.org>
AuthorDate: 2026-06-05 05:40:08 +0000
Commit:     Kousuke Kannagi <mce@FreeBSD.org>
CommitDate: 2026-06-14 22:04:17 +0000

    net-mgmt/libsmi: Fix CVE-2010-2891
    
    PR:             295866
    Approved by:    Marcin Cieślak <saper@saper.info> (maintainer)
    Approved by:    osa (mentor)
    MFH:            2026Q2
    Security:       CVE-2010-2891
---
 net-mgmt/libsmi/Makefile | 5 ++++-
 net-mgmt/libsmi/distinfo | 3 +++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/net-mgmt/libsmi/Makefile b/net-mgmt/libsmi/Makefile
index 2270bf62882b..a153125e996d 100644
--- a/net-mgmt/libsmi/Makefile
+++ b/net-mgmt/libsmi/Makefile
@@ -1,10 +1,13 @@
 PORTNAME=	libsmi
 PORTVERSION=	0.4.8
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net-mgmt
 MASTER_SITES=	ftp://ftp.ibr.cs.tu-bs.de/pub/local/libsmi/ \
 		LOCAL/bms
 
+PATCH_SITES=    https://sources.debian.org/data/main/libs/libsmi/0.4.8%2Bdfsg2-18/debian/patches/
+PATCHFILES=     cve-2010-2891.patch:-p1
+
 MAINTAINER=	saper@saper.info
 COMMENT=	Library to access SMI MIB information
 WWW=		https://www.ibr.cs.tu-bs.de/projects/libsmi/
diff --git a/net-mgmt/libsmi/distinfo b/net-mgmt/libsmi/distinfo
index c523b5bcdac7..367959830667 100644
--- a/net-mgmt/libsmi/distinfo
+++ b/net-mgmt/libsmi/distinfo
@@ -1,2 +1,5 @@
+TIMESTAMP = 1780577242
 SHA256 (libsmi-0.4.8.tar.gz) = f048a5270f41bc88b0c3b0a8fe70ca4d716a46b531a0ecaaa87c462f49d74849
 SIZE (libsmi-0.4.8.tar.gz) = 4104111
+SHA256 (cve-2010-2891.patch) = ee11d84a42ba9c4d8414d728532b838d0406e10e7ef81e3e99ca79448e2bfd8f
+SIZE (cve-2010-2891.patch) = 637


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a2f25b0.3ff8a.76402c19>