mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
[unrar] update to 7.0.7 (#37975)
This commit is contained in:
@@ -1,52 +0,0 @@
|
||||
diff --git a/UnRARDll.vcxproj b/UnRARDll.vcxproj
|
||||
index ec5c17b00..7d3d91bc6 100644
|
||||
--- a/UnRARDll.vcxproj
|
||||
+++ b/UnRARDll.vcxproj
|
||||
@@ -138,7 +138,6 @@
|
||||
<ExceptionHandling>Sync</ExceptionHandling>
|
||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
||||
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
||||
- <StructMemberAlignment>4Bytes</StructMemberAlignment>
|
||||
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
||||
<PrecompiledHeader>Use</PrecompiledHeader>
|
||||
<PrecompiledHeaderFile>rar.hpp</PrecompiledHeaderFile>
|
||||
@@ -168,7 +167,6 @@
|
||||
<ExceptionHandling>Sync</ExceptionHandling>
|
||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
||||
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
||||
- <StructMemberAlignment>4Bytes</StructMemberAlignment>
|
||||
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
||||
<PrecompiledHeader>Use</PrecompiledHeader>
|
||||
<PrecompiledHeaderFile>rar.hpp</PrecompiledHeaderFile>
|
||||
@@ -198,7 +196,6 @@
|
||||
<MinimalRebuild>false</MinimalRebuild>
|
||||
<ExceptionHandling>Sync</ExceptionHandling>
|
||||
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
||||
- <StructMemberAlignment>4Bytes</StructMemberAlignment>
|
||||
<BufferSecurityCheck>true</BufferSecurityCheck>
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
|
||||
@@ -239,7 +236,6 @@
|
||||
<MinimalRebuild>false</MinimalRebuild>
|
||||
<ExceptionHandling>Sync</ExceptionHandling>
|
||||
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
||||
- <StructMemberAlignment>4Bytes</StructMemberAlignment>
|
||||
<BufferSecurityCheck>true</BufferSecurityCheck>
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
||||
@@ -274,7 +270,6 @@
|
||||
<MinimalRebuild>false</MinimalRebuild>
|
||||
<ExceptionHandling>Sync</ExceptionHandling>
|
||||
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
||||
- <StructMemberAlignment>4Bytes</StructMemberAlignment>
|
||||
<BufferSecurityCheck>true</BufferSecurityCheck>
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
|
||||
@@ -315,7 +310,6 @@
|
||||
<MinimalRebuild>false</MinimalRebuild>
|
||||
<ExceptionHandling>Sync</ExceptionHandling>
|
||||
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
||||
- <StructMemberAlignment>4Bytes</StructMemberAlignment>
|
||||
<BufferSecurityCheck>true</BufferSecurityCheck>
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
||||
@@ -1,5 +1,5 @@
|
||||
set(UNRAR_VERSION "6.1.7")
|
||||
set(UNRAR_SHA512 b1a95358ff66b0e049597bbc4e1786d0bc909a8aff4aca94ee793d0d5a3c8b052eb347d88f44b6bc2e6231e777f1b711c198711118ae9ffbe8db2f72e7fbe846)
|
||||
set(UNRAR_VERSION "7.0.7")
|
||||
set(UNRAR_SHA512 7151a42742d4c34a8f03c58dae471f80788b76adbb52188759b7fc7357757f88fa9d980de006ce48732c40f326b92b79fb069e807c2b66d4387ee60433a8accb)
|
||||
set(UNRAR_FILENAME unrarsrc-${UNRAR_VERSION}.tar.gz)
|
||||
set(UNRAR_URL https://www.rarlab.com/rar/${UNRAR_FILENAME})
|
||||
|
||||
@@ -15,7 +15,6 @@ vcpkg_extract_source_archive(
|
||||
SOURCE_PATH
|
||||
ARCHIVE "${ARCHIVE}"
|
||||
SOURCE_BASE ${UNRAR_VERSION}
|
||||
PATCHES msbuild-use-default-sma.patch
|
||||
)
|
||||
|
||||
vcpkg_msbuild_install(
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "unrar",
|
||||
"version": "6.1.7",
|
||||
"port-version": 3,
|
||||
"version": "7.0.7",
|
||||
"description": "rarlab's unrar library",
|
||||
"homepage": "https://www.rarlab.com",
|
||||
"license": null,
|
||||
|
||||
@@ -8889,8 +8889,8 @@
|
||||
"port-version": 2
|
||||
},
|
||||
"unrar": {
|
||||
"baseline": "6.1.7",
|
||||
"port-version": 3
|
||||
"baseline": "7.0.7",
|
||||
"port-version": 0
|
||||
},
|
||||
"upb": {
|
||||
"baseline": "2022-06-21",
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "efd77010f783812337dbbda1c0f54af588506d02",
|
||||
"version": "7.0.7",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "6bc071be9e736a08d2826e81e000dbc6aa6d4b2b",
|
||||
"version": "6.1.7",
|
||||
|
||||
Reference in New Issue
Block a user