Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=uu2dQ05E; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=r+iqwC4B Received: by mail.netbsd.org (Postfix, from userid 605) id 2C6B884ECF; Wed, 1 May 2024 16:53:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714582417; bh=IKwHAGeGQP9sARb9xuPCViUsOzixYY4K9Rfdkr5wDU8=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=uu2dQ05ERSd2kgcpPgL4dJLHjyfIQ+Kut1bxBDR84ejeG6kP9H2YtoteAiQVZTEej bs0vRro+3Jif8B4ypT8fElX/bdVM7hpqKLPHgiujrYfIVPrOi1+d0z5qtP5bkoZQYO +SEjbvAG1OfCzMl8MbJlatSxDsxukaTMZ94rTQ98= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1D19F84EB8 for ; Wed, 1 May 2024 16:53:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id ZdH-VFSIFz96 for ; Wed, 1 May 2024 16:53:35 +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 6BBE984E8E for ; Wed, 1 May 2024 16:53:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714582415; bh=IKwHAGeGQP9sARb9xuPCViUsOzixYY4K9Rfdkr5wDU8=; h=Date:From:Subject:To:Reply-To; b=r+iqwC4BSE19wTGBCrx6nt6WoHDGvrEV1UoOf9zgpvMphBKSRt+ZImElgrSZ1pvpD cYQBsUFjbZghCM5uqDluCE3xxLXgRLOH9XwaEn5MFMW9UiOvRZFj000OyD67KaDGca dVa98tlB8i0G15oT+ILm1jXkm2MXmJQs5r1/LQrI= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 62EE1FA2C; Wed, 1 May 2024 16:53:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171458241569550" MIME-Version: 1.0 Date: Wed, 1 May 2024 16:53:35 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/www/hs-xss-sanitize To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20240501165335.62EE1FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171458241569550 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Wed May 1 16:53:35 UTC 2024 Modified Files: pkgsrc/www/hs-xss-sanitize: Makefile PLIST Log Message: www/hs-xss-sanitize: Fix build with GHC 9.8 This breaks build with the currently default GHC 9.6. Please bear with me until I switch the default compiler. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/hs-xss-sanitize/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/hs-xss-sanitize/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171458241569550 Content-Disposition: inline Content-Length: 2455 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/hs-xss-sanitize/Makefile diff -u pkgsrc/www/hs-xss-sanitize/Makefile:1.11 pkgsrc/www/hs-xss-sanitize/Makefile:1.12 --- pkgsrc/www/hs-xss-sanitize/Makefile:1.11 Thu Nov 2 06:37:48 2023 +++ pkgsrc/www/hs-xss-sanitize/Makefile Wed May 1 16:53:35 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2023/11/02 06:37:48 pho Exp $ +# $NetBSD: Makefile,v 1.12 2024/05/01 16:53:35 pho Exp $ DISTNAME= xss-sanitize-0.3.7.2 PKGREVISION= 1 @@ -8,6 +8,9 @@ MAINTAINER= pho@cielonegro.org COMMENT= Sanitize untrusted HTML to prevent XSS attacks LICENSE= 2-clause-bsd +HASKELL_UNRESTRICT_DEPENDENCIES+= \ + text + .include "../../textproc/hs-attoparsec/buildlink3.mk" .include "../../textproc/hs-css-text/buildlink3.mk" .include "../../net/hs-network-uri/buildlink3.mk" Index: pkgsrc/www/hs-xss-sanitize/PLIST diff -u pkgsrc/www/hs-xss-sanitize/PLIST:1.4 pkgsrc/www/hs-xss-sanitize/PLIST:1.5 --- pkgsrc/www/hs-xss-sanitize/PLIST:1.4 Sun Oct 29 18:42:06 2023 +++ pkgsrc/www/hs-xss-sanitize/PLIST Wed May 1 16:53:35 2024 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2023/10/29 18:42:06 pho Exp $ +@comment $NetBSD: PLIST,v 1.5 2024/05/01 16:53:35 pho Exp $ ${PLIST.shlibs}lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so ${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Paths_xss_sanitize.dyn_hi lib/${HS_PLATFORM}/${HS_PKGID}/Paths_xss_sanitize.hi @@ -16,12 +16,10 @@ lib/xss-sanitize-${PKGVERSION}/${HS_VERS share/doc/${HS_PLATFORM}/xss-sanitize-${PKGVERSION}/LICENSE ${PLIST.doc}share/doc/${HS_PLATFORM}/xss-sanitize-${PKGVERSION}/html/Text-HTML-SanitizeXSS.html ${PLIST.doc}share/doc/${HS_PLATFORM}/xss-sanitize-${PKGVERSION}/html/doc-index.html -${PLIST.doc}share/doc/${HS_PLATFORM}/xss-sanitize-${PKGVERSION}/html/doc-index.json ${PLIST.doc}share/doc/${HS_PLATFORM}/xss-sanitize-${PKGVERSION}/html/haddock-bundle.min.js ${PLIST.doc}share/doc/${HS_PLATFORM}/xss-sanitize-${PKGVERSION}/html/index.html ${PLIST.doc}share/doc/${HS_PLATFORM}/xss-sanitize-${PKGVERSION}/html/linuwial.css ${PLIST.doc}share/doc/${HS_PLATFORM}/xss-sanitize-${PKGVERSION}/html/meta.json ${PLIST.doc}share/doc/${HS_PLATFORM}/xss-sanitize-${PKGVERSION}/html/quick-jump.css -${PLIST.doc}share/doc/${HS_PLATFORM}/xss-sanitize-${PKGVERSION}/html/quick-jump.min.js ${PLIST.doc}share/doc/${HS_PLATFORM}/xss-sanitize-${PKGVERSION}/html/synopsis.png ${PLIST.doc}share/doc/${HS_PLATFORM}/xss-sanitize-${PKGVERSION}/html/xss-sanitize.haddock --_----------=_171458241569550--