Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Feb 2026 20:24:09 +0000
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Cc:        Takefu <takefu@airport.fm>
Subject:   git: 566266a41821 - main - devel/libunistring: Update 1.4.1 => 1.4.2
Message-ID:  <69a0abe9.218de.19d20a2d@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by vvd:

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

commit 566266a41821141950d8c3a81b19963b8903243d
Author:     Takefu <takefu@airport.fm>
AuthorDate: 2026-02-26 20:13:51 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2026-02-26 20:13:51 +0000

    devel/libunistring: Update 1.4.1 => 1.4.2
    
    Changelog:
     - Prepare for 1.4.2 release.
       * version.sh: Bump version number, date, gnulib version.
       * README: Update version.
       * NEWS: Update.
     - Sync with gnulib.
       * lib/unistring/cdefs.h: Update from gnulib/m4/gnulib-common.m4.
     - (_GL_UNNAMED): New macro.
     - (_UC_UNNAMED): Apply "New C macro _GL_UNNAMED".
     - Make the generated <unistring/stdint.h> more usable in C++ mode.
       * lib/Makefile.am (unistring/stdint.h): In C++ 11 or newer mode, just
         use <cstdint>.
    
    PR:     293435
---
 devel/libunistring/Makefile | 2 +-
 devel/libunistring/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/devel/libunistring/Makefile b/devel/libunistring/Makefile
index 53e44d20ac29..0403e22a0718 100644
--- a/devel/libunistring/Makefile
+++ b/devel/libunistring/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	libunistring
-DISTVERSION=	1.4.1
+DISTVERSION=	1.4.2
 CATEGORIES=	devel
 MASTER_SITES=	GNU
 
diff --git a/devel/libunistring/distinfo b/devel/libunistring/distinfo
index f1e1ece21432..46b759e13795 100644
--- a/devel/libunistring/distinfo
+++ b/devel/libunistring/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1760404489
-SHA256 (libunistring-1.4.1.tar.xz) = 67d88430892527861903788868c77802a217b0959990f7449f2976126a307763
-SIZE (libunistring-1.4.1.tar.xz) = 2769164
+TIMESTAMP = 1772005129
+SHA256 (libunistring-1.4.2.tar.xz) = 5b46e74377ed7409c5b75e7a96f95377b095623b689d8522620927964a41499c
+SIZE (libunistring-1.4.2.tar.xz) = 2786084


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69a0abe9.218de.19d20a2d>