Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 May 2026 15:45:02 +0000
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Cc:        Kousuke Kannagi <mce@FreeBSD.org>
Subject:   git: bcd76c53c0b2 - main - news/newsx: Fix CVE-2008-3252
Message-ID:  <6a19b47e.32e9a.48c3d3e1@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by thierry:

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

commit bcd76c53c0b2b8e2c13202c2c941512954c1abd2
Author:     Kousuke Kannagi <mce@FreeBSD.org>
AuthorDate: 2026-05-29 09:29:17 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2026-05-29 15:42:48 +0000

    news/newsx: Fix CVE-2008-3252
    
    Security:       CVE-2008-3252
---
 news/newsx/Makefile | 5 ++++-
 news/newsx/distinfo | 3 +++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/news/newsx/Makefile b/news/newsx/Makefile
index 596f8cc6fa0f..9dfa56081bd7 100644
--- a/news/newsx/Makefile
+++ b/news/newsx/Makefile
@@ -1,9 +1,12 @@
 PORTNAME=	newsx
 PORTVERSION=	1.6
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	news
 MASTER_SITES=	LOCAL/thierry
 
+PATCH_SITES=	https://src.fedoraproject.org/rpms/newsx/raw/rawhide/f/
+PATCHFILES=	newsx-stack.patch:-p1
+
 MAINTAINER=	thierry@FreeBSD.org
 COMMENT=	Program to fetch news from and post news to a remote NNTP server
 WWW=		https://web.archive.org/web/20220208213916/http://www.kvaleberg.no/newsx.html
diff --git a/news/newsx/distinfo b/news/newsx/distinfo
index bc19e1f2ce70..a694e2079233 100644
--- a/news/newsx/distinfo
+++ b/news/newsx/distinfo
@@ -1,2 +1,5 @@
+TIMESTAMP = 1780046636
 SHA256 (newsx-1.6.tar.gz) = 0256fcb3086382e7c94ad2b87d69684e3dc28fb7493a37fdd0115b1621bdd3f2
 SIZE (newsx-1.6.tar.gz) = 302821
+SHA256 (newsx-stack.patch) = 2df5920b46f83ceef691b69469b1732bda9edfb9a330f82cb52697870c3e0944
+SIZE (newsx-stack.patch) = 678


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a19b47e.32e9a.48c3d3e1>