Skip to content

Commit 1b747ff

Browse files
committed
MDEV-33115 Update HeidiSQL to 12.6
1 parent c554f26 commit 1b747ff

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

win/packaging/heidisql.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SET(HEIDISQL_BASE_NAME "HeidiSQL_12.3_32_Portable")
1+
SET(HEIDISQL_BASE_NAME "HeidiSQL_12.6_32_Portable")
22
SET(HEIDISQL_ZIP "${HEIDISQL_BASE_NAME}.zip")
33
SET(HEIDISQL_URL "http://www.heidisql.com/downloads/releases/${HEIDISQL_ZIP}")
44
SET(HEIDISQL_DOWNLOAD_DIR ${THIRD_PARTY_DOWNLOAD_LOCATION}/${HEIDISQL_BASE_NAME})

win/packaging/heidisql.wxi.in

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,12 @@
6868
<Component Id="component.HeidiSQL_gds32_14.1.dll" Guid="*" Win64="no">
6969
<File Id="gds32_14.1.dll" Name="gds32-14.1.dll" Source="${HEIDISQL_DOWNLOAD_DIR}\gds32-14.1.dll" />
7070
</Component>
71+
<Component Id="component.HeidiSQL_libeay32.dll" Guid="*" Win64="no">
72+
<File Id="libeay32.dll" Name="libeay32.dll" Source="${HEIDISQL_DOWNLOAD_DIR}\libeay32.dll" />
73+
</Component>
74+
<Component Id="component.HeidiSQL_ssleay32.dll" Guid="*" Win64="no">
75+
<File Id="ssleay32.dll" Name="ssleay32.dll" Source="${HEIDISQL_DOWNLOAD_DIR}\ssleay32.dll" />
76+
</Component>
7177
<Component Id="component.HeidiSQL_plink.exe" Guid="*" Win64="no">
7278
<File Id="plink.exe" Name="plink.exe" Source="${HEIDISQL_DOWNLOAD_DIR}\plink.exe" />
7379
</Component>
@@ -115,6 +121,8 @@
115121
<ComponentRef Id="component.HeidiSQL_libmysql_6.1.dll" />
116122
<ComponentRef Id="component.HeidiSQL_fbclient_4.0.dll" />
117123
<ComponentRef Id="component.HeidiSQL_gds32_14.1.dll" />
124+
<ComponentRef Id="component.HeidiSQL_libeay32.dll" />
125+
<ComponentRef Id="component.HeidiSQL_ssleay32.dll" />
118126
<ComponentRef Id="component.HeidiSQL_plink.exe" />
119127
<ComponentRef Id="component.HeidiSQL_LICENSE_openssl" />
120128
<?foreach db in $(var.functions_dblist) ?>

0 commit comments

Comments
 (0)