Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
update to v1.4.9
add BUILD_DEFS to quiet pkglint warning
|
|
obexapp uses mktemp which incurs a security warning,
and -Wfatal-errors causes the link to fail.
the quick fix is to make WARNS=0
|
|
|
|
|
|
|
|
the pkgsrc version is used anyway.
|
|
and NetBSD compatibility in the source.
ok by xtraeme@
|
|
|
|
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>
|
|
|
|
- obex mtu fixes (submitted by Alexander V. Ribchansky)
- obexapp now registers both opush and ftrn services
- obexapp now supports quotation (with backslash \) in file names
(with spaces etc.)
- other minor fixes
|
|
is not available.
|
|
send them to the author now.
|
|
|
|
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.
|