diff options
author | reinoud <reinoud@pkgsrc.org> | 2006-07-07 16:50:35 +0000 |
---|---|---|
committer | reinoud <reinoud@pkgsrc.org> | 2006-07-07 16:50:35 +0000 |
commit | ed085d9755624f49d7f87d2843a7e0244792b7fd (patch) | |
tree | 7e7b8033644f2ee649b99d2ea0ca94fcd680fd8a /net/kiax | |
parent | 32e6a1fcf8084e7e4deea30e1d5a63503e68c388 (diff) | |
download | pkgsrc-ed085d9755624f49d7f87d2843a7e0244792b7fd.tar.gz |
Update net/kiax to version 0.8.51 fixing the security issue in 0.8.5
From the change log:
# Patched security flaw in iaxclient
# Patched md5 to work on amd64 (Jasmin Buchert)
# Added Malay translation (Mohd Effendi Jaafar)
Diffstat (limited to 'net/kiax')
-rw-r--r-- | net/kiax/Makefile | 8 | ||||
-rw-r--r-- | net/kiax/distinfo | 12 | ||||
-rw-r--r-- | net/kiax/patches/patch-ae | 10 | ||||
-rw-r--r-- | net/kiax/patches/patch-ai | 8 |
4 files changed, 19 insertions, 19 deletions
diff --git a/net/kiax/Makefile b/net/kiax/Makefile index 64e973e07df..aab9b27e8e4 100644 --- a/net/kiax/Makefile +++ b/net/kiax/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2006/05/25 14:12:56 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2006/07/07 16:50:35 reinoud Exp $ -DISTNAME= kiax-0.8.5-src -PKGNAME= kiax-0.8.5 -PKGREVISION= 1 +DISTNAME= kiax-0.8.51-src +PKGNAME= kiax-0.8.51 +#PKGREVISION= 1 CATEGORIES= comms net audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kiax/} diff --git a/net/kiax/distinfo b/net/kiax/distinfo index e885398e4f1..f31062cf04c 100644 --- a/net/kiax/distinfo +++ b/net/kiax/distinfo @@ -1,12 +1,12 @@ -$NetBSD: distinfo,v 1.4 2006/04/14 09:56:03 adam Exp $ +$NetBSD: distinfo,v 1.5 2006/07/07 16:50:35 reinoud Exp $ -SHA1 (kiax-0.8.5-src.tar.gz) = 7838a04b76d5602935676aee47b24a52cd579d9d -RMD160 (kiax-0.8.5-src.tar.gz) = 7b2f69ad186886594c6f2abb812c06e9332f5d83 -Size (kiax-0.8.5-src.tar.gz) = 1479222 bytes +SHA1 (kiax-0.8.51-src.tar.gz) = 5a67df17d478f4f1f5d802e126e6c38fb0834a6b +RMD160 (kiax-0.8.51-src.tar.gz) = 8019d742867d0af339210363c42f1c46df422dd2 +Size (kiax-0.8.51-src.tar.gz) = 1493268 bytes SHA1 (patch-aa) = eadfd5525e7f1c18de8c9178905ec40dd7bb651f SHA1 (patch-ab) = 0c0ef51b9f4b0e26e354b15568359022a5cf7db0 SHA1 (patch-ac) = f3f98e74209ab6a5a06e387cae494c08ad7e3238 SHA1 (patch-ad) = 358978a9999d5ab268c65da5bee812d449dc2f92 -SHA1 (patch-ae) = 3b501b1e935da5e2aa9ae59987a6c3b004b49eda +SHA1 (patch-ae) = 73fb5cfb29ca3e5fa08729b958671dd102b39fb2 SHA1 (patch-af) = b2492a4aff367ec1330948bb4c7dc093152da59c -SHA1 (patch-ai) = 347fdc20d43eccabcff1ce5ce185116e49a41a18 +SHA1 (patch-ai) = 8c3505f160526145204bdc4fed2cc17dafcf6ad4 diff --git a/net/kiax/patches/patch-ae b/net/kiax/patches/patch-ae index 4b523d1ce5c..f1b3f41b98a 100644 --- a/net/kiax/patches/patch-ae +++ b/net/kiax/patches/patch-ae @@ -1,6 +1,6 @@ -$NetBSD: patch-ae,v 1.3 2006/04/14 09:56:03 adam Exp $ +$NetBSD: patch-ae,v 1.4 2006/07/07 16:50:35 reinoud Exp $ ---- lib/libiax2/src/iax.c.orig 2006-02-05 01:01:33.000000000 +0100 +--- lib/libiax2/src/iax.c.orig 2006-06-08 00:03:53.000000000 +0200 +++ lib/libiax2/src/iax.c @@ -38,6 +38,7 @@ void gettimeofday(struct timeval *tv, vo @@ -11,7 +11,7 @@ $NetBSD: patch-ae,v 1.3 2006/04/14 09:56:03 adam Exp $ #include <sys/socket.h> #include <netinet/in.h> @@ -62,7 +63,7 @@ void gettimeofday(struct timeval *tv, vo - #ifndef MACOSX + #if !defined(MACOSX) && !defined(__FreeBSD__) #include <malloc.h> #ifndef SOLARIS -#if !defined(__NetBSD__) && !defined(__FreeBSD__) @@ -23,8 +23,8 @@ $NetBSD: patch-ae,v 1.3 2006/04/14 09:56:03 adam Exp $ #ifdef SOLARIS #define IAX_SOCKOPTS MSG_DONTWAIT #else --#ifdef __NetBSD__ -+#if defined(__NetBSD__) || defined(__DragonFly__) +-#if defined(__FreeBSD__) || defined(__NetBSD__) ++#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__) #define IAX_SOCKOPTS MSG_DONTWAIT #else /* Linux and others */ #define IAX_SOCKOPTS MSG_DONTWAIT | MSG_NOSIGNAL diff --git a/net/kiax/patches/patch-ai b/net/kiax/patches/patch-ai index facc2d7583e..e62bb291b5a 100644 --- a/net/kiax/patches/patch-ai +++ b/net/kiax/patches/patch-ai @@ -1,11 +1,11 @@ -$NetBSD: patch-ai,v 1.3 2006/04/14 09:56:03 adam Exp $ +$NetBSD: patch-ai,v 1.4 2006/07/07 16:50:35 reinoud Exp $ ---- lib/libiax2/src/md5.c.orig 2006-02-05 01:25:25.000000000 +0100 +--- lib/libiax2/src/md5.c.orig 2006-06-07 23:53:12.000000000 +0200 +++ lib/libiax2/src/md5.c -@@ -1,7 +1,7 @@ - /* MD5 checksum routines used for authentication. Not covered by GPL, but +@@ -2,7 +2,7 @@ in the public domain as per the copyright below */ + #include <stdint.h> -#if defined(__FreeBSD__) || defined(__NetBSD__) +#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__) # include <machine/endian.h> |