Received: by mail.netbsd.org (Postfix, from userid 605) id 9521184E5F; Mon, 1 Jan 2024 11:39:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C534984D80 for ; Mon, 1 Jan 2024 11:39:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 3VtJAKQBdTsG for ; Mon, 1 Jan 2024 11:39:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 4301A84D2F for ; Mon, 1 Jan 2024 11:39:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3DB66FA42; Mon, 1 Jan 2024 11:39:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1704109183277630" MIME-Version: 1.0 Date: Mon, 1 Jan 2024 11:39:43 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/libsass To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240101113943.3DB66FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1704109183277630 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Jan 1 11:39:43 UTC 2024 Modified Files: pkgsrc/www/libsass: Makefile distinfo Log Message: libsass: updated to 3.6.6 3.6.6 Maintenance release to fix most urgent issues in LibSass, as reported in 2023. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/www/libsass/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/www/libsass/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1704109183277630 Content-Disposition: inline Content-Length: 1791 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/libsass/Makefile diff -u pkgsrc/www/libsass/Makefile:1.19 pkgsrc/www/libsass/Makefile:1.20 --- pkgsrc/www/libsass/Makefile:1.19 Fri May 21 07:03:40 2021 +++ pkgsrc/www/libsass/Makefile Mon Jan 1 11:39:43 2024 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.19 2021/05/21 07:03:40 adam Exp $ +# $NetBSD: Makefile,v 1.20 2024/01/01 11:39:43 adam Exp $ -DISTNAME= libsass-3.6.5 +DISTNAME= libsass-3.6.6 CATEGORIES= www devel MASTER_SITES= ${MASTER_SITE_GITHUB:=sass/} MAINTAINER= adam@NetBSD.org -HOMEPAGE= http://sass-lang.com/libsass/ +HOMEPAGE= https://sass-lang.com/libsass/ COMMENT= C/C++ port of the Sass CSS precompiler LICENSE= mit Index: pkgsrc/www/libsass/distinfo diff -u pkgsrc/www/libsass/distinfo:1.23 pkgsrc/www/libsass/distinfo:1.24 --- pkgsrc/www/libsass/distinfo:1.23 Tue Oct 26 11:29:37 2021 +++ pkgsrc/www/libsass/distinfo Mon Jan 1 11:39:43 2024 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.23 2021/10/26 11:29:37 nia Exp $ +$NetBSD: distinfo,v 1.24 2024/01/01 11:39:43 adam Exp $ -BLAKE2s (libsass-3.6.5.tar.gz) = 821dd9be7d52135f6546b74ce9dda6590f8b99341b468267aef6ff96cd25a317 -SHA512 (libsass-3.6.5.tar.gz) = 98cc7e12fdf74cd9e92d8d4a62b821956d3ad186fcee9a8d77b677a621342aa161b73d9adad4c1849678a3bac890443120cc8febe1b7429aab374321d635b8f7 -Size (libsass-3.6.5.tar.gz) = 342426 bytes +BLAKE2s (libsass-3.6.6.tar.gz) = 97ff0e27460ee1ca77fd9d40cbda287d565ebfa9c1c74c8de10294a410609248 +SHA512 (libsass-3.6.6.tar.gz) = 659828c854af391c10a16954425fbeeb5fa036189dea45555cd8046338f7469eb7f8d84134030ce644921514b8f397ef6070b56dfb116ea7ce94328d64576518 +Size (libsass-3.6.6.tar.gz) = 342625 bytes SHA1 (patch-src_sass.hpp) = 0c003be73e3891f9a24866a099e1dfec1065c6cb SHA1 (patch-src_units.hpp) = 7d00a300e65b3e0dd042c8d8661ce3f30ebad4b0 --_----------=_1704109183277630--