summaryrefslogtreecommitdiff
path: root/comms/obexapp/patches
AgeCommit message (Collapse)AuthorFilesLines
2010-11-17update to obexapp 1.4.14, with a clump of minor fixes submittedplunky2-22/+7
by Iain Hibbert: - use libexpat instead of FreeBSD internal libbsdxml - fix off by one error with busy spinner, which sometimes resulted in a spurious backspace in the output - fflush(stdout) for busy spinner - print streaming statistics after transfers in client mode - use HAVE_BT_DEVADDR rather than testing for __NetBSD__ - use bdaddr_any() functions instead of memcpy() - allow server mode to bind to channel 0, indicating to the OS that the first available channel should be used - prevent busy loop bug if the socket is remotely closed causing the read() to return 0 bytes - fix some [unsigned comparison] compiler warnings - provide connection ID for all get requests, improves compatibility with remote windows mobile devices
2010-01-15fairly minor update to 1.4.13plunky2-92/+14
- obexapp does not now require GNU libiconv (this was in pkgsrc already) - compiler errors fixed - no longer tries to provide username/groupname in file listings (info not available in chroot)
2009-12-01Make this work with BSD native iconv(3).drochner1-2/+71
This was tested by sending vcards with non-ASCII names; the result was identical as before with GNU libiconv. bump PKGREVISION approved by plunky
2009-05-12update this to access the old ServiceDiscovery API where appropriateplunky1-4/+11
2008-07-09fix buildplunky1-1/+10
obexapp uses mktemp which incurs a security warning, and -Wfatal-errors causes the link to fail. the quick fix is to make WARNS=0
2007-05-24Don't add LIBEXPAT to DPADD, it doesn't exist in all cases... andxtraeme1-5/+5
the pkgsrc version is used anyway.
2007-05-22update obexapp to version 1.4.7, which contains compiler warning fixesplunky6-117/+23
and NetBSD compatibility in the source. ok by xtraeme@
2007-03-01tweaks and additions:plunky2-4/+67
1. obexapp rc.d script so you can start server mode automatically 2. new patch-ae to make the sdp registration happen before obexapp drops privileges as NetBSD uses LOCAL_CREDS so sdpd can't check the credentials until the client does something. 3. slight tweak to the -A option for NetBSD (in patch-ad) as we have a function to fetch the local device address. 4. use NetBSD-[4-9].*-* instead of checking for <bluetooth.h>
2007-02-20correct fix for FreeBSDismplunky1-2/+2
2006-07-09Clean up previous patches for NetBSD bluetooth support. IMHO I canxtraeme5-261/+49
send them to the author now.
2006-07-02Initial import of obexapp-1.4.4.xtraeme5-0/+274
An obex application to transfer objects (address book items, images, movies, anything the target can handle) to mobile devices via IrDA, Bluetooth and other protocol via the OBEX format. xtraeme: now it should be possible to transfer files from/to my cellular phone from NetBSD.