pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/comms/obexapp



Module Name:    pkgsrc
Committed By:   plunky
Date:           Wed Nov 17 19:14:34 UTC 2010

Modified Files:
        pkgsrc/comms/obexapp: Makefile distinfo
        pkgsrc/comms/obexapp/patches: patch-af
Removed Files:
        pkgsrc/comms/obexapp/patches: patch-ac

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/comms/obexapp/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/comms/obexapp/distinfo
cvs rdiff -u -r1.5 -r0 pkgsrc/comms/obexapp/patches/patch-ac
cvs rdiff -u -r1.5 -r1.6 pkgsrc/comms/obexapp/patches/patch-af

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index