Skip to content

Commit

Permalink
devel/p5-IO-Tty: Update to 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Dec 1, 2023
1 parent 077d662 commit d58e59f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion devel/p5-IO-Tty/Makefile
@@ -1,5 +1,5 @@
PORTNAME= IO-Tty
PORTVERSION= 1.17
PORTVERSION= 1.18
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
Expand Down
6 changes: 3 additions & 3 deletions devel/p5-IO-Tty/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1669058275
SHA256 (IO-Tty-1.17.tar.gz) = a5f1a83020bc5b5dd6c1b570f48c7546e0a8f7fac10a068740b03925ad9e14e8
SIZE (IO-Tty-1.17.tar.gz) = 27245
TIMESTAMP = 1701364500
SHA256 (IO-Tty-1.18.tar.gz) = b0e45b186e4ca54636b1f15111ec0fee86b993e23db529aacb4759df946792ff
SIZE (IO-Tty-1.18.tar.gz) = 26567
11 changes: 11 additions & 0 deletions devel/p5-IO-Tty/files/patch-Tty.xs
@@ -0,0 +1,11 @@
--- Tty.xs.orig 2022-11-11 20:14:48 UTC
+++ Tty.xs
@@ -186,7 +186,7 @@ mysignal(int sig, mysig_t act)
* will be copied. Always NUL terminates (unless siz == 0).
* Returns strlen(src); if retval >= siz, truncation occurred.
*/
-static size_t
+size_t
strlcpy(dst, src, siz)
char *dst;
const char *src;

0 comments on commit d58e59f

Please sign in to comment.