-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1807 from nextcloud/dependabot/composer/pear/arch…
…ive_tar-1.5.0 chore(deps): Bump pear/archive_tar from 1.4.14 to 1.5.0
- Loading branch information
Showing
5 changed files
with
68 additions
and
51 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,12 @@ Also Lzma2 compressed archives are supported with xz extension.</description> | |
<name>Michiel Rook</name> | ||
<user>mrook</user> | ||
<email>[email protected]</email> | ||
<active>no</active> | ||
</lead> | ||
<lead> | ||
<name>Drew Webber</name> | ||
<user>mcdruid</user> | ||
<email>[email protected]</email> | ||
<active>yes</active> | ||
</lead> | ||
<helper> | ||
|
@@ -32,19 +38,19 @@ Also Lzma2 compressed archives are supported with xz extension.</description> | |
<email>[email protected]</email> | ||
<active>no</active> | ||
</helper> | ||
<date>2021-07-20</date> | ||
<time>18:00:00</time> | ||
<date>2024-03-16</date> | ||
<version> | ||
<release>1.4.14</release> | ||
<api>1.4.0</api> | ||
<release>1.5.0</release> | ||
<api>1.5.0</api> | ||
</version> | ||
<stability> | ||
<release>stable</release> | ||
<api>stable</api> | ||
</stability> | ||
<license uri="http://www.opensource.org/licenses/bsd-license.php">New BSD License</license> | ||
<notes> | ||
* Properly fix symbolic link path traversal (CVE-2021-32610) | ||
* PR #42: fix @return true... to @return bool true... on some functions | ||
* PR #46: use 775 default for mkdirs, to avoid world-write | ||
</notes> | ||
<contents> | ||
<dir name="/"> | ||
|
@@ -74,6 +80,37 @@ Also Lzma2 compressed archives are supported with xz extension.</description> | |
</dependencies> | ||
<phprelease /> | ||
<changelog> | ||
<release> | ||
<version> | ||
<release>1.5.0</release> | ||
<api>1.5.0</api> | ||
</version> | ||
<stability> | ||
<release>stable</release> | ||
<api>stable</api> | ||
</stability> | ||
<date>2024-03-16</date> | ||
<license uri="http://www.opensource.org/licenses/bsd-license.php">New BSD License</license> | ||
<notes> | ||
* PR #42: fix @return true... to @return bool true... on some functions | ||
* PR #46: use 775 default for mkdirs, to avoid world-write | ||
</notes> | ||
</release> | ||
<release> | ||
<version> | ||
<release>1.4.14</release> | ||
<api>1.4.0</api> | ||
</version> | ||
<stability> | ||
<release>stable</release> | ||
<api>stable</api> | ||
</stability> | ||
<date>2021-02-16</date> | ||
<license uri="http://www.opensource.org/licenses/bsd-license.php">New BSD License</license> | ||
<notes> | ||
* Properly fix symbolic link path traversal (CVE-2021-32610) | ||
</notes> | ||
</release> | ||
<release> | ||
<version> | ||
<release>1.4.13</release> | ||
|