aboutsummaryrefslogtreecommitdiff
path: root/devel/libunistring
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libunistring')
-rw-r--r--devel/libunistring/Makefile2
-rw-r--r--devel/libunistring/distinfo6
-rw-r--r--devel/libunistring/files/patch-lib_unistr_u8-strncpy.c16
-rw-r--r--devel/libunistring/pkg-plist2
4 files changed, 5 insertions, 21 deletions
diff --git a/devel/libunistring/Makefile b/devel/libunistring/Makefile
index 69af5d92434a..31e57b37ca21 100644
--- a/devel/libunistring/Makefile
+++ b/devel/libunistring/Makefile
@@ -1,5 +1,5 @@
PORTNAME= libunistring
-DISTVERSION= 1.3
+DISTVERSION= 1.4.1
CATEGORIES= devel
MASTER_SITES= GNU
diff --git a/devel/libunistring/distinfo b/devel/libunistring/distinfo
index 2deeb2bf8f27..f1e1ece21432 100644
--- a/devel/libunistring/distinfo
+++ b/devel/libunistring/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1735161593
-SHA256 (libunistring-1.3.tar.xz) = f245786c831d25150f3dfb4317cda1acc5e3f79a5da4ad073ddca58886569527
-SIZE (libunistring-1.3.tar.xz) = 2753448
+TIMESTAMP = 1760404489
+SHA256 (libunistring-1.4.1.tar.xz) = 67d88430892527861903788868c77802a217b0959990f7449f2976126a307763
+SIZE (libunistring-1.4.1.tar.xz) = 2769164
diff --git a/devel/libunistring/files/patch-lib_unistr_u8-strncpy.c b/devel/libunistring/files/patch-lib_unistr_u8-strncpy.c
deleted file mode 100644
index 5bde3fdec11d..000000000000
--- a/devel/libunistring/files/patch-lib_unistr_u8-strncpy.c
+++ /dev/null
@@ -1,16 +0,0 @@
---- lib/unistr/u8-strncpy.c.orig 2024-01-29 00:58:11 UTC
-+++ lib/unistr/u8-strncpy.c
-@@ -28,10 +28,6 @@
- /* Specification. */
- #include "unistr.h"
-
--#include <string.h>
--
--uint8_t *
--u8_strncpy (uint8_t *dest, const uint8_t *src, size_t n)
--{
-- return (uint8_t *) strncpy ((char *) dest, (const char *) src, n);
--}
-+#define FUNC u8_strncpy
-+#define UNIT uint8_t
-+#include "u-strncpy.h"
diff --git a/devel/libunistring/pkg-plist b/devel/libunistring/pkg-plist
index d2bbdaf47367..9fa93c95e3f8 100644
--- a/devel/libunistring/pkg-plist
+++ b/devel/libunistring/pkg-plist
@@ -46,4 +46,4 @@ include/unicase.h
include/unigbrk.h
lib/libunistring.so
lib/libunistring.so.5
-lib/libunistring.so.5.2.0
+lib/libunistring.so.5.2.1