Re: [UPDATE] comms/hackrf to 2024.02.1
On Thu, Nov 14, 2024 at 07:16:40PM -0800, Bryan Vyhmeister wrote: > On Thu, Nov 14, 2024 at 06:56:07PM -0800, Mike Larkin wrote: > > On Sun, Nov 10, 2024 at 01:20:27PM -0800, Bryan Vyhmeister wrote: > > > I'm following up to see if any testing has been able to happen for > > > comms/hackrf 2024.02.1. Here is the diff again. Thanks so much. > > > > > > Bryan > > > > installs and works. I need to update the firmware before I can run a sweep > > but this seems fine to me, so ok mlarkin. > > > > /usr/ports/comms/hackrf# hackrf_info > > hackrf_info version: 2024.02.1 > > libhackrf version: 2024.02.1 (0.9) > > Found HackRF > > Index: 0 > > Serial number: 75b068dc318a4b07 > > Board ID Number: 2 (HackRF One) > > Firmware Version: 2018.01.1 (API:1.02) > > Part ID Number: 0xa000cb3c 0x0054476c > > Thank you very much. Would someone be willing to commit? > > Bryan > done > > Index: comms/hackrf/Makefile > === > RCS file: /cvs/ports/comms/hackrf/Makefile,v > diff -u -p -r1.10 Makefile > --- comms/hackrf/Makefile 19 May 2024 11:13:01 - 1.10 > +++ comms/hackrf/Makefile 14 Oct 2024 02:10:54 - > @@ -1,14 +1,15 @@ > COMMENT =host software for the HackRF One SDR > > -V = 2023.01.1 > +V = 2024.02.1 > DISTNAME = hackrf-$V > -REVISION = 1 > > -SHARED_LIBS += hackrf0.0 # 0.8 > +SHARED_LIBS += hackrf0.1 # 0.8 > > CATEGORIES = comms > > HOMEPAGE = https://greatscottgadgets.com/hackrf/ > + > +MAINTAINER = Bryan Vyhmeister > > # GPLv2+ (tools), 3-clause BSD (library) > PERMIT_PACKAGE = Yes > Index: comms/hackrf/distinfo > === > RCS file: /cvs/ports/comms/hackrf/distinfo,v > diff -u -p -r1.2 distinfo > --- comms/hackrf/distinfo 15 May 2023 09:23:36 - 1.2 > +++ comms/hackrf/distinfo 14 Oct 2024 02:10:35 - > @@ -1,2 +1,2 @@ > -SHA256 (hackrf-2023.01.1.tar.xz) = > MqA/lDowvkukeOlL9p8UpbfVW+Z2EAf0pPVFNBggahE= > -SIZE (hackrf-2023.01.1.tar.xz) = 23030956 > +SHA256 (hackrf-2024.02.1.tar.xz) = > 2c7WfmuAHNAsGNDEZU7RikvLNsJKZDMMNH38y9hZrRY= > +SIZE (hackrf-2024.02.1.tar.xz) = 21734672 > Index: comms/hackrf/pkg/PLIST > === > RCS file: /cvs/ports/comms/hackrf/pkg/PLIST,v > diff -u -p -r1.3 PLIST > --- comms/hackrf/pkg/PLIST15 May 2023 09:23:36 - 1.3 > +++ comms/hackrf/pkg/PLIST14 Oct 2024 02:10:35 - > @@ -1,3 +1,4 @@ > +@bin bin/hackrf_biast > @bin bin/hackrf_clock > @bin bin/hackrf_cpldjtag > @bin bin/hackrf_debug >
Re: [UPDATE] comms/hackrf to 2024.02.1
On Thu, Nov 14, 2024 at 06:56:07PM -0800, Mike Larkin wrote: > On Sun, Nov 10, 2024 at 01:20:27PM -0800, Bryan Vyhmeister wrote: > > I'm following up to see if any testing has been able to happen for > > comms/hackrf 2024.02.1. Here is the diff again. Thanks so much. > > > > Bryan > > installs and works. I need to update the firmware before I can run a sweep > but this seems fine to me, so ok mlarkin. > > /usr/ports/comms/hackrf# hackrf_info > hackrf_info version: 2024.02.1 > libhackrf version: 2024.02.1 (0.9) > Found HackRF > Index: 0 > Serial number: 75b068dc318a4b07 > Board ID Number: 2 (HackRF One) > Firmware Version: 2018.01.1 (API:1.02) > Part ID Number: 0xa000cb3c 0x0054476c Thank you very much. Would someone be willing to commit? Bryan Index: comms/hackrf/Makefile === RCS file: /cvs/ports/comms/hackrf/Makefile,v diff -u -p -r1.10 Makefile --- comms/hackrf/Makefile 19 May 2024 11:13:01 - 1.10 +++ comms/hackrf/Makefile 14 Oct 2024 02:10:54 - @@ -1,14 +1,15 @@ COMMENT = host software for the HackRF One SDR -V =2023.01.1 +V =2024.02.1 DISTNAME = hackrf-$V -REVISION = 1 -SHARED_LIBS += hackrf0.0 # 0.8 +SHARED_LIBS += hackrf0.1 # 0.8 CATEGORIES = comms HOMEPAGE = https://greatscottgadgets.com/hackrf/ + +MAINTAINER = Bryan Vyhmeister # GPLv2+ (tools), 3-clause BSD (library) PERMIT_PACKAGE = Yes Index: comms/hackrf/distinfo === RCS file: /cvs/ports/comms/hackrf/distinfo,v diff -u -p -r1.2 distinfo --- comms/hackrf/distinfo 15 May 2023 09:23:36 - 1.2 +++ comms/hackrf/distinfo 14 Oct 2024 02:10:35 - @@ -1,2 +1,2 @@ -SHA256 (hackrf-2023.01.1.tar.xz) = MqA/lDowvkukeOlL9p8UpbfVW+Z2EAf0pPVFNBggahE= -SIZE (hackrf-2023.01.1.tar.xz) = 23030956 +SHA256 (hackrf-2024.02.1.tar.xz) = 2c7WfmuAHNAsGNDEZU7RikvLNsJKZDMMNH38y9hZrRY= +SIZE (hackrf-2024.02.1.tar.xz) = 21734672 Index: comms/hackrf/pkg/PLIST === RCS file: /cvs/ports/comms/hackrf/pkg/PLIST,v diff -u -p -r1.3 PLIST --- comms/hackrf/pkg/PLIST 15 May 2023 09:23:36 - 1.3 +++ comms/hackrf/pkg/PLIST 14 Oct 2024 02:10:35 - @@ -1,3 +1,4 @@ +@bin bin/hackrf_biast @bin bin/hackrf_clock @bin bin/hackrf_cpldjtag @bin bin/hackrf_debug
Re: [UPDATE] comms/hackrf to 2024.02.1
On Sun, Nov 10, 2024 at 01:20:27PM -0800, Bryan Vyhmeister wrote: > I'm following up to see if any testing has been able to happen for > comms/hackrf 2024.02.1. Here is the diff again. Thanks so much. > > Bryan installs and works. I need to update the firmware before I can run a sweep but this seems fine to me, so ok mlarkin. /usr/ports/comms/hackrf# hackrf_info hackrf_info version: 2024.02.1 libhackrf version: 2024.02.1 (0.9) Found HackRF Index: 0 Serial number: 75b068dc318a4b07 Board ID Number: 2 (HackRF One) Firmware Version: 2018.01.1 (API:1.02) Part ID Number: 0xa000cb3c 0x0054476c > > > Index: comms/hackrf/Makefile > === > RCS file: /cvs/ports/comms/hackrf/Makefile,v > diff -u -p -r1.10 Makefile > --- comms/hackrf/Makefile 19 May 2024 11:13:01 - 1.10 > +++ comms/hackrf/Makefile 14 Oct 2024 02:10:54 - > @@ -1,14 +1,15 @@ > COMMENT =host software for the HackRF One SDR > > -V = 2023.01.1 > +V = 2024.02.1 > DISTNAME = hackrf-$V > -REVISION = 1 > > -SHARED_LIBS += hackrf0.0 # 0.8 > +SHARED_LIBS += hackrf0.1 # 0.8 > > CATEGORIES = comms > > HOMEPAGE = https://greatscottgadgets.com/hackrf/ > + > +MAINTAINER = Bryan Vyhmeister > > # GPLv2+ (tools), 3-clause BSD (library) > PERMIT_PACKAGE = Yes > Index: comms/hackrf/distinfo > === > RCS file: /cvs/ports/comms/hackrf/distinfo,v > diff -u -p -r1.2 distinfo > --- comms/hackrf/distinfo 15 May 2023 09:23:36 - 1.2 > +++ comms/hackrf/distinfo 14 Oct 2024 02:10:35 - > @@ -1,2 +1,2 @@ > -SHA256 (hackrf-2023.01.1.tar.xz) = > MqA/lDowvkukeOlL9p8UpbfVW+Z2EAf0pPVFNBggahE= > -SIZE (hackrf-2023.01.1.tar.xz) = 23030956 > +SHA256 (hackrf-2024.02.1.tar.xz) = > 2c7WfmuAHNAsGNDEZU7RikvLNsJKZDMMNH38y9hZrRY= > +SIZE (hackrf-2024.02.1.tar.xz) = 21734672 > Index: comms/hackrf/pkg/PLIST > === > RCS file: /cvs/ports/comms/hackrf/pkg/PLIST,v > diff -u -p -r1.3 PLIST > --- comms/hackrf/pkg/PLIST15 May 2023 09:23:36 - 1.3 > +++ comms/hackrf/pkg/PLIST14 Oct 2024 02:10:35 - > @@ -1,3 +1,4 @@ > +@bin bin/hackrf_biast > @bin bin/hackrf_clock > @bin bin/hackrf_cpldjtag > @bin bin/hackrf_debug >
Re: [UPDATE] comms/hackrf to 2024.02.1
On Sun, Nov 10, 2024 at 10:12:03PM +, Stuart Henderson wrote: > I don't think many people have the hardware to test this > I do, but have been busy. Now that I'm home I can give it a try. > -- > Sent from a phone, apologies for poor formatting. > > On 10 November 2024 21:20:49 Bryan Vyhmeister wrote: > > > I'm following up to see if any testing has been able to happen for > > comms/hackrf 2024.02.1. Here is the diff again. Thanks so much. > > > > Bryan > > > > > > Index: comms/hackrf/Makefile > > === > > RCS file: /cvs/ports/comms/hackrf/Makefile,v > > diff -u -p -r1.10 Makefile > > --- comms/hackrf/Makefile 19 May 2024 11:13:01 - 1.10 > > +++ comms/hackrf/Makefile 14 Oct 2024 02:10:54 - > > @@ -1,14 +1,15 @@ > > COMMENT = host software for the HackRF One SDR > > > > -V =2023.01.1 > > +V =2024.02.1 > > DISTNAME = hackrf-$V > > -REVISION = 1 > > > > -SHARED_LIBS += hackrf0.0 # 0.8 > > +SHARED_LIBS += hackrf0.1 # 0.8 > > > > CATEGORIES =comms > > > > HOMEPAGE = https://greatscottgadgets.com/hackrf/ > > + > > +MAINTAINER = Bryan Vyhmeister > > > > # GPLv2+ (tools), 3-clause BSD (library) > > PERMIT_PACKAGE =Yes > > Index: comms/hackrf/distinfo > > === > > RCS file: /cvs/ports/comms/hackrf/distinfo,v > > diff -u -p -r1.2 distinfo > > --- comms/hackrf/distinfo 15 May 2023 09:23:36 - 1.2 > > +++ comms/hackrf/distinfo 14 Oct 2024 02:10:35 - > > @@ -1,2 +1,2 @@ > > -SHA256 (hackrf-2023.01.1.tar.xz) = > > MqA/lDowvkukeOlL9p8UpbfVW+Z2EAf0pPVFNBggahE= > > -SIZE (hackrf-2023.01.1.tar.xz) = 23030956 > > +SHA256 (hackrf-2024.02.1.tar.xz) = > > 2c7WfmuAHNAsGNDEZU7RikvLNsJKZDMMNH38y9hZrRY= > > +SIZE (hackrf-2024.02.1.tar.xz) = 21734672 > > Index: comms/hackrf/pkg/PLIST > > === > > RCS file: /cvs/ports/comms/hackrf/pkg/PLIST,v > > diff -u -p -r1.3 PLIST > > --- comms/hackrf/pkg/PLIST 15 May 2023 09:23:36 - 1.3 > > +++ comms/hackrf/pkg/PLIST 14 Oct 2024 02:10:35 - > > @@ -1,3 +1,4 @@ > > +@bin bin/hackrf_biast > > @bin bin/hackrf_clock > > @bin bin/hackrf_cpldjtag > > @bin bin/hackrf_debug >
Re: [UPDATE] comms/hackrf to 2024.02.1
I don't think many people have the hardware to test this -- Sent from a phone, apologies for poor formatting. On 10 November 2024 21:20:49 Bryan Vyhmeister wrote: I'm following up to see if any testing has been able to happen for comms/hackrf 2024.02.1. Here is the diff again. Thanks so much. Bryan Index: comms/hackrf/Makefile === RCS file: /cvs/ports/comms/hackrf/Makefile,v diff -u -p -r1.10 Makefile --- comms/hackrf/Makefile 19 May 2024 11:13:01 - 1.10 +++ comms/hackrf/Makefile 14 Oct 2024 02:10:54 - @@ -1,14 +1,15 @@ COMMENT = host software for the HackRF One SDR -V =2023.01.1 +V =2024.02.1 DISTNAME = hackrf-$V -REVISION = 1 -SHARED_LIBS += hackrf0.0 # 0.8 +SHARED_LIBS += hackrf0.1 # 0.8 CATEGORIES =comms HOMEPAGE = https://greatscottgadgets.com/hackrf/ + +MAINTAINER = Bryan Vyhmeister # GPLv2+ (tools), 3-clause BSD (library) PERMIT_PACKAGE =Yes Index: comms/hackrf/distinfo === RCS file: /cvs/ports/comms/hackrf/distinfo,v diff -u -p -r1.2 distinfo --- comms/hackrf/distinfo 15 May 2023 09:23:36 - 1.2 +++ comms/hackrf/distinfo 14 Oct 2024 02:10:35 - @@ -1,2 +1,2 @@ -SHA256 (hackrf-2023.01.1.tar.xz) = MqA/lDowvkukeOlL9p8UpbfVW+Z2EAf0pPVFNBggahE= -SIZE (hackrf-2023.01.1.tar.xz) = 23030956 +SHA256 (hackrf-2024.02.1.tar.xz) = 2c7WfmuAHNAsGNDEZU7RikvLNsJKZDMMNH38y9hZrRY= +SIZE (hackrf-2024.02.1.tar.xz) = 21734672 Index: comms/hackrf/pkg/PLIST === RCS file: /cvs/ports/comms/hackrf/pkg/PLIST,v diff -u -p -r1.3 PLIST --- comms/hackrf/pkg/PLIST 15 May 2023 09:23:36 - 1.3 +++ comms/hackrf/pkg/PLIST 14 Oct 2024 02:10:35 - @@ -1,3 +1,4 @@ +@bin bin/hackrf_biast @bin bin/hackrf_clock @bin bin/hackrf_cpldjtag @bin bin/hackrf_debug
Re: [UPDATE] comms/hackrf to 2024.02.1
I'm following up to see if any testing has been able to happen for comms/hackrf 2024.02.1. Here is the diff again. Thanks so much. Bryan Index: comms/hackrf/Makefile === RCS file: /cvs/ports/comms/hackrf/Makefile,v diff -u -p -r1.10 Makefile --- comms/hackrf/Makefile 19 May 2024 11:13:01 - 1.10 +++ comms/hackrf/Makefile 14 Oct 2024 02:10:54 - @@ -1,14 +1,15 @@ COMMENT = host software for the HackRF One SDR -V =2023.01.1 +V =2024.02.1 DISTNAME = hackrf-$V -REVISION = 1 -SHARED_LIBS += hackrf0.0 # 0.8 +SHARED_LIBS += hackrf0.1 # 0.8 CATEGORIES = comms HOMEPAGE = https://greatscottgadgets.com/hackrf/ + +MAINTAINER = Bryan Vyhmeister # GPLv2+ (tools), 3-clause BSD (library) PERMIT_PACKAGE = Yes Index: comms/hackrf/distinfo === RCS file: /cvs/ports/comms/hackrf/distinfo,v diff -u -p -r1.2 distinfo --- comms/hackrf/distinfo 15 May 2023 09:23:36 - 1.2 +++ comms/hackrf/distinfo 14 Oct 2024 02:10:35 - @@ -1,2 +1,2 @@ -SHA256 (hackrf-2023.01.1.tar.xz) = MqA/lDowvkukeOlL9p8UpbfVW+Z2EAf0pPVFNBggahE= -SIZE (hackrf-2023.01.1.tar.xz) = 23030956 +SHA256 (hackrf-2024.02.1.tar.xz) = 2c7WfmuAHNAsGNDEZU7RikvLNsJKZDMMNH38y9hZrRY= +SIZE (hackrf-2024.02.1.tar.xz) = 21734672 Index: comms/hackrf/pkg/PLIST === RCS file: /cvs/ports/comms/hackrf/pkg/PLIST,v diff -u -p -r1.3 PLIST --- comms/hackrf/pkg/PLIST 15 May 2023 09:23:36 - 1.3 +++ comms/hackrf/pkg/PLIST 14 Oct 2024 02:10:35 - @@ -1,3 +1,4 @@ +@bin bin/hackrf_biast @bin bin/hackrf_clock @bin bin/hackrf_cpldjtag @bin bin/hackrf_debug
Re: [UPDATE] comms/hackrf to 2024.02.1
On Sun, Oct 13, 2024 at 07:14:21PM -0700, Mike Larkin wrote: > On Sun, Oct 13, 2024 at 07:09:10PM -0700, Bryan Vyhmeister wrote: > > On Sun, Oct 13, 2024 at 06:59:45PM -0700, Mike Larkin wrote: > > > On Thu, Oct 10, 2024 at 08:49:35PM -0700, Bryan Vyhmeister wrote: > > > > This is an update to comms/hackrf from the previous 2023.01.1 release to > > > > 2024.02.1. The major changes are: > > > > > > > > "A new utility, hackrf_biast, provides a way to control the "bias > > > > tee" antenna port power output on HackRF One. Thank you, Jonathan Suite > > > > (AI6AJ)! > > > > Completely new and comprehensive libhackrf API documentation generated > > > > from source is now available in the release package. Thank you, L?szl? > > > > Bar?th! > > > > hackrf_sweep now supports more FFTW features including the ability to > > > > use a wisdom file. Thank you, Jonathan Suite (AI6AJ)! > > > > HackRF One r10, the latest hardware revision, is based on r8, reverting > > > > most of the changes made in r9." > > > > > > > > https://github.com/greatscottgadgets/hackrf/releases/tag/v2024.02.1 > > > > > > > > I don't yet have a HackRF One to use this with. If someone could test > > > > with a HackRF One, that would be great. The link above does note, "To > > > > upgrade to this release, you must update libhackrf and hackrf-tools on > > > > your host computer. You must also update firmware on your HackRF." > > > > > > > > I bumped SHARED_LIBS from 0.0 to 0.1. From the ports FAQ, I might need > > > > to bump it to 1.0 but not sure on that one. > > > > > > > > Bryan > > > > > > > > > > I do have one, how/what do you want me to test? > > > > If you could just test that the software seems to work with your device > > in whatever way you normally use it, that would be great. There is also > > the new hackrf_biast binary. If you could just make sure it connects to > > the HackRF One and seems to work normally, I would greatly appreciate > > it. I don't want to update the port and break its use with the HackRF > > One. I think everything will be fine but would appreciate confirmation. > > Thank you! > > > > Bryan > > > > TBH I could never really get it working with openbsd in the first place, but > I will make sure it can at least connect. I never found a way to actually > tune anything with the port. That's interesting. I haven't ordered one yet but have been planning to. I was going to try to use it to listen to local VHF or UHF FM two way radio (public safely or amateur radio). In my area of California, everything is still FM where places like the Bay Area are nearly all P25 which would require some other software to listen to it but should still be able to capture it in some form with sox or something. It's supposed to work with gnuradio which is in ports (but an older version as well) but I obviously have not been able to test that. Bryan
Re: [UPDATE] comms/hackrf to 2024.02.1
On Sun, Oct 13, 2024 at 07:09:10PM -0700, Bryan Vyhmeister wrote: > On Sun, Oct 13, 2024 at 06:59:45PM -0700, Mike Larkin wrote: > > On Thu, Oct 10, 2024 at 08:49:35PM -0700, Bryan Vyhmeister wrote: > > > This is an update to comms/hackrf from the previous 2023.01.1 release to > > > 2024.02.1. The major changes are: > > > > > > "A new utility, hackrf_biast, provides a way to control the "bias > > > tee" antenna port power output on HackRF One. Thank you, Jonathan Suite > > > (AI6AJ)! > > > Completely new and comprehensive libhackrf API documentation generated > > > from source is now available in the release package. Thank you, L?szl? > > > Bar?th! > > > hackrf_sweep now supports more FFTW features including the ability to > > > use a wisdom file. Thank you, Jonathan Suite (AI6AJ)! > > > HackRF One r10, the latest hardware revision, is based on r8, reverting > > > most of the changes made in r9." > > > > > > https://github.com/greatscottgadgets/hackrf/releases/tag/v2024.02.1 > > > > > > I don't yet have a HackRF One to use this with. If someone could test > > > with a HackRF One, that would be great. The link above does note, "To > > > upgrade to this release, you must update libhackrf and hackrf-tools on > > > your host computer. You must also update firmware on your HackRF." > > > > > > I bumped SHARED_LIBS from 0.0 to 0.1. From the ports FAQ, I might need > > > to bump it to 1.0 but not sure on that one. > > > > > > Bryan > > > > > > > I do have one, how/what do you want me to test? > > If you could just test that the software seems to work with your device > in whatever way you normally use it, that would be great. There is also > the new hackrf_biast binary. If you could just make sure it connects to > the HackRF One and seems to work normally, I would greatly appreciate > it. I don't want to update the port and break its use with the HackRF > One. I think everything will be fine but would appreciate confirmation. > Thank you! > > Bryan > TBH I could never really get it working with openbsd in the first place, but I will make sure it can at least connect. I never found a way to actually tune anything with the port. > > Index: comms/hackrf/Makefile > === > RCS file: /cvs/ports/comms/hackrf/Makefile,v > diff -u -p -r1.10 Makefile > --- comms/hackrf/Makefile 19 May 2024 11:13:01 - 1.10 > +++ comms/hackrf/Makefile 11 Oct 2024 11:25:41 - > @@ -1,10 +1,9 @@ > COMMENT =host software for the HackRF One SDR > > -V = 2023.01.1 > +V = 2024.02.1 > DISTNAME = hackrf-$V > -REVISION = 1 > > -SHARED_LIBS += hackrf0.0 # 0.8 > +SHARED_LIBS += hackrf0.1 # 0.8 > > CATEGORIES = comms > > Index: comms/hackrf/distinfo > === > RCS file: /cvs/ports/comms/hackrf/distinfo,v > diff -u -p -r1.2 distinfo > --- comms/hackrf/distinfo 15 May 2023 09:23:36 - 1.2 > +++ comms/hackrf/distinfo 11 Oct 2024 11:25:26 - > @@ -1,2 +1,2 @@ > -SHA256 (hackrf-2023.01.1.tar.xz) = > MqA/lDowvkukeOlL9p8UpbfVW+Z2EAf0pPVFNBggahE= > -SIZE (hackrf-2023.01.1.tar.xz) = 23030956 > +SHA256 (hackrf-2024.02.1.tar.xz) = > 2c7WfmuAHNAsGNDEZU7RikvLNsJKZDMMNH38y9hZrRY= > +SIZE (hackrf-2024.02.1.tar.xz) = 21734672 > Index: comms/hackrf/pkg/PLIST > === > RCS file: /cvs/ports/comms/hackrf/pkg/PLIST,v > diff -u -p -r1.3 PLIST > --- comms/hackrf/pkg/PLIST15 May 2023 09:23:36 - 1.3 > +++ comms/hackrf/pkg/PLIST11 Oct 2024 11:25:26 - > @@ -1,3 +1,4 @@ > +@bin bin/hackrf_biast > @bin bin/hackrf_clock > @bin bin/hackrf_cpldjtag > @bin bin/hackrf_debug >
Re: [UPDATE] comms/hackrf to 2024.02.1
On Sun, Oct 13, 2024 at 06:59:45PM -0700, Mike Larkin wrote: > On Thu, Oct 10, 2024 at 08:49:35PM -0700, Bryan Vyhmeister wrote: > > This is an update to comms/hackrf from the previous 2023.01.1 release to > > 2024.02.1. The major changes are: > > > > "A new utility, hackrf_biast, provides a way to control the "bias > > tee" antenna port power output on HackRF One. Thank you, Jonathan Suite > > (AI6AJ)! > > Completely new and comprehensive libhackrf API documentation generated > > from source is now available in the release package. Thank you, L?szl? > > Bar?th! > > hackrf_sweep now supports more FFTW features including the ability to > > use a wisdom file. Thank you, Jonathan Suite (AI6AJ)! > > HackRF One r10, the latest hardware revision, is based on r8, reverting > > most of the changes made in r9." > > > > https://github.com/greatscottgadgets/hackrf/releases/tag/v2024.02.1 > > > > I don't yet have a HackRF One to use this with. If someone could test > > with a HackRF One, that would be great. The link above does note, "To > > upgrade to this release, you must update libhackrf and hackrf-tools on > > your host computer. You must also update firmware on your HackRF." > > > > I bumped SHARED_LIBS from 0.0 to 0.1. From the ports FAQ, I might need > > to bump it to 1.0 but not sure on that one. > > > > Bryan > > > > I do have one, how/what do you want me to test? If you could just test that the software seems to work with your device in whatever way you normally use it, that would be great. There is also the new hackrf_biast binary. If you could just make sure it connects to the HackRF One and seems to work normally, I would greatly appreciate it. I don't want to update the port and break its use with the HackRF One. I think everything will be fine but would appreciate confirmation. Thank you! Bryan Index: comms/hackrf/Makefile === RCS file: /cvs/ports/comms/hackrf/Makefile,v diff -u -p -r1.10 Makefile --- comms/hackrf/Makefile 19 May 2024 11:13:01 - 1.10 +++ comms/hackrf/Makefile 11 Oct 2024 11:25:41 - @@ -1,10 +1,9 @@ COMMENT = host software for the HackRF One SDR -V =2023.01.1 +V =2024.02.1 DISTNAME = hackrf-$V -REVISION = 1 -SHARED_LIBS += hackrf0.0 # 0.8 +SHARED_LIBS += hackrf0.1 # 0.8 CATEGORIES = comms Index: comms/hackrf/distinfo === RCS file: /cvs/ports/comms/hackrf/distinfo,v diff -u -p -r1.2 distinfo --- comms/hackrf/distinfo 15 May 2023 09:23:36 - 1.2 +++ comms/hackrf/distinfo 11 Oct 2024 11:25:26 - @@ -1,2 +1,2 @@ -SHA256 (hackrf-2023.01.1.tar.xz) = MqA/lDowvkukeOlL9p8UpbfVW+Z2EAf0pPVFNBggahE= -SIZE (hackrf-2023.01.1.tar.xz) = 23030956 +SHA256 (hackrf-2024.02.1.tar.xz) = 2c7WfmuAHNAsGNDEZU7RikvLNsJKZDMMNH38y9hZrRY= +SIZE (hackrf-2024.02.1.tar.xz) = 21734672 Index: comms/hackrf/pkg/PLIST === RCS file: /cvs/ports/comms/hackrf/pkg/PLIST,v diff -u -p -r1.3 PLIST --- comms/hackrf/pkg/PLIST 15 May 2023 09:23:36 - 1.3 +++ comms/hackrf/pkg/PLIST 11 Oct 2024 11:25:26 - @@ -1,3 +1,4 @@ +@bin bin/hackrf_biast @bin bin/hackrf_clock @bin bin/hackrf_cpldjtag @bin bin/hackrf_debug
Re: [UPDATE] comms/hackrf to 2024.02.1
On Thu, Oct 10, 2024 at 08:49:35PM -0700, Bryan Vyhmeister wrote: > This is an update to comms/hackrf from the previous 2023.01.1 release to > 2024.02.1. The major changes are: > > "A new utility, hackrf_biast, provides a way to control the "bias > tee" antenna port power output on HackRF One. Thank you, Jonathan Suite > (AI6AJ)! > Completely new and comprehensive libhackrf API documentation generated > from source is now available in the release package. Thank you, László > Baráth! > hackrf_sweep now supports more FFTW features including the ability to > use a wisdom file. Thank you, Jonathan Suite (AI6AJ)! > HackRF One r10, the latest hardware revision, is based on r8, reverting > most of the changes made in r9." > > https://github.com/greatscottgadgets/hackrf/releases/tag/v2024.02.1 > > I don't yet have a HackRF One to use this with. If someone could test > with a HackRF One, that would be great. The link above does note, "To > upgrade to this release, you must update libhackrf and hackrf-tools on > your host computer. You must also update firmware on your HackRF." > > I bumped SHARED_LIBS from 0.0 to 0.1. From the ports FAQ, I might need > to bump it to 1.0 but not sure on that one. > > Bryan > I do have one, how/what do you want me to test? > > Index: comms/hackrf/Makefile > === > RCS file: /cvs/ports/comms/hackrf/Makefile,v > diff -u -p -r1.10 Makefile > --- comms/hackrf/Makefile 19 May 2024 11:13:01 - 1.10 > +++ comms/hackrf/Makefile 11 Oct 2024 03:39:50 - > @@ -1,10 +1,10 @@ > COMMENT =host software for the HackRF One SDR > > -V = 2023.01.1 > +V = 2024.02.1 > DISTNAME = hackrf-$V > REVISION = 1 > > -SHARED_LIBS += hackrf0.0 # 0.8 > +SHARED_LIBS += hackrf0.1 # 0.8 > > CATEGORIES = comms > > Index: comms/hackrf/distinfo > === > RCS file: /cvs/ports/comms/hackrf/distinfo,v > diff -u -p -r1.2 distinfo > --- comms/hackrf/distinfo 15 May 2023 09:23:36 - 1.2 > +++ comms/hackrf/distinfo 11 Oct 2024 03:17:42 - > @@ -1,2 +1,2 @@ > -SHA256 (hackrf-2023.01.1.tar.xz) = > MqA/lDowvkukeOlL9p8UpbfVW+Z2EAf0pPVFNBggahE= > -SIZE (hackrf-2023.01.1.tar.xz) = 23030956 > +SHA256 (hackrf-2024.02.1.tar.xz) = > 2c7WfmuAHNAsGNDEZU7RikvLNsJKZDMMNH38y9hZrRY= > +SIZE (hackrf-2024.02.1.tar.xz) = 21734672 > Index: comms/hackrf/pkg/PLIST > === > RCS file: /cvs/ports/comms/hackrf/pkg/PLIST,v > diff -u -p -r1.3 PLIST > --- comms/hackrf/pkg/PLIST15 May 2023 09:23:36 - 1.3 > +++ comms/hackrf/pkg/PLIST11 Oct 2024 03:25:39 - > @@ -1,3 +1,4 @@ > +@bin bin/hackrf_biast > @bin bin/hackrf_clock > @bin bin/hackrf_cpldjtag > @bin bin/hackrf_debug >
Re: [UPDATE] comms/hackrf to 2024.02.1
On Fri, Oct 11, 2024 at 10:29:40AM +0100, Stuart Henderson wrote: > On 2024/10/10 20:49, Bryan Vyhmeister wrote: > > I bumped SHARED_LIBS from 0.0 to 0.1. From the ports FAQ, I might need > > to bump it to 1.0 but not sure on that one. > > Minor bump seems correct here (added function). REVISION should go. Thank you. Bryan Index: comms/hackrf/Makefile === RCS file: /cvs/ports/comms/hackrf/Makefile,v diff -u -p -r1.10 Makefile --- comms/hackrf/Makefile 19 May 2024 11:13:01 - 1.10 +++ comms/hackrf/Makefile 11 Oct 2024 11:25:41 - @@ -1,10 +1,9 @@ COMMENT = host software for the HackRF One SDR -V =2023.01.1 +V =2024.02.1 DISTNAME = hackrf-$V -REVISION = 1 -SHARED_LIBS += hackrf0.0 # 0.8 +SHARED_LIBS += hackrf0.1 # 0.8 CATEGORIES = comms Index: comms/hackrf/distinfo === RCS file: /cvs/ports/comms/hackrf/distinfo,v diff -u -p -r1.2 distinfo --- comms/hackrf/distinfo 15 May 2023 09:23:36 - 1.2 +++ comms/hackrf/distinfo 11 Oct 2024 11:25:26 - @@ -1,2 +1,2 @@ -SHA256 (hackrf-2023.01.1.tar.xz) = MqA/lDowvkukeOlL9p8UpbfVW+Z2EAf0pPVFNBggahE= -SIZE (hackrf-2023.01.1.tar.xz) = 23030956 +SHA256 (hackrf-2024.02.1.tar.xz) = 2c7WfmuAHNAsGNDEZU7RikvLNsJKZDMMNH38y9hZrRY= +SIZE (hackrf-2024.02.1.tar.xz) = 21734672 Index: comms/hackrf/pkg/PLIST === RCS file: /cvs/ports/comms/hackrf/pkg/PLIST,v diff -u -p -r1.3 PLIST --- comms/hackrf/pkg/PLIST 15 May 2023 09:23:36 - 1.3 +++ comms/hackrf/pkg/PLIST 11 Oct 2024 11:25:26 - @@ -1,3 +1,4 @@ +@bin bin/hackrf_biast @bin bin/hackrf_clock @bin bin/hackrf_cpldjtag @bin bin/hackrf_debug
Re: [UPDATE] comms/hackrf to 2024.02.1
On 2024/10/10 20:49, Bryan Vyhmeister wrote: > I bumped SHARED_LIBS from 0.0 to 0.1. From the ports FAQ, I might need > to bump it to 1.0 but not sure on that one. Minor bump seems correct here (added function). REVISION should go. > Bryan > > > Index: comms/hackrf/Makefile > === > RCS file: /cvs/ports/comms/hackrf/Makefile,v > diff -u -p -r1.10 Makefile > --- comms/hackrf/Makefile 19 May 2024 11:13:01 - 1.10 > +++ comms/hackrf/Makefile 11 Oct 2024 03:39:50 - > @@ -1,10 +1,10 @@ > COMMENT =host software for the HackRF One SDR > > -V = 2023.01.1 > +V = 2024.02.1 > DISTNAME = hackrf-$V > REVISION = 1 > > -SHARED_LIBS += hackrf0.0 # 0.8 > +SHARED_LIBS += hackrf0.1 # 0.8 > > CATEGORIES = comms > > Index: comms/hackrf/distinfo > === > RCS file: /cvs/ports/comms/hackrf/distinfo,v > diff -u -p -r1.2 distinfo > --- comms/hackrf/distinfo 15 May 2023 09:23:36 - 1.2 > +++ comms/hackrf/distinfo 11 Oct 2024 03:17:42 - > @@ -1,2 +1,2 @@ > -SHA256 (hackrf-2023.01.1.tar.xz) = > MqA/lDowvkukeOlL9p8UpbfVW+Z2EAf0pPVFNBggahE= > -SIZE (hackrf-2023.01.1.tar.xz) = 23030956 > +SHA256 (hackrf-2024.02.1.tar.xz) = > 2c7WfmuAHNAsGNDEZU7RikvLNsJKZDMMNH38y9hZrRY= > +SIZE (hackrf-2024.02.1.tar.xz) = 21734672 > Index: comms/hackrf/pkg/PLIST > === > RCS file: /cvs/ports/comms/hackrf/pkg/PLIST,v > diff -u -p -r1.3 PLIST > --- comms/hackrf/pkg/PLIST15 May 2023 09:23:36 - 1.3 > +++ comms/hackrf/pkg/PLIST11 Oct 2024 03:25:39 - > @@ -1,3 +1,4 @@ > +@bin bin/hackrf_biast > @bin bin/hackrf_clock > @bin bin/hackrf_cpldjtag > @bin bin/hackrf_debug >