The NetBSD Project

CVS log for pkgsrc/www/ap-jk/Attic/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / www / ap-jk

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.42, Tue Jun 10 15:22:15 2014 UTC (9 years, 9 months ago) by joerg
Branch: MAIN
CVS Tags: HEAD
Changes since 1.41: +1 -1 lines
FILE REMOVED

Retire Apache 1.3 and 2.0.

Revision 1.41 / (download) - annotate - [select for diffs], Sun Oct 28 06:30:04 2012 UTC (11 years, 5 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.40: +1 -3 lines
Diff to previous 1.40 (colored) to selected 1.31 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.40 / (download) - annotate - [select for diffs], Tue Feb 16 14:52:13 2010 UTC (14 years, 1 month ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.39: +6 -2 lines
Diff to previous 1.39 (colored) to selected 1.31 (colored)

Rename to ap13-jk to follow naming convention. DESTDIR support

Revision 1.39 / (download) - annotate - [select for diffs], Wed Nov 15 11:04:04 2006 UTC (17 years, 4 months ago) by abs
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.38: +2 -3 lines
Diff to previous 1.38 (colored) to selected 1.31 (colored)

Update www/ap-jk and www/ap2-jk from 1.2.15 to 1.2.19

Changes between 1.2.18 and 1.2.19

    Native

        update	Docs: Add SetHandler and new env var to Apache config docs. (rjung)
        update	Apache 1.3: Backport "no-jk" feature. (rjung)
        update	Apache: Add an environment variable to make SetHandler "jakarta-servlet" more useful. The variable is JK_WORKER_NAME, but can be changed by the new directive JkWorkerIndicator. (rjung)
        fix	LB: Don't use single worker shortcut, if the single worker is being diabled. (rjung)
        fix	Status worker: Add short explanation of activation and error states to legend. (rjung)
        fix	Docs: Add meaning of zero timeout values for various timeouts in workers.properties. (rjung)
        fix	LB: Cleanup of Mladens forced recovery. (rjung)
        fix	LB: Do not change lb_value for recovering workers to max, if we are using BUSYNESS method. (rjung)
        fix	Apache: Since 1.2.14 mod_jk failed to detect client abort. (rjung)
        fix	Docs: Corrected description of JkEnvVar. (rjung)
        fix	Solaris: Detect filio.h in configure to make the new connection detection build on solaris (r432825). (rjung)
        update	Add feature to force the recovery of workers that are member of loadbalancer if all the members are in error state. This fixes the time gap where 503 was returned caused by recovery_timeout although the backend was ready to handle the requests. (mturk)
        update	Docs: Seperate deprecated directives in their own table. (rjung)
        update	Docs: Allow "-" and "_" in worker names. (rjung)
        update	Allow multiple lines with attributes "balance_workers" and "mount". (rjung)
        fix	Make jk_is_some_property match more precisely. (rjung)
        update	JkStatus: Make refresh interval changeable. (rjung)
        fix	JkStatus: Adjust display of recover time wrt. global maintenance. (rjung)
        update	LB: Resetting worker state from OK to NA, if worker has been idle too long. (rjung)
        fix	Avoid compiler warnings concerning the use of lb_*_type arrays. Use functions instead. (rjung)
        update	Added %R JkRequestLogFormat option for Apache 1 and Apache 2. (mturk)
        update	Allow changing jvm Route from status manager. (mturk)
        fix	Do not retun 400 if Tomcat fails in the midle of the post request. Return 500 insted. (mturk)
        update	LB: Combine ok/error/recovering/busy runtime states into a single scalar. (rjung)
        update	LB: Combine active/disabled/stopped configuration states into a single scalar. (rjung)
        update	LB: Add several Apache notes to enable standard logging for load balancer results. (rjung)
        update	LB: Reorganisation of the main load balancer service loop. (rjung)
        update	Implement hierarchical worker configuration via attribute "reference". (rjung)
        update	Log deprecated properties. (rjung)
        fix	IIS: Fix simple_rewrite for the cases where the rewritten url is larger then the original one. (mturk)
        update	New JkOption "DisableReuse" to disable connection persistence. (jim)
        update	LB: Move sessionid retrieval out of get_most_suitable_worker into service. (rjung)
        update	Code cleanup for all service methods (use TRACE, JK_LOG_NULL_PARAMS, null pointer checks). (rjung)
        update	JKSTATUS: add refresh link. No refresh for updates. Redirect to list view after update. (rjung)
        update	Add new hook add_log_items into servers. (rjung)
        update	APACHE httpd: Rename apache logging notes. (rjung)
        update	LB: Rename lock and method constants. Add constants for defaults. (rjung)
        fix	Default log level should be INFO and not DEBUG. Default log level should be the same for all server types. (rjung)
        fix	Make rewrite_rule_map and log_level as non mandatory directives for isapi_redirect. (mturk)
        fix	40107: Rewrite is_socket_connected function. Non blocking socket is not used any more. (mturk)
        update	Allow building with VS2005 without too many warnings. (mturk)
        fix	Decide by MMN, which piped log API we should use. mod_jk 1.2.18 broke compilation with Apache 1.3 pre 1.3.28. (rjung)

Changes between 1.2.17 and 1.2.18


    Native

        fix	Using socklen_t in getsockopt. Also introducing jk_sock_t. (mturk)
        update	Allow recovery wait time below 60 seconds (new minimum is 1 second). (mturk)

Changes between 1.2.16 and JK 1.2.17


    Native

        fix	Fix hanging jk status worker when certain attributes are being updated due to double locking. (rjung)
        update	Allow JkMount to behave like uriworkermap.properties by parsing pipe symbol as two directive marker. (mturk)

Changes between 1.2.15 and JK 1.2.16


    Native

        update	Added simple rewrite capability for IIS. Although simple it will fulfill most needs. (mturk)
        update	Added RECOVER_ABORT_IF_CLIENTERROR recovery_option that closes the connection if client connection is broken during the request. (mturk)
        update	Renamed cache_timeout directive to connection_pool_timeout. (mturk)
        update	Added connection_pool_minsize directive. (mturk)
        update	Deprecate recycle_timeout directive. (mturk)
        update	Corrected some HTML syntax bugs in output of status worker. (rjung)
        update	Added the refresh=n parameter to the status worker. It will update the display every n seconds. (rjung)
        update	Balancer: Add attribute distance to balanced workers to express preferences between workers. (rjung)
        update	Balancer: Add attribute jvm_route to balanced workers to be able to use the same target in different balancers. (rjung)
        update	Status: Add lb_mult to status. (rjung)
        update	Balancer: Make different balancing strategies work in a similar way (use lb_value, use decay during global maintenance, use integer factors for weights. (rjung)
        update	Balancer: Improve locking. (rjung)
        update	Balancer: Workers start slower after recovering. (rjung)
        update	Balancer: Make different balancing strategies work in a similar way (use lb_value, use decay during global maintenance, use integer factors lb_mult for weights). (rjung)
        update	Balancer: Move recovery check to global maintenance. (rjung)
        update	Balancer: Add global maintenance method, that is called in only one process. (rjung)
        update	Extend our use of autoconf to find a 32Bit and a 64Bit unsigned type and their printf formats. (rjung)
        update	Logging: piped loggers for JkLogFile and Apache 1.3. (rjung)
        update	Logging: Add PID to log lines for each log level apart from REQUEST. (rjung)
        update	Logging: flush buffered logs to keep lines in correct order. Output final newline together with log message. (rjung)
        update	Reducing shm size. (rjung)
        update	Only log removing of old worker, when we actually do it. (rjung)
        fix	37469: Fix shared memory close for forked childs. The shared memory will be closed by the parent process. (mturk)
        fix	37332: Fix potential misuse of buffer length with snprintf functions. (mturk)
        fix	38859: Protect mod_jk against buggy or malicious AJP servers in the backend. Patch provided by Ruediger Pluem. (mturk)
        fix	38889: Use worker map sorting depending on the path elements, to comply with Servlet spec. Patch provided by Steve Revilak. (mturk)
        update	36138: Added Busyness lb method. Patch provided by Chris Lamprecht. (mturk)
        fix	Fix pessimistic locking mode. The patch correctly handles the burst load, by syncing the access to the shared memory data. (mturk)
        fix	38806: Reclycle worker even if it is disabled. This fixes hot-standby workers in error state. (mturk)
        fix	37167: Allow building with BSD-ish like make. (mturk)
        fix	ISAPI plugin (isapi_redirect.dll) did not provide correct request data for IIS to include in the IIS log. (markt)

Revision 1.38 / (download) - annotate - [select for diffs], Sat Jul 22 19:41:34 2006 UTC (17 years, 8 months ago) by abs
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3
Changes since 1.37: +7 -38 lines
Diff to previous 1.37 (colored) to selected 1.31 (colored)

ap-* should be using apache1 not apache2. Split out most of the Makefile
into Makefile.common to be used by upcoming ap2-jk package. Bump package
revision

Revision 1.37 / (download) - annotate - [select for diffs], Thu Jun 8 12:15:12 2006 UTC (17 years, 9 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.36: +2 -1 lines
Diff to previous 1.36 (colored) to selected 1.31 (colored)

Needs libtool.

Revision 1.36 / (download) - annotate - [select for diffs], Fri Jun 2 18:27:59 2006 UTC (17 years, 10 months ago) by joerg
Branch: MAIN
Changes since 1.35: +4 -3 lines
Diff to previous 1.35 (colored) to selected 1.31 (colored)

Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or
ap2-* respectively. Add new variables to simplify the Makefile
handling. Add CONFLICTS on the old names. Reset revisions of bumped
packages. ap-php will now depend on the default Apache and PHP version.
All programs using it have an implicit option of the Apache version
as well.

OK from jlam@ and adrianp@.

Revision 1.35 / (download) - annotate - [select for diffs], Sat Apr 22 09:22:16 2006 UTC (17 years, 11 months ago) by rillig
Branch: MAIN
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (colored) to selected 1.31 (colored)

Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.

Revision 1.34 / (download) - annotate - [select for diffs], Sun Feb 5 23:11:17 2006 UTC (18 years, 1 month ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.33: +2 -1 lines
Diff to previous 1.33 (colored) to selected 1.31 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.33 / (download) - annotate - [select for diffs], Tue Jan 31 16:26:22 2006 UTC (18 years, 2 months ago) by abs
Branch: MAIN
Changes since 1.32: +3 -6 lines
Diff to previous 1.32 (colored) to selected 1.31 (colored)

update www/ap-jk to 1.2.15

Changes from the released JK 1.2.14
    Native
        fix Fix lb for worker mpm's with cachesize set to lower
            number then ThreadsPerChild is. If retries is set to
            value larger then 3 sleep for 100 ms on each attempt.
            This enables to tune the connection cache, and
            serialize incoming connections instead returning busy
            if connection count is larger then cachesize. (mturk)
        fix 36525: Solaris core dump. (mturk)
        fix 36102: Worker actions do not persist. (mturk)
        fix 35864: Status worker doesn't list workers. Patch
            provided by Martin Goldhahn. (mturk)
        fix 35809: JkMountCopy don't work for Apache 2.0 Patch
            provided by Christophe Dubach. (mturk)
        fix 35298: Multiple JK/ISAPI redirectors on a single IIS
            site are not supported Patch provided by Tim
            Whittington. (mturk)

Changes from the released JK 1.2.13
    Native
        fix    34397: Emergency was handled as Error. (jfclere)
        fix    34474: // in URL were not handled correctly with
               Apache-1.3. (jfclere)
        fix    Use 64 bits int for transferred/read bytes.
        update Added JkOptions +FlushPackets used to optimize
               memory usage when sending large data. (mturk)
        update Added lock directive for load balancer that allows
               more acurate load balancing in case of burst load.
               (mturk)
        update Added worker.maintain directive to allow
               customizing default 10 second timeout. On busy
               servers this value needs to be set on higher value.
               (mturk)
        fix    Fix for NetWare compiler to deal with different
               types between AP13 and AP2 SDKs. (fuankg)
        update Emit much more legible user.dmp crash analysis
               output for WIN32. (wrowe)
        fix    34558: Fix first failover request. (mturk)

Changes from the released JK 1.2.12
    Native
        update Added ForwardLocallAddres JkOptions flag for
               passing local instead remote address. Useful for
               remote addr valve. (mturk)
        fix    Fix that worker not used, when stopped flag is
               true. (pero)
        update Add loadbalance default worker secret attribute to
               the documentation (pero)

Changes from the released JK 1.2.11
    Native
        fix    Backport SC_M_JK_STORED from JK2 for passing
               arbitrary methods instead failing the request.
               (mturk)
        fix    Added missing SEARCH and ACL http methods. (mturk)
        update Add worker secret attribute to the documentation
               (pero)
        update Add a stopped flag to worker configuration. Set
               flag True and complete traffic to worker is
               stopped. Also update the Ant JkStatusUpdateTask at
               Tomcat 5.5.10 release. Only usefull in a replicated
               session cluster.(pero)
        update Added worker maintain function that will maintain
               all the workers instead just the current one. This
               enables to recycle the connections on all workers.
               (mturk)
        update Use shutdown when recycling connections instead
               hard breaking the socket. (mturk)
        update Add unique directives checking. The directives if
               unique are now overwritten instead concatenated.
               (mturk)
        update Allow multiple worker.list directives. (mturk)
        fix    34577: For IIS log original request instead loging
               the request for ISAPI extension. (mturk)
        fix    34558: Make sure the returned status codes are the
               same for ajp and lb workers. (mturk)
        fix    34423: Use APR_USE_FLOCK_SERIALIZE for setting log
               lock on platforms like FreeBSD. Patch provided by
               Allan Saddi. (mturk)
        fix    33843: Fix obtaining LDFLAGS that were used for
               building Apache HTTPD. Patch provided by Beat
               Kneubuehl. (mturk)
        fix    34358: Enable load balancer method configuration.
               (glenn)
        fix    34357: In some situations Apache 2 mod_jk could
               segfault when the JkAutoAlias directive is used.
               (glenn)
        update Add --enable-prefork to the documentation (pero)

Changes from the released JK 1.2.10
    Native
        update Set default shared memory to 64K instead 1M.
               (mturk)
        fix    Do not mark the worker in error state if headers
               are larger then AJP13 limit. (mturk)
        update On Series you should use the latest PTF for Apache
               2.0 (which is now 2.0.52) and ad minima SI17402/
               SI17061 or cumulative including them. (hgomez)
        update Change the xml status format to xml attribute
               syntax (pero)
        fix    33248: Fix builds where apxs defines multiple
               directories for APR includes. (mturk)
        fix    32696: Return 404 instead 403 when WEB-INF is
               requested to comply with Servlet spec. (mturk)
        update Added ANT task for managing jkstatus. (pero)
        update If socket_timeout is set, check if socket is alive
               before sending any request to Tomcat. (mturk)
        update Added JkMountFile for Apache web servers. This file
               can contain uri mappings in the form (/url=worker),
               and is checked for updates at regular 60 second
               interval. (mturk)
        update Added status worker for managing worker runtime
               data using web page. (mturk)
        update Added load balancer method directive that is used
               for setting the algorithm used for balancing
               workers. Method can be either Request (default) or
               Traffic. (mturk)
        update Added shared memory to allow dynamic configuration.
               Shared memory is needed only for unix platform and
               web servers having multiple child processes. For
               Apache web server two new directives has been added
               (JkShmFile and JkShmSize). (mturk)
        update Added textupdate mode to status worker to handle
               remote updates from ant tasks.(pero)
        fix    33562: Fix Reply_timeout when recovery_options is
               larger than 1. Patch provided by Takashi Satou.
               (mturk)
        fix    33308: Fix segfaults when ForwardDirectories is
               enabled with Apache 1.3

Changes from the released JK 1.2.8
    Native
        update Allow anyone to debug and diagnose stack dumps
               using windbg or any other debugging tool, and (if
               they add the .pdb files to their installation) to
               make sense of dr watson logs. Patch provided by
               William A. Rowe (wrowe)
        fix    Fix in_addr_t usage by using the real struct
               ignoring typedef. Patch provided by William A. Rowe
               (wrowe)
        fix    Fix url rewriting by restoring the in place uri
               from which the jsessionid was removed. (mturk)
        update Make load balancer algorithm thread safe by
               introducing mutex to the load balancer worker.
               (mturk)
        fix    Fix sending error pages for IIS to client by adding
               Content-Type header using correct api function
               call. (mturk)
        fix    32696: Prevent IIS from crushing when web-inf url
               was requested. (mturk)
        update Use default cachesize for servers that support
               discovering the number of threads per child
               process. (mturk).
        fix    Fix Apache content-length header parsing using case
               insensitive compare. (billbarker)
        fix    Fix parsing AJP headers using case insensitive
               compare. (mturk)
        fix    Use infinite socket timeout if socket_timeout is
               set to zero or less then zero. (mturk)
        update Change balanced_workers to balance_workers but keep
               backward compatibility preserving the old
               directive. (mturk).
        fix    Fix ajp initialization for workers with cache_size
               set to zero. (mturk)
        update 32317: Making mod_jk replication aware (Clustering
               Support). Patch provided by Rainer Jung. (mturk).
        fix    31132: Core dump when JkLogFile is missing from
               conf. (mturk)

Revision 1.32 / (download) - annotate - [select for diffs], Tue Jan 24 07:32:42 2006 UTC (18 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.31: +2 -1 lines
Diff to previous 1.31 (colored)

Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.

Revision 1.31 / (download) - annotate - [selected], Wed Jan 4 04:29:08 2006 UTC (18 years, 2 months ago) by schmonz
Branch: MAIN
Changes since 1.30: +2 -3 lines
Diff to previous 1.30 (colored)

Express these packages' brokenness with BROKEN_IN=pkgsrc-2005Q4
rather than PKG_FAIL_REASON, so that they provide useful error
messages in build logs, and so that they continue to work on platforms
where they aren't broken.

Revision 1.30 / (download) - annotate - [select for diffs], Mon Dec 26 23:39:34 2005 UTC (18 years, 3 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.29: +4 -1 lines
Diff to previous 1.29 (colored) to selected 1.31 (colored)

Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386
3.0. If one of these is important to you, please fix it in time
for pkgsrc-2006Q1, or it may be removed.

Revision 1.29 / (download) - annotate - [select for diffs], Mon Dec 5 23:55:21 2005 UTC (18 years, 3 months ago) by rillig
Branch: MAIN
Changes since 1.28: +3 -3 lines
Diff to previous 1.28 (colored) to selected 1.31 (colored)

Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.

Revision 1.28 / (download) - annotate - [select for diffs], Sun May 22 20:08:44 2005 UTC (18 years, 10 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored) to selected 1.31 (colored)

Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:

	USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison

Revision 1.27 / (download) - annotate - [select for diffs], Mon Apr 11 21:47:50 2005 UTC (18 years, 11 months ago) by tv
Branch: MAIN
Changes since 1.26: +1 -2 lines
Diff to previous 1.26 (colored) to selected 1.31 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.26 / (download) - annotate - [select for diffs], Fri Apr 8 01:21:47 2005 UTC (18 years, 11 months ago) by erh
Branch: MAIN
Changes since 1.25: +3 -3 lines
Diff to previous 1.25 (colored) to selected 1.31 (colored)

Fix build when using apache-1.3.  Set maintainer to me.

Revision 1.25 / (download) - annotate - [select for diffs], Wed Mar 30 16:41:47 2005 UTC (19 years ago) by erh
Branch: MAIN
Changes since 1.24: +30 -19 lines
Diff to previous 1.24 (colored) to selected 1.31 (colored)

Update www/ap_jk to 1.2.8.

Revision 1.24 / (download) - annotate - [select for diffs], Sat Nov 13 21:28:29 2004 UTC (19 years, 4 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored) to selected 1.31 (colored)

USE_BUILDLINK3 is a yes/no variable.

Revision 1.23 / (download) - annotate - [select for diffs], Fri Jul 2 22:01:01 2004 UTC (19 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored) to selected 1.31 (colored)

Convert to buildlink3.

Revision 1.22 / (download) - annotate - [select for diffs], Tue Jan 27 18:56:43 2004 UTC (20 years, 2 months ago) by abs
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored) to selected 1.31 (colored)

Fix BUILD_DEPENDS on gtar-base to gtar-base-[0-9]*
    No change of built package (if it built before).

Revision 1.21 / (download) - annotate - [select for diffs], Tue Jan 20 12:27:58 2004 UTC (20 years, 2 months ago) by agc
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored) to selected 1.31 (colored)

Move WRKSRC definition away from the first paragraph in a Makefile.

Revision 1.20 / (download) - annotate - [select for diffs], Mon Jan 12 09:46:04 2004 UTC (20 years, 2 months ago) by cjep
Branch: MAIN
Changes since 1.19: +1 -2 lines
Diff to previous 1.19 (colored) to selected 1.31 (colored)

Remove unnecessary blank lines.

Revision 1.19 / (download) - annotate - [select for diffs], Sat Aug 23 15:26:25 2003 UTC (20 years, 7 months ago) by jschauma
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored) to selected 1.31 (colored)

Add pseudo-category 'java'.

Revision 1.18 / (download) - annotate - [select for diffs], Thu Jul 17 22:55:25 2003 UTC (20 years, 8 months ago) by grant
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored) to selected 1.31 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.17 / (download) - annotate - [select for diffs], Sat Mar 29 12:42:48 2003 UTC (21 years ago) by jmmv
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored) to selected 1.31 (colored)

Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.

Revision 1.16 / (download) - annotate - [select for diffs], Mon Feb 17 23:05:48 2003 UTC (21 years, 1 month ago) by grant
Branch: MAIN
Changes since 1.15: +4 -9 lines
Diff to previous 1.15 (colored) to selected 1.31 (colored)

use apache/module.mk.

Revision 1.15 / (download) - annotate - [select for diffs], Mon Feb 17 23:04:36 2003 UTC (21 years, 1 month ago) by grant
Branch: MAIN
Changes since 1.14: +7 -1 lines
Diff to previous 1.14 (colored) to selected 1.31 (colored)

workaround pax-as-tar problem in -current by using gnutar to extract
the distfile.

Revision 1.14 / (download) - annotate - [select for diffs], Sat Dec 28 20:50:21 2002 UTC (21 years, 3 months ago) by jlam
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.13: +10 -9 lines
Diff to previous 1.13 (colored) to selected 1.31 (colored)

Separate out version number into TOMCAT_VERSION and use it everywhere
instead of hardcoding the version number.  Also use apxs to do the
installation of the shared module.

Revision 1.13 / (download) - annotate - [select for diffs], Thu Dec 26 20:52:13 2002 UTC (21 years, 3 months ago) by jlam
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored) to selected 1.31 (colored)

Move java.mk to java-vm.mk to avoid name conflict with devel/mk-files as
suggested by Simon J. Gerraty.

Revision 1.12 / (download) - annotate - [select for diffs], Fri Oct 18 21:54:08 2002 UTC (21 years, 5 months ago) by jlam
Branch: MAIN
Changes since 1.11: +9 -11 lines
Diff to previous 1.11 (colored) to selected 1.31 (colored)

Use buildlink2 and java.mk.

Revision 1.11 / (download) - annotate - [select for diffs], Thu Oct 10 01:01:11 2002 UTC (21 years, 5 months ago) by jlam
Branch: MAIN
Changes since 1.10: +4 -4 lines
Diff to previous 1.10 (colored) to selected 1.31 (colored)

Use PKG_JAVA_HOME consistently instead of JAVA_HOME now that JAVA_HOME is
no longer defined by bsd.pkg.mk.

Revision 1.10 / (download) - annotate - [select for diffs], Mon Jul 29 22:23:29 2002 UTC (21 years, 8 months ago) by jlam
Branch: MAIN
CVS Tags: netbsd-1-6-RELEASE-base, netbsd-1-6
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored) to selected 1.31 (colored)

