summaryrefslogtreecommitdiff
path: root/comms/obexapp/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26comms: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07comms: Remove SHA1 hashes for distfilesnia1-2/+1
2020-05-07repair build break, apply -Wno-error=incompatible-pointer-typesplunky1-2/+2
2015-11-03Add SHA512 digests for distfiles for comms categoryagc1-1/+2
Existing SHA1 digests verified, all found to be the same on the machine holding the existing distfiles (morden). Existing SHA1 digests retained for now as an audit trail.
2011-07-13update to 1.4.15plunky1-4/+4
minor fixes, contributed by me - handle 32-bit short alias uuid's - forward compat for openobex-2.0 (nearing release)
2010-11-17update to obexapp 1.4.14, with a clump of minor fixes submittedplunky1-6/+5
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.13plunky1-6/+6
- 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/+2
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-08-21update to obexapp 1.4.12plunky1-4/+4
main new feature is Virtual root folders (per-device)
2009-05-12update this to access the old ServiceDiscovery API where appropriateplunky1-2/+2
2009-05-07update to 1.4.11plunky1-4/+4
only a small change, remove use of the outdated mktemp(3)
2009-01-09update to 1.4.10plunky1-4/+4
minor bug fix, improves compatibility with Nokia 6131 phone
2008-07-14assume maintainershipplunky1-4/+4
update to v1.4.9 add BUILD_DEFS to quiet pkglint warning
2008-07-09fix buildplunky1-2/+2
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-2/+2
the pkgsrc version is used anyway.
2007-05-22update obexapp to version 1.4.7, which contains compiler warning fixesplunky1-9/+6
and NetBSD compatibility in the source. ok by xtraeme@
2007-03-01tweaks and additions:plunky1-2/+3
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
2007-02-06Update to 1.4.5 (thanks to plunky@ for the info about this release):xtraeme1-4/+4
- 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
2006-07-09Clean up previous patches for NetBSD bluetooth support. IMHO I canxtraeme1-6/+5
send them to the author now.
2006-07-02Initial import of obexapp-1.4.4.xtraeme1-0/+10
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.