Commit graph

7832 commits

Author SHA1 Message Date
Clement Laforet
44ad29fbb8 All mod_clamev 0.19, scans content delivered by the Apache2 proxy
module for viruses

Submitted by:   Tom Müller-Kortkamp <tmueko@kommunity.net>
2004-04-18 17:01:11 +00:00
Clement Laforet
8e39190123 - Remove blank line at the end of pkg-plist
- Cosmetic changes in Makefile
2004-04-18 11:49:33 +00:00
Clement Laforet
ef5cd63aba Add mod_jk2-apache2 (mod_jk2 slave port), apache JK2 module for
connecting to Tomcat using AJP1X.

PR:		ports/56662
Submitted by:	Palle Girgensohn <girgen@pingpong.net>
2004-04-18 10:43:06 +00:00
Clement Laforet
1eab0dc9d9 Oops, make MAINTAINER and COMMENT overridable for mod_jk1-apache2 slave
port.

Forgotten by:   clement
2004-04-18 10:36:55 +00:00
Clement Laforet
396e6c634d - mod_jk2 is now mod_jk 2.x branch.
People who wants to use mod_jk with apache2 must use mod_jk-apache2
  commit monthes ago.

PR:                     56661
Submitted by:           Palle Girgensohn <girgen@pingpong.net>
Approved by:            previous maintainer
Reviewed/updated by:    clement
2004-04-18 10:33:14 +00:00
Pav Lucistnik
1004432606 - Update to 0.8.0
PR:		ports/65576
Submitted by:	HAYASHI Yasushi <yasi@yasi.to>
Approved by:	maintainer
2004-04-18 10:27:12 +00:00
Lev A. Serebryakov
9a1d6fcd5f Update to 0.24.5 2004-04-18 06:38:48 +00:00
Clement Laforet
9728f3a0ac - Do not activate module automatically [1]
- Cosmectic change in autogenerated plist (run apxs before the removal
  of the module file, it can make apxs fail if you change module
  name/shortname)

Forgotten by:   me [1]
Reminded by:    discussion with kris [1]
2004-04-17 14:26:01 +00:00
Kris Kennaway
9971a93689 Add missing file 2004-04-17 14:14:30 +00:00
Pav Lucistnik
41077d35ef - Silently remove extra directory
Reported by:	bento's extras list
2004-04-17 14:07:30 +00:00
Kris Kennaway
327cac36ff Add missing file
# XXX plist is unsorted
2004-04-16 23:38:16 +00:00
Mikhail Teterin
5fc2d96054 Default to Tcl-8.4, as neotcl and tclX do now.
Prompted by:	kris
2004-04-16 20:08:19 +00:00
Clement Laforet
52fc652591 Add mod_log_sql 1.97.
This add-on module allows the apache web server to use a MySQL database
for logging of all operations.

WWW: http://www.outoforder.cc/projects/apache/mod_log_sql/

This release add supports for apache2.
2004-04-16 19:57:21 +00:00
Clement Laforet
86fa33ed95 Add mod_auth_useragent 1.0
mod_auth_useragent allows you to forbid clients based on their
User-Agent by placing a single line in your Apache httpd.conf. Be aware
that this is by no means a security measure as it is trivial to change
your User-Agent in most browsers.

WWW: http://tangent.org/index.pl?lastnode_id=478&node_id=423
2004-04-16 16:20:16 +00:00
Clement Laforet
b3a94988db Add mod_accessCookie 0.4.
This module restricts access in the same way as an 'allow from'
does (it is derived form this module :), by checking for the exinstence of
a cookie. If a cookie is present it compares it to cookies found in a
mySQL database. If it can find a equivalent cookie there, access is
granted, else access is denied.
2004-04-16 15:56:59 +00:00
Mark Linimon
ebec63ec35 Per dosirak run, fix plist: silently try to remove directories created by
Zope itself.
2004-04-16 15:01:47 +00:00
Kirill Ponomarev
050450676e - Remove USE_SIZE knob 2004-04-16 14:42:39 +00:00
Clement Laforet
a69c5948a6 - Utilize Makefile.modules.3rd 2004-04-16 14:40:41 +00:00
Clement Laforet
114293d141 - Utilize Makefile.modules.3rd 2004-04-16 14:15:55 +00:00
Clement Laforet
291e472f16 Add AP_EXTRA to support extra arguments to apxs during build.
AP_INC and AP_LIB were added.

Reminded by: mod_vdbh port
2004-04-16 14:07:16 +00:00
Clement Laforet
9659b8cfc9 - Utilize Makefile.modules.3rd
IMHO, it's one of the best example to see how Makefile.modules.3rd
  can be useful.
2004-04-16 13:52:18 +00:00
Clement Laforet
9b3d51b788 - Utilize Makefile.modules.3rd 2004-04-16 13:38:17 +00:00
Clement Laforet
267bec7c6d - Utilize Makefile.modules.3rd
- Shorten COMMENT
2004-04-16 13:37:51 +00:00
Clement Laforet
a15906aee6 Remove noisy apache version detection 2004-04-16 13:29:29 +00:00
Clement Laforet
e50672f6cf Add Makefile.modules.3rd, which should simplify apache modules porting.
It can not be used with USE_APACHE knob.

Most important knobs:
WANT_APACHE=    {13,2}
        Apache version required. if undefined, both apache version
        are allowed.
