Bug 293435 - devel/libunistring: Update to 1.4.2
Summary: devel/libunistring: Update to 1.4.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Vladimir Druzenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-02-25 07:51 UTC by takefu
Modified: 2026-02-26 20:25 UTC (History)
1 user (show)

See Also:


Attachments
libunistring-1.4.2.patch (925 bytes, patch)
2026-02-25 07:51 UTC, takefu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description takefu 2026-02-25 07:51:35 UTC
Created attachment 268341 [details]
libunistring-1.4.2.patch

2026-02-24  Bruno Haible  <bruno@clisp.org>

	Prepare for 1.4.2 release.
	* version.sh: Bump version number, date, gnulib version.
	* README: Update version.
	* NEWS: Update.

2025-12-29  Bruno Haible  <bruno@clisp.org>

	Sync with gnulib.
	* lib/unistring/cdefs.h: Update from gnulib/m4/gnulib-common.m4.
	(_GL_UNNAMED): New macro.
	(_UC_UNNAMED): Apply
	2025-12-23  Paul Eggert  <eggert@cs.ucla.edu>
	    New C macro _GL_UNNAMED

2025-10-08  Bruno Haible  <bruno@clisp.org>

	Make the generated <unistring/stdint.h> more usable in C++ mode.
	Reported by Daniel Collins <solemnwarning@solemnwarning.net>
	at <https://savannah.gnu.org/bugs/?67590>.

	* lib/Makefile.am (unistring/stdint.h): In C++ 11 or newer mode, just use
	<cstdint>.
Comment 1 commit-hook freebsd_committer freebsd_triage 2026-02-26 20:24:30 UTC
A commit in branch main references this bug:

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(-)
Comment 2 Vladimir Druzenko freebsd_committer freebsd_triage 2026-02-26 20:25:15 UTC
Thanks.