Added patch to skip unknown item when decoding a CMS certificate.

This commit is contained in:
Sebastian Lackner
2015-05-16 17:55:21 +02:00
parent 7a5534ac75
commit bfb112653c
4 changed files with 126 additions and 79 deletions

1
debian/changelog vendored
View File

@@ -45,6 +45,7 @@ wine-staging (1.7.43) UNRELEASED; urgency=low
else.
* Added patch with stub for kernel32.SetFileCompletionNotificationModes (for
Steam in Win7 mode).
* Added patch to skip unknown item when decoding a CMS certificate.
* Removed patch to use lockfree implementation for FD cache (accepted
upstream).
* Removed patch to properly handle closing sockets during a select call