Date: Wed, 19 Oct 2005 18:43:05 -0400 From: Frank Laszlo <laszlof@vonostingroup.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/87693: [UPDATE]: irc/ngircd: Update to version 0.9.2 Message-ID: <E1ESMeH-0002T9-Ii@ritamari.vonostingroup.com> Resent-Message-ID: <200510192250.j9JMoHGM085988@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 87693 >Category: ports >Synopsis: [UPDATE]: irc/ngircd: Update to version 0.9.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Oct 19 22:50:17 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Frank Laszlo >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: System: FreeBSD ritamari.vonostingroup.com 5.4-STABLE FreeBSD 5.4-STABLE #0: Thu Jun 9 22:20:56 EDT 2005 laszlof@ritamari.vonostingroup.com:/usr/obj/usr/src/sys/RITAMARI i386 >Description: >How-To-Repeat: This patch will update irc/ngircd to version 0.9.2. This new version adds the following features/bug fixes: - Fixed a bug that could cause the damon to crash when outgoing server connections can't be established. - Fixed a bug that caused the daemon to leak file descriptors when no resolver subprocesses could be created. - Fixed server NOTICEs to users with "s" mode ("server messages"). - Fixed a format string bug in "connection statistics" messages to clients. I'll take maintainership for this port. >Fix: --- ngircd-0.9.2.diff begins here --- diff -rU3 ngircd.orig/Makefile ngircd/Makefile --- ngircd.orig/Makefile Wed Oct 19 18:27:07 2005 +++ ngircd/Makefile Wed Oct 19 18:27:26 2005 @@ -6,12 +6,12 @@ # PORTNAME= ngircd -PORTVERSION= 0.9.1 +PORTVERSION= 0.9.2 CATEGORIES= irc MASTER_SITES= http://download.berlios.de/ngircd/ \ ftp://ftp.berlios.de/pub/ngircd/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= laszlof@vonostingroup.com COMMENT= Free open source daemon for Internet Relay Chat (IRC) GNU_CONFIGURE= yes diff -rU3 ngircd.orig/distinfo ngircd/distinfo --- ngircd.orig/distinfo Wed Oct 19 18:27:07 2005 +++ ngircd/distinfo Wed Oct 19 18:27:42 2005 @@ -1,2 +1,2 @@ -MD5 (ngircd-0.9.1.tar.gz) = 591808f2b1515e79dfb752de25d5c7f2 -SIZE (ngircd-0.9.1.tar.gz) = 287538 +MD5 (ngircd-0.9.2.tar.gz) = da4dc8d5c3f6980ecb435300a42b1f2f +SIZE (ngircd-0.9.2.tar.gz) = 282713 diff -rU3 ngircd.orig/files/patch-doc::Makefile.in ngircd/files/patch-doc::Makefile.in --- ngircd.orig/files/patch-doc::Makefile.in Wed Oct 19 18:27:07 2005 +++ ngircd/files/patch-doc::Makefile.in Wed Oct 19 18:35:38 2005 @@ -1,24 +1,23 @@ - -$FreeBSD: ports/irc/ngircd/files/patch-doc::Makefile.in,v 1.3 2004/12/25 09:21:40 krion Exp $ - ---- doc/Makefile.in.orig -+++ doc/Makefile.in -@@ -149,12 +149,10 @@ - target_cpu = @target_cpu@ +--- doc/Makefile.in.orig Wed Oct 19 18:33:52 2005 ++++ doc/Makefile.in Wed Oct 19 18:35:19 2005 +@@ -135,14 +135,11 @@ target_os = @target_os@ target_vendor = @target_vendor@ + -EXTRA_DIST = CVS.txt FAQ.txt Protocol.txt Platforms.txt \ - README-AUX.txt README-BeOS.txt RFC.txt sample-ngircd.conf -+EXTRA_DIST = +- ++EXTRA_DIST = docdir = $(datadir)/doc/$(PACKAGE) + -documents = $(EXTRA_DIST) ../AUTHORS ../COPYING ../ChangeLog ../INSTALL \ - ../NEWS ../README +documents = $(EXTRA_DIST) - all: all-am - -@@ -318,8 +316,8 @@ + subdir = doc + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +@@ -294,8 +291,8 @@ install-data-hook: $(mkinstalldirs) $(DESTDIR)$(sysconfdir) --- ngircd-0.9.2.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1ESMeH-0002T9-Ii>