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:           Fri May 21 07:03:40 UTC 2021

Modified Files:
        pkgsrc/www/libsass: Makefile distinfo

Log Message:
libsass: updated to 3.6.5

3.6.5:
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
Replace Travis CI with GitHub Actions


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/libsass/Makefile
cvs rdiff -u -r1.20 -r1.21 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.18 pkgsrc/www/libsass/Makefile:1.19
--- pkgsrc/www/libsass/Makefile:1.18    Thu May  7 09:19:16 2020
+++ pkgsrc/www/libsass/Makefile Fri May 21 07:03:40 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2020/05/07 09:19:16 adam Exp $
+# $NetBSD: Makefile,v 1.19 2021/05/21 07:03:40 adam Exp $
 
-DISTNAME=      libsass-3.6.4
+DISTNAME=      libsass-3.6.5
 CATEGORIES=    www devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=sass/}
 

Index: pkgsrc/www/libsass/distinfo
diff -u pkgsrc/www/libsass/distinfo:1.20 pkgsrc/www/libsass/distinfo:1.21
--- pkgsrc/www/libsass/distinfo:1.20    Tue Jan 12 13:06:11 2021
+++ pkgsrc/www/libsass/distinfo Fri May 21 07:03:40 2021
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.20 2021/01/12 13:06:11 jperkin Exp $
+$NetBSD: distinfo,v 1.21 2021/05/21 07:03:40 adam Exp $
 
-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 (libsass-3.6.5.tar.gz) = c6bcc0879327ae49ec572f3b32fcd993fca2c693
+RMD160 (libsass-3.6.5.tar.gz) = f3ed9f1082bc460331eb8a62a337f1c8a447bf1f
+SHA512 (libsass-3.6.5.tar.gz) = 98cc7e12fdf74cd9e92d8d4a62b821956d3ad186fcee9a8d77b677a621342aa161b73d9adad4c1849678a3bac890443120cc8febe1b7429aab374321d635b8f7
+Size (libsass-3.6.5.tar.gz) = 342426 bytes
 SHA1 (patch-src_sass.hpp) = 0c003be73e3891f9a24866a099e1dfec1065c6cb
 SHA1 (patch-src_units.hpp) = 7d00a300e65b3e0dd042c8d8661ce3f30ebad4b0



Home | Main Index | Thread Index | Old Index