pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libosip update to 2.2.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8b542c0af5a3
branches:  trunk
changeset: 498073:8b542c0af5a3
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Thu Aug 11 18:16:13 2005 +0000

description:
update to 2.2.1
changes:
* fix a potential mem leak content_type and osip_message_parse.
* fix osip_body_clone method (add terminating NULL)
* fix for binary support when multipart is used.
* automatic check for reliable protocol SCTP and TLS.
* avoid <winsock.h> inclusion so user can (and must) now include either
  <winsock.h> or <winsock2.h> before including <osip/osip2.h>

diffstat:

 devel/libosip/Makefile |  4 ++--
 devel/libosip/PLIST    |  3 ++-
 devel/libosip/distinfo |  8 ++++----
 3 files changed, 8 insertions(+), 7 deletions(-)

diffs (43 lines):

diff -r 925d5f3fcb80 -r 8b542c0af5a3 devel/libosip/Makefile
--- a/devel/libosip/Makefile    Thu Aug 11 18:11:27 2005 +0000
+++ b/devel/libosip/Makefile    Thu Aug 11 18:16:13 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2005/07/13 04:50:46 grant Exp $
+# $NetBSD: Makefile,v 1.6 2005/08/11 18:16:13 drochner Exp $
 #
 
-DISTNAME=      libosip2-2.2.0
+DISTNAME=      libosip2-2.2.1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GNU:=osip/}
 
diff -r 925d5f3fcb80 -r 8b542c0af5a3 devel/libosip/PLIST
--- a/devel/libosip/PLIST       Thu Aug 11 18:11:27 2005 +0000
+++ b/devel/libosip/PLIST       Thu Aug 11 18:16:13 2005 +0000
@@ -1,10 +1,11 @@
-@comment $NetBSD: PLIST,v 1.3 2005/04/01 19:50:42 drochner Exp $
+@comment $NetBSD: PLIST,v 1.4 2005/08/11 18:16:13 drochner Exp $
 include/osip2/osip.h
 include/osip2/osip_condv.h
 include/osip2/osip_dialog.h
 include/osip2/osip_fifo.h
 include/osip2/osip_mt.h
 include/osip2/osip_negotiation.h
+include/osip2/osip_time.h
 include/osipparser2/headers/osip_accept.h
 include/osipparser2/headers/osip_accept_encoding.h
 include/osipparser2/headers/osip_accept_language.h
diff -r 925d5f3fcb80 -r 8b542c0af5a3 devel/libosip/distinfo
--- a/devel/libosip/distinfo    Thu Aug 11 18:11:27 2005 +0000
+++ b/devel/libosip/distinfo    Thu Aug 11 18:16:13 2005 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2005/04/01 19:50:42 drochner Exp $
+$NetBSD: distinfo,v 1.5 2005/08/11 18:16:13 drochner Exp $
 
-SHA1 (libosip2-2.2.0.tar.gz) = d1b095a62840872e74e2538846039a182a620563
-RMD160 (libosip2-2.2.0.tar.gz) = c4be8c10336924f42656fcd1ef3c3a2b36210061
-Size (libosip2-2.2.0.tar.gz) = 617523 bytes
+SHA1 (libosip2-2.2.1.tar.gz) = f9c19b07875d71554b6944d087028c03f2a6f42d
+RMD160 (libosip2-2.2.1.tar.gz) = 1a1b5b80ae47f73f50e363b4f50ece5b2e17f740
+Size (libosip2-2.2.1.tar.gz) = 644055 bytes
 SHA1 (patch-aa) = 9d4fed508ff2cfdaae87b175d575318dbd26ba42



Home | Main Index | Thread Index | Old Index