File rfcat.changes of Package rfcat
-------------------------------------------------------------------
Tue Aug 29 12:53:28 UTC 2023 - Martin Hauke <mardnh@gmx.de>
- Update to version 2.0.1
* update to better support newer versions of IPYTHON.
- Update to version 2.0.0
* Fix NoneType Object has no Attribute 'auto_match'.
-------------------------------------------------------------------
Fri Dec 23 22:18:07 UTC 2022 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.9.7
* another bugfix release
-------------------------------------------------------------------
Tue Jan 19 21:05:21 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.9.5
* bugfix release
-------------------------------------------------------------------
Fri Jan 1 18:13:26 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.9.4.1
* bugfix release
-------------------------------------------------------------------
Fri Jan 1 11:45:23 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.9.4
* added "safemode" to allow RfCat startup (with limitations) for
borked dongles using firmware compiled with sdcc>3.5.0 (mostly
so we can get into bootloader mode without tapping the magic
pin headers, but also for troubleshooting)
* bugfixes in vstruct and unittests
* bugfixes in rfcat_bootloader (py3 works now! although slow
verification :( )
-------------------------------------------------------------------
Wed Sep 30 20:57:42 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- More python3 fixes
- Drop patches (merged upstream)
* 80.patch
* 79.patch
-------------------------------------------------------------------
Sat Sep 26 09:40:10 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- Add patches with more python fixes
* https://github.com/atlas0fd00m/rfcat/pull/80.patch
* https://github.com/atlas0fd00m/rfcat/pull/79.patch
-------------------------------------------------------------------
Wed Sep 2 18:51:45 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.9.2
* Switch to python3
* Specfile cleanup
- Drop patch:
* avoid-pyside.patch
-------------------------------------------------------------------
Mon Dec 9 17:28:47 UTC 2019 - Stefan BrĂ¼ns <stefan.bruens@rwth-aachen.de>
- Fix naming of python dependencies to avoid unresolvable packages.
- Drop python-devel BuildRequires, rfcat is a noarch package.
-------------------------------------------------------------------
Sat Apr 13 12:11:48 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Add avoid-pyside.patch, replacing dependency on python3-pyside2
with python-qt5
- Activate test suite
-------------------------------------------------------------------
Fri Apr 12 12:18:00 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
- Fix the dependencies. rfcat is preparing for the py3 switch
- Fix a typo, pyside2 is only built for python3
-------------------------------------------------------------------
Mon Apr 8 20:52:10 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
- Update to version 0.0.0.git1554316953.d960f01:
* Support SRF-Stick from Ciseco
* Enable control of LED during rf activities, for power management
* Fix broken SRF conditional that most likely caused Chronos dongle to break
* addition of 4FSK (hidden feature of the CC1101 radio built into CC1111)
* Migrate ccspecan to PySide2
* Drop support for Python 2.6 and older
* udev rule cleanup
- Update the dependencies. rfcat master requires PySide2.
- Run spec-cleaner.
-------------------------------------------------------------------
Mon Oct 30 20:58:21 UTC 2017 - mardnh@gmx.de
- Install udev-rules
-------------------------------------------------------------------
Tue Aug 08 18:25:49 UTC 2017 - mardnh@gmx.de
- Upstream moved from bitbucket to github
- Update to version 0.0.0.git1502127218.53b26b4:
* USB: fix error when EP0 packet size is multiple of EP0_MAX_PACKET_SIZE
* Add Microsoft WCID descriptor
* USB: EP5 inbound transactions are slow when len(data) + 5 is equal to EP5_MAX_PACKET_SIZE. The additional 5 bytes are an app tag, a cmd code, and a length field.
* Correct typo self.send(self.set_channel_bandhwidth(args)) to self.send(self.set_channel_bandwidth(args))
* rfcat_msfrelay edited online with Bitbucket
* README edited online with Bitbucket
* fixing README
* Rename readme and convert front page to markdown
-------------------------------------------------------------------
Sat Jan 23 18:40:02 UTC 2016 - mardnh@gmx.de
- initial package