pkgsrc-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.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fbf85281e5cc
branches:  trunk
changeset: 452990:fbf85281e5cc
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri May 21 07:03:40 2021 +0000

description:
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

diffstat:

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

diffs (29 lines):

diff -r b07b27e5a007 -r fbf85281e5cc www/libsass/Makefile
--- a/www/libsass/Makefile      Fri May 21 07:01:43 2021 +0000
+++ b/www/libsass/Makefile      Fri May 21 07:03:40 2021 +0000
@@ -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/}
 
diff -r b07b27e5a007 -r fbf85281e5cc www/libsass/distinfo
--- a/www/libsass/distinfo      Fri May 21 07:01:43 2021 +0000
+++ b/www/libsass/distinfo      Fri May 21 07:03:40 2021 +0000
@@ -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