Tuesday, October 04, 2022

Re: UPDATE: ircd-hybrid 8.2.42

On Tue, Oct 04, 2022 at 12:33:41PM +0100, Stuart Henderson wrote:
> On 2022/09/16 17:08, Brad Smith wrote:
> > Here is an update to ircd-hybrid 8.2.42.
>
> Distfile was re-rolled. There is 8.2.43 now.

Here is an update to 8.2.43.

Ya, I was wondering how they managed to roll .42 with the improper root directory
name.


Index: Makefile
===================================================================
RCS file: /home/cvs/ports/net/ircd-hybrid/Makefile,v
retrieving revision 1.62
diff -u -p -u -p -r1.62 Makefile
--- Makefile 23 Jul 2022 05:15:24 -0000 1.62
+++ Makefile 4 Oct 2022 14:15:14 -0000
@@ -1,6 +1,6 @@
COMMENT = Internet Relay Chat server

-DISTNAME = ircd-hybrid-8.2.41
+DISTNAME = ircd-hybrid-8.2.43
CATEGORIES = net
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=ircd-hybrid/}
EXTRACT_SUFX = .tgz
Index: distinfo
===================================================================
RCS file: /home/cvs/ports/net/ircd-hybrid/distinfo,v
retrieving revision 1.38
diff -u -p -u -p -r1.38 distinfo
--- distinfo 23 Jul 2022 05:15:24 -0000 1.38
+++ distinfo 4 Oct 2022 14:13:44 -0000
@@ -1,2 +1,2 @@
-SHA256 (ircd-hybrid-8.2.41.tgz) = zg6mllRgEEe9hkI93AAjwHlVcCSZkAEeqmxB1jcrBFQ=
-SIZE (ircd-hybrid-8.2.41.tgz) = 1061502
+SHA256 (ircd-hybrid-8.2.43.tgz) = vQNzx4DjCMGm9piQFf8o4cIpme92S3toY2tihXPCUe8=
+SIZE (ircd-hybrid-8.2.43.tgz) = 1053894
Index: patches/patch-doc_Makefile_in
===================================================================
RCS file: /home/cvs/ports/net/ircd-hybrid/patches/patch-doc_Makefile_in,v
retrieving revision 1.14
diff -u -p -u -p -r1.14 patch-doc_Makefile_in
--- patches/patch-doc_Makefile_in 23 Jul 2022 05:15:24 -0000 1.14
+++ patches/patch-doc_Makefile_in 16 Sep 2022 21:00:56 -0000
@@ -1,7 +1,7 @@
Index: doc/Makefile.in
--- doc/Makefile.in.orig
+++ doc/Makefile.in
-@@ -401,25 +401,25 @@ uninstall-man8:
+@@ -402,25 +402,25 @@ uninstall-man8:
dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir)
install-dist_sysconfDATA: $(dist_sysconf_DATA)
@$(NORMAL_INSTALL)
@@ -34,7 +34,7 @@ Index: doc/Makefile.in
tags TAGS:

ctags CTAGS:
-@@ -463,7 +463,7 @@ check-am: all-am
+@@ -464,7 +464,7 @@ check-am: all-am
check: check-am
all-am: Makefile $(MANS) $(DATA)
installdirs:
Index: patches/patch-include_defaults_h
===================================================================
RCS file: /home/cvs/ports/net/ircd-hybrid/patches/patch-include_defaults_h,v
retrieving revision 1.10
diff -u -p -u -p -r1.10 patch-include_defaults_h
--- patches/patch-include_defaults_h 11 Mar 2022 19:46:09 -0000 1.10
+++ patches/patch-include_defaults_h 16 Sep 2022 21:00:54 -0000
@@ -1,7 +1,7 @@
Index: include/defaults.h
--- include/defaults.h.orig
+++ include/defaults.h
-@@ -48,16 +48,21 @@
+@@ -47,16 +47,21 @@
* AUTOMODPATH = directory for autoloaded modules
*/

Index: patches/patch-include_stdinc_h
===================================================================
RCS file: /home/cvs/ports/net/ircd-hybrid/patches/patch-include_stdinc_h,v
retrieving revision 1.9
diff -u -p -u -p -r1.9 patch-include_stdinc_h
--- patches/patch-include_stdinc_h 11 Mar 2022 19:46:09 -0000 1.9
+++ patches/patch-include_stdinc_h 16 Sep 2022 21:00:54 -0000
@@ -1,7 +1,7 @@
Index: include/stdinc.h
--- include/stdinc.h.orig
+++ include/stdinc.h
-@@ -49,6 +49,8 @@
+@@ -48,6 +48,8 @@
#include <stdarg.h>
#include <signal.h>
#include <ctype.h>
Index: patches/patch-src_ircd_c
===================================================================
RCS file: /home/cvs/ports/net/ircd-hybrid/patches/patch-src_ircd_c,v
retrieving revision 1.20
diff -u -p -u -p -r1.20 patch-src_ircd_c
--- patches/patch-src_ircd_c 11 Mar 2022 19:46:09 -0000 1.20
+++ patches/patch-src_ircd_c 16 Sep 2022 21:00:54 -0000
@@ -1,7 +1,7 @@
Index: src/ircd.c
--- src/ircd.c.orig
+++ src/ircd.c
-@@ -330,7 +330,6 @@ make_daemon(void)
+@@ -328,7 +328,6 @@ make_daemon(void)
}
else if (pid > 0)
{
@@ -9,7 +9,7 @@ Index: src/ircd.c
exit(EXIT_SUCCESS);
}

-@@ -343,8 +342,19 @@ main(int argc, char *argv[])
+@@ -341,8 +340,19 @@ main(int argc, char *argv[])
/* Check to see if the user is running us as root, which is a nono */
if (geteuid() == 0)
{

No comments:

Post a Comment