diff options
author | plunky <plunky> | 2010-11-17 19:14:33 +0000 |
---|---|---|
committer | plunky <plunky> | 2010-11-17 19:14:33 +0000 |
commit | a231711c5a1bd6f04aa028b88775ce6b785eaa0e (patch) | |
tree | 2a2368d1c153cbf693c1583da0c729170680c9b6 /comms/obexapp/Makefile | |
parent | d734a8f4ac5fd1ee8ffeab673b15311872b2f183 (diff) | |
download | pkgsrc-a231711c5a1bd6f04aa028b88775ce6b785eaa0e.tar.gz |
update to obexapp 1.4.14, with a clump of minor fixes submitted
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
Diffstat (limited to 'comms/obexapp/Makefile')
-rw-r--r-- | comms/obexapp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/obexapp/Makefile b/comms/obexapp/Makefile index bbe2646daff..c44c2a535af 100644 --- a/comms/obexapp/Makefile +++ b/comms/obexapp/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.25 2010/01/15 17:48:44 plunky Exp $ +# $NetBSD: Makefile,v 1.26 2010/11/17 19:14:33 plunky Exp $ # -DISTNAME= obexapp-1.4.13 +DISTNAME= obexapp-1.4.14 CATEGORIES= comms MASTER_SITES= http://people.freebsd.org/~emax/obexapp/ |