Subject: CVS commit: pkgsrc/devel/libosip
To: None <pkgsrc-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: pkgsrc-changes
Date: 08/11/2005 18:16:13
Module Name:	pkgsrc
Committed By:	drochner
Date:		Thu Aug 11 18:16:13 UTC 2005

Modified Files:
	pkgsrc/devel/libosip: Makefile PLIST distinfo

Log Message:
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>


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 pkgsrc/devel/libosip/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/libosip/PLIST
cvs rdiff -r1.4 -r1.5 pkgsrc/devel/libosip/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.