Set USE_JAVA=run on some packages that obviously don't need a JDK for the
build.  These packages set NO_BUILD and by inspection of the Makefiles,
there isn't any invocation of java needed.

Revision 1.9 / (download) - annotate - [select for diffs], Wed Jul 24 19:45:30 2002 UTC (21 years, 8 months ago) by jlam
Branch: MAIN
Changes since 1.8: +2 -3 lines
Diff to previous 1.8 (colored) to selected 1.31 (colored)

Change explicit build dependencies on perl into "USE_PERL5=build".  This
makes these packages build correctly on Darwin where perl>=5.8.0 is
required.

Revision 1.8 / (download) - annotate - [select for diffs], Fri Apr 19 15:54:20 2002 UTC (21 years, 11 months ago) by jwise
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, buildlink2-base, buildlink2
Changes since 1.7: +4 -4 lines
Diff to previous 1.7 (colored) to selected 1.31 (colored)

Update jakarta-servletapi, jakarta-tomcat, and ap-jk to version 3.2.4.

We are not advancing to the 3.3 or 4.0 branches at the moment, as neither
will work with our native JDK without a lot more work.

Changes since Tomcat 3.2.3 (the last pkgsrc version):

7.1 Fixes and Enhancements in Release 3.2.4

This section highlights the bugs fixed in this release.

  -  Cookie name expires is a reserved token (#1114)
  -  Thread initialization problem in thread pool (#1745)
  -  AJP12 returned invalid HTTP headers when redirecting to very
     long URLS (#2333)
  -  Fixed casting problem in JspFactoryImpl.getPageContext().  (#4260)
  -  Setting sesstion-timeout in web.xml did not prevent sessions from
     timing out.  (#4412)
  -  Fixed race condition in ServerSocketFactory.getDefault().  (#4418)
  -  Removed the restrictions on encoded spcecial characters in URLs
     that was added as a security precaution in 3.2.3.  The encoded
     special characters are not decoded and remain the URL and
     path info returned to servlets.
  -  Jk_nt_service now supports the ability to be restarted automatically
     by the Windows 2000 service control manager if Tomcat terminates
     abnormally.
  -  Fixed invalid servlet mapping in web.xml generated by JspC (#3474, #3499)
  -  Added findResource() and findResources() to AdaptiveClassLoader12
  -  A Date: HTTP header is now sent in responses when running stand
     alone. (#345)
  -  Simple held on to a reference to removed objects preventing
     garbage collection.
  -  Tomcat 3.2.4 now ships with JAXP 1.1.  Prior releases used
     JAXP 1.0.1.  Tomcat 3.2.4 remains completely compatible with
     the older version of JAXP and there is no requirement for users
     to upgrade to JAXP 1.1 unless their applications require the new
     version.
  -  Fixed NullPointerException in HttpConnectionHandler.  (#4577)


7.2 Security Vulnerabilities fixed in Tomcat 3.2.4

The randomness of generated session ids has been enhanced to prevent the
generation of guessable ids.

Revision 1.7 / (download) - annotate - [select for diffs], Thu Feb 28 18:32:18 2002 UTC (22 years, 1 month ago) by jlam
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH003
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored) to selected 1.31 (colored)

Note that these modules only work with Apache 1.3.* and not the forthcoming
Apache 2.x servers.

Revision 1.6 / (download) - annotate - [select for diffs], Thu Sep 27 23:18:50 2001 UTC (22 years, 6 months ago) by jlam
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored) to selected 1.31 (colored)

Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*.  This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net.  Also
change dependency examples in Packages.txt to reflect this.

Revision 1.5 / (download) - annotate - [select for diffs], Sun May 20 05:23:28 2001 UTC (22 years, 10 months ago) by jonb
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored) to selected 1.31 (colored)

Make all the ap-* packages work with apache6 as well as apache
(except for ap-ssl, of course)

Revision 1.4 / (download) - annotate - [select for diffs], Sat May 12 15:01:45 2001 UTC (22 years, 10 months ago) by jlam
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.3: +3 -2 lines
Diff to previous 1.3 (colored) to selected 1.31 (colored)

USE_PERL is not the correct name of the variable.  Remove it anyway and
properly add a build depend on perl so that Apache's apxs will work.

Revision 1.3 / (download) - annotate - [select for diffs], Fri Apr 27 14:22:18 2001 UTC (22 years, 11 months ago) by hubertf
Branch: MAIN
Changes since 1.2: +4 -2 lines
Diff to previous 1.2 (colored) to selected 1.31 (colored)

Make this pkg build with sun-jre/jdk: it comes with a include/linux dir,
so we need to set -I to get the headers there. (There's some
-I.../include/netbsd already, i guess that's for a NetBSD-native JDK or
something, not touching that one).

Adresses PR 12571 by Omar Asfour <oasfour@email.com>

Revision 1.2 / (download) - annotate - [select for diffs], Sat Apr 21 13:42:39 2001 UTC (22 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.1: +1 -3 lines
Diff to previous 1.1 (colored) to selected 1.31 (colored)

Drop remaining uses of DIGEST_FILE (which were bogus, anyway)

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Thu Mar 29 19:34:18 2001 UTC (23 years ago) by jwise
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored) to selected 1.31 (colored)

Initial import of ap-jk-3.2.1, the next generation connector for accessing
Jakarta Tomcat of JServ from Apache.

Some more information:

What is mod_jk?

mod_jk is a replacement to the elderly mod_jserv. It is a completely
new Tomcat-Apache plugin that handles the communication between
Tomcat and Apache

Why mod_jk?

Several reasons: 

mod_jserv was too complex. Because it was ported from Apache/JServ,
it brought with it lots of JServ specific bits that aren't needed
by Apache.

mod_jserv supported only Apache. Tomcat supports many web servers
through a compatibility layer named the jk library. Supporting two
different modes of work became problematic in terms of support,
documentation and bug fixes. mod_jk should fix that.

The layered approach provided by the jk library makes it easier to
support both Apache1.3.x and Apache2.xx.

Better support for SSL. mod_jserv couldn't reliably identify whether
a request was made via HTTP or HTTPS. mod_jk can, using the newer
Ajpv13 protocol.


Revision 1.1 / (download) - annotate - [select for diffs], Thu Mar 29 19:34:18 2001 UTC (23 years ago) by jwise
Branch: MAIN
Diff to selected 1.31 (colored)

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>