summaryrefslogtreecommitdiff
path: root/russian/apache13 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Set USE_PERL5/WANT_PERL as appropriate, for ports that either depend onMark Linimon2007-10-071-1/+2
| | | | | | | | | | | perl unconditonally, or conditionally. To be able to conditionalize the inclusion of bsd.perl.mk, they now need to be defined before the inclusion of bsd.port.pre.mk. Hat: portmgr Notes: svn path=/head/; revision=201032
* Fix building on FreeBSD-7, with gcc 4.2.0Lev A. Serebryakov2007-07-182-1/+21
| | | | Notes: svn path=/head/; revision=195837
* Update to 1.3.37+30.23. This version has mod_rewrite buffer overflow fixed.Lev A. Serebryakov2006-11-013-44/+9
| | | | Notes: svn path=/head/; revision=176046
* SHA256ifyEdwin Groothuis2006-01-241-0/+2
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* Fix CAN-2005-3352 ↵Lev A. Serebryakov2006-01-032-0/+36
| | | | | | | | | (http://www.FreeBSD.org/ports/portaudit/9fff8dc8-7aa7-11da-bf72-00123f589060.html). Patch was borrowed from `www/apache13' port. Notes: svn path=/head/; revision=152672
* Update to latest 1.3.34+30.22.Lev A. Serebryakov2005-12-203-6/+7
| | | | | | | This fixes CVE-2005-2088. Notes: svn path=/head/; revision=151664
* - don't create httpd.conf.bakClement Laforet2005-02-112-0/+16
| | | | | | | | | - remove httpd.conf.bak if exists Approved by: portmgr (krion, kris) Notes: svn path=/head/; revision=128539
* Update to 1.3.33+PL30.21. It fixes all security problems, found in 1.3.31 ↵Lev A. Serebryakov2004-11-063-11/+8
| | | | | | | and 1.3.32. Notes: svn path=/head/; revision=120947
* Don't remove www/ now that it is created by the system.Kris Kennaway2004-06-091-2/+0
| | | | Notes: svn path=/head/; revision=111131
* Add `www/apache2' port with non-default MPMs to CONFLICTS.Lev A. Serebryakov2004-05-231-0/+2
| | | | | | | Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> Notes: svn path=/head/; revision=109805
* Make CONFLICTS more specific: conflicts with apache-[0-9]*, not with apache-*Lev A. Serebryakov2004-05-231-1/+1
| | | | | | | | PR: ports/67066 Submitted by: Vassily Ragosin <vr@vrgraphics.ru> Notes: svn path=/head/; revision=109797
* Update to latest, 1.3.31 based, version.Lev A. Serebryakov2004-05-224-123/+17
| | | | Notes: svn path=/head/; revision=109720
* - extend CONFLICTSDirk Meyer2004-03-191-1/+6
| | | | Notes: svn path=/head/; revision=104587
* Add patch for netmask problems on 64bit machinesLev A. Serebryakov2004-03-082-0/+114
| | | | Notes: svn path=/head/; revision=103333
* Update to latest version 30.19+1.3.29Lev A. Serebryakov2003-11-214-31/+8
| | | | Notes: svn path=/head/; revision=94623
* [1] Use bsd.port.(pre|post).mkLev A. Serebryakov2003-10-242-330/+340
| | | | | | | [2] Use DOCSDIR Notes: svn path=/head/; revision=92069
* Fix problem with zombies.Lev A. Serebryakov2003-10-232-0/+26
| | | | | | | http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21737 Notes: svn path=/head/; revision=91953
* Fix typo (mod_charest -> mod_charset).Max Khon2003-10-071-1/+1
| | | | Notes: svn path=/head/; revision=90527
* Update to 1.3.28+30.18Lev A. Serebryakov2003-08-024-32/+24
| | | | Notes: svn path=/head/; revision=86200
* Add CONFLICTS with other httpd ports: all apache variants and `www/publicfile'Lev A. Serebryakov2003-06-251-0/+8
| | | | | | | Approved by: sobomax Notes: svn path=/head/; revision=83588
* Change MAINTAINER field of my ports to lev@FReeBSD.org, my brand-newLev A. Serebryakov2003-06-171-1/+1
| | | | | | | | | committer's e-mail Approved by: sobomax Notes: svn path=/head/; revision=83152
* Remove Y2K conformance statement URLs.Bill Fenner2003-05-081-1/+0
| | | | Notes: svn path=/head/; revision=80471
* Update Russian Apache to patchlevel 30.17Edwin Groothuis2003-03-312-4/+3
| | | | | | | | PR: ports/49108 Submitted by: Lev A. Serbryakov <lev@serebryakov.spb.ru> Notes: svn path=/head/; revision=77781
* Update MASTER_SITE for port russian/apache13 to lateset mirror listEdwin Groothuis2003-02-231-15/+1
| | | | | | | | PR: ports/48160 Submitted by: Lev A. Serebryakov <lev@serebryakov.spb.ru> Notes: svn path=/head/; revision=76330
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* Add login classes support for suexecSADA Kenji2002-11-113-9/+105
| | | | | | | | | 'PORTCOMMENT' is discarded. PR: ports/45139 Submitted by: maintainer Notes: svn path=/head/; revision=69866
* Update to apache 1.3.27 and 2.0.43. This fixes a security vulnerability.Kris Kennaway2002-10-053-6/+9
| | | | | | | | | | | | | | Mark apache13-ssl FORBIDDEN because the new version does not yet exist. Partially based on patches submitted by below authors. Submitted by: "Sergey A. Osokin" <osa@freebsd.org.ru>, Udo Schweigert <udo.schweigert@siemens.com>, Lev A. Serebryakov <lev@serebryakov.spb.ru> PR: ports/43682, ports/43688, ports/43666, ports/43681 Notes: svn path=/head/; revision=67299
* upgrade to 1.3.26PL30.15Ying-Chieh Liao2002-07-085-13/+181
| | | | | | | | PR: 40187 Submitted by: maintainer Notes: svn path=/head/; revision=62638
* Update to Russian patch version 30.14.Dmitry Sivachenko2002-06-302-2/+2
| | | | | | | | PR: 40011 Submitted by: maintainer Notes: svn path=/head/; revision=62202
* - Update to 1.3.26.30.13Patrick Li2002-06-224-38/+70
| | | | | | | | | | - Unmark forbidden PR: 39655 Submitted by: maintainer Notes: svn path=/head/; revision=61736
* Mark FORBIDDEN until an update is available.Jacques Vidrine2002-06-181-0/+3
| | | | | | | See <URL:http://httpd.apache.org/info/security_bulletin_20020617.txt>. Notes: svn path=/head/; revision=61511
* Update to 1.3.24David W. Chapman Jr.2002-05-083-4/+5
| | | | | | | | PR: 37025 Submitted by: maintainer Notes: svn path=/head/; revision=58705
* Update to latest russian patch and include russian patch version inPatrick Li2002-01-282-5/+6
| | | | | | | | | | PORTVERSION. PR: 34380 Submitted by: maintainer Notes: svn path=/head/; revision=53931
* Update to 1.3.23Patrick Li2002-01-264-28/+12
| | | | | | | | PR: 34301 Submitted by: maintainer Notes: svn path=/head/; revision=53792
* - Update to 1.3.22 (PL30.9);Maxim Sobolev2001-11-057-45/+211
| | | | | | | | | | | - assign maintainership to Lev Serebryakov <lev@serebryakov.spb.ru> - previous maintainer doesn't answer to e-mails during extended period of time. PR: 31325 Submitted by: Lev Serebryakov <lev@serebryakov.spb.ru> Notes: svn path=/head/; revision=49612
* Update to version 1.3.19.Steve Price2001-06-174-33/+85
| | | | | | | | PR: 28088 Submitted by: maintainer Notes: svn path=/head/; revision=44122
* Update russian/apache13 port to version 1.3.14-30.0James E. Housley2000-10-226-18/+93
| | | | | | | | PR: 22112 Submitted by: Vladimir N. Silyaev <vns@delta.odessa.ua> MAINTAINER Notes: svn path=/head/; revision=34114
* Correct CATEGORIES - make first category in the CATEGORIES list matching parentMaxim Sobolev2000-10-041-1/+1
| | | | | | | directory. Notes: svn path=/head/; revision=33401
* Update to version 1.3.12, RA 29.4.Steve Price2000-07-106-14/+78
| | | | | | | | PR: 19184 Submitted by: maintainer Notes: svn path=/head/; revision=30394
* As threatened on freebsd-ports: all startup scripts know about the twoThomas Gellekum2000-07-052-3/+21
| | | | | | | | | | options `start' and `stop' now (unless I have forgotten any). This allows us to call the scripts from /etc/rc.shutdown with the correct option. The (42 or so) ports that already DTRT before are unchanged. Notes: svn path=/head/; revision=30229
* Correct whitespace introduced during PORTNAME conversion and portlintMichael Haro2000-04-211-7/+7
| | | | Notes: svn path=/head/; revision=27846
* Update to use PORTNAME/PORTVERSIONChris Piazza2000-04-131-5/+4
| | | | Notes: svn path=/head/; revision=27497
* update to apache 1.3.11Michael Haro2000-04-016-41/+54
| | | | | | | | PR: 16659 Submitted by: maintainer Notes: svn path=/head/; revision=27232
* Change package name from rapache to ru-apache.Steve Price1999-12-231-1/+1
| | | | Notes: svn path=/head/; revision=23914
* * Update port to Russian Apache version 29.2Steve Price1999-12-232-3/+3
| | | | | | | | | | * Fixed bug with 'historical' patch site PR: 15359 Submitted by: maintainer Notes: svn path=/head/; revision=23913
* Update to apache version 1.3.9 and RA 29.0.Steve Price1999-11-1410-135/+146
| | | | | | | | PR: 14846 Submitted by: maintainer Notes: svn path=/head/; revision=23100
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21143
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1999-08-271-2/+2
| | | | | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} Notes: svn path=/head/; revision=21034
* awk -> ${AWK}Michael Haro1999-08-221-2/+2
| | | | | | | | | | | basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR} Notes: svn path=/head/; revision=20898
* chmod -> ${CHMOD}Michael Haro1999-08-221-2/+2
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885