Description:
libsass has received update for:
- Update libsass to fix Greybird Geeko theme build failures (bsc#1201074)
Update version to 3.6.5 (bsc#1201074):
* Fix extend edge case going endlessly
* Fix source-maps and how we count unicode characters
* Fix seed generator if std::random_device fails
* Fix url() containing exclamation mark causing an error
* Fix Offset initialization when end was not given
* Fix obvious backporting error in pseudo extend
* Fix obvious identical subexpressions in op_color_number
* Fix edge case regarding unit-less number equality as object keys
* Revert compound re-ordering for non extended selectors
* Prevent compiler warning about unnecessary copy
Update to v3.6.4:
* Fix parenthesization for selector schema and real parents
* Add deprecation warning for global variable creation
* Ensure correct output order of compound selectors
* Handle loaded source code as shared objects
* New custom memory allocator - disabled for now
* Add back C-API getters for plugin paths
* Fix abspath handling on windows without directory
* Fix various edge case crashes
* Fix segfault on directive ruleset
* Fix heap-buffer-overflow in lexer
* Fix stack-overflow in parser
* Fix memory leak in parser
* Fix memory leak in evaluation
* Fix memory handling edge case
* Fix some null pointer access crashes
* Preparations for ongoing refactoring
Update to v3.6.3:
* Fix compound extend warning
* Fix extend being stuck in endless loop
* Fix various edge-case segfault crashes
* Extend error_src lifetime on c-api context
* Fix memory leak in permutation function
* Preserve indentation in nested mode
Update to v3.6.2:
* Improve pseudo selector handling
* Code improvements
* Fix various functions arguments
* Fix "call" for $function
* Check weight argument on invert call
* Improve makefile to use dylib extension on MacOS
* Fix bug in scale-color with positive saturation
* Minor API documentation improvements
* Fix selector isInvisible logic
* Fix evaluation of unary expressions in loops
* Fix attribute selector equality with modifiers