phongn opened a new pull request, #13230:
URL: https://github.com/apache/trafficserver/pull/13230

   The current version of FastLZ is fairly old and last received a major update 
in #8245, which I believe updated it to 
https://github.com/ariya/FastLZ/commit/c3bdfad9e0094d0fb15c12cd300e647c13dc85f9,
 committed 2 Aug 2020. #8850 made a small change to fix a type issue, and we 
have some CMake build files as well. 
   
   This PR proposes updating to 
https://github.com/ariya/FastLZ/commit/b1342dabcf5257ab303743c9332fe75e9147a011;
 you can observe an upstream diff here: 
https://github.com/ariya/FastLZ/compare/c3bdfad9e0094d0fb15c12cd300e647c13dc85f9...b1342dabcf5257ab303743c9332fe75e9147a011.
   
   This newer releases now properly treats an `aarch64` system as 64-bit 
system. 
   
   (Note: the internal vendored code appears to have been modified by 
`clang-format` before it was moved into `lib`, and so there's quite a few 
whitespace changes.)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to