ports/87693: [UPDATE]: irc/ngircd: Update to version 0.9.2

Frank Laszlo laszlof at vonostingroup.com
Wed Oct 19 22:50:19 UTC 2005


>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 at 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 at FreeBSD.org
+MAINTAINER=	laszlof at 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:



More information about the freebsd-ports-bugs mailing list