1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/www/aws
John Marino 5ddb7da7f2 www/aws: Fix usage of aws in jailed environment
AWS has a sanity check that assumes that binding to the standard loopback
address of 127.0.0.1 is always possible, but this is not a good assumption
inside a FreeBSD jail.  The result is that connection is success because
it adjusts the 127.0.0.1 address correctly on the fly, but the sanity
check is no longer valid.  The provided patch changes the sanity check to
get the address rather than assuming 127.0.0.1.

PR:		ports/188342
submitted by:	Natacha Porte
Approved by:	maintainer (myself)
2014-04-13 11:41:47 +00:00
..
files www/aws: Fix usage of aws in jailed environment 2014-04-13 11:41:47 +00:00
distinfo
Makefile www/aws: Fix usage of aws in jailed environment 2014-04-13 11:41:47 +00:00
Makefile.FreeBSD
pkg-descr