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:           Mon Nov  4 12:56:39 UTC 2019

Modified Files:
        pkgsrc/www/libsass: Makefile distinfo

Log Message:
libsass: updated to 3.6.3

3.6.3:
This release fixes issues introduced with 3.6.2 and the extend backport.
Also fixes an issue with memory lifespan of error_src on the C-API.
Additionally some edge case crashes have also been addressed.

Changelog
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


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/libsass/Makefile
cvs rdiff -u -r1.17 -r1.18 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.16 pkgsrc/www/libsass/Makefile:1.17
--- pkgsrc/www/libsass/Makefile:1.16    Wed Oct 16 14:28:26 2019
+++ pkgsrc/www/libsass/Makefile Mon Nov  4 12:56:39 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2019/10/16 14:28:26 adam Exp $
+# $NetBSD: Makefile,v 1.17 2019/11/04 12:56:39 adam Exp $
 
-DISTNAME=      libsass-3.6.2
+DISTNAME=      libsass-3.6.3
 CATEGORIES=    www devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=sass/}
 

Index: pkgsrc/www/libsass/distinfo
diff -u pkgsrc/www/libsass/distinfo:1.17 pkgsrc/www/libsass/distinfo:1.18
--- pkgsrc/www/libsass/distinfo:1.17    Wed Oct 16 14:28:26 2019
+++ pkgsrc/www/libsass/distinfo Mon Nov  4 12:56:39 2019
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.17 2019/10/16 14:28:26 adam Exp $
+$NetBSD: distinfo,v 1.18 2019/11/04 12:56:39 adam Exp $
 
-SHA1 (libsass-3.6.2.tar.gz) = 6f362fec7970bf0b7bec667166e93bbe63354816
-RMD160 (libsass-3.6.2.tar.gz) = 43bf66c2a6d2259ac087065e8edbbed62d86ae43
-SHA512 (libsass-3.6.2.tar.gz) = b1ee92de64f4eeabe2d4bfc693349ac124a81115554228669526e863d18f3c67ab44698414cf204f545eb4a4126ca350a1c7f7658e9ebac447f8b2e7533d9772
-Size (libsass-3.6.2.tar.gz) = 330972 bytes
+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 (patch-src_units.hpp) = 7d00a300e65b3e0dd042c8d8661ce3f30ebad4b0



Home | Main Index | Thread Index | Old Index