Added patch to implement fallback to system ping command when CAP_NET_RAW is not available.

This commit is contained in:
Sebastian Lackner
2015-06-13 07:13:20 +02:00
parent 5628355586
commit 703e98c1f5
5 changed files with 414 additions and 52 deletions

2
debian/changelog vendored
View File

@@ -44,6 +44,8 @@ wine-staging (1.7.45) UNRELEASED; urgency=low
* Added patch to ensure console InsertMode changes take effect immediately.
* Added patch to send WM_DROPFILES only when OLE dnd fails.
* Added patch with stub for winscard.SCardListReadersA/W.
* Added patch to implement fallback to system ping command when CAP_NET_RAW is
not available.
* Removed patch to handle '\r' as whitespace in wbemprox queries (accepted
upstream).
* Removed patch to make sure OpenClipboard with current owner doesn't fail