Browse Source
update icewind/smb to 3.2.3
update icewind/smb to 3.2.3
Signed-off-by: Robin Appelman <robin@icewind.nl>pull/20363/head
No known key found for this signature in database
GPG Key ID: 42B69D8A64526EFB
12 changed files with 70 additions and 27 deletions
-
2apps/files_external/3rdparty/composer.json
-
12apps/files_external/3rdparty/composer.lock
-
2apps/files_external/3rdparty/composer/autoload_classmap.php
-
2apps/files_external/3rdparty/composer/autoload_static.php
-
12apps/files_external/3rdparty/composer/installed.json
-
11apps/files_external/3rdparty/icewind/smb/src/Exception/ConnectionAbortedException.php
-
11apps/files_external/3rdparty/icewind/smb/src/Exception/ConnectionResetException.php
-
12apps/files_external/3rdparty/icewind/smb/src/Native/NativeShare.php
-
11apps/files_external/3rdparty/icewind/smb/src/Native/NativeState.php
-
8apps/files_external/3rdparty/icewind/smb/src/Native/NativeStream.php
-
11apps/files_external/3rdparty/icewind/smb/src/Native/NativeWriteStream.php
-
3apps/files_external/3rdparty/icewind/smb/src/Wrapped/Share.php
@ -0,0 +1,11 @@ |
|||
<?php |
|||
/** |
|||
* Copyright (c) 2020 Robin Appelman <icewind@owncloud.com> |
|||
* This file is licensed under the Licensed under the MIT license: |
|||
* http://opensource.org/licenses/MIT |
|||
*/ |
|||
|
|||
namespace Icewind\SMB\Exception; |
|||
|
|||
class ConnectionAbortedException extends ConnectException { |
|||
} |
|||
@ -0,0 +1,11 @@ |
|||
<?php |
|||
/** |
|||
* Copyright (c) 2020 Robin Appelman <icewind@owncloud.com> |
|||
* This file is licensed under the Licensed under the MIT license: |
|||
* http://opensource.org/licenses/MIT |
|||
*/ |
|||
|
|||
namespace Icewind\SMB\Exception; |
|||
|
|||
class ConnectionResetException extends ConnectException { |
|||
} |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue