Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-Hamlib | Distribution: SUSE Linux Enterprise 15 SP5 |
Version: 4.5.4 | Vendor: openSUSE |
Release: bp155.1.1 | Build date: Tue Feb 14 18:26:23 2023 |
Group: Development/Languages/Perl | Build host: armbuild24 |
Size: 1901411 | Source RPM: hamlib-4.5.4-bp155.1.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://hamlib.github.io/ | |
Summary: Perl bindings for Hamlib |
Hamlib provide a programming interface for controlling radios and other shack hardware.
LGPL-2.1-only
* Thu Jan 12 2023 Wojciech Kazubski <wk@ire.pw.edu.pl> - Update to version 4.5.4 (2023-01-10) * Fix CM108 ptt setting for non-default usage * Fix power on/off for Icom rigs with rigctld power_on=0 * Fix get_powerstat status return for non-PS kenwood rigs * Fix FT-710, FTDX10, FTDX101D/MP usage on 60M * Fix timing on NRD-535D * Fix AGC levels with rigctld * Fix FTDX3000 EX039 error * Fix Elecraft power2mW operation * Fix rig_power2mW so it checks all ranges * Allow rigctld to start with autopower_on=0 to avoid startup timeouts when rig is powered off * Fix dummy device to work with grig by disallowing empty "u" call * Fix ID5100 and promote to stable and hopefully ID4100 too * Remove get_powerstat from Icom ID-5100,ID-4100,ID-31,ID-51 and fix get/set freq in all * Sun Jan 01 2023 Wojciech Kazubski <wk@ire.pw.edu.pl> - Update to version 4.5.3 (2022-12-31) * Fix serial.c for hardware flow control on Linux and MacOSy * Add QRPLabs QCX/QDX rig -- not quite a TS480 * Fix QRP QRDX firmware bugs in IF message so PTT works now * FTDX5000 will now remember startup front/read settings and restore it * Fix FTDX5000 write_delay with microham * Tue Dec 27 2022 Wojciech Kazubski <wk@ire.pw.edu.pl> - Update to version 4.5.2 (2022-12-23) * Fix PowerSDR ability to do commands while powered off * Fix TX-500 operations * Fix FTDX5000 to return to MIC input on closing * Fix rig.c calling rig_get_mode when backend does not have get_mode * Fix kenwood_ts890_get_level * Add Prosistel D elevation CBOX az to fix problem with azimuth control * Fix FT736R gpredict usage by adding cached get_freq * Fix get_powerstat problem with Log4OM/Flex and others * Fix -R option to not need argument * Fix -R option to close rig on last rigctld client disconnect * Add FTDX1200 to rigs that need to ensure PTT is off before changing frequency * Add --disable-parallel configure option for mingw builds on Linux * Fri Dec 09 2022 Wojciech Kazubski <wk@ire.pw.edu.pl> - Update to version 4.5.1 (2022-12-08) * FT2000, FTDX3000/D, FT891, FT991, FT950, FTDX5000 now set CAT TOT to 100ms * Add missing NB2 setting to FT-950, FTDX-1200, FTDX-3000, FTDX-5000, FTDX-9000 * Add missing meter reading to TS-890S -- thanks to Geore Baltz N3GB * Fix FT736 VFOB freq and mode set * Added send_raw to rigctl -- see rigctl man page * Fix AGC Level dumpcaps on most rigs * Fix rig_send_raw to return bytes read, fill buffer, and also work with fixed length response/null terminator * Change all Kenwood rigs to 500ms serial timeout * Fix dumpcaps filter printout to only show declared filters * Fix triggering PTT on XGComms device on Linux * Fix level_gran in all rigs * Add RIG_FUNC_TUNER to flrig.c * Fix FT-991 level_gran (needs to be done for lots of rigs) * Fix man page rigctl to show units for LEVEL items * Fix Flex6xxx if_len * Fix FLRig set_ptt * Fix missing KEYSPD to TS890 * rigctl 'W' command can now use a singled char terminator like ; that allows for variable length responses with no timeout -- e.g. WFA; ; * New RIG_LEVEL_USB_AF to control audio gain from rig to computer - - to allow AGC function in software using RF and USB_AF * Add RIG_LEVEL_AGC_TIME to allow AGC/OFF to be set for IC-7300, IC-9700, IC-705 * Add RIG_FUNC_OVF_STATUS to get overflow status for IC-7300, IC-9700, IC-705, and IC-R8600 * Thu Nov 03 2022 Wojciech Kazubski <wk@ire.pw.edu.pl> - Update to version 4.5 (2022-10-30) * New rotator utility https://www.pianetaradio.it/blog/catrotator/ * Add FT-710 * Add Rohde&Schwartz EK89X receiver * Add Xeigu X5105 * Add Gemini DX-1200 HF-1K Amplifiers * Kenwood rigs should now support AI command packets * Add FT-990UNI for older 990 ROMs 1.2 and earlier * Add FT-650 * Add get_separator and set_separator and -S option for rigctld -- node-red applicability * Add GRBLTRK rotor project -- two axis rotor * enum meter_level_e is deprecated and will be removed in 4.6 * Add SDRPlay SDRUno rig -- can now use Data/Pkt in WSJTX * Add ability to use cat_string to FLRig via the "w" and "W" commands * Add -B/--mapa2b to rigctlcom Allows rigctlcom to map set_freq on VFOA to VFOB instead This will allow CW Skimmer to work with some rigs (e.g. IC7300) using FM mode on VFOA and CW mode on VFOB and split mode transmit on VFOB. Clicking on CW Skimmer will change VFOB instead of VFOA to allow working dxpeditions where the fox is staying on frequency * Add password capability to rigctld via -A switch. rigctld -A will produce a consistent shared key for any specific password that can used in \password and rig_set_password TBD The shared key can also be placed in .hamlib_settings * Asynchronous rig data output handling to support transceive and spectrum data. Mikael, OH3BHX * See new set_conf option async for some Icom rigs * Multicast UDP packet output for asynchronous data. Mikael, OH3BHX * Rig state poll routine to serve commonly used data like frequency and mode from cache. Mikael, OH3BHX * deprecated hamlib_port_t at front of rig_state structure -- new one at end of structure * New rig_send_raw to send/read raw command to rig * New RIG_LEVEL_BAND_SELECT for Yaesu rigs * New rig_get_conf2 to replace rig_get_conf buffer overflow potential * New rot_get_conf2 to reaplce rot_get_conf buffer overflow potential * Added Barrett 4050 -- not functional yet * Added TCI 1.X -- not functional yet * Added TM-V71(A) * Added IC-F8101 * Added JRC JST-145 and JST-245 * Added Xiegu X108G, G90, and X6100 * Added CODAN Envoy and NGS * Added Lab599 TX-500 * Added GOMSPACE GS100 * Deprecated: rigctl commands \set_trn (A) and \get_trn (a) as they never worked as intended * Deprecated: field rig_caps.transceive and RIG_TRN_* macros * Mon Feb 07 2022 Martin Pluskal <mpluskal@suse.com> - Be less strict with required interpreters for tcl and perl subpackages (bsc#1195260) - Drop python2 subpackage as its not relevant to any supported openSUSE release * Wed Dec 08 2021 Wojciech Kazubski <wk@ire.pw.edu.pl> - Fixed source URL and duplicate license files * Sat Dec 04 2021 Wojciech Kazubski <wk@ire.pw.edu.pl> - Update to version 4.4 * Icom rigs now default filter 2 when setting PKTUSB but user can override * Fix FTDX9000 meter readings * Add Android sensor as a rotator * Added rig_get_vfo to some Icom rigs that have XCHG or 0x25 command capability * Added ability to build hamlib with docker * Added M0NKA mcHF URP rig * Faster serial i/o noticeable on higher baud rates * IC7300/9700/7800/785x set_clock/get_clock routines added -- no auto set yet * Yaesu FT1200/891/991/DX10/DX101/DX101MP set_clock/get_clock routines added * Sun Sep 19 2021 Wojciech Kazubski <wk@ire.pw.edu.pl> - Fixed source URL * Fri Sep 17 2021 Wojciech Kazubski <wk@ire.pw.edu.pl> - Update to version 4.3.1 * Bug fix release - Do not do vfo_fixup on satmode rigs - Fix compilation of misc.c with gmtime_r replacement function for mingw - Fix python build. For some reason casting tp vfo_t in the RIG_VFO_N macro broke the swig parsing - Append the missing information to build hamlib v4.3 for Android NDK - Change set_icom_set_mode_with_data to not change mode unless necessary - Since Icom rigs default to filter 2 if a filter is not selected we will do the same when turning on data mode - Fix segfault in kenwood_set_vfo - scripts: Update example in readme, since 4.0 817 is 1020 - Make testlibusb.c compatible with libusb < 1.0.23 Note: On systems with libusb < 1.0.23 a warning will be emmitted but compliation should proceed without error. - Update testlibusb.c warning to "may be" instead of "will be" - Change kenwood to only set VFOA default on 1st rig_open call - Update to version 4.3 * libusb-1.0.23 or greater is now required or use --without-libusb * Generating documentation now requires GNU source-highlighter. * Added IC-575 * Less VFO swapping of newer Icom rigs -- zero swapping in WSJTX and JTDX * Dual rotator control in rotctl -R option * Started work on simulators -- very crude right now but usable to debug some things * Overhaul of rig split -- reverse split (VFOA=RX VFOB=TX) should work for rigs capable of it Starting VFO does not matter -- rig will end up on RX VFO S VFOA 1 VFOB S VFOB 1 VFOA S Main 1 Sub S Sub 1 Main * Tue May 18 2021 Ferdinand Thiessen <rpm@fthiessen.de> - Update to version 4.2 * New rig_get_mode_bandwidths: returns token set for bandwidths for given mode * New rig_get_info: returns token set for all vfos where order does not matter. * New rig_get_vfo_info * FILPATHLEN has changed to HAMLIB_FILPATHLEN * USRP lib and gnuradio are deprecated and will be removed in 5.0 * Added Radan rotator * Added Malachite SDR * Major rework for PRM80 * Add twiddle_timeout and twiddle_rit --set-conf options * rigctld --twiddle is deprecated and will be removed in 5.0 along with get_twiddle and set_twiddle * Tue Mar 16 2021 Wojciech Kazubski <wk@ire.pw.edu.pl> - Update to version 4.1 * rigctld and rigs should be more robust for disconnect problems * Several fixes for Icom and Yaesu rigs * Nobody should need to use rig->caps or rig->state anymore * New rig_get_caps_int and rig_get_caps_cptr functions to replace using caps-> values * New rig_get_function to replace using caps-> function pointers * Fix shared library problem with WSJTX, JTDX, and JS8Call * New model Barrett 950 * Thu Jan 07 2021 Wang Jun <jgwang@suse.com> - Update to version 4.0 * Major changes in 4.0 affecting usage * Most rig model numbers have changed * RIG_LEVEL_VOX has been deprecated and replaced by RIG_LEVEL_VOXDELAY * rigctl 'f' command now returns VFO argument too * rigctl 'y' and 'Y' command now take/show antenna argument and option. * range_list items are undergoing changes towards a different model TBD * RTS/DTR PTT sharing is off by default now -- use serial_share=1 option to enable * Wed Apr 29 2020 Wojciech Kazubski <wk@ire.pw.edu.pl> - Tumbleweed: Python backend built for python-3.8 * Sat Apr 25 2020 Martin Pluskal <mpluskal@suse.com> - Do not build python2 bindings for Tumbleweed - Modernise spec file * Thu Aug 30 2018 mardnh@gmx.de - Update to version 3.3 * New models, R&S xk2100, TRXMAnager, Meade LX200 * HTML manual is now generated at 'make dist' so users don't need GNU Info tools installed. TNX Greg, N1DAM for the suggestion. * Handle longer udev generated file names up to 512 characters * Add debug time stamps with new '-Z' option and '--debug-time-stamps' options to rigctl, rotctl, rigctld, and rotctld utilities. * rigctld/rotctld continue working after serial or TCP device disappears. * Updates and fixes to FT-817, K3, IC-7300, AOR 3030, TM-D710, OMNI VII, TH-D72, Flrig, TS-590, piHPSDR, TS-2000, and netrigctl. * Update utility manual pages (section 1) and remove their reference material from the Info manual so it only needs to be update in one file. * Add new general project manual pages (section 7) and edit the Info manual to match. These should not change much so keeping them in sync should not be too much of a burden. The Info manual may be removed at some point in the future. * Last planned release of the present API/ABI. Future releases will require recompilation and relinking by client programs using the C library interface (programs that only use the network daemons should be unaffected). * Wed Apr 04 2018 mpluskal@suse.com - Update dependencies * Sun Apr 01 2018 mardnh@gmx.de - Update to version 3.2 * New models, IC-7850/IC-7851 in IC-785x. Mike, W9MDB * Fix ft991_get_mode, Mike, W9MDB * New model, FT-891. Mike, W9MDB * New Barrett 2050 backend, Mike, W9MDB * New Flrig backend, Mike, W9MDB * New model, IC-M710, Mike, W9MDB * Build instructions and test script for Python3 * Rename autogen.sh to bootsrap and don't call configure * micro-ham support. Christoph, DL1YCF * New rotator, SPID MD-01/02 in ROT2 mode, Norvald Ryeng, LA6YKA * New model, Flex 6400/6600, Mike, W9MDB * New model, IC-7610, Mike, W9MDB * Add support for CM108B PTT, Max Lock * New model, Rohde & Schwarz XK2100, Mike, W9MDB * Many other bug fixes and enhancements - Rebase patch hamlib-3.0-perl_install.patch * Fri Jun 02 2017 mpluskal@suse.com - Install all license files * Thu Apr 27 2017 jengelh@inai.de - Ensure neutrality of description. Trim duplicate inner descrpitions. * Mon Apr 24 2017 mpluskal@suse.com - Cleanup package - Split subpackages with libraries - Enable tcl and perl bindings: * add hamlib-3.0-perl_install.patch - Run internal testsuite * Sun Apr 16 2017 mardnh@gmx.de - update to version 3.1 (tagged release) - minor specfile cleanup * Fri Apr 07 2017 dl8fcl@darc.de - update to version 3.1_git20170406 New model: Icom IC-R6 Allow RIG_LEVEL_STRENGTH queries over the network link * Sun Mar 05 2017 dl8fcl@darc.de - update to version 3.1_git20170227 Fix a state machine defect with repeated PTT reset calls Add Dorji DRA818 modules (VHF and UHF variants) * Sun Feb 19 2017 dl8fcl@darc.de - update to version 3.1_git20170219 Fix some endian issues in the si570/AVR SDR back ends Added x108g backend Fix FT-891 recognition Breakout FT-1000D file for full support Fix DIG MODE for FT817-ND Add support for AGC Levels * Sat Jan 28 2017 dl8fcl@darc.de - update to version 3.1_git20170127 Added HPSDR backend Fix ic785x default addr to 0x8e Clears potential garbage data in read buffer prior to command being sent Updated PiHPSDR backend defaults Use Windows ioctlsocket to avoid buffer overrun Add get and set split functions for the TS450S Simplify and fix defects in the FT991 back end Added HPSDR backend * Sat Jan 07 2017 dl8fcl@darc.de - update to version 3.1_git20170107 Fix ft991_get_mode New models: IC-7849/IC-7851, FT-891 * Sun Dec 25 2016 dl8fcl@t-online.de - update to version 3.1_git20161225 Fix typos Corrected a few bugs and rebased from Ervin's (HA2OS) pull request. Added new example to Python demo script (set/get float type level) Added Lua binding and demo script Adds test for ID 907 for the Flex 6300 python-binding and lua-binding enabled * Sat Nov 19 2016 dl8fcl@t-online.de - update to version 3.1_git20161119 Move K3 DT0 before mode switch, add version info to electraft rig open, WSJT-X VOX rig split now works * Tue Nov 08 2016 dl8fcl@t-online.de - update to version 3.1_git20161106 New Perseus model Fixed buffer overflow in rigctl_parse and rotctl_parse Changed some modules to LGPL in lieu of GPL Change the IC7600 & IC7800 set/get mode to versions that support DATA… fix set_vfo behavior of TS2000 fix NET rigctl * Mon Sep 05 2016 dl8fcl@t-online.de - update to version 3.1_git20160904 xg3: fix buffer overflow Fix issue with TS-570S|D open in rig_caps Release the serial port used for PTT when possible * Sat Aug 27 2016 dl8fcl@t-online.de - update to version 3.1_git20160827 Fix an issue presenting on the Yaesu FT-450(D) Fix issue with TS-570S|D open in rig_caps Updated smeter calibration for ic7300 * Sun Jun 12 2016 dl8fcl@t-online.de - update to version 3.1_git20160611 implemented set_conf, get_conf and Token fast_set_commands for max throughput Yaesu Fast Set Commands (High throughput for commands) added send_morse and civ_version to ic7100/ic7600 added get/set_conf for FT1200, FT2000, FT450, FT5000 and FT9000 Fixed SCAN_STOP for all rigs and implmented it plus SCOPE for ic7300 Changes for IC-7300 and IC-7200 * Mon May 23 2016 dl8fcl@t-online.de - update to version 3.1_git20160521 Do not attempt to query AI state on several Kenwood rigs Add some functionality to the tmd710 Add send_morse to icom rigs Do not crash if expected CTCSS tones not sepcified Add RIG_PASSBAND_NOCHANGE as possible set_{split_,split_freq_,}mode a… Initial support for the IC-7300 * Mon Apr 04 2016 dl8fcl@t-online.de - update to version 3.1_git20160402 Added support for Icom IC-2730 Use rig state rig port retry option rather than from capabilities Use a sensible port timeout value for the Kenwood TS-850 Make sure right band is used when setting frequency on IC-910(H) VFO targetable get frequency operation for the Icom IC-910(h) Better set frequency semantics for the IC-910(h) Do not swap VFO unnecessarily Elide unnecessary CAT commands when setting split frequency and mode Add {get,set}_splitfrequency_mode for the IC-910(H) Implement rig_{set,get}_split_freq_mode() for IC-756 series. Initial implementation of rig_{set,get}_split_freq_mode() for FT-857. Implement combined split VFO frequency and mode setting. Fixed get_vfo for FT-757GX(II) Allow the ft757gx to work with WSJT-X Add 23cms to IC-910(H) backend Improve IPv6 portability and consistency Various Yaesu updates Add get_freq to FRG-100 Favor $HOME over '~' in text Fix a logic error in band detection during IC-910 set frequency Merge branch 'ic910-set-freq' of git://git.code.sf.net/u/bsomervi/hamlib * Sat Jan 16 2016 dl8fcl@t-online.de - update to version 3.1_git20160115 Fix possible frequency overflow on Kenwood and Yaesu Install daemon man files to man1 New Prosistel rotor backend from IZ7CRX Fix missing PKTUSB mode setting code for FT-817 & FT-897 * Fri Dec 11 2015 dl8fcl@darc.de - update to version 3.1_git20151207 Fix FT-817/857/897 issues and add some missing functionality Use correct function to execute set type commands with no response Add a new command line option '--no-restore-ai' ('-n') to rigctl Allow for poor emulations of Kenwood rigs that have no ID command Attempt to restore AI status on exit Proper IPv6 and dual stack networking * Sun Nov 22 2015 dl8fcl@t-online.de - update to version 3.1_git20151122 Remove unecessary delays from TS-940S backend * Mon Nov 09 2015 dl8fcl@darc.de - update to version 3.1_git20151109 change command validation for Yaesu set commands * Sun Sep 20 2015 dl8fcl@darc.de - update to version 3.1_git20150920 fix kenwood_set_mode for ts590s and mode CW, RTTY or AM * Thu Sep 03 2015 dl8fcl@darc.de - update to version 3.0_git20150903 Add library paths for tests * Sat Aug 22 2015 dl8fcl@darc.de - update to version 3.0_git20150822 New CNCTRK rotor backend * Mon Aug 17 2015 dl8fcl@darc.de - update to version 3.0_git20150815 Fixes power level reporting for the Omni VII. Backend is promoted to STABLE status. Fixes S meter reporting for FT857 and FT991. Fixes rig split for FT991. Working now for WSJT-X rig split mode. * Mon Jul 27 2015 dl8fcl@darc.de - update to version 3.0_git20150727 Allows the FT-991 to work with Fake Split in WSJT-X * Fri Jul 17 2015 dl8fcl@darc.de - update to version 3.0_git20150717 Fix for Yaesu FT-991 * Fri Jul 03 2015 dl8fcl@darc.de - update to version 3.0_git20150703 Omni VII patch for WSJT-X * Sat May 23 2015 dl8fcl@darc.de - update to version 3.0_git20150523 Omni VII set VFO_CURR correctly * Sun Apr 26 2015 dl8fcl@darc.de - update to version 3.0_git20150425 - beta version with a lot of new features and new rig backends
/usr/lib/perl5/vendor_perl/5.26.1/armv7l-linux-thread-multi/Hamlib.pm /usr/lib/perl5/vendor_perl/5.26.1/armv7l-linux-thread-multi/auto /usr/lib/perl5/vendor_perl/5.26.1/armv7l-linux-thread-multi/auto/Hamlib /usr/lib/perl5/vendor_perl/5.26.1/armv7l-linux-thread-multi/auto/Hamlib/Hamlib.so /usr/lib/perl5/vendor_perl/5.26.1/armv7l-linux-thread-multi/perltest.pl
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 18:42:22 2024