- update to version 0.5.2

This commit is contained in:
Olli Hauer 2013-03-28 12:09:20 +00:00
parent f60233ccc6
commit b5f351533a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315459
3 changed files with 5 additions and 22 deletions

View File

@ -1,22 +1,16 @@
# New ports collection makefile for: mod_jail
# Date created: Oct 7 2005
# Whom: Frank Laszlo <laszlof@vonostingroup.com>
#
# Created by: Frank Laszlo <laszlof@vonostingroup.com>
# $FreeBSD$
#
PORTNAME= mod_jail
PORTVERSION= 0.5.1
PORTREVISION= 1
PORTVERSION= 0.5.2
CATEGORIES= www
MASTER_SITES= http://mod-jail.googlecode.com/files/
MAINTAINER= apache@FreeBSD.org
COMMENT= Apache 1.3.x/2.0.xx module to enable an easy alternative to mod_chroot
COMMENT= Apache module to enable an easy alternative to mod_chroot
MAKE_JOBS_SAFE= yes
WRKSRC= ${WRKDIR}/mod_jail-0.5.1
USE_APACHE= 22+
AP_FAST_BUILD= yes
AP_GENPLIST= yes

View File

@ -1,2 +1,2 @@
SHA256 (mod_jail-0.5.1.tar.gz) = 752822e2a512a7cf2d374cd4e7a0675c744248094b0392cc20fde969828cdd58
SIZE (mod_jail-0.5.1.tar.gz) = 12000
SHA256 (mod_jail-0.5.2.tar.gz) = f11a4bb2a48b592291149e559ad26145efacf445ee3d5d504127d80a19257bcf
SIZE (mod_jail-0.5.2.tar.gz) = 12053

View File

@ -1,11 +0,0 @@
--- mod_jail.c.orig 2009-09-24 02:05:27.000000000 -0700
+++ mod_jail.c 2010-10-20 15:16:31.000000000 -0700
@@ -391,7 +391,7 @@
if (p_addr == NULL) {
return NULL;
}
- addr->s_addr = htonl(INADDR_LOOPBACK);
+ p_addr->s_addr = htonl(INADDR_LOOPBACK);
cfg->jail = (struct jail) {
.version = JAIL_API_VERSION,
.path = NULL,