File libbtbb.spec.changes of Package libbtbb

-------------------------------------------------------------------
Sun Jul 20 08:39:43 UTC 2025 - Wojciech Kazubski <wk@ire.pw.edu.pl>

- Added patches:
  + libbtbb-remove-old-links.patch updating links
  + libbtbb-update-setup_py.patch to fix build with recent python
    (taken from bkerler fork)
  
-------------------------------------------------------------------
Sat Dec 26 21:50:30 UTC 2020 - Martin Hauke <mardnh@gmx.de>

- Update to version 2020.12.R1
  * Add support for python3

-------------------------------------------------------------------
Wed Sep 23 18:36:05 UTC 2020 - Martin Hauke <mardnh@gmx.de>

- Fix build for Tumbleweed systems
  * Remove all files from python?_sitelib

-------------------------------------------------------------------
Wed Dec  5 19:14:21 UTC 2018 - mardnh@gmx.de

- No changes, just keeping version parity with Ubertooth 2018-12-R1

-------------------------------------------------------------------
Wed Dec  5 19:13:14 UTC 2018 - mardnh@gmx.de

- Update to version 2018-12-R1

-------------------------------------------------------------------
Wed Aug  8 07:16:31 UTC 2018 - mardnh@gmx.de

- No changes, just keeping version parity with Ubertooth 2018-08-R1

-------------------------------------------------------------------
Wed Jun 27 06:18:29 UTC 2018 - mardnh@gmx.de

- Update to version 2018-06-R1
  * Minor bugfix and version bump for 2018-06-R1 Ubertooth release

-------------------------------------------------------------------
Thu May 25 19:11:35 UTC 2017 - mardnh@gmx.de

- Use %cmake macro

-------------------------------------------------------------------
Thu Apr 13 20:25:20 UTC 2017 - mardnh@gmx.de

- Update to version 2017-03-R2 (tagged release)
- specfile cleanup

-------------------------------------------------------------------
Wed Mar 01 20:24:39 UTC 2017 - mardnh@gmx.de

- Update to version 2017.03.R1.git1488389994.a4e1501:
  * Allow static builds via BUILD_STATIC=ON cmake setting
  * Put static lib in the right place!
  * Tidy up shared/static variables
  * le: prevent buffer overflows on memcpy
  * include assert.h so that call to assert() doesn't break the build
  * pcap: write PCAP directly from libbtbb without using libpcap
  * include DLTs for BT
  * Force PCAP on by default, and remove dependency from cmake
  * Fix uint types for non-OS X systems
  * le: decode 16-bit UUIDs in AD data
  * Bump .so number for imminent release
  * Signal / noise values are negative
  * Started logging the payloads to the output files
  * Fixed the packet output
  * Fixed the packet length?
  * Fixed Payload present
  * Or bits not and
  * Fixed the pcapng file with all the pcap fixes
  * Fix pcap magic number for nanoseconds
  * Add OS X to travis build
  * trim whitespaces at the end of a line
  * store clkn in the correct variable
  * simplify btbb_decode()
  * move btbb_decode() to bluetooth_packet.c since it has no relation to btbb_piconet any more
  * le: parse remaining LE advertising types
  * le: parse manufacturer-specific data
  * le: decode flags
  * Correct NAP extraction from 8 bits to 16 bits  - Thanks to Nemanja Savić
  * Fix a couple of warnings about uint8_t bitshifting
  * Tidy cmake for OS X and static/shared lib builds
  * Bump SO version and fix some const values

-------------------------------------------------------------------
Fri Jan 22 22:10:15 UTC 2016 - mardnh@gmx.de

- move python stuff into an extra rpm package

-------------------------------------------------------------------
Thu Jan 21 15:20:41 UTC 2016 - mardnh@gmx.de

- Update to version 2015.10.R1.git1453386133.4cc286f:
  + Move "legacy" (Wireshark < 2.0) plugins
  + Fix issue #24 - plugins do not build for Wireshark 2.0+
- adapt specfile to support new wireshark-plugin layout

-------------------------------------------------------------------
Fri Jan 01 10:21:21 UTC 2016 - mardnh@gmx.de

- Update to version 2015.10.R1.git1447425384.525381d:
  + Fix Ubertooth issue #112 - duplicate plugin names
  + Missing sudo in make install instructions
  + Remove unnecessary calculations from survey mode
  + support passive detection of the AFH channel map
  + removed the calculations of the hopping patterns because they would flood the system memory

