Skip to content
This repository was archived by the owner on Jan 26, 2026. It is now read-only.

Commit 8eef3cd

Browse files
committed
project: Update for 1.10.3 merge.
1 parent c338d0c commit 8eef3cd

6 files changed

Lines changed: 25 additions & 13 deletions

File tree

SMP/gcrypt.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ extern "C" {
5555
return the same version. The purpose of this macro is to let
5656
autoconf (using the AM_PATH_GCRYPT macro) check that this header
5757
matches the installed library. */
58-
#define GCRYPT_VERSION "1.10.2"
58+
#define GCRYPT_VERSION "1.10.3"
5959

6060
/* The version number of this header. It may be used to handle minor
6161
API incompatibilities. */
62-
#define GCRYPT_VERSION_NUMBER 0x010a02
62+
#define GCRYPT_VERSION_NUMBER 0x010a03
6363

6464

6565
/* Internal: We can't use the convenience macros for the multi

SMP/libgcrypt.vcxproj.filters

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,9 @@
180180
<ClInclude Include="..\mpi\ec-inline.h">
181181
<Filter>Header Files\mpi</Filter>
182182
</ClInclude>
183+
<ClInclude Include="..\src\const-time.h">
184+
<Filter>Header Files\src</Filter>
185+
</ClInclude>
183186
</ItemGroup>
184187
<ItemGroup>
185188
<ClCompile Include="..\src\context.c">
@@ -551,7 +554,6 @@
551554
<ClCompile Include="..\cipher\rijndael-vaes.c">
552555
<Filter>Source Files\cipher</Filter>
553556
</ClCompile>
554-
<ClCompile Include="..\random\rndgetentropy.c" />
555557
<ClCompile Include="..\cipher\cipher-gcm-siv.c">
556558
<Filter>Source Files\cipher</Filter>
557559
</ClCompile>
@@ -567,6 +569,9 @@
567569
<ClCompile Include="..\cipher\rijndael-p10le.c">
568570
<Filter>Source Files\cipher</Filter>
569571
</ClCompile>
572+
<ClCompile Include="..\src\const-time.c">
573+
<Filter>Source Files\src</Filter>
574+
</ClCompile>
570575
</ItemGroup>
571576
<ItemGroup>
572577
<ResourceCompile Include="versioninfo.rc">

SMP/libgcrypt_files.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
<ClInclude Include="..\src\cipher-proto.h" />
3131
<ClInclude Include="..\src\cipher.h" />
3232
<ClInclude Include="..\src\context.h" />
33+
<ClInclude Include="..\src\const-time.h" />
3334
<ClInclude Include="..\src\ec-context.h" />
3435
<ClInclude Include="..\src\g10lib.h" />
3536
<ClInclude Include="..\src\gcrypt-int.h" />
@@ -181,6 +182,7 @@
181182
<CompileAsWinRT>true</CompileAsWinRT>
182183
</ClCompile>
183184
<ClCompile Include="..\src\context.c" />
185+
<ClCompile Include="..\src\const-time.c" />
184186
<ClCompile Include="..\src\fips.c" />
185187
<ClCompile Include="..\src\global.c" />
186188
<ClCompile Include="..\src\hmac256.c" />

SMP/libgcrypt_winrt.vcxproj.filters

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,9 @@
180180
<ClInclude Include="..\mpi\ec-inline.h">
181181
<Filter>Header Files\mpi</Filter>
182182
</ClInclude>
183+
<ClInclude Include="..\src\const-time.h">
184+
<Filter>Header Files\src</Filter>
185+
</ClInclude>
183186
</ItemGroup>
184187
<ItemGroup>
185188
<ClCompile Include="..\src\context.c">
@@ -551,7 +554,6 @@
551554
<ClCompile Include="..\cipher\rijndael-vaes.c">
552555
<Filter>Source Files\cipher</Filter>
553556
</ClCompile>
554-
<ClCompile Include="..\random\rndgetentropy.c" />
555557
<ClCompile Include="..\cipher\cipher-gcm-siv.c">
556558
<Filter>Source Files\cipher</Filter>
557559
</ClCompile>
@@ -567,6 +569,9 @@
567569
<ClCompile Include="..\mpi\ec-nist.c">
568570
<Filter>Source Files\mpi</Filter>
569571
</ClCompile>
572+
<ClCompile Include="..\src\const-time.c">
573+
<Filter>Source Files\src</Filter>
574+
</ClCompile>
570575
</ItemGroup>
571576
<ItemGroup>
572577
<ResourceCompile Include="versioninfo.rc">

SMP/version.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/* Define to the version of this package. */
2-
#define PACKAGE_VERSION "1.10.2"
2+
#define PACKAGE_VERSION "1.10.3"
33

44
/* Version of this package */
5-
#define VERSION "1.10.2"
5+
#define VERSION "1.10.3"
66

77
/* GIT commit id revision used to build this package */
8-
#define BUILD_REVISION "1c5cbac"
8+
#define BUILD_REVISION "aa16108"
99

1010
/* The time this package was configured for a build */
11-
#define BUILD_TIMESTAMP "2023-05-20T16:04+0000"
11+
#define BUILD_TIMESTAMP "2023-12-23T13:00+0000"

SMP/versioninfo.rc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818

1919

2020
VS_VERSION_INFO VERSIONINFO
21-
FILEVERSION 1,10,2,7260
22-
PRODUCTVERSION 1,10,2,7260
21+
FILEVERSION 1,10,3,43542
22+
PRODUCTVERSION 1,10,3,43542
2323
FILEFLAGSMASK 0x3fL
2424
#ifdef _DEBUG
2525
FILEFLAGS 0x21L
@@ -37,15 +37,15 @@ BEGIN
3737
VALUE "Comments", "Provided under the terms of the GNU Lesser General Public License (LGPLv2.1+).\0"
3838
VALUE "CompanyName", "g10 Code GmbH\0"
3939
VALUE "FileDescription", "Libgcrypt - The GNU Crypto Library\0"
40-
VALUE "FileVersion", "24.4.2.1c5cbac\0"
40+
VALUE "FileVersion", "24.4.3.aa16108\0"
4141
VALUE "InternalName", "libgcrypt\0"
4242
VALUE "LegalCopyright", "Copyright � 2023 g10 Code GmbH\0"
4343
VALUE "LegalTrademarks", "\0"
4444
VALUE "OriginalFilename", "libgcrypt.dll\0"
4545
VALUE "PrivateBuild", "\0"
4646
VALUE "ProductName", "libgcrypt\0"
47-
VALUE "ProductVersion", "1.10.2\0"
48-
VALUE "SpecialBuild", "2023-05-20T16:04+0000\0"
47+
VALUE "ProductVersion", "1.10.3\0"
48+
VALUE "SpecialBuild", "2023-12-23T13:00+0000\0"
4949
END
5050
END
5151
END

0 commit comments

Comments
 (0)