pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/libsass



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu May  7 09:19:17 UTC 2020

Modified Files:
        pkgsrc/www/libsass: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/libsass/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/libsass/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/libsass/Makefile
diff -u pkgsrc/www/libsass/Makefile:1.17 pkgsrc/www/libsass/Makefile:1.18
--- pkgsrc/www/libsass/Makefile:1.17    Mon Nov  4 12:56:39 2019
+++ pkgsrc/www/libsass/Makefile Thu May  7 09:19:16 2020
@@ -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/}
 

Index: pkgsrc/www/libsass/distinfo
diff -u pkgsrc/www/libsass/distinfo:1.18 pkgsrc/www/libsass/distinfo:1.19
--- pkgsrc/www/libsass/distinfo:1.18    Mon Nov  4 12:56:39 2019
+++ pkgsrc/www/libsass/distinfo Thu May  7 09:19:16 2020
@@ -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