Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add start/connect using U1 micro id serial number #488

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
238 changes: 238 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,238 @@
ubertooth (2020-12-R1) unstable; urgency=low
* Bluetooth classic sniffing and link layer support (see btbr)
* Upgraded to Python 3
* Christmas lights!
* Bugfix: ubertooth-btle will no longer freeze in high traffic environments
* Bugfix: time discontinuities in PCAP files
* Bugfix: BLE faux slave can now transmit more than 32 bytes
* USB API version bumped to 1.07

-- Mike Ryan <[email protected]> 25 Dec 2020 13:30:00 -0800

ubertooth (2018.12.R1-5) unstable; urgency=medium

* Fix build with GCC-10 by removing unused extra definition of variable
(Closes: #957891)

-- Ruben Undheim <[email protected]> Tue, 13 Oct 2020 10:30:08 +0200

ubertooth (2018.12.R1-4) unstable; urgency=medium

* Bring pack ubertooth-specan-ui in package by running it in Python3 instead
of Python2 (Closes: #954976)

-- Ruben Undheim <[email protected]> Thu, 26 Mar 2020 11:49:06 +0100

ubertooth (2018.12.R1-3) unstable; urgency=medium

* Drop Python 2 dependency (Closes: #938738) ubertooth-specan-ui removed from
package until it has been ported.
* debian/control:
- New standards version 4.4.1 - no changes
- Debhelper compat level 12
- Depend on specific newer version of libbtbb
* debian/compat: deleted file

-- Ruben Undheim <[email protected]> Mon, 23 Dec 2019 09:22:35 +0100

ubertooth (2018.12.R1-2) unstable; urgency=medium

* debian/control:
- Fix dependencies ("Recommends") for ubertooth-specan-ui (Closes: #919388)
Replaced: python-pyside.qtcore and python-pyside.qtgui with
python-pyside2.qtgui, python-pyside2.qtwidgets and python-pyside2.qtcore.
(upstream has migrated the code to work with PySide2)
- New standards version 4.3.0 - no changes

-- Ruben Undheim <[email protected]> Sat, 19 Jan 2019 08:56:02 +0100

ubertooth (2018.12.R1-1) unstable; urgency=medium

* New upstream release
* debian/control:
- Move Vcs from github to salsa
* debian/libubertooth1.symbols:
- Added new symbol in symbols file
* debian/gitlab-ci.yml:
- Enable CI on salsa.debian.org

-- Ruben Undheim <[email protected]> Thu, 20 Dec 2018 10:36:18 +0100

ubertooth (2018.08.R1-4) unstable; urgency=medium

[ Helmut Grohne ]
* Fix FTCBFS: Annotate python-all with :any. (Closes: #912757)

-- Ruben Undheim <[email protected]> Tue, 27 Nov 2018 22:33:34 +0100

ubertooth (2018.08.R1-3) unstable; urgency=medium

[ Helmut Grohne ]
* Demote Build-Depends: python-all-dev to python-all. (Closes: #909553)

[ Ruben Undheim ]
* debian/control:
- New standards version 4.2.1 - no changes

-- Ruben Undheim <[email protected]> Tue, 25 Sep 2018 10:40:00 +0200

ubertooth (2018.08.R1-2) unstable; urgency=medium

* Move python-pyside.qtcore and python-pyside.qtgui from Depends to
Recommends since core functionality is not broken when they are not
present.

-- Ruben Undheim <[email protected]> Fri, 10 Aug 2018 13:32:26 +0200

ubertooth (2018.08.R1-1) unstable; urgency=medium

* New upstream release
- Refreshed patches
* Simplify handling of revision patch so that it does not need
to be updated for every new upstream release.
* debian/source/lintian-overrides deleted since it is not needed anymore
* debian/compat: level 11
* debian/control:
- debhelper >= 11
- New standards version 4.2.0 - no changes
* debain/rules:
- Pass --no-parallel to dh_auto_build for firmware since it does not build
reliably with multiple threads.

-- Ruben Undheim <[email protected]> Fri, 10 Aug 2018 12:24:01 +0200

ubertooth (2018.06.R1-2) unstable; urgency=medium

* debian/upstream/metadata added
* debian/patches/04_no_git_for_debian.patch:
- Fix setting GIT_REVISION in patch

-- Ruben Undheim <[email protected]> Thu, 09 Aug 2018 10:48:40 +0200

ubertooth (2018.06.R1-1) unstable; urgency=medium

* New upstream release
* Refreshed patches. Using gbp-pq
* debian/control:
- Depend on newer version of libbtbb: 2018.06.R1
* debian/com.greatscottgadgets.ubertooth.metainfo.xml
- Fix formatting of vendor and product IDs
* debian/copyright:
- Copyright information for some new files
- Use https protocol in Format field
* debian/libubertooth1.symbols:
- Two new symbols
* debian/rules:
- Replace dpkg-parsechangelog with include /usr/share/dpkg/pkg-info.mk
* debian/source/lintian-overrides:
- ignore lintian for patch file which is used in debian/rules
* debian/ubertooth-firmware.lintian-overrides:
- ignore lintian for package name "-firmware", since it is firmware
for external USB device, and not for the Linux kernel.

-- Ruben Undheim <[email protected]> Fri, 13 Jul 2018 20:06:07 +0200

ubertooth (2017.03.R2-3) unstable; urgency=medium

[ Helmut Grohne ]
* Demote firmware dependencies to Build-Depends-Indep. (Closes: #893906)

[ Ruben Undheim
* debian/control:
- Remove 'Testsuite: autopkgtest' since it is handled automatically now
- New standards version 4.1.5 - no changes
* Added debian/com.greatscottgadgets.ubertooth.metainfo.xml to announce
the hardware via AppStream

-- Ruben Undheim <[email protected]> Wed, 11 Jul 2018 22:26:41 +0200

ubertooth (2017.03.R2-2) unstable; urgency=low

* debian/control:
- Add "Multi-Arch: foreign" to ubertooth-firmware
* debian/tests/buildfirmware:
- Pipe stderr to stdout for "make" invocation to prevent the CI test
from failing due to some build warnings.
* debian/tests/control:
- Explicitly include all test dependencies

-- Ruben Undheim <[email protected]> Sun, 16 Jul 2017 18:40:08 +0000

ubertooth (2017.03.R2-1) unstable; urgency=low

* Upload to unstable
* debian/control:
- New standards version 4.0.0 - no changes

-- Ruben Undheim <[email protected]> Thu, 13 Jul 2017 23:03:25 +0200

ubertooth (2017.03.R2-1~exp2) experimental; urgency=low

* debian/control:
- Updated long description for binary package ubertooth
* debian/tests/*:
- Added autopkgtest for building firmware from ubertooth-firmware-source.

-- Ruben Undheim <[email protected]> Sat, 01 Apr 2017 07:07:10 +0000

ubertooth (2017.03.R2-1~exp1) experimental; urgency=medium

* New upstream version (Closes: #852141)
* libubertooth0 -> libubertooth1
* debian/libubertooth1.symbols:
- Added new symbols and removed some symbols
* debian/ubertooth.manpages: Use new upstream man pages instead
* debian/control:
- New standards version: 3.9.8
- Removed -dbg package (now handled automatically)
- Set versioned build-dependency on libbtbb-dev
* debian/copyright:
- Updated copyright information
* debian/man/ubertooth-tx.txt:
- New dummy man page for ubertooth-tx not yet
included in package
* debian/patches/0006-Try-fixing-two-lintians.patch
- Some of the upstream man pages needed to be patch to not
cause lintians
* debian/patches/*: All other patches refreshed
* debian/rules:
- No need to explicitly override dh_strip anymore
- Skip installing ubertooth-tx, since it does not do anything yet.

-- Ruben Undheim <[email protected]> Tue, 14 Mar 2017 20:35:32 +0100

ubertooth (2015.09.R2-4) unstable; urgency=medium

* debian/copyright: Updated copyright year for Debian packaging
* debian/rules:
- Use UTC for the timestamp to firmware build as well
- Use --mode= for tar command to make tarball reproducible

-- Ruben Undheim <[email protected]> Tue, 23 Feb 2016 17:41:54 +0100

ubertooth (2015.09.R2-3) unstable; urgency=medium

* debian/rules:
- Fix order in tarball to make it reproducible
- Make COMPILE_BY and COMPILE_HOST also deterministic when building
bluetooth_rxtx.dfu

-- Ruben Undheim <[email protected]> Tue, 23 Feb 2016 00:13:13 +0100

ubertooth (2015.09.R2-2) unstable; urgency=medium

* Set changelog date to UTC with LC_ALL=C to make man pages reproducible.
* Add --mtime to tar command to make tar-ball reproducible.
* Set TIMESTAMP to "", to make firmware reproducible
* New standards version (3.9.7). No needed updates.
* Run "cme fix dpkg-control":
- Changed Vcs-Git to use secure URL.
- Various other ordering changes for fields in d/control

-- Ruben Undheim <[email protected]> Fri, 19 Feb 2016 17:52:46 +0100

ubertooth (2015.09.R2-1) unstable; urgency=low

* Initial release (Closes: #772509)

-- Ruben Undheim <[email protected]> Wed, 09 Sep 2015 20:21:57 +0200
20 changes: 20 additions & 0 deletions debian/com.greatscottgadgets.ubertooth.metainfo.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<component>
<id>com.greatscottgadgets.ubertooth</id>
<metadata_license>MIT</metadata_license>
<name>ubertooth</name>
<summary>Software for the ubertooth device</summary>
<description>
<p>
Ubertooth is a USB 'dongle' for sniffing Bluetooth traffic.
This package contains everything needed to use the dongle.
</p>
</description>
<provides>
<modalias>usb:vFFFFp0004d*</modalias>
<modalias>usb:v1D50p6000d*</modalias>
<modalias>usb:v1D50p6001d*</modalias>
<modalias>usb:v1D50p6002d*</modalias>
<modalias>usb:v1D50p6003d*</modalias>
</provides>
</component>
109 changes: 109 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@
Source: ubertooth
Maintainer: Ruben Undheim <[email protected]>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 12),
libusb-1.0-0-dev,
libpcap-dev,
cmake,
pkg-config,
libbluetooth-dev,
python3-all:any,
libbtbb-dev (>= 2018.12.R1),
txt2man
Build-Depends-Indep: gcc-arm-none-eabi,
libnewlib-arm-none-eabi,
libstdc++-arm-none-eabi-newlib
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/rubund/ubertooth
Vcs-Git: https://salsa.debian.org/rubund/ubertooth.git
Homepage: http://ubertooth.sourceforge.net/

Package: libubertooth1
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Shared library for Bluetooth experimentation
Project Ubertooth is an open source wireless development platform suitable for
Bluetooth experimentation. Ubertooth ships with a capable BLE (Bluetooth Smart)
sniffer and can sniff some data from Basic Rate (BR) Bluetooth Classic
connections.
.
This package provides the shared library needed by Ubertooth.

Package: libubertooth-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libubertooth1 (= ${binary:Version}),
libusb-1.0-0-dev,
libpcap-dev,
libbluetooth-dev,
libbtbb-dev,
${misc:Depends}
Description: Shared library for Bluetooth experimentation - development files
Project Ubertooth is an open source wireless development platform suitable for
Bluetooth experimentation. Ubertooth ships with a capable BLE (Bluetooth Smart)
sniffer and can sniff some data from Basic Rate (BR) Bluetooth Classic
connections.
.
This package provides the development files for using the ubertooth library.

Package: ubertooth-firmware
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Recommends: ubertooth
Suggests: ubertooth-firmware-source
Description: Firmware for Ubertooth
The Ubertooth hardware needs some firmware to run. The firmware is built with
arm-none-eabi-gcc. This package contains a number of firmware images that
may be programmed into the Ubertooth hardware using the 'ubertooth-dfu'
command.
.
The firmware images are installed in /usr/share/ubertooth/firmware/

Package: ubertooth-firmware-source
Architecture: all
Depends: ${misc:Depends},
ubertooth,
libubertooth-dev
Recommends: gcc-arm-none-eabi,
libnewlib-arm-none-eabi,
libstdc++-arm-none-eabi-newlib
Suggests: ubertooth-firmware
Description: Source code for the Ubertooth firmware
The Ubertooth hardware needs some firmware to run. The firmware is built with
arm-none-eabi-gcc. This package contains the source code for the firmware that
is found in the ubertooth-firmware package.
.
The firmware source may be found in /usr/src/ubertooth-firmware-source.tar.gz
after installing this package.

Package: ubertooth
Architecture: any
Depends: libubertooth1 (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends},
python3,
python3-numpy
Recommends: ubertooth-firmware,
python3-pyside2.qtgui,
python3-pyside2.qtwidgets,
python3-pyside2.qtcore
Suggests: ubertooth-firmware-source
Description: 2.4 GHz wireless development platform for Bluetooth experimentation
Project Ubertooth is an open source wireless development platform suitable for
Bluetooth experimentation. This package contains everything necessary to use
the hardware dongle.
.
Ubertooth is capable of sniffing BLE (Bluetooth Smart) connections and it also
has some ability to sniff some data from Basic Rate (BR) Bluetooth Classic
connections.
.
In addition to the Bluetooth specific capabilities, there is also a simple
spectrum analyzer for the 2.4 GHz band included (ubertooth-specan-ui) which
can be used to also observe other things in this frequency band.
Loading