-------------------------------------------------------------------
Tue Sep 08 14:44:39 UTC 2015 - mardnh@gmx.de

- Update to version 0.0.0.git1441461223.c151e62:
  + Fix pcap cmake optionato be ON/OFF  default is on, but it is not an error if pcap is not found
  + cmake: Fix libbtbb.pc.in.
  + Fix buffer overflow in assemble_pcapng_le_packet().
  + pcapng: Eliminate/Document some magic numbers.
  + afh: add AFH support for faster hopping pattern detection
  + afh: implement optimized generation of hopping sequence with support for AFH
  + Missing break in packet type switch statement GitHub issue #23
  + Remove outdated (and slightly confusing) patch for building within wireshark
  + Remove unused (and confusing) makefiles
  + Remove old build instuctions from Wireshark plugin readme files
  + cmake: use homebrew version of libpcap by default
  + Experimental travis-ci config
  + Move Travis-CI to continer infrastructure
  + Add libpcap-dev via apt repo
  + Experimental upload of build
  + Don't upload build artifacts
  + cmake: find PCAP correctly on both Linux and OS X
  + Only set channel maps for known piconets
  + Only calculate hopping pattern when we have a valid UAP
  + Silence build warnings and remove unused code
  + Add test BT BR/EDR file for new plugin
  + Remove assertions and handle malformed/encrypted packets differently
  + pcapng: treat result as a signed size_t
  + warnings: kill (most) warnings with -Wall -Werror -Wextra
  + Set aggressive flags for travis ci builds  - Perhaps -Werror is too aggressive, but we'll ignore it if we don't
  + travis: don't warn on zero length array (seriously?!)
  + piconet: silly wabbit, uint8_t is always >= 0!
  + Experiment with clang builds  Because playing with the CI is way more fun than fixing bugs
  + Remove old versioning information - only set in CMakeLists.txt now
  + Add dirty flag to git version version number
  + More cmake experimentation
  + Tidy up my cmake mess
  + Fix UBertooth issue #110 - tidy version numbers and add dirty flag

-------------------------------------------------------------------
Sat Mar 21 19:26:38 UTC 2015 - mardnh@gmx.de

- Update to version 0.0.0.git1426955997.43ef808:
  + Print error when unable to allocate packet
  + Add transport getter functions to btbb for pcaps
  + Add USE_PCAP flag to enable/disable PCAP
  + Modify btbb.h based on pcap support  - To inform ubertooth / gr-bluetooth pcap support
  + Remove hacky pcap flag

-------------------------------------------------------------------
Sun Mar 15 21:38:39 UTC 2015 - mardnh@gmx.de

- Update to version 0.0.0.git1425666551.76d46d8:
  + Update uthash version
  + Add header test
  + Use popcount if we're building with gcc
  + Check for failed malloc() before writing to struct

-------------------------------------------------------------------
Tue Dec 16 19:07:10 UTC 2014 - mardnh@gmx.de

- Update to version 0.0.0.git1418399235.cd0a445:
  + Remove Debian packaging files  - they conflict with other versions of the files
  + Add version information to btbb library
  + Use cmake modules to alter the git commit hash when rebuilding  - as opposed to re-configuring
  + Add forgotten cmake module to git  - This *may* have been part of my testing method
  + Add missing version files - Github issue #12
  + Remove unused cmake code for finding previous installations
  + Add Wireshark dissestor for BT BR/EDR Baseband PCAP format
  + Tidy / fix some PCAP / PCAPNG formatting code
  + Set max payload length based on packet type  - Also added #defines for packet type values
  + Add modulation/transport to packet data  - This should improve our mapping from packet -> pcap
- removed The btatt wireshark dissector (It's included in wireshark >= 1.10 )

-------------------------------------------------------------------
Sun Sep 21 13:08:40 UTC 2014 - mardnh@gmx.de

- update to version git.1411166085.35ec973

-------------------------------------------------------------------
Sat Nov 30 20:28:50 UTC 2013 - mardnh@gmx.de

- added wireshark plugins

-------------------------------------------------------------------
Sun Oct 27 20:15:39 UTC 2013 - mardnh@gmx.de

- initial package

openSUSE Build Service is sponsored by