Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Apr 2026 22:22:54 +0000
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9d5df1d5c5a1 - main - math/mpc: Update to version 1.4.1
Message-ID:  <69e4043e.365ac.5d2e58bb@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by gerald:

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

commit 9d5df1d5c5a17e9eacc1119ec20bf6d750efdc71
Author:     Gerald Pfeifer <gerald@FreeBSD.org>
AuthorDate: 2026-04-18 16:43:55 +0000
Commit:     Gerald Pfeifer <gerald@FreeBSD.org>
CommitDate: 2026-04-18 22:21:10 +0000

    math/mpc: Update to version 1.4.1
    
    This fixes a memory leak in mpc_fr_div that was introduced in 1.4.0.
---
 math/mpc/Makefile | 4 ++--
 math/mpc/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/math/mpc/Makefile b/math/mpc/Makefile
index 0c5fd86c3d97..5e110185fd39 100644
--- a/math/mpc/Makefile
+++ b/math/mpc/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	mpc
-DISTVERSION=	1.4.0
+DISTVERSION=	1.4.1
 CATEGORIES=	math devel
 MASTER_SITES=	GNU
 
@@ -28,7 +28,7 @@ PLIST_FILES=	include/mpc.h 			\
 		lib/libmpc.a 			\
 		lib/libmpc.so 			\
 		lib/libmpc.so.3 		\
-		lib/libmpc.so.3.4.0		\
+		lib/libmpc.so.3.4.1		\
 		libdata/pkgconfig/mpc.pc
 
 .include <bsd.port.mk>
diff --git a/math/mpc/distinfo b/math/mpc/distinfo
index 7571b7af7f1e..62d30cf9f8c7 100644
--- a/math/mpc/distinfo
+++ b/math/mpc/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1774659290
-SHA256 (mpc-1.4.0.tar.xz) = 3210b3a546b1cb00c296ca360891d7740ee6ff06deb02a27a35b20cd3c0bb1a5
-SIZE (mpc-1.4.0.tar.xz) = 532056
+TIMESTAMP = 1776530444
+SHA256 (mpc-1.4.1.tar.xz) = 91204cd32f164bd3b7c992d4a6a8ce6519511aadab30f78b6982d0bf8d73e931
+SIZE (mpc-1.4.1.tar.xz) = 531992


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e4043e.365ac.5d2e58bb>