diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2024-05-16 15:53:35 +0200 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2024-06-12 19:19:05 +0200 |
commit | 507de7632a6c7ac824c46fd7ef6d8d4c499b9fd4 (patch) | |
tree | cc25e1cd55a762ce95f641f96b4c08757e17fb32 /irc/ircII/files | |
parent | ./databases/Makefile: remove forgotten tsearch_extra entry (diff) |
irc/ircII: update to 20240111
PR: 279036
Approved by: maintainer timeout (4 weeks)
Diffstat (limited to 'irc/ircII/files')
-rw-r--r-- | irc/ircII/files/patch-source_alias.c | 11 | ||||
-rw-r--r-- | irc/ircII/files/patch-source_help.c | 11 |
2 files changed, 0 insertions, 22 deletions
diff --git a/irc/ircII/files/patch-source_alias.c b/irc/ircII/files/patch-source_alias.c deleted file mode 100644 index ab1f5adbb2ee..000000000000 --- a/irc/ircII/files/patch-source_alias.c +++ /dev/null @@ -1,11 +0,0 @@ ---- source/alias.c.orig 2019-01-18 10:29:41 UTC -+++ source/alias.c -@@ -2528,7 +2528,7 @@ function_userhost(u_char *input) - static u_char * - function_strip(u_char *input) - { -- u_char tmpbuf[128], *result; -+ u_char tmpbuf[128], *result = NULL; - u_char *retval = NULL; - u_char *chars; - u_char *cp, *dp; diff --git a/irc/ircII/files/patch-source_help.c b/irc/ircII/files/patch-source_help.c deleted file mode 100644 index f95d308866a7..000000000000 --- a/irc/ircII/files/patch-source_help.c +++ /dev/null @@ -1,11 +0,0 @@ ---- source/help.c.orig 2019-05-29 09:55:50 UTC -+++ source/help.c -@@ -311,7 +311,7 @@ help_topic(u_char *path, u_char *name) - #ifdef ZCAT - if (my_strcmp(name + (my_strlen(name) - my_strlen(ZSUFFIX)), ZSUFFIX)) - { -- malloc_snprintf(&filename, "%s/%s%s", path, ZSUFFIX); -+ malloc_snprintf(&filename, "%s/%s%s", path, name, ZSUFFIX); - if (stat(CP(filename), &sb) == -1) - { - new_free(&filename); |