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..0562ae76371c 100644
--- a/devel/libunistring/Makefile
+++ b/devel/libunistring/Makefile
@@ -1,5 +1,5 @@
PORTNAME= libunistring
-DISTVERSION= 1.3
+DISTVERSION= 1.4
CATEGORIES= devel
MASTER_SITES= GNU
diff --git a/devel/libunistring/distinfo b/devel/libunistring/distinfo
index 2deeb2bf8f27..94f212c4e22e 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 = 1759127969
+SHA256 (libunistring-1.4.tar.xz) = 708571fce9965e805fee08b410aa8e886d391a492c387f75abb7be0e195337f5
+SIZE (libunistring-1.4.tar.xz) = 2768428
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