Subject: CVS commit: pkgsrc/comms/openobex
To: None <pkgsrc-changes@NetBSD.org>
From: Juan Romero Pardines <xtraeme@netbsd.org>
List: pkgsrc-changes
Date: 07/09/2006 09:27:52
Module Name: pkgsrc
Committed By: xtraeme
Date: Sun Jul 9 09:27:52 UTC 2006
Modified Files:
pkgsrc/comms/openobex: Makefile PLIST buildlink3.mk distinfo
pkgsrc/comms/openobex/patches: patch-aa patch-ab patch-ac patch-ad
patch-ae
Added Files:
pkgsrc/comms/openobex/patches: patch-af
Log Message:
Update to 1.3:
ver 1.3:
Add support for setting the creation-ID.
Updated constants to match IrOBEX 1.3.
Replace netbuf implementation with databuffer.
Fix segmentation fault when receiving invalid OBEX packets.
ver 1.2:
Add OBEX_EV_REQCHECK support.
Add support for suspend after sending a header.
Add support for empty headers for buggy OBEX servers.
Fix memory leak in obex_object_send().
ver 1.1:
Fix list of exported functions.
Fix duplicate string from basename() result.
Fix wrong order of sanity checks.
Fix memory leak in send_stream() function.
ISO C99 says that inttypes.h includes stdint.h header.
Add proper client side ABORT support.
Add support for OBEX_SuspendRequest() and OBEX_ResumeRequest().
Add USB transport support.
Increase the allowed maximum MTU to 64kB-1.
Disconnect when an ABORT fails.
Make it possible to include headers from C++ source code.
Advertise OBEX Protocol Version 1.0.
pkgsrc:
* I've added patches to detect properly NetBSD bluetooth support
and I have sent it to the openobex folks, they will be integrated
soon.
* Take maintainership for now.
* Bump BUILDLINK_API_DEPENDS because the API has changed.
*** PLEASE DO NOT TOUCH OBEXFTP, I'M UPDATING IT RIGHT NOW. THANKS ***
To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 pkgsrc/comms/openobex/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/comms/openobex/PLIST
cvs rdiff -r1.8 -r1.9 pkgsrc/comms/openobex/buildlink3.mk
cvs rdiff -r1.4 -r1.5 pkgsrc/comms/openobex/distinfo
cvs rdiff -r1.1 -r1.2 pkgsrc/comms/openobex/patches/patch-aa \
pkgsrc/comms/openobex/patches/patch-ab \
pkgsrc/comms/openobex/patches/patch-ac \
pkgsrc/comms/openobex/patches/patch-ad \
pkgsrc/comms/openobex/patches/patch-ae
cvs rdiff -r0 -r1.3 pkgsrc/comms/openobex/patches/patch-af
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.