Merge pull request #22578 from nextcloud/up/files_external/smb
Upgrade icewind/smb to 3.2.7
This commit is contained in:
commit
56fdd4d47b
|
@ -9,6 +9,6 @@
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"icewind/streams": "0.7.1",
|
"icewind/streams": "0.7.1",
|
||||||
"icewind/smb": "3.2.6"
|
"icewind/smb": "3.2.7"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,20 +4,20 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "3b3638566fc1597d1a48c43e2a0da72a",
|
"content-hash": "6181c23a5c03b00fbdc659d87c1ad67d",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "icewind/smb",
|
"name": "icewind/smb",
|
||||||
"version": "v3.2.6",
|
"version": "v3.2.7",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/icewind1991/SMB.git",
|
"url": "https://github.com/icewind1991/SMB.git",
|
||||||
"reference": "507b186800ac6c3b287604a4ff9b138cf430da79"
|
"reference": "743a7bf35317f1b76cf8e8b804e54a6c5faacad6"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/icewind1991/SMB/zipball/507b186800ac6c3b287604a4ff9b138cf430da79",
|
"url": "https://api.github.com/repos/icewind1991/SMB/zipball/743a7bf35317f1b76cf8e8b804e54a6c5faacad6",
|
||||||
"reference": "507b186800ac6c3b287604a4ff9b138cf430da79",
|
"reference": "743a7bf35317f1b76cf8e8b804e54a6c5faacad6",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -45,7 +45,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "php wrapper for smbclient and libsmbclient-php",
|
"description": "php wrapper for smbclient and libsmbclient-php",
|
||||||
"time": "2020-07-20T14:12:51+00:00"
|
"time": "2020-09-03T13:00:22+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "icewind/streams",
|
"name": "icewind/streams",
|
||||||
|
|
|
@ -1,17 +1,17 @@
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"name": "icewind/smb",
|
"name": "icewind/smb",
|
||||||
"version": "v3.2.6",
|
"version": "v3.2.7",
|
||||||
"version_normalized": "3.2.6.0",
|
"version_normalized": "3.2.7.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/icewind1991/SMB.git",
|
"url": "https://github.com/icewind1991/SMB.git",
|
||||||
"reference": "507b186800ac6c3b287604a4ff9b138cf430da79"
|
"reference": "743a7bf35317f1b76cf8e8b804e54a6c5faacad6"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/icewind1991/SMB/zipball/507b186800ac6c3b287604a4ff9b138cf430da79",
|
"url": "https://api.github.com/repos/icewind1991/SMB/zipball/743a7bf35317f1b76cf8e8b804e54a6c5faacad6",
|
||||||
"reference": "507b186800ac6c3b287604a4ff9b138cf430da79",
|
"reference": "743a7bf35317f1b76cf8e8b804e54a6c5faacad6",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -22,7 +22,7 @@
|
||||||
"friendsofphp/php-cs-fixer": "^2.13",
|
"friendsofphp/php-cs-fixer": "^2.13",
|
||||||
"phpunit/phpunit": "^7.0"
|
"phpunit/phpunit": "^7.0"
|
||||||
},
|
},
|
||||||
"time": "2020-07-20T14:12:51+00:00",
|
"time": "2020-09-03T13:00:22+00:00",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"installation-source": "dist",
|
"installation-source": "dist",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
|
|
@ -113,7 +113,7 @@ class NativeFileInfo implements IFileInfo {
|
||||||
// Let us ignore the ATTR_NOT_CONTENT_INDEXED for now
|
// Let us ignore the ATTR_NOT_CONTENT_INDEXED for now
|
||||||
$mode &= ~0x00002000;
|
$mode &= ~0x00002000;
|
||||||
|
|
||||||
return $this->stat()['mode'];
|
return $mode;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue