Skip to content

Commit 5a27f08

Browse files
authored
Bump libssh2lv dependency (#47)
* Bump libssh2lv dependency This bumps to v0.2.4, which includes using OpenSSL v3.0.1. * Bump version number Add release date. Co-authored-by: Christopher Field <[email protected]>
1 parent 1a875fb commit 5a27f08

File tree

8 files changed

+31
-33
lines changed

8 files changed

+31
-33
lines changed

LIBSSH2.lvproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -547,18 +547,18 @@
547547
<Property Name="Bld_localDestDir" Type="Path">../builds/Examples</Property>
548548
<Property Name="Bld_localDestDirType" Type="Str">relativeToProject</Property>
549549
<Property Name="Bld_previewCacheID" Type="Str">{A13C7B79-8266-44FA-809C-460DB477EB2D}</Property>
550-
<Property Name="Bld_version.build" Type="Int">31</Property>
550+
<Property Name="Bld_version.build" Type="Int">32</Property>
551551
<Property Name="Bld_version.major" Type="Int">1</Property>
552552
<Property Name="Bld_version.minor" Type="Int">2</Property>
553-
<Property Name="Bld_version.patch" Type="Int">3</Property>
553+
<Property Name="Bld_version.patch" Type="Int">4</Property>
554554
<Property Name="Destination[0].destName" Type="Str">Destination Directory</Property>
555555
<Property Name="Destination[0].path" Type="Path">../builds/Examples</Property>
556556
<Property Name="Destination[0].path.type" Type="Str">relativeToProject</Property>
557557
<Property Name="Destination[1].destName" Type="Str">Support Directory</Property>
558558
<Property Name="Destination[1].path" Type="Path">../builds/Examples/Support</Property>
559559
<Property Name="Destination[1].path.type" Type="Str">relativeToProject</Property>
560560
<Property Name="DestinationCount" Type="Int">2</Property>
561-
<Property Name="Source[0].itemID" Type="Str">{8104AE03-EC0D-401F-9F29-A25C2F4A2E11}</Property>
561+
<Property Name="Source[0].itemID" Type="Str">{CB65088A-A952-45E3-A5F2-E42FC8E1C7AD}</Property>
562562
<Property Name="Source[0].type" Type="Str">Container</Property>
563563
<Property Name="Source[1].Container.applyDestination" Type="Bool">true</Property>
564564
<Property Name="Source[1].Container.applyInclusion" Type="Bool">true</Property>
@@ -614,10 +614,10 @@
614614
<Property Name="Bld_localDestDir" Type="Path">../builds/Toolkit</Property>
615615
<Property Name="Bld_localDestDirType" Type="Str">relativeToProject</Property>
616616
<Property Name="Bld_previewCacheID" Type="Str">{514E7279-3394-4E67-B6FE-EF59C28E03DA}</Property>
617-
<Property Name="Bld_version.build" Type="Int">31</Property>
617+
<Property Name="Bld_version.build" Type="Int">32</Property>
618618
<Property Name="Bld_version.major" Type="Int">1</Property>
619619
<Property Name="Bld_version.minor" Type="Int">2</Property>
620-
<Property Name="Bld_version.patch" Type="Int">3</Property>
620+
<Property Name="Bld_version.patch" Type="Int">4</Property>
621621
<Property Name="Destination[0].destName" Type="Str">Destination Directory</Property>
622622
<Property Name="Destination[0].path" Type="Path">../builds/Toolkit</Property>
623623
<Property Name="Destination[0].path.type" Type="Str">relativeToProject</Property>
@@ -629,7 +629,7 @@
629629
<Property Name="Destination[2].path" Type="Path">../builds/Toolkit</Property>
630630
<Property Name="Destination[2].path.type" Type="Str">relativeToProject</Property>
631631
<Property Name="DestinationCount" Type="Int">3</Property>
632-
<Property Name="Source[0].itemID" Type="Str">{8104AE03-EC0D-401F-9F29-A25C2F4A2E11}</Property>
632+
<Property Name="Source[0].itemID" Type="Str">{CB65088A-A952-45E3-A5F2-E42FC8E1C7AD}</Property>
633633
<Property Name="Source[0].type" Type="Str">Container</Property>
634634
<Property Name="Source[1].destinationIndex" Type="Int">0</Property>
635635
<Property Name="Source[1].itemID" Type="Ref">/My Computer/Tests.lvlib</Property>

configs/LIBSSH2.vipb

Lines changed: 18 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<VI_Package_Builder_Settings Version="2018" Created_Date="2018-07-05 09:51:50" Modified_Date="2021-12-11 12:01:24" Creator="cfield" Comments="" ID="d4130c6f1e361ab0ccdc7b6829927d31">
1+
<VI_Package_Builder_Settings Version="2018" Created_Date="2018-07-05 09:51:50" Modified_Date="2022-03-12 13:53:53" Creator="cfield" Comments="" ID="c65d73d4ba454d7a03ba88d0de716f62">
22
<Library_General_Settings>
33
<Package_File_Name>Field_RnD_Services_LIBSSH2</Package_File_Name>
4-
<Library_Version>1.2.3.32</Library_Version>
4+
<Library_Version>1.2.4.32</Library_Version>
55
<Auto_Increment_Version>false</Auto_Increment_Version>
66
<Library_Source_Folder>..\builds</Library_Source_Folder>
77
<Library_Output_Folder>..\packages</Library_Output_Folder>
@@ -32,19 +32,11 @@
3232
<Copyright/>
3333
<Packager>Christopher R Field</Packager>
3434
<URL>https://github.com/fieldrndservices/libssh2-labview</URL>
35-
<Release_Notes>## [1.2.3] - 2021-12-11
36-
37-
### Added
38-
39-
- Optional TCP Port for connecting to a remote SSH server
35+
<Release_Notes>## [1.2.4] - 2022-03-12
4036

4137
### Changed
4238

43-
- The "Simple SFTP File Downalod" example to use a simpler VI
44-
45-
### Fixed
46-
47-
- Improper usage of SFTP Attribute API in the "Simple SFTP File Download" example</Release_Notes>
39+
- libssh2lv dependency from v0.2.3 to v0.2.4</Release_Notes>
4840
</Description>
4941
<Destinations>
5042
<Toolkit_VIs>
@@ -470,7 +462,7 @@
470462
<Path>..\builds\Toolkit\VI Tree.vi</Path>
471463
<VI_Title/>
472464
</Items_Data>
473-
<GUID>8C2C8F3DDF8BCFF7765108D12ACE0F0C</GUID>
465+
<GUID>C8451D08E46A1E9B0BCB0B2B493F4739</GUID>
474466
</Functions_Palette_Data>
475467
<Functions_Palette_Data>
476468
<Parent_Palette_Index>0</Parent_Palette_Index>
@@ -631,7 +623,7 @@
631623
<Path>..\builds\Toolkit\Agent Identity\Create.vi</Path>
632624
<VI_Title/>
633625
</Items_Data>
634-
<GUID>9884487B6476F992EBA033609CB6D4F3</GUID>
626+
<GUID>E50A633BF73420896224B18047167C77</GUID>
635627
</Functions_Palette_Data>
636628
<Functions_Palette_Data>
637629
<Parent_Palette_Index>0</Parent_Palette_Index>
@@ -1044,7 +1036,7 @@
10441036
<Path>..\builds\Toolkit\Channel\Flush.vi</Path>
10451037
<VI_Title/>
10461038
</Items_Data>
1047-
<GUID>661110D915E848CEF07187F8E816D6B1</GUID>
1039+
<GUID>79FB8A7BC1330043AD9BFF817E8AF8F9</GUID>
10481040
</Functions_Palette_Data>
10491041
<Functions_Palette_Data>
10501042
<Parent_Palette_Index>0</Parent_Palette_Index>
@@ -1247,7 +1239,7 @@
12471239
<Path>..\builds\Toolkit\Session\Write Timeout.vi</Path>
12481240
<VI_Title/>
12491241
</Items_Data>
1250-
<GUID>63F8E653FB1624B751C08C086BE6FE8A</GUID>
1242+
<GUID>026B112F3BA9BF3FA9C1275199382BE6</GUID>
12511243
</Functions_Palette_Data>
12521244
<Functions_Palette_Data>
12531245
<Parent_Palette_Index>0</Parent_Palette_Index>
@@ -1352,7 +1344,7 @@
13521344
<Path>..\builds\Toolkit\SFTP\Create.vi</Path>
13531345
<VI_Title/>
13541346
</Items_Data>
1355-
<GUID>AC3A9FA52A03AF23A413DBE618ED30F9</GUID>
1347+
<GUID>CF2ED19177152A6DDEBBDF344C75AC9B</GUID>
13561348
</Functions_Palette_Data>
13571349
<Functions_Palette_Data>
13581350
<Parent_Palette_Index>4</Parent_Palette_Index>
@@ -1485,7 +1477,7 @@
14851477
<Path>..\builds\Toolkit\SFTP\Link Status.vi</Path>
14861478
<VI_Title/>
14871479
</Items_Data>
1488-
<GUID>66A3F28F4CB2ABF7DFEA769D7D2CE48A</GUID>
1480+
<GUID>F176AEEE5451D1A005D3AEA0E56C3E0F</GUID>
14891481
</Functions_Palette_Data>
14901482
<Functions_Palette_Data>
14911483
<Parent_Palette_Index>4</Parent_Palette_Index>
@@ -1688,7 +1680,7 @@
16881680
<Path>..\builds\Toolkit\SFTP File\Read All.vi</Path>
16891681
<VI_Title/>
16901682
</Items_Data>
1691-
<GUID>291E28C0A0F0B7BA102708F0E963B62B</GUID>
1683+
<GUID>22D8C6DF2A06812746926C3715B71914</GUID>
16921684
</Functions_Palette_Data>
16931685
<Functions_Palette_Data>
16941686
<Parent_Palette_Index>4</Parent_Palette_Index>
@@ -1751,7 +1743,7 @@
17511743
<Path>..\builds\Toolkit\SFTP Directory\Read.vi</Path>
17521744
<VI_Title/>
17531745
</Items_Data>
1754-
<GUID>C4E68EF10C494AB05BF2881CA422E40C</GUID>
1746+
<GUID>53936191D528DFF58ACCC270C1B332E4</GUID>
17551747
</Functions_Palette_Data>
17561748
<Functions_Palette_Data>
17571749
<Parent_Palette_Index>4</Parent_Palette_Index>
@@ -1954,7 +1946,7 @@
19541946
<Path>..\builds\Toolkit\SFTP Attributes\Read Flags.vi</Path>
19551947
<VI_Title/>
19561948
</Items_Data>
1957-
<GUID>0F9E05F524B0245BF571EFDC6C1E0BD9</GUID>
1949+
<GUID>4E2DB4776BF6B7A272C6520908E21E3C</GUID>
19581950
</Functions_Palette_Data>
19591951
<Functions_Palette_Data>
19601952
<Parent_Palette_Index>0</Parent_Palette_Index>
@@ -2059,7 +2051,7 @@
20592051
<Path>..\builds\Toolkit\File Info\Read Modified Time.vi</Path>
20602052
<VI_Title/>
20612053
</Items_Data>
2062-
<GUID>9DE7286C594F20FDB0D97939600F6ED8</GUID>
2054+
<GUID>F8226DB1143FC10D9196B8E78057909E</GUID>
20632055
</Functions_Palette_Data>
20642056
<Functions_Palette_Data>
20652057
<Parent_Palette_Index>0</Parent_Palette_Index>
@@ -2108,7 +2100,7 @@
21082100
<Path>..\builds\Toolkit\API\Known Host\API</Path>
21092101
<VI_Title/>
21102102
</Items_Data>
2111-
<GUID>18C50D53527790BF74B64F436ACA9986</GUID>
2103+
<GUID>690A0429B1A1D02F39E6B4FC2A117CF4</GUID>
21122104
</Functions_Palette_Data>
21132105
<Functions_Palette_Data>
21142106
<Parent_Palette_Index>10</Parent_Palette_Index>
@@ -2227,7 +2219,7 @@
22272219
<Path>..\builds\Toolkit\Known Hosts\First.vi</Path>
22282220
<VI_Title/>
22292221
</Items_Data>
2230-
<GUID>8F1A4A5ED323B53E267200D530868FA8</GUID>
2222+
<GUID>00D169BCFCBAF6D2BE63E5D1AF725CCB</GUID>
22312223
</Functions_Palette_Data>
22322224
<Functions_Palette_Data>
22332225
<Parent_Palette_Index>10</Parent_Palette_Index>
@@ -2332,7 +2324,7 @@
23322324
<Path>..\builds\Toolkit\Known Host\Read Magic.vi</Path>
23332325
<VI_Title/>
23342326
</Items_Data>
2335-
<GUID>7133AF35F892E0170BEC3D242C176E62</GUID>
2327+
<GUID>5C1D55B4C46394166C07A0E6040039C4</GUID>
23362328
</Functions_Palette_Data>
23372329
<Functions_Palette_Data>
23382330
<Parent_Palette_Index>0</Parent_Palette_Index>
@@ -2381,7 +2373,7 @@
23812373
<Path>..\builds\Toolkit\Listener\Create.vi</Path>
23822374
<VI_Title/>
23832375
</Items_Data>
2384-
<GUID>210EF506CF76A5A91ED0B19C6AF1FF04</GUID>
2376+
<GUID>FE15A66F6EADA9942C8AB71545017735</GUID>
23852377
</Functions_Palette_Data>
23862378
</Library_Palette_Definition>
23872379
</VI_Package_Builder_Settings>

docs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file, which is wr
44

55
## [Unreleased]
66

7+
## [1.2.4] - 2022-03-12
8+
9+
### Changed
10+
11+
- libssh2lv dependency from v0.2.3 to v0.2.4
12+
713
## [1.2.3] - 2021-12-11
814

915
### Added
0 Bytes
Binary file not shown.

src/Toolkit/Support/libssh2lv.dll

0 Bytes
Binary file not shown.
618 KB
Binary file not shown.

src/Toolkit/Support/libssh2lv.so

1.74 MB
Binary file not shown.

src/Toolkit/Toolkit.lvlib

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)