FreeBSD Bugzilla – Attachment 256686 Details for
Bug 283588
devel/libunistring: Update to 1.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
libunistring-1.3.patch
libunistring-1.3.patch (text/plain), 2.38 KB, created by
takefu
on 2025-01-14 05:45:52 UTC
(
hide
)
Description:
libunistring-1.3.patch
Filename:
MIME Type:
Creator:
takefu
Created:
2025-01-14 05:45:52 UTC
Size:
2.38 KB
patch
obsolete
>diff -udprN /usr/ports/devel/libunistring/Makefile ./Makefile >--- /usr/ports/devel/libunistring/Makefile 2024-12-27 00:10:07.020601000 +0000 >+++ ./Makefile 2025-01-14 05:31:42.271745000 +0000 >@@ -1,5 +1,5 @@ PORTNAME= libunistring > PORTNAME= libunistring >-DISTVERSION= 1.2 >+DISTVERSION= 1.3 > CATEGORIES= devel > MASTER_SITES= GNU > >@@ -22,7 +22,5 @@ OPTIONS_DEFINE= DOCS > TEST_TARGET= check > INFO= ${PORTNAME} > OPTIONS_DEFINE= DOCS >- >-TESTING_UNSAFE= test-time.c:46: assertion 'tt3 >= tv2.tv_sec' failed > > .include <bsd.port.mk> >diff -udprN /usr/ports/devel/libunistring/distinfo ./distinfo >--- /usr/ports/devel/libunistring/distinfo 2024-12-27 00:10:07.020644000 +0000 >+++ ./distinfo 2024-12-26 23:37:11.219740000 +0000 >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1708981678 >-SHA256 (libunistring-1.2.tar.xz) = 632bd65ed74a881ca8a0309a1001c428bd1cbd5cd7ddbf8cedcd2e65f4dcdc44 >-SIZE (libunistring-1.2.tar.xz) = 2502196 >+TIMESTAMP = 1735161593 >+SHA256 (libunistring-1.3.tar.xz) = f245786c831d25150f3dfb4317cda1acc5e3f79a5da4ad073ddca58886569527 >+SIZE (libunistring-1.3.tar.xz) = 2753448 >diff -udprN /usr/ports/devel/libunistring/files/patch-lib_unistr_u8-strncpy.c ./files/patch-lib_unistr_u8-strncpy.c >--- /usr/ports/devel/libunistring/files/patch-lib_unistr_u8-strncpy.c 1970-01-01 00:00:00.000000000 +0000 >+++ ./files/patch-lib_unistr_u8-strncpy.c 2025-01-14 05:26:07.926745000 +0000 >@@ -0,0 +1,16 @@ >+--- 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 -udprN /usr/ports/devel/libunistring/pkg-plist ./pkg-plist >--- /usr/ports/devel/libunistring/pkg-plist 2024-12-27 00:10:07.020735000 +0000 >+++ ./pkg-plist 2024-12-26 23:37:11.219926000 +0000 >@@ -25,7 +25,6 @@ include/unistring/inline.h > %%PORTDOCS%%%%DOCSDIR%%/libunistring_fot.html > %%PORTDOCS%%%%DOCSDIR%%/libunistring_toc.html > include/unistring/inline.h >-include/unistring/stdbool.h > include/unistring/stdint.h > include/unistring/localcharset.h > include/unistring/iconveh.h >@@ -47,4 +46,4 @@ lib/libunistring.so.5 > include/unigbrk.h > lib/libunistring.so > lib/libunistring.so.5 >-lib/libunistring.so.5.1.0 >+lib/libunistring.so.5.2.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
takefu:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 283588
:
256129
| 256686