Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Sep 2024 11:54:37 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f5cfb7ec0027 - main - textproc/expat2: Update to 2.6.3
Message-ID:  <202409151154.48FBsbhJ025841@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy:

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

commit f5cfb7ec00272ec123fab636dea68b561b536a82
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-09-15 11:40:32 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-09-15 11:54:31 +0000

    textproc/expat2: Update to 2.6.3
    
    Fixes CVEs:
    CVE-2024-45490
    CVE-2024-45491
    CVE-2024-45492
    
    * Remove GNU_CONFIGURE_MANPREFIX
    
    Changelog:
    https://github.com/libexpat/libexpat/blob/R_2_6_3/expat/Changes
    
    PR:             281273
    Approved by:    desktop (fluffy)
    Exp-run by:     antoine
---
 textproc/expat2/Makefile  | 4 ++--
 textproc/expat2/distinfo  | 6 +++---
 textproc/expat2/pkg-plist | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/textproc/expat2/Makefile b/textproc/expat2/Makefile
index 2ebaa278d7c4..ed98a7a2d8eb 100644
--- a/textproc/expat2/Makefile
+++ b/textproc/expat2/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	expat
-DISTVERSION=	2.6.2
+DISTVERSION=	2.6.3
 CATEGORIES=	textproc
 MASTER_SITES=	https://github.com/libexpat/libexpat/releases/download/R_${DISTVERSION:S|.|_|g}/
 
@@ -16,8 +16,8 @@ USES=		cpe libtool pathfix python:test tar:xz
 CPE_VENDOR=	libexpat_project
 CPE_PRODUCT=	libexpat
 USE_LDCONFIG=	yes
+
 GNU_CONFIGURE=	yes
-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 
 INSTALL_TARGET=	install-strip
 TEST_TARGET=	check
diff --git a/textproc/expat2/distinfo b/textproc/expat2/distinfo
index 88777cfb6864..f4d79c03fbea 100644
--- a/textproc/expat2/distinfo
+++ b/textproc/expat2/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1710626418
-SHA256 (expat-2.6.2.tar.xz) = ee14b4c5d8908b1bec37ad937607eab183d4d9806a08adee472c3c3121d27364
-SIZE (expat-2.6.2.tar.xz) = 485236
+TIMESTAMP = 1725474916
+SHA256 (expat-2.6.3.tar.xz) = 274db254a6979bde5aad404763a704956940e465843f2a9bd9ed7af22e2c0efc
+SIZE (expat-2.6.3.tar.xz) = 485600
diff --git a/textproc/expat2/pkg-plist b/textproc/expat2/pkg-plist
index fac0ddebc5fc..0decc275a3b1 100644
--- a/textproc/expat2/pkg-plist
+++ b/textproc/expat2/pkg-plist
@@ -9,7 +9,7 @@ lib/cmake/expat-%%EXPAT_VERSION%%/expat.cmake
 %%STATIC%%lib/libexpat.a
 lib/libexpat.so
 lib/libexpat.so.1
-lib/libexpat.so.1.9.2
+lib/libexpat.so.1.9.3
 libdata/pkgconfig/expat.pc
 share/man/man1/xmlwf.1.gz
 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409151154.48FBsbhJ025841>