diff --git a/patches/crypt32-SHA_OIDs/definition b/patches/crypt32-SHA_OIDs/definition index c69c9626..fca42527 100644 --- a/patches/crypt32-SHA_OIDs/definition +++ b/patches/crypt32-SHA_OIDs/definition @@ -1 +1 @@ -Fixes: Recognize sha256/384/512 KEY OIDs +Fixes: [41356] Recognize sha256/384/512 KEY OIDs diff --git a/patches/patchinstall.sh b/patches/patchinstall.sh index d50baea1..2c3c9bb1 100755 --- a/patches/patchinstall.sh +++ b/patches/patchinstall.sh @@ -52,7 +52,7 @@ usage() # Get the upstream commit sha upstream_commit() { - echo "199e30663efadfb1539f240e6fa29204440e9974" + echo "d6b89a0ffca8fa1d4a0b8bfc1fa7a72381dfe918" } # Show version information @@ -3132,6 +3132,9 @@ fi # Patchset crypt32-SHA_OIDs # | +# | This patchset fixes the following Wine bugs: +# | * [#41356] Recognize sha256/384/512 KEY OIDs +# | # | Modified files: # | * dlls/crypt32/oid.c, include/wincrypt.h # |