I'm not sure when NetBSD's <bsd.lib.mk> started allowing
LIBISPRIVATE=yes, but we should always be able to build using
bootstrap-mk-files <bsd.lib.mk>. Adding MKLINKLIB=no MKPIC=no
MKPROFILE=no turns the library into a helper library that is not
installed.
Problems found with existing digests:
Package memconf distfile memconf-2.16/memconf.gz
b6f4b736cac388dddc5070670351cf7262aba048 [recorded]
95748686a5ad8144232f4d4abc9bf052721a196f [calculated]
Problems found locating distfiles:
Package dc-tools: missing distfile dc-tools/abs0-dc-burn-netbsd-1.5-0-gae55ec9
Package ipw-firmware: missing distfile ipw2100-fw-1.2.tgz
Package iwi-firmware: missing distfile ipw2200-fw-2.3.tgz
Package nvnet: missing distfile nvnet-netbsd-src-20050620.tgz
Package syslog-ng: missing distfile syslog-ng-3.7.2.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
hcidump has now been merged with the main BlueZ distribution,
so the version number reflects that release
hcidump is moved from sbin to bin (and man section 8 -> 1)
TCP/IP server mode was removed
parsing added for SAP and SMP profiles, and A2MP signals
(rework the pkgsrc variables so that not as
many lines need to be changed on updates)
Changelog:
Marcel Holtmann [Fri, 2 Mar 2012 01:54:01 +0000]
build: Rename configure.in into configure.ac
Johan Hedberg [Tue, 28 Feb 2012 00:05:42 +0000]
lib: Add missing host feature defines
This patch add missing SSP and "Simultaneous LE & BR/EDR" feature bit
definitions to hci.h.
Marcel Holtmann [Mon, 27 Feb 2012 06:42:41 +0000]
lib: Make unaligned access functions const
Marcel Holtmann [Mon, 27 Feb 2012 06:12:34 +0000]
lib: Add definition for HCI_CHANNEL_MONITOR
Andrei Emeltchenko [Fri, 24 Feb 2012 08:44:23 +0000]
lib: Copy L2CAP chan policy defines from kernel
Those defines will be used by user space.
Marcel Holtmann [Tue, 21 Feb 2012 14:01:54 +0000]
lib: Add struct for reading LE host supported setting
Vinicius Costa Gomes [Fri, 10 Feb 2012 21:39:51 +0000]
lib: Fix using old-style initializers
Peter Krystad [Wed, 15 Feb 2012 19:04:11 +0000]
lib: Add L2CAP Create/Move Channel definitions
Luiz Augusto von Dentz [Fri, 17 Feb 2012 09:48:55 +0000]
core: Add support for passing PSM as OBEX port
As OBEX can now use L2CAP as transport, -O/--obex option should accept
values other than RFCOMM channel, so values over 31 are now interpreted
as PSM.
Luiz Augusto von Dentz [Fri, 17 Feb 2012 09:48:54 +0000]
L2CAP: add OBEX support
Johan Hedberg [Thu, 2 Feb 2012 17:48:55 +0000]
lib: Add stub for A2MP
Johan Hedberg [Wed, 1 Feb 2012 06:05:26 +0000]
att: Fix UUID-128 parsing
ATT UUIDs are in little-endian format (in contrast to e.g. SDP).
Vinicius Costa Gomes [Tue, 24 Jan 2012 13:57:18 +0000]
lib: Add Key Size information to the security information
Since some time the kernel has the capability to return the length of
the key that was used to encrypt the link.
This patch exposes that field to userspace so more applications can take
decisions based on this information.
CVS: ----------------------------------------------------------------------
CVS: Enter Log. Lines beginning with `CVS:' are removed automatically
CVS:
CVS: Committing in .
CVS:
CVS: Modified Files:
CVS: Makefile distinfo
CVS: ----------------------------------------------------------------------
parsing for L2CAP packets, new parsing for AVCTP and AVRCP
protocols, some endian bugfixes and the archive now contains
the files needed from bluez-libs so we don't need to get that
separately.
from the ChangeLog:
Add support for decoding OBEX Action command.
Add support for decoding SMP commands.
Add support for decoding ATT commands.
Add support for missing LE decoding.
some of our patches are merged with upstream, and I removed the INET6
option since IPv6 specific code seems to be removed
ChangeLog from the package:
Add support for decoding AMP events.
Add support for decoding AMP commands.
Add support for decoding LE advertising reports.
Add support for L2CAP fixed channel information.
Add support for L2CAP ERTM and Streaming Mode.
Make BT-Snoop format the default file format.
Make verbose parsing the default option.
prints to screen commands, events and data in a human-readable form.
Optionally, the dump can be written to a file rather than parsed, and the dump
file can be parsed in a subsequent moment.
This is a patched standalone version not requiring bluez-libs, suitable
for use with the netbt Bluetooth stack [originating] in NetBSD.
--
the sysutils/hcidump package (which this will replace) is a descendent of a
previous version of the bluez-hcidump package.