head 1.7; access; symbols pkgsrc-2026Q1:1.7.0.6 pkgsrc-2026Q1-base:1.7 pkgsrc-2025Q4:1.7.0.4 pkgsrc-2025Q4-base:1.7 pkgsrc-2025Q3:1.7.0.2 pkgsrc-2025Q3-base:1.7 pkgsrc-2025Q2:1.6.0.4 pkgsrc-2025Q2-base:1.6 pkgsrc-2025Q1:1.6.0.2 pkgsrc-2025Q1-base:1.6 pkgsrc-2024Q4:1.3.0.6 pkgsrc-2024Q4-base:1.3 pkgsrc-2024Q3:1.3.0.4 pkgsrc-2024Q3-base:1.3 pkgsrc-2024Q2:1.3.0.2 pkgsrc-2024Q2-base:1.3 pkgsrc-2024Q1:1.2.0.4 pkgsrc-2024Q1-base:1.2 pkgsrc-2023Q4:1.2.0.2 pkgsrc-2023Q4-base:1.2; locks; strict; comment @# @; 1.7 date 2025.08.13.11.07.42; author pho; state Exp; branches; next 1.6; commitid oGqtJTKdyCfCKy6G; 1.6 date 2025.03.08.05.13.51; author pho; state Exp; branches; next 1.5; commitid 8UcvNVe5yrnESdMF; 1.5 date 2025.03.05.03.40.09; author pho; state Exp; branches; next 1.4; commitid VPkRDaZT4MoYrPLF; 1.4 date 2025.02.02.13.06.03; author pho; state Exp; branches; next 1.3; commitid Zl7FwsffomOQzTHF; 1.3 date 2024.05.09.01.32.53; author pho; state Exp; branches; next 1.2; commitid zmOkUK6EkFT4og9F; 1.2 date 2023.11.02.06.37.45; author pho; state Exp; branches; next 1.1; commitid dPkTdcIqhE4k90LE; 1.1 date 2023.10.31.06.14.09; author pho; state Exp; branches; next ; commitid 15kKo8NA0WtX5KKE; desc @@ 1.7 log @Bump all Haskell because lang/ghc910 has got a library change @ text @# $NetBSD: Makefile,v 1.6 2025/03/08 05:13:51 pho Exp $ DISTNAME= http-client-restricted-0.1.0 PKGREVISION= 6 CATEGORIES= www MAINTAINER= pkgsrc-users@@NetBSD.org COMMENT= Restricting the servers that http-client will use LICENSE= mit .include "../../net/hs-crypton-connection/buildlink3.mk" .include "../../devel/hs-data-default/buildlink3.mk" .include "../../www/hs-http-client/buildlink3.mk" .include "../../www/hs-http-client-tls/buildlink3.mk" .include "../../net/hs-network/buildlink3.mk" .include "../../net/hs-network-bsd/buildlink3.mk" .include "../../devel/hs-utf8-string/buildlink3.mk" .include "../../mk/haskell.mk" .include "../../mk/bsd.pkg.mk" @ 1.6 log @Recursive bump for security/hs-tls @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.5 2025/03/05 03:40:09 pho Exp $ d4 1 a4 1 PKGREVISION= 5 @ 1.5 log @recursive revbump after patching lang/ghc910 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2025/02/02 13:06:03 pho Exp $ d4 1 a4 1 PKGREVISION= 4 @ 1.4 log @Bump all Haskell packages after switching the default compiler. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2024/05/09 01:32:53 pho Exp $ d4 1 a4 1 PKGREVISION= 3 @ 1.3 log @Recursive revbump after changing the default Haskell compiler @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2023/11/02 06:37:45 pho Exp $ d4 1 a4 1 PKGREVISION= 2 @ 1.2 log @Revbump all Haskell after updating lang/ghc96 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2023/10/31 06:14:09 pho Exp $ d4 1 a4 1 PKGREVISION= 1 @ 1.1 log @www/hs-http-client-restricted: import hs-http-client-restricted-0.1.0 Addition to the http-client and http-client-tls libraries, that restricts the HTTP servers that can be used. This is useful when a security policy needs to eg, prevent connections to HTTP servers on localhost or a local network, or only allow connections to a specific HTTP server. It handles restricting redirects as well as the initial HTTP connection, and it also guards against DNS poisoning attacks. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.11 2023/02/07 01:41:01 pho Exp $ d4 1 @