Skip to content

Commit

Permalink
Update 14 packages
Browse files Browse the repository at this point in the history
libopenssl (3.2.1-1 -> 3.2.2-1)
mingw-w64-i686-crt-git (12.0.0.r1.gdc42231f0-1 -> 12.0.0.r32.gf977e1c38-1)
mingw-w64-i686-headers-git (12.0.0.r1.gdc42231f0-1 -> 12.0.0.r32.gf977e1c38-1)
mingw-w64-i686-libmangle-git (12.0.0.r1.gdc42231f0-1 -> 12.0.0.r32.gf977e1c38-1)
mingw-w64-i686-libwinpthread-git (12.0.0.r1.gdc42231f0-1 -> 12.0.0.r32.gf977e1c38-1)
mingw-w64-i686-tools-git (12.0.0.r1.gdc42231f0-1 -> 12.0.0.r32.gf977e1c38-1)
mingw-w64-i686-winpthreads-git (12.0.0.r1.gdc42231f0-1 -> 12.0.0.r32.gf977e1c38-1)
mingw-w64-x86_64-crt-git (12.0.0.r1.gdc42231f0-1 -> 12.0.0.r32.gf977e1c38-1)
mingw-w64-x86_64-headers-git (12.0.0.r1.gdc42231f0-1 -> 12.0.0.r32.gf977e1c38-1)
mingw-w64-x86_64-libmangle-git (12.0.0.r1.gdc42231f0-1 -> 12.0.0.r32.gf977e1c38-1)
mingw-w64-x86_64-libwinpthread-git (12.0.0.r1.gdc42231f0-1 -> 12.0.0.r32.gf977e1c38-1)
mingw-w64-x86_64-tools-git (12.0.0.r1.gdc42231f0-1 -> 12.0.0.r32.gf977e1c38-1)
mingw-w64-x86_64-winpthreads-git (12.0.0.r1.gdc42231f0-1 -> 12.0.0.r32.gf977e1c38-1)
openssl (3.2.1-1 -> 3.2.2-1)

Signed-off-by: Git for Windows Build Agent <[email protected]>
  • Loading branch information
Git for Windows Build Agent committed Jun 6, 2024
1 parent e85a7b2 commit b2473be
Show file tree
Hide file tree
Showing 258 changed files with 137 additions and 95 deletions.
Binary file modified mingw32/bin/gendef.exe
Binary file not shown.
Binary file modified mingw32/bin/genidl.exe
Binary file not shown.
Binary file modified mingw32/bin/genpeimg.exe
Binary file not shown.
Binary file modified mingw32/bin/libwinpthread-1.dll
Binary file not shown.
Binary file modified mingw32/bin/widl.exe
Binary file not shown.
10 changes: 2 additions & 8 deletions mingw32/include/_mingw_stat64.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,12 @@

