diff options
author | sudlud <sudlud@users.noreply.github.com> | 2025-04-26 20:39:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-26 19:39:50 +0100 |
commit | efe81e16db9ddc28dd08a6f33d4b0e252f5892dc (patch) | |
tree | f43048675fb24a12ce5eab36d4c656b8ceb41774 /deps | |
parent | 7503a242664934a8824e269244dbd7abd3f96630 (diff) |
fix(deps/PackageList.txt): update for current state of dependencies (#21968)
Updated many depedencies for PackageList.txt
Co-authored-by: blinkysc <37940565+blinkysc@users.noreply.github.com>
Diffstat (limited to 'deps')
-rw-r--r-- | deps/PackageList.txt | 38 | ||||
-rw-r--r-- | deps/jemalloc/VERSION | 1 |
2 files changed, 30 insertions, 9 deletions
diff --git a/deps/PackageList.txt b/deps/PackageList.txt index 323cc9f751..f771c3b734 100644 --- a/deps/PackageList.txt +++ b/deps/PackageList.txt @@ -1,6 +1,6 @@ AzerothCore uses (parts of or in whole) the following opensource software: -argon2 +argon2 (The password hash Argon2) https://github.com/P-H-C/phc-winner-argon2 Version: 62358ba @@ -14,15 +14,22 @@ bzip2 (a freely available, patent free, high-quality data compressor) G3D (a commercial-grade C++ 3D engine available as Open Source (BSD License) http://g3d.sourceforge.net/ - Version: 8.01-Release + Version: v9.0 hotfix7 + +gperftools (Google Performance Tools) + Version: external jemalloc (a general-purpose scalable concurrent malloc-implementation) http://www.canonware.com/jemalloc/ - Version: 5.0.1 + Version: 5.2.1 + +jsonpath (JSONPath implementation in Bash for filtering, merging and modifying JSON) + https://github.com/mclarkson/JSONPath.sh.git + Version: 0.0.14 libMPQ (a library for reading MPQ files) https://libmpq.org/ - Version: 1.0.4 + Version: 0.4.2 libreadline (command line editing library) https://cnswww.cns.cwru.edu/php/chet/readline/rltop.html @@ -34,11 +41,26 @@ OpenSSL (general-purpose cryptography library) MySQL (the world's most popular open source database software) http://www.mysql.com/ - Version: 5.5.9 (GA) + Version: external + +semver_bash (bash parser for semantic versioning) + https://github.com/cloudflare/semver_bash/tree/master + Version: c1133faf0efe17767b654b213f212c326df73fa3 SFMT (SIMD-oriented Fast Mersenne Twister) Based on http://agner.org/random/ - Version: 2010-Aug-03 + Version: 1.5 + +sse2neon (A translator from Intel SSE intrinsics to Arm/Aarch64 NEON implementation) + https://github.com/DLTcollab/sse2neon + Location: deps\argon2\argon2\blake2\sse2neon.h + Version: 0c0dee02bb9d9848c294db1179fc278a4649979d + +stdfs (filesystem library) + Version: external + +threads + Version: external utf8-cpp (UTF-8 with C++ in a Portable Way) http://utfcpp.sourceforge.net/ @@ -50,11 +72,11 @@ zlib (A Massively Spiffy Yet Delicately Unobtrusive Compression Library) gSOAP (a portable development toolkit for C and C++ XML Web services and XML data bindings) http://gsoap2.sourceforge.net/ - Version: 2.8.10 + Version: 2.8.105 recastnavigation (Recast is state of the art navigation mesh construction toolset for games) https://github.com/memononen/recastnavigation - Version: 64385e9ed0822427bca5814d03a3f4c4d7a6db9f + Version: c40188c796f089f89a42e0b939d934178dbcfc5c {fmt} is an open-source formatting library providing a fast and safe alternative to C stdio and C++ iostreams. https://github.com/fmtlib/fmt diff --git a/deps/jemalloc/VERSION b/deps/jemalloc/VERSION deleted file mode 100644 index dace31ba7b..0000000000 --- a/deps/jemalloc/VERSION +++ /dev/null @@ -1 +0,0 @@ -3.6.0-0-g46c0af68bd248b04df75e4f92d5fb804c3d75340 |