Date: Wed, 4 Oct 2006 22:19:14 GMT From: Eric Kjeldergaard <kjelderg@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/103993: [patch]Update net/kiax to 0.8.51 Message-ID: <200610042219.k94MJEcb078828@www.freebsd.org> Resent-Message-ID: <200610042220.k94MKOpY039427@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 103993 >Category: ports >Synopsis: [patch]Update net/kiax to 0.8.51 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Oct 04 22:20:24 GMT 2006 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610042219.k94MJEcb078828>