From nobody@FreeBSD.org  Wed Oct  4 22:19:15 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3CB9516A403
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  4 Oct 2006 22:19:15 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id D965243D72
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  4 Oct 2006 22:19:14 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k94MJEWi078829
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 4 Oct 2006 22:19:14 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id k94MJEcb078828;
	Wed, 4 Oct 2006 22:19:14 GMT
	(envelope-from nobody)
Message-Id: <200610042219.k94MJEcb078828@www.freebsd.org>
Date: Wed, 4 Oct 2006 22:19:14 GMT
From: Eric Kjeldergaard <kjelderg@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch]Update net/kiax to 0.8.51
X-Send-Pr-Version: www-2.3

>Number:         103993
>Category:       ports
>Synopsis:       [patch]Update net/kiax to 0.8.51
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    alepulver
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 04 22:20:24 GMT 2006
>Closed-Date:    Thu Oct 05 01:21:14 GMT 2006
>Last-Modified:  Thu Oct  5 01:30:19 GMT 2006
>Originator:     Eric Kjeldergaard
>Release:        6.2-PRERELEASE
>Organization:
>Environment:
FreeBSD fireengine.aero.und.edu 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #1: Thu Sep 21 01:16:57 UTC 2006     root@fireengine.aero.und.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
Kiax was updated from 0.8.5 to 0.8.51 due to a security problem.  It passed below my radar, but is important.  Patch is simple and included.
>How-To-Repeat:

>Fix:
rm -rf files and then apply the following patch:

diff -ruN kiax.org/Makefile kiax/Makefile
--- kiax.org/Makefile	Mon Aug 14 01:34:13 2006
+++ kiax/Makefile	Mon Aug 14 01:35:13 2006
@@ -6,17 +6,17 @@
 #
 
 PORTNAME=	kiax
-PORTVERSION=	0.8.5
+PORTVERSION=	0.8.51
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
-DISTNAME=	kiax-0.8.5-src
+DISTNAME=	kiax-${PORTVERSION}-src
 
 MAINTAINER=	kjelderg@gmail.com
 COMMENT=	An Asterisk (IAX) client written in QT for KDE
 
 BUILD_DEPENDS=	qmake:${PORTSDIR}/devel/qmake \
-	lrelease:${PORTSDIR}/x11-toolkits/qt33
+		lrelease:${PORTSDIR}/x11-toolkits/qt33
 
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
diff -ruN kiax.org/distinfo kiax/distinfo
--- kiax.org/distinfo	Mon Aug 14 01:34:13 2006
+++ kiax/distinfo	Mon Aug 14 01:35:25 2006
@@ -1,3 +1,3 @@
-SIZE (kiax-0.8.5-src.tar.gz) = 1479222
-MD5 (kiax-0.8.5-src.tar.gz) = 6bc7a9a94be7a3e998113311ce4e5847
-SHA256 (kiax-0.8.5-src.tar.gz) = b24177ecd352517a5e5a4d193944be2344a103130311ac0197c556802560521f
+MD5 (kiax-0.8.51-src.tar.gz) = cc39dab9cb55afbe9722a6f4ad2bb5f0
+SHA256 (kiax-0.8.51-src.tar.gz) = 63babcf21cc69d88b78e1769594c69eb06bfb2866a4c7b3a7ba367c8b68632f8
+SIZE (kiax-0.8.51-src.tar.gz) = 1493268
diff -ruN kiax.org/files/patch-lib_libiax2_src_iax.c kiax/files/patch-lib_libiax2_src_iax.c
--- kiax.org/files/patch-lib_libiax2_src_iax.c	Mon Aug 14 01:34:13 2006
+++ kiax/files/patch-lib_libiax2_src_iax.c	Wed Dec 31 19:00:00 1969
@@ -1,27 +0,0 @@
---- lib/libiax2/src/iax.c.orig	Thu May 25 18:42:18 2006
-+++ lib/libiax2/src/iax.c	Thu May 25 18:44:26 2006
-@@ -59,14 +59,12 @@ void gettimeofday(struct timeval *tv, vo
- #include <arpa/inet.h>
- #include <time.h>
- 
--#ifndef MACOSX
-+#if !defined(MACOSX) && !defined(__FreeBSD__)
- #include <malloc.h>
- #ifndef SOLARIS
--#if !defined(__NetBSD__) && !defined(__FreeBSD__)
- #include <error.h>
- #endif
- #endif
--#endif
-  
-  #endif
- 
-@@ -97,7 +95,7 @@ void gettimeofday(struct timeval *tv, vo
- #ifdef SOLARIS
- #define IAX_SOCKOPTS MSG_DONTWAIT
- #else
--#ifdef __NetBSD__
-+#if defined(__NetBSD__) || defined(__FreeBSD__)
- #define IAX_SOCKOPTS MSG_DONTWAIT
- #else  /* Linux and others */
- #define IAX_SOCKOPTS MSG_DONTWAIT | MSG_NOSIGNAL
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->alepulver 
Responsible-Changed-By: alepulver 
Responsible-Changed-When: Wed Oct 4 22:36:04 UTC 2006 
Responsible-Changed-Why:  
Take PR. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=103993 

From: "Eric Kjeldergaard" <kjelderg@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org, freebsd-ports-bugs@freebsd.org
Cc:  
Subject: Re: ports/103993: [patch]Update net/kiax to 0.8.51
Date: Thu, 5 Oct 2006 00:37:20 +0000

 http://marc.theaimsgroup.com/?l=bugtraq&m=114989398527826&w=2 This
 page seems to describe the security issue in some detail.
 
 On 10/4/06, FreeBSD-gnats-submit@freebsd.org
 <FreeBSD-gnats-submit@freebsd.org> wrote:
 > Thank you very much for your problem report.
 > It has the internal identification `ports/103993'.
 > The individual assigned to look at your
 > report is: freebsd-ports-bugs.
 >
 > You can access the state of your problem report at any time
 > via this link:
 >
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=103993
 >
 > >Category:       ports
 > >Responsible:    freebsd-ports-bugs
 > >Synopsis:       [patch]Update net/kiax to 0.8.51
 > >Arrival-Date:   Wed Oct 04 22:20:24 GMT 2006
 >
 
 
 -- 
 If I write a signature, my emails will appear more personalised.
State-Changed-From-To: open->closed 
State-Changed-By: alepulver 
State-Changed-When: Thu Oct 5 01:20:57 UTC 2006 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=103993 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/103993: commit references a PR
Date: Thu,  5 Oct 2006 01:20:57 +0000 (UTC)

 alepulver    2006-10-05 01:20:50 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net/kiax             Makefile distinfo pkg-plist 
   Removed files:
     net/kiax/files       patch-lib_libiax2_src_iax.c 
   Log:
   - Update from 0.8.5 to 0.8.51 due to a security problem.
   
   PR:             ports/103993
   Submitted by:   Eric Kjeldergaard <kjelderg@gmail.com> (maintainer)
   
   Revision  Changes    Path
   1.5       +3 -3      ports/net/kiax/Makefile
   1.4       +3 -3      ports/net/kiax/distinfo
   1.4       +0 -27     ports/net/kiax/files/patch-lib_libiax2_src_iax.c (dead)
   1.3       +1 -0      ports/net/kiax/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
