Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/libsass libsass: updated to 3.6.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ddcb348b62d1
branches:  trunk
changeset: 430986:ddcb348b62d1
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu May 07 09:19:16 2020 +0000

description:
libsass: updated to 3.6.4

3.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

diffstat:

 www/libsass/Makefile |   4 ++--
 www/libsass/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r 004578ee6042 -r ddcb348b62d1 www/libsass/Makefile
--- a/www/libsass/Makefile      Thu May 07 09:09:15 2020 +0000
+++ b/www/libsass/Makefile      Thu May 07 09:19:16 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2019/11/04 12:56:39 adam Exp $
+# $NetBSD: Makefile,v 1.18 2020/05/07 09:19:16 adam Exp $
 
-DISTNAME=      libsass-3.6.3
+DISTNAME=      libsass-3.6.4
 CATEGORIES=    www devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=sass/}
 
diff -r 004578ee6042 -r ddcb348b62d1 www/libsass/distinfo
--- a/www/libsass/distinfo      Thu May 07 09:09:15 2020 +0000
+++ b/www/libsass/distinfo      Thu May 07 09:19:16 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.18 2019/11/04 12:56:39 adam Exp $
+$NetBSD: distinfo,v 1.19 2020/05/07 09:19:16 adam Exp $
 
-SHA1 (libsass-3.6.3.tar.gz) = 2ae7ab6f4ea61c0e7803d4e47caa734e03580e7f
-RMD160 (libsass-3.6.3.tar.gz) = 2ff5365ff7e5843fdd3380188c6c7789e26ecaa0
-SHA512 (libsass-3.6.3.tar.gz) = e290f2045784ba1cf84e87e5bd33129b5452fec1d25da657b084b3561ec76df195a75595248a493dbd85c6a1215ed600332477945922309c021d9e416ebb29ee
-Size (libsass-3.6.3.tar.gz) = 331301 bytes
+SHA1 (libsass-3.6.4.tar.gz) = b980a49fe499ee9fd193581912382735ffbf4065
+RMD160 (libsass-3.6.4.tar.gz) = e139145a65f789a98c3f8624951b6c0ff91fe18f
+SHA512 (libsass-3.6.4.tar.gz) = 1f79553be31949d45adf440dcbcf4b828a7e4f71c6f63f288f99451fccc490ebf0c68c58d91deabede37962e35a8cf9af8b0d60d89349fd0adea1ac061c8c2c8
+Size (libsass-3.6.4.tar.gz) = 338519 bytes
 SHA1 (patch-src_units.hpp) = 7d00a300e65b3e0dd042c8d8661ce3f30ebad4b0



Home | Main Index | Thread Index | Old Index