#ifdef _USE_32BIT_TIME_T
#define _fstat _fstat32
#define _stat _stat32
#define _wstat _wstat32
#ifdef _UCRT
#define _fstati64 _fstat32i64
#define _stat _stat32
#define _stati64 _stat32i64
#define _wstat _wstat32
#define _wstati64 _wstat32i64
#else
#define _fstat32i64 _fstati64
#define _stat32i64 _stati64
#define _wstat32i64 _wstati64
#endif
#else
#define _fstat _fstat64i32
#define _fstati64 _fstat64
#define _stat _stat64i32
Expand Down
5 changes: 5 additions & 0 deletions mingw32/include/computecore.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ HRESULT WINAPI HcsWaitForOperationResult (HCS_OPERATION operation, DWORD timeout
HRESULT WINAPI HcsWaitForOperationResultAndProcessInfo (HCS_OPERATION operation, DWORD timeoutMs, HCS_PROCESS_INFORMATION *processInformation, PWSTR *resultDocument);
HRESULT WINAPI HcsSetOperationCallback (HCS_OPERATION operation, const void *context, HCS_OPERATION_COMPLETION callback);
HRESULT WINAPI HcsCancelOperation (HCS_OPERATION operation);
HRESULT WINAPI HcsGetOperationProperties (HCS_OPERATION operation, PCWSTR options, PWSTR *resultDocument);
HRESULT WINAPI HcsCreateComputeSystem (PCWSTR id, PCWSTR configuration, HCS_OPERATION operation, const SECURITY_DESCRIPTOR *securityDescriptor, HCS_SYSTEM *computeSystem);
HRESULT WINAPI HcsCreateComputeSystemInNamespace (PCWSTR idNamespace, PCWSTR id, PCWSTR configuration, HCS_OPERATION operation, const HCS_CREATE_OPTIONS *options, HCS_SYSTEM *computeSystem);
HRESULT WINAPI HcsOpenComputeSystem (PCWSTR id, DWORD requestedAccess, HCS_SYSTEM *computeSystem);
Expand All @@ -55,6 +56,10 @@ HRESULT WINAPI HcsGetComputeSystemProperties (HCS_SYSTEM computeSystem, HCS_OPER
HRESULT WINAPI HcsModifyComputeSystem (HCS_SYSTEM computeSystem, HCS_OPERATION operation, PCWSTR configuration, HANDLE identity);
HRESULT WINAPI HcsWaitForComputeSystemExit (HCS_SYSTEM computeSystem, DWORD timeoutMs, PWSTR *result);
HRESULT WINAPI HcsSetComputeSystemCallback (HCS_SYSTEM computeSystem, HCS_EVENT_OPTIONS callbackOptions, const void *context, HCS_EVENT_CALLBACK callback);
HRESULT WINAPI HcsInitializeLiveMigrationOnSource (HCS_SYSTEM computeSystem, HCS_OPERATION operation, PCWSTR options);
HRESULT WINAPI HcsStartLiveMigrationOnSource (HCS_SYSTEM computeSystem, HCS_OPERATION operation, PCWSTR options);
HRESULT WINAPI HcsStartLiveMigrationTransfer (HCS_SYSTEM computeSystem, HCS_OPERATION operation, PCWSTR options);
HRESULT WINAPI HcsFinalizeLiveMigration (HCS_SYSTEM computeSystem, HCS_OPERATION operation, PCWSTR options);
HRESULT WINAPI HcsCreateProcess (HCS_SYSTEM computeSystem, PCWSTR processParameters, HCS_OPERATION operation, const SECURITY_DESCRIPTOR *securityDescriptor, HCS_PROCESS *process);
HRESULT WINAPI HcsOpenProcess (HCS_SYSTEM computeSystem, DWORD processId, DWORD requestedAccess, HCS_PROCESS *process);
void WINAPI HcsCloseProcess (HCS_PROCESS process);
Expand Down
17 changes: 13 additions & 4 deletions mingw32/include/computedefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@ typedef enum HCS_OPERATION_TYPE {
HcsOperationTypeGetProcessInfo = 12,
HcsOperationTypeGetProcessProperties = 13,
HcsOperationTypeModifyProcess = 14,
HcsOperationTypeCrash = 15
HcsOperationTypeCrash = 15,
HcsOperationTypeLiveMigration = 19,
HcsOperationTypeReserved1 = 16,
HcsOperationTypeReserved2 = 17,
HcsOperationTypeReserved3 = 18
} HCS_OPERATION_TYPE;

#define HCS_INVALID_OPERATION_ID (UINT64)(-1)
Expand All @@ -48,6 +52,7 @@ typedef enum HCS_EVENT_TYPE {
HcsEventOperationCallback = 0x01000000,
HcsEventServiceDisconnect = 0x02000000,
HcsEventGroupVmLifecycle = 0x80000002,
HcsEventGroupLiveMigration = 0x80000003,
HcsEventGroupOperationInfo = 0xC0000001
} HCS_EVENT_TYPE;

Expand All @@ -60,14 +65,16 @@ typedef struct HCS_EVENT {
typedef enum HCS_EVENT_OPTIONS {
HcsEventOptionNone = 0x00000000,
HcsEventOptionEnableOperationCallbacks = 0x00000001,
HcsEventOptionEnableVmLifecycle = 0x00000002
HcsEventOptionEnableVmLifecycle = 0x00000002,
HcsEventOptionEnableLiveMigrationEvents = 0x00000004
} HCS_EVENT_OPTIONS;

DEFINE_ENUM_FLAG_OPERATORS(HCS_EVENT_OPTIONS);

typedef enum HCS_OPERATION_OPTIONS {
HcsOperationOptionNone = 0x00000000,
HcsOperationOptionProgressUpdate = 0x00000001
HcsOperationOptionProgressUpdate = 0x00000001,
HcsOperationOptionReserved1 = 0x00000002
} HCS_OPERATION_OPTIONS;

DEFINE_ENUM_FLAG_OPERATORS(HCS_OPERATION_OPTIONS);
Expand All @@ -77,7 +84,9 @@ typedef void (CALLBACK *HCS_EVENT_CALLBACK)(HCS_EVENT *event, void *context);
typedef enum HCS_RESOURCE_TYPE {
HcsResourceTypeNone = 0,
HcsResourceTypeFile = 1,
HcsResourceTypeJob = 2
HcsResourceTypeJob = 2,
HcsResourceTypeComObject = 3,
HcsResourceTypeSocket = 4
} HCS_RESOURCE_TYPE;

typedef enum HCS_NOTIFICATION_FLAGS {
Expand Down
2 changes: 2 additions & 0 deletions mingw32/include/computestorage.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ HRESULT WINAPI HcsDetachLayerStorageFilter (PCWSTR layerPath);
HRESULT WINAPI HcsFormatWritableLayerVhd (HANDLE vhdHandle);
HRESULT WINAPI HcsGetLayerVhdMountPath (HANDLE vhdHandle, PWSTR *mountPath);
HRESULT WINAPI HcsSetupBaseOSVolume (PCWSTR layerPath, PCWSTR volumePath, PCWSTR options);
HRESULT WINAPI HcsAttachOverlayFilter (PCWSTR VolumeMountPoint, PCWSTR LayerData);
HRESULT WINAPI HcsDetachOverlayFilter (PCWSTR VolumeMountPoint, PCWSTR LayerData);

#ifdef __cplusplus
}
Expand Down
6 changes: 5 additions & 1 deletion mingw32/include/sdkddkver.h
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,12 @@
#define NTDDI_WIN10_FE 0x0A00000A
#define NTDDI_WIN10_CO 0x0A00000B
#define NTDDI_WIN10_NI 0x0A00000C
#define NTDDI_WIN10_CU 0x0A00000D
#define NTDDI_WIN11_ZN 0x0A00000E
#define NTDDI_WIN11_GA 0x0A00000F
#define NTDDI_WIN11_GE 0x0A000010

#define WDK_NTDDI_VERSION NTDDI_WIN10_NI
#define WDK_NTDDI_VERSION NTDDI_WIN11_GE

/* Version Fields in NTDDI_VERSION */
#define OSVERSION_MASK 0xFFFF0000U
Expand Down
4 changes: 2 additions & 2 deletions mingw32/include/time.h
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,9 @@ extern "C" {
#if !defined (RC_INVOKED) && !defined (_INC_WTIME_INL)
#define _INC_WTIME_INL
#ifndef _USE_32BIT_TIME_T
wchar_t *__cdecl _wctime(const time_t *_Time) __MINGW_ATTRIB_DEPRECATED_SEC_WARN __MINGW_ASM_CALL(_wctime64);
wchar_t *__cdecl _wctime(const time_t *_Time) __MINGW_ASM_CALL(_wctime64) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
#else
wchar_t *__cdecl _wctime(const time_t *_Time) __MINGW_ATTRIB_DEPRECATED_SEC_WARN __MINGW_ASM_CALL(_wctime32);
wchar_t *__cdecl _wctime(const time_t *_Time) __MINGW_ASM_CALL(_wctime32) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
#endif
#endif

Expand Down
Binary file modified mingw32/lib/libcrtdll.a
Binary file not shown.
Binary file modified mingw32/lib/libmingwex.a
Binary file not shown.
Binary file modified mingw32/lib/libmsvcr100.a
Binary file not shown.
Binary file modified mingw32/lib/libmsvcr110.a
Binary file not shown.
Binary file modified mingw32/lib/libmsvcr120.a
Binary file not shown.
Binary file modified mingw32/lib/libmsvcr120_app.a
Binary file not shown.
Binary file modified mingw32/lib/libmsvcr120d.a
Binary file not shown.
Binary file added mingw32/lib/libmsvcr40d.a
Binary file not shown.
Binary file modified mingw32/lib/libmsvcr70.a
Binary file not shown.
Binary file added mingw32/lib/libmsvcr70d.a
Binary file not shown.
Binary file modified mingw32/lib/libmsvcr71.a
Binary file not shown.
Binary file added mingw32/lib/libmsvcr71d.a
Binary file not shown.
Binary file modified mingw32/lib/libmsvcr80.a
Binary file not shown.
Binary file added mingw32/lib/libmsvcr80d.a
Binary file not shown.
Binary file modified mingw32/lib/libmsvcr90.a
Binary file not shown.
Binary file modified mingw32/lib/libmsvcr90d.a
Binary file not shown.
Binary file modified mingw32/lib/libmsvcrt-os.a
Binary file not shown.
Binary file modified mingw32/lib/libmsvcrt.a
Binary file not shown.
Binary file modified mingw32/lib/libmsvcrt10.a
Binary file not shown.
Binary file modified mingw32/lib/libmsvcrt20.a
Binary file not shown.
Binary file modified mingw32/lib/libmsvcrt40.a
Binary file not shown.
Binary file added mingw32/lib/libmsvcrtd.a
Binary file not shown.
Binary file modified mingw32/lib/libucrt.a
Binary file not shown.
Binary file modified mingw32/lib/libucrtapp.a
Binary file not shown.
Binary file modified mingw32/lib/libucrtbase.a
Binary file not shown.
Binary file modified mingw64/bin/gendef.exe
Binary file not shown.
Binary file modified mingw64/bin/genidl.exe
Binary file not shown.
Binary file modified mingw64/bin/genpeimg.exe
Binary file not shown.
Binary file modified mingw64/bin/libwinpthread-1.dll
Binary file not shown.
Binary file modified mingw64/bin/widl.exe
Binary file not shown.
10 changes: 2 additions & 8 deletions mingw64/include/_mingw_stat64.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,12 @@

#ifdef _USE_32BIT_TIME_T
#define _fstat _fstat32
#define _stat _stat32
#define _wstat _wstat32
#ifdef _UCRT
#define _fstati64 _fstat32i64
#define _stat _stat32
#define _stati64 _stat32i64
#define _wstat _wstat32
#define _wstati64 _wstat32i64
#else
#define _fstat32i64 _fstati64
#define _stat32i64 _stati64
#define _wstat32i64 _wstati64
#endif
#else
#define _fstat _fstat64i32
#define _fstati64 _fstat64
#define _stat _stat64i32
Expand Down
5 changes: 5 additions & 0 deletions mingw64/include/computecore.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ HRESULT WINAPI HcsWaitForOperationResult (HCS_OPERATION operation, DWORD timeout
HRESULT WINAPI HcsWaitForOperationResultAndProcessInfo (HCS_OPERATION operation, DWORD timeoutMs, HCS_PROCESS_INFORMATION *processInformation, PWSTR *resultDocument);
HRESULT WINAPI HcsSetOperationCallback (HCS_OPERATION operation, const void *context, HCS_OPERATION_COMPLETION callback);
HRESULT WINAPI HcsCancelOperation (HCS_OPERATION operation);
HRESULT WINAPI HcsGetOperationProperties (HCS_OPERATION operation, PCWSTR options, PWSTR *resultDocument);
HRESULT WINAPI HcsCreateComputeSystem (PCWSTR id, PCWSTR configuration, HCS_OPERATION operation, const SECURITY_DESCRIPTOR *securityDescriptor, HCS_SYSTEM *computeSystem);
HRESULT WINAPI HcsCreateComputeSystemInNamespace (PCWSTR idNamespace, PCWSTR id, PCWSTR configuration, HCS_OPERATION operation, const HCS_CREATE_OPTIONS *options, HCS_SYSTEM *computeSystem);
HRESULT WINAPI HcsOpenComputeSystem (PCWSTR id, DWORD requestedAccess, HCS_SYSTEM *computeSystem);
Expand All @@ -55,6 +56,10 @@ HRESULT WINAPI HcsGetComputeSystemProperties (HCS_SYSTEM computeSystem, HCS_OPER
HRESULT WINAPI HcsModifyComputeSystem (HCS_SYSTEM computeSystem, HCS_OPERATION operation, PCWSTR configuration, HANDLE identity);
HRESULT WINAPI HcsWaitForComputeSystemExit (HCS_SYSTEM computeSystem, DWORD timeoutMs, PWSTR *result);
HRESULT WINAPI HcsSetComputeSystemCallback (HCS_SYSTEM computeSystem, HCS_EVENT_OPTIONS callbackOptions, const void *context, HCS_EVENT_CALLBACK callback);
HRESULT WINAPI HcsInitializeLiveMigrationOnSource (HCS_SYSTEM computeSystem, HCS_OPERATION operation, PCWSTR options);
HRESULT WINAPI HcsStartLiveMigrationOnSource (HCS_SYSTEM computeSystem, HCS_OPERATION operation, PCWSTR options);
HRESULT WINAPI HcsStartLiveMigrationTransfer (HCS_SYSTEM computeSystem, HCS_OPERATION operation, PCWSTR options);
HRESULT WINAPI HcsFinalizeLiveMigration (HCS_SYSTEM computeSystem, HCS_OPERATION operation, PCWSTR options);
HRESULT WINAPI HcsCreateProcess (HCS_SYSTEM computeSystem, PCWSTR processParameters, HCS_OPERATION operation, const SECURITY_DESCRIPTOR *securityDescriptor, HCS_PROCESS *process);
HRESULT WINAPI HcsOpenProcess (HCS_SYSTEM computeSystem, DWORD processId, DWORD requestedAccess, HCS_PROCESS *process);
void WINAPI HcsCloseProcess (HCS_PROCESS process);
Expand Down
17 changes: 13 additions & 4 deletions mingw64/include/computedefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@ typedef enum HCS_OPERATION_TYPE {
HcsOperationTypeGetProcessInfo = 12,
HcsOperationTypeGetProcessProperties = 13,
HcsOperationTypeModifyProcess = 14,
HcsOperationTypeCrash = 15
HcsOperationTypeCrash = 15,
HcsOperationTypeLiveMigration = 19,
HcsOperationTypeReserved1 = 16,
HcsOperationTypeReserved2 = 17,
HcsOperationTypeReserved3 = 18
} HCS_OPERATION_TYPE;

#define HCS_INVALID_OPERATION_ID (UINT64)(-1)
Expand All @@ -48,6 +52,7 @@ typedef enum HCS_EVENT_TYPE {
HcsEventOperationCallback = 0x01000000,
HcsEventServiceDisconnect = 0x02000000,
HcsEventGroupVmLifecycle = 0x80000002,
HcsEventGroupLiveMigration = 0x80000003,
HcsEventGroupOperationInfo = 0xC0000001
} HCS_EVENT_TYPE;

Expand All @@ -60,14 +65,16 @@ typedef struct HCS_EVENT {
typedef enum HCS_EVENT_OPTIONS {
HcsEventOptionNone = 0x00000000,
HcsEventOptionEnableOperationCallbacks = 0x00000001,
HcsEventOptionEnableVmLifecycle = 0x00000002
HcsEventOptionEnableVmLifecycle = 0x00000002,
HcsEventOptionEnableLiveMigrationEvents = 0x00000004
} HCS_EVENT_OPTIONS;

DEFINE_ENUM_FLAG_OPERATORS(HCS_EVENT_OPTIONS);

typedef enum HCS_OPERATION_OPTIONS {
HcsOperationOptionNone = 0x00000000,
HcsOperationOptionProgressUpdate = 0x00000001
HcsOperationOptionProgressUpdate = 0x00000001,
HcsOperationOptionReserved1 = 0x00000002
} HCS_OPERATION_OPTIONS;

DEFINE_ENUM_FLAG_OPERATORS(HCS_OPERATION_OPTIONS);
Expand All @@ -77,7 +84,9 @@ typedef void (CALLBACK *HCS_EVENT_CALLBACK)(HCS_EVENT *event, void *context);
typedef enum HCS_RESOURCE_TYPE {
HcsResourceTypeNone = 0,
HcsResourceTypeFile = 1,
HcsResourceTypeJob = 2
HcsResourceTypeJob = 2,
HcsResourceTypeComObject = 3,
HcsResourceTypeSocket = 4
} HCS_RESOURCE_TYPE;

typedef enum HCS_NOTIFICATION_FLAGS {
Expand Down
2 changes: 2 additions & 0 deletions mingw64/include/computestorage.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ HRESULT WINAPI HcsDetachLayerStorageFilter (PCWSTR layerPath);
HRESULT WINAPI HcsFormatWritableLayerVhd (HANDLE vhdHandle);
HRESULT WINAPI HcsGetLayerVhdMountPath (HANDLE vhdHandle, PWSTR *mountPath);
HRESULT WINAPI HcsSetupBaseOSVolume (PCWSTR layerPath, PCWSTR volumePath, PCWSTR options);
HRESULT WINAPI HcsAttachOverlayFilter (PCWSTR VolumeMountPoint, PCWSTR LayerData);
HRESULT WINAPI HcsDetachOverlayFilter (PCWSTR VolumeMountPoint, PCWSTR LayerData);

#ifdef __cplusplus
}
Expand Down
6 changes: 5 additions & 1 deletion mingw64/include/sdkddkver.h
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,12 @@
#define NTDDI_WIN10_FE 0x0A00000A
#define NTDDI_WIN10_CO 0x0A00000B
#define NTDDI_WIN10_NI 0x0A00000C
#define NTDDI_WIN10_CU 0x0A00000D
#define NTDDI_WIN11_ZN 0x0A00000E
#define NTDDI_WIN11_GA 0x0A00000F
#define NTDDI_WIN11_GE 0x0A000010

#define WDK_NTDDI_VERSION NTDDI_WIN10_NI
#define WDK_NTDDI_VERSION NTDDI_WIN11_GE

/* Version Fields in NTDDI_VERSION */
#define OSVERSION_MASK 0xFFFF0000U
Expand Down
4 changes: 2 additions & 2 deletions mingw64/include/time.h
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,9 @@ extern "C" {
#if !defined (RC_INVOKED) && !defined (_INC_WTIME_INL)
#define _INC_WTIME_INL
#ifndef _USE_32BIT_TIME_T
wchar_t *__cdecl _wctime(const time_t *_Time) __MINGW_ATTRIB_DEPRECATED_SEC_WARN __MINGW_ASM_CALL(_wctime64);
wchar_t *__cdecl _wctime(const time_t *_Time) __MINGW_ASM_CALL(_wctime64) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
#else
wchar_t *__cdecl _wctime(const time_t *_Time) __MINGW_ATTRIB_DEPRECATED_SEC_WARN __MINGW_ASM_CALL(_wctime32);
wchar_t *__cdecl _wctime(const time_t *_Time) __MINGW_ASM_CALL(_wctime32) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
#endif
#endif

Expand Down
Binary file modified mingw64/lib/libcomputecore.a
Binary file not shown.
Binary file modified mingw64/lib/libcomputenetwork.a
Binary file not shown.
Binary file modified mingw64/lib/libcomputestorage.a
Binary file not shown.
Binary file modified mingw64/lib/libmingwex.a
Binary file not shown.
Binary file modified mingw64/lib/libmsvcr100.a
Binary file not shown.
Binary file modified mingw64/lib/libmsvcr110.a
Binary file not shown.
Binary file modified mingw64/lib/libmsvcr120.a
Binary file not shown.
Binary file modified mingw64/lib/libmsvcr120_app.a
Binary file not shown.
Binary file modified mingw64/lib/libmsvcr120d.a
Binary file not shown.
Binary file modified mingw64/lib/libmsvcr80.a
Binary file not shown.
Binary file added mingw64/lib/libmsvcr80d.a
Binary file not shown.
Binary file modified mingw64/lib/libmsvcr90.a
Binary file not shown.
Binary file modified mingw64/lib/libmsvcr90d.a
Binary file not shown.
Binary file modified mingw64/lib/libmsvcrt-os.a
Binary file not shown.
Binary file modified mingw64/lib/libmsvcrt.a
Binary file not shown.
Binary file modified mingw64/lib/libucrt.a
Binary file not shown.
Binary file modified mingw64/lib/libucrtapp.a
Binary file not shown.
Binary file modified mingw64/lib/libucrtbase.a
Binary file not shown.
Binary file modified usr/bin/msys-crypto-3.dll
Binary file not shown.
Binary file modified usr/bin/msys-ssl-3.dll
Binary file not shown.
Binary file modified usr/bin/openssl.exe
Binary file not shown.
Binary file modified usr/lib/openssl/engines-3/capi.dll
Binary file not shown.
Binary file modified usr/lib/openssl/engines-3/loader_attic.dll
Binary file not shown.
Binary file modified usr/lib/openssl/engines-3/padlock.dll
Binary file not shown.
Binary file modified usr/share/man/man1/CA.pl.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/asn1parse.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/c_rehash.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/ca.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/ciphers.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/cmp.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/cms.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/crl.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/crl2pkcs7.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/dgst.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/dhparam.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/dsa.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/dsaparam.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/ec.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/ecparam.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/enc.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/engine.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/errstr.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/gendsa.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/genpkey.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/genrsa.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/info.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/kdf.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/mac.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/nseq.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/ocsp.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/openssl-asn1parse.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/openssl-ca.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/openssl-ciphers.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/openssl-cmds.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/openssl-cmp.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/openssl-cms.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/openssl-crl.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/openssl-crl2pkcs7.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/openssl-dgst.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/openssl-dhparam.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/openssl-dsa.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/openssl-dsaparam.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/openssl-ec.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/openssl-ecparam.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/openssl-enc.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/openssl-engine.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/openssl-errstr.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/openssl-fipsinstall.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/openssl-format-options.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/openssl-gendsa.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/openssl-genpkey.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/openssl-genrsa.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/openssl-info.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/openssl-kdf.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/openssl-list.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/openssl-mac.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/openssl-namedisplay-options.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/openssl-nseq.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/openssl-ocsp.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/openssl-passphrase-options.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/openssl-passwd.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/openssl-pkcs12.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/openssl-pkcs7.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/openssl-pkcs8.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/openssl-pkey.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/openssl-pkeyparam.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/openssl-pkeyutl.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/openssl-prime.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/openssl-rand.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/openssl-rehash.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/openssl-req.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/openssl-rsa.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/openssl-rsautl.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/openssl-s_client.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/openssl-s_server.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/openssl-s_time.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/openssl-sess_id.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/openssl-smime.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/openssl-speed.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/openssl-spkac.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/openssl-srp.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/openssl-storeutl.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/openssl-ts.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/openssl-verification-options.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/openssl-verify.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/openssl-version.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/openssl-x509.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/openssl.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/passwd.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/pkcs12.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/pkcs7.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/pkcs8.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/pkey.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/pkeyparam.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/pkeyutl.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/prime.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/rand.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/rehash.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/req.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/rsa.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/rsautl.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/s_client.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/s_server.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/s_time.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/sess_id.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/smime.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/speed.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/spkac.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/srp.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/storeutl.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/ts.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/tsget.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/verify.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/version.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man1/x509.1ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man5/config.5ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man5/fips_config.5ssl.gz
Binary file not shown.
Binary file modified usr/share/man/man5/x509v3_config.5ssl.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion usr/ssl/misc/tsget
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ sub create_curl {
$curl->setopt(CURLOPT_VERBOSE, 1) if $options{d};
$curl->setopt(CURLOPT_FAILONERROR, 1);
$curl->setopt(CURLOPT_USERAGENT,
"OpenTSA tsget.pl/openssl-3.2.1");
"OpenTSA tsget.pl/openssl-3.2.2");

# Options for POST method.
$curl->setopt(CURLOPT_UPLOAD, 1);
Expand Down
2 changes: 1 addition & 1 deletion usr/ssl/misc/tsget.pl
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ sub create_curl {
$curl->setopt(CURLOPT_VERBOSE, 1) if $options{d};
$curl->setopt(CURLOPT_FAILONERROR, 1);
$curl->setopt(CURLOPT_USERAGENT,
"OpenTSA tsget.pl/openssl-3.2.1");
"OpenTSA tsget.pl/openssl-3.2.2");

# Options for POST method.
$curl->setopt(CURLOPT_UPLOAD, 1);
Expand Down
Binary file removed var/lib/pacman/local/libopenssl-3.2.1-1/mtree
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
libopenssl

%VERSION%
3.2.1-1
3.2.2-1

%BASE%
openssl
Expand All @@ -17,16 +17,16 @@ https://www.openssl.org
x86_64

%BUILDDATE%
1706648519
1717567840

%INSTALLDATE%
1706669959
1717642792

%PACKAGER%
Johannes Schindelin <[email protected]>

%SIZE%
4366261
4370869

%REASON%
1
Expand All @@ -38,5 +38,9 @@ libraries
spdx:Apache-2.0

%VALIDATION%
sha256
pgp

%XDATA%
pkgtype=split

Binary file added var/lib/pacman/local/libopenssl-3.2.2-1/mtree
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
mingw-w64-i686-crt-git

%VERSION%
12.0.0.r1.gdc42231f0-1
12.0.0.r32.gf977e1c38-1

%BASE%
mingw-w64-crt-git
Expand All @@ -17,16 +17,16 @@ https://www.mingw-w64.org/
any

%BUILDDATE%
1716962746
1717610483

%INSTALLDATE%
1717037994
1717642794

%PACKAGER%
CI (msys2/msys2-autobuild/59bb7f6f/9281020380)
CI (msys2/msys2-autobuild/59bb7f6f/9388943457)

%SIZE%
112792745
119887477

%GROUPS%
mingw-w64-i686-toolchain
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -267,16 +267,21 @@ mingw32/lib/libmsvcr110.a
mingw32/lib/libmsvcr120.a
mingw32/lib/libmsvcr120_app.a
mingw32/lib/libmsvcr120d.a
mingw32/lib/libmsvcr40d.a
mingw32/lib/libmsvcr70.a
mingw32/lib/libmsvcr70d.a
mingw32/lib/libmsvcr71.a
mingw32/lib/libmsvcr71d.a
mingw32/lib/libmsvcr80.a
mingw32/lib/libmsvcr80d.a
mingw32/lib/libmsvcr90.a
mingw32/lib/libmsvcr90d.a
mingw32/lib/libmsvcrt-os.a
mingw32/lib/libmsvcrt.a
mingw32/lib/libmsvcrt10.a
mingw32/lib/libmsvcrt20.a
mingw32/lib/libmsvcrt40.a
mingw32/lib/libmsvcrtd.a
mingw32/lib/libmsvfw32.a
mingw32/lib/libmswsock.a
mingw32/lib/libmsxml2.a
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
mingw-w64-i686-headers-git

%VERSION%
12.0.0.r1.gdc42231f0-1
12.0.0.r32.gf977e1c38-1

%BASE%
mingw-w64-headers-git
Expand All @@ -17,16 +17,16 @@ https://www.mingw-w64.org/
any

%BUILDDATE%
1716962615
1717610340

%INSTALLDATE%
1717037994
1717642793

%PACKAGER%
CI (msys2/msys2-autobuild/59bb7f6f/9281020380)
CI (msys2/msys2-autobuild/59bb7f6f/9388943457)

%SIZE%
84104880
84105975

%GROUPS%
mingw-w64-i686-toolchain
Expand Down
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit b2473be

Please sign in to comment.