Bug 131512 - [patch] unbreak www/mod_jail after jail MFC
Summary: [patch] unbreak www/mod_jail after jail MFC
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-08 21:40 UTC by Bjoern A. Zeeb
Modified: 2009-10-16 09:30 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (1.63 KB, patch)
2009-02-08 21:40 UTC, Bjoern A. Zeeb
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bjoern A. Zeeb 2009-02-08 21:40:04 UTC
	The MFC of multi-IPv4/v6/no-IP jails broke the API as it had
	for the commit to HEAD end of last year.

How-To-Repeat: 	Build the port on an up-to-date 7 stable and it will fail.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-02-08 21:40:23 UTC
Responsible Changed
From-To: freebsd-ports-bugs->apache

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2009-02-11 22:10:03 UTC
Responsible Changed
From-To: apache->miwi

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-02-12 21:31:55 UTC
miwi        2009-02-12 21:31:40 UTC

  FreeBSD ports repository

  Modified files:
    www/mod_jail/files   patch-mod_jail.c 
  Log:
  - Unbreal after jail MFC
  
  PR:             131512
  Submitted by:   "Bjoern A. Zeeb" <bzeeb+freebsdports@zabbadoz.net>
  
  Revision  Changes    Path
  1.2       +4 -4      ports/www/mod_jail/files/patch-mod_jail.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Martin Wilke freebsd_committer freebsd_triage 2009-02-12 21:32:12 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 5 ipopovi 2009-10-16 09:02:59 UTC
Hi
I'm author of this module, there is a bug for apache 2.xx - module compiles,
but it doesn't work,  because function ap_pcalloc (apache 1.3) renamed to
apr_pcalloc. Bug has been added by patch for support jail API version 2
(FreeBSD 8).