Skip to content

Commit

Permalink
Add deleted files that were deleted when the jwt-library was updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyperghost committed Nov 5, 2024
1 parent 3434ac9 commit 747052b
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 4 deletions.
33 changes: 33 additions & 0 deletions com.woltlab.wcf/fileDelete.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2165,6 +2165,39 @@
<file>lib/system/api/paragonie/random_compat/other/build_phar.php</file>
<file>lib/system/api/paragonie/random_compat/psalm-autoload.php</file>
<file>lib/system/api/paragonie/random_compat/psalm.xml</file>
<file>lib/system/api/paragonie/sodium_compat/autoload-php7.php</file>
<file>lib/system/api/paragonie/sodium_compat/composer-php52.json</file>
<file>lib/system/api/paragonie/sodium_compat/lib/constants.php</file>
<file>lib/system/api/paragonie/sodium_compat/lib/sodium_compat.php</file>
<file>lib/system/api/paragonie/sodium_compat/src/Core32/BLAKE2b.php</file>
<file>lib/system/api/paragonie/sodium_compat/src/Core32/ChaCha20.php</file>
<file>lib/system/api/paragonie/sodium_compat/src/Core32/ChaCha20/Ctx.php</file>
<file>lib/system/api/paragonie/sodium_compat/src/Core32/ChaCha20/IetfCtx.php</file>
<file>lib/system/api/paragonie/sodium_compat/src/Core32/Curve25519.php</file>
<file>lib/system/api/paragonie/sodium_compat/src/Core32/Curve25519/Fe.php</file>
<file>lib/system/api/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Cached.php</file>
<file>lib/system/api/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php</file>
<file>lib/system/api/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P2.php</file>
<file>lib/system/api/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P3.php</file>
<file>lib/system/api/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php</file>
<file>lib/system/api/paragonie/sodium_compat/src/Core32/Curve25519/H.php</file>
<file>lib/system/api/paragonie/sodium_compat/src/Core32/Curve25519/README.md</file>
<file>lib/system/api/paragonie/sodium_compat/src/Core32/Ed25519.php</file>
<file>lib/system/api/paragonie/sodium_compat/src/Core32/HChaCha20.php</file>
<file>lib/system/api/paragonie/sodium_compat/src/Core32/HSalsa20.php</file>
<file>lib/system/api/paragonie/sodium_compat/src/Core32/Int32.php</file>
<file>lib/system/api/paragonie/sodium_compat/src/Core32/Int64.php</file>
<file>lib/system/api/paragonie/sodium_compat/src/Core32/Poly1305.php</file>
<file>lib/system/api/paragonie/sodium_compat/src/Core32/Poly1305/State.php</file>
<file>lib/system/api/paragonie/sodium_compat/src/Core32/Salsa20.php</file>
<file>lib/system/api/paragonie/sodium_compat/src/Core32/SecretStream/State.php</file>
<file>lib/system/api/paragonie/sodium_compat/src/Core32/SipHash.php</file>
<file>lib/system/api/paragonie/sodium_compat/src/Core32/Util.php</file>
<file>lib/system/api/paragonie/sodium_compat/src/Core32/X25519.php</file>
<file>lib/system/api/paragonie/sodium_compat/src/Core32/XChaCha20.php</file>
<file>lib/system/api/paragonie/sodium_compat/src/Core32/XSalsa20.php</file>
<file>lib/system/api/paragonie/sodium_compat/src/Crypto32.php</file>
<file>lib/system/api/paragonie/sodium_compat/src/PHP52/SplFixedArray.php</file>
<file>lib/system/api/parsedown/LICENSE.txt</file>
<file>lib/system/api/parsedown/Parsedown.php</file>
<file>lib/system/api/parsedown/README.md</file>
Expand Down
7 changes: 3 additions & 4 deletions com.woltlab.wcf/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,8 @@ tar cvf com.woltlab.wcf/files_pre_check.tar -C wcfsetup/install/files/ \
<instruction type="script" run="standalone">acp/update_com.woltlab.wcf_6.1_serviceWorker.php</instruction>
</instructions>

<instructions type="update" fromversion="6.1.0 RC 1">
<instruction type="acpTemplate">acptemplates_update.tar</instruction>
<instruction type="file">files_update.tar</instruction>
<instruction type="template">templates_update.tar</instruction>
<instructions type="update" fromversion="6.1.0">
<!-- https://github.com/WoltLab/WCF/commit/3434ac976c35ac20a16b717b2fe8d457841c6220 -->
<instruction type="fileDelete"/>
</instructions>
</package>

0 comments on commit 747052b

Please sign in to comment.