AP_FAST_BUILD
        Do ${APXS} -c ${APXS} -i for you
AP_GENPLIST
        Autogenerate a _SIMPLE_ plist:

See future commits to know how to use this file.
2004-04-16 12:24:42 +00:00
Jacques Vidrine
ded597a418 Mark FORBIDDEN due to remotely exploitable format string
vulnerabilities.

http://vuxml.freebsd.org/84237895-8f39-11d8-8b29-0020ed76ef5a.html
2004-04-16 00:27:02 +00:00
Mathieu Arnold
00c8b6363a Fix plist 2004-04-15 12:56:38 +00:00
FUJISHIMA Satsuki
30c8296673 sync with opera-devel:
o remove LIB_DEPENDS on png since that's now statically compiled in.
o stop installing icons into non-standard places.

PR:		65558
Submitted by:	maintainer
2004-04-15 12:44:31 +00:00
Kirill Ponomarev
c963a44640 - Fix MASTER_SITES
PR:		ports/65568
Submitted by:	maintainer
2004-04-15 12:27:11 +00:00
Mathieu Arnold
a3f012bb9c Remove the .orig files because perl 5.005 will think it's clever to install them
Found out by:	dosirak.kr
2004-04-15 12:01:15 +00:00
FUJISHIMA Satsuki
eb02e52bad update to 7.50 Preview 4 (dated 20040414).
A changelog can be found here:
http://snapshot.opera.com/unix/7.50-Preview-4/u750p4.html

PR:		65558
Submitted by:	maintainer
2004-04-15 11:07:49 +00:00
Kris Kennaway
774d76633d Add missing directory 2004-04-15 08:33:05 +00:00
Thierry Thomas
6f4354d282 Utilize devel/pear-PEAR/Makefile.common.
PR:		ports/65511
Submitted by:	Roman Neuhauser
Approved by:	mat (mentor).
2004-04-14 21:56:32 +00:00
Thierry Thomas
db2eb50c79 Utilize devel/pear-PEAR/Makefile.common.
PR:		ports/65512
Submitted by:	Roman Neuhauser
Approved by:	mat (mentor).
2004-04-14 21:55:26 +00:00
Thierry Thomas
f5d187b67c Utilize devel/pear-PEAR/Makefile.common
PR:		ports/65510
Submitted by:	Roman Neuhauser
Approved by:	mat (mentor).
2004-04-14 21:54:24 +00:00
Kirill Ponomarev
5a9816f70b - Update to version 3.32.00
PR:		ports/65539
Submitted by:	Ports Fury
2004-04-14 18:52:21 +00:00
Erwin Lansing
f72b47caa4 Add missing man page
Remove MAN3PREFIX while I'm here

Submitted by:	dosirak
2004-04-14 18:42:56 +00:00
Mathieu Arnold
37a863a737 Update to 0.14 2004-04-14 13:00:57 +00:00
Sergey A. Osokin
6a16eba649 Use DOCSDIR macro where it possible.
Fix dynamic pkg-plist by adding @dirrm %%DOCSDIR%%.
Bump PORTREVISION.
2004-04-14 07:12:47 +00:00
Peter Pentchev
9103350b03 Take over maintainership of two ports related to ftp/curl as a
preparation for fixing some breakage resulting from curl-7.11.1 finally
removing two options marked obsolete for over a year.
2004-04-14 07:08:09 +00:00
Hye-Shik Chang
a18a95345a Assign maintainership to Gerhard Schmidt who have sent previous
update PR.

Submitted by:	Gerhard Schmidt <estartu@augusta.de>
2004-04-14 02:54:22 +00:00
Kris Kennaway
6ff3258117 Correct config file handling and remove directories 2004-04-13 23:14:01 +00:00
Kris Kennaway
f27a7a1531 Add missing @dirrm 2004-04-13 22:44:40 +00:00
Kris Kennaway
6ae5d7b72a Add missing @dirrms 2004-04-13 22:16:31 +00:00
Thierry Thomas
6fac46b389 Let Makefile.common do the work.
PR:		ports/65499
Submitted by:	Roman Neuhauser
Approved by:	mat (mentor)
2004-04-13 20:23:20 +00:00
Joe Marcus Clarke
da7617990a Update to 0.8.2. 2004-04-13 19:03:06 +00:00
Joe Marcus Clarke
3a5febfa9d Fix the link order of the GSSAPI extension so it uses our libasn1.so before
Mozilla's.  This fixes some unresolved symbols problems during post-build.

PR:		65472
2004-04-13 16:24:04 +00:00
Kirill Ponomarev
d87d5a4abd - Update to version 20040218
PR:		ports/65484
Submitted by:	maintainer
2004-04-13 11:02:13 +00:00
Pav Lucistnik
fab7682ed4 - Update to 1.6.2
PR:		ports/64923
Submitted by:	Brad Davis <so14k@so14k.com>
Approved by:	maintainer timeout (2 weeks)
2004-04-12 22:16:03 +00:00
Kirill Ponomarev
88d0e9c804 - Integrate a vendor patch that fixes an assertion caused by
truncated DNS replies (squid bug #962)
- Bump PORTREVISION

PR:		ports/65458
Submitted by:	maintainer
2004-04-12 13:27:46 +00:00