diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2006-07-09 09:27:52 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2006-07-09 09:27:52 +0000 |
commit | 730eabc79c8ac07f77a6a1d49ce5809b960e2093 (patch) | |
tree | fccf9a4bd9971d125013227eb96805695f7a2595 /comms/openobex/PLIST | |
parent | 058b1dce8b4200b1cdef4530ce5345fc090aacc0 (diff) | |
download | pkgsrc-730eabc79c8ac07f77a6a1d49ce5809b960e2093.tar.gz |
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 ***
Diffstat (limited to 'comms/openobex/PLIST')
-rw-r--r-- | comms/openobex/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/openobex/PLIST b/comms/openobex/PLIST index a049c5146f4..ac2687cbeba 100644 --- a/comms/openobex/PLIST +++ b/comms/openobex/PLIST @@ -1,7 +1,7 @@ -@comment $NetBSD: PLIST,v 1.2 2004/09/22 08:09:21 jlam Exp $ -bin/openobex-config +@comment $NetBSD: PLIST,v 1.3 2006/07/09 09:27:52 xtraeme Exp $ include/openobex/obex.h include/openobex/obex_const.h lib/libopenobex.la +lib/pkgconfig/openobex.pc share/aclocal/openobex.m4 @dirrm include/openobex |