head	1.2;
access;
symbols
	pkgsrc-2026Q1:1.2.0.14
	pkgsrc-2026Q1-base:1.2
	pkgsrc-2025Q4:1.2.0.12
	pkgsrc-2025Q4-base:1.2
	pkgsrc-2025Q3:1.2.0.10
	pkgsrc-2025Q3-base:1.2
	pkgsrc-2025Q2:1.2.0.8
	pkgsrc-2025Q2-base:1.2
	pkgsrc-2025Q1:1.2.0.6
	pkgsrc-2025Q1-base:1.2
	pkgsrc-2024Q4:1.2.0.4
	pkgsrc-2024Q4-base:1.2
	pkgsrc-2024Q3:1.2.0.2
	pkgsrc-2024Q3-base:1.2;
locks; strict;
comment	@# @;


1.2
date	2024.08.16.19.26.51;	author wiz;	state Exp;
branches;
next	1.1;
commitid	e9EPAnTGATLP95mF;

1.1
date	2024.08.16.19.08.46;	author js;	state Exp;
branches;
next	;
commitid	u7pSM5Lidu9I35mF;


desc
@@


1.2
log
@py-aiohttp-remotes: fix TOOL_DEPENDS

add some TEST_DEPENDS, probably more needed.

Fix pkglint in DESCR.
@
text
@The library is a set of useful tools for aiohttp.web server.

The full list of tools is:

 * AllowedHosts - restrict a set of incoming connections to allowed hosts only.
 * BasicAuth - protect web application by basic auth authorization.
 * Cloudflare - make sure that web application is protected by CloudFlare.
 * ForwardedRelaxed and ForwardedStrict - process Forwarded HTTP header and
   modify corresponding scheme, host, remote attributes in strong secured and
   relaxed modes.
 * Secure - ensure that web application is handled by HTTPS (SSL/TLS) only,
   redirect plain HTTP to HTTPS automatically.
 * XForwardedRelaxed and XForwardedStrict - the same as ForwardedRelaxed and
   ForwardedStrict but process old-fashion X-Forwarded-* headers instead of new
   standard Forwarded.
@


1.1
log
@Add www/py-aiohttp-remotes

Forgot to commit this before, it's needed by devel/glasgow.
@
text
@d5 4
a8 4
 * AllowedHosts – restrict a set of incoming connections to allowed hosts only.
 * BasicAuth – protect web application by basic auth authorization.
 * Cloudflare – make sure that web application is protected by CloudFlare.
 * ForwardedRelaxed and ForwardedStrict – process Forwarded HTTP header and
d11 1
a11 1
 * Secure – ensure that web application is handled by HTTPS (SSL/TLS) only,
d13 1
a13 1
 * XForwardedRelaxed and XForwardedStrict – the same as ForwardedRelaxed and
@

