Commit graph

1843 commits

Author SHA1 Message Date
wiz
944ad2f245 Note drochner's updates from Nov 9. 2006-11-18 20:57:21 +00:00
wiz
cf82bcc704 Note links{-gui,} updates. 2006-11-18 19:08:23 +00:00
jschauma
876f84e105 note update of www/ap2-python to 3.2.10 2006-11-18 18:44:14 +00:00
obache
ce49712321 Added security/starttls version 0.10. 2006-11-18 16:12:44 +00:00
taca
c2ae3278d9 Note update of graphics/png to 1.2.13. 2006-11-18 14:27:21 +00:00
adam
eb0875a660 Updated net/rsync to 2.6.9 2006-11-18 09:14:20 +00:00
reed
7c5de05602 Updated asciidoc.
(This file has different syntax for some "Updated" entries.)
2006-11-17 20:46:54 +00:00
obache
b1aefa2e8f Added textproc/{p5,ruby}-{native,pure}-hyperestraier 1.0.0.1.4.9. 2006-11-17 15:52:30 +00:00
shannonjr
e6513e8037 Added entry for updating libassuan 2006-11-17 12:36:05 +00:00
shannonjr
81fa21dc2e Added entry for adding security/gnupg2 2006-11-17 12:17:53 +00:00
agc
1af82e738f Note update of devel/arena from 0.9.8 to 0.9.9 2006-11-16 21:53:24 +00:00
abs
8ccf499d3e Update sysutils/rconfig from 0.43 to 0.45
- Handle invalid hostname gracefully
    - add .svn to default rdist_except_pat
2006-11-16 14:37:35 +00:00
bouyer
d8dd74f0ad Updated sysutils/apcupsd to 3.12.4 2006-11-15 21:47:30 +00:00
drochner
e68fea53d0 mention recent updates 2006-11-15 15:15:32 +00:00
joerg
4a6627d5ce + font-bitstream-100dpi
+ font-bitstream-75dpi
+ font-daewoo-misc
+ font-dec-misc
+ font-ibm-type1
+ font-isas=misc
+ font-jis-misc
+ font-mutt-misc
2006-11-15 15:05:49 +00:00
joerg
eb7a032f58 + font-adobe-utopia-type1
+ font-bh-100dpi
+ font-bh-75dpi
+ font-bh-lucidatypewriter-100dpi
+ font-bh-lucidatypewriter-75dpi
+ font-bh-ttf
+ font-bh-type1
2006-11-15 11:29:22 +00:00
abs
b4f0958fc9 Updated 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)
2006-11-15 11:05:28 +00:00
joerg
04bfe6e255 + font-adobe-100dpi
+ font-adobe-75dpi
+ font-adobe-utopia-100dpi
+ font-adobe-utopia-75dpi
2006-11-15 09:44:23 +00:00
wulf
d1d3b5b2d8 Updated devel/epydoc to 2.1nb3
Updated audio/jack to 0.100.0nb2
2006-11-15 01:24:45 +00:00
wulf
12e91c33e6 Updated fftwf to version 3.1.2:
Brought revision inline with that of math/fftw
2006-11-15 01:13:28 +00:00
reed
ea04de1491 New package: xf86-video-wsfb. 2006-11-14 23:07:00 +00:00
joerg
4bde516dcc + bdftopcf
+ mkcfm
+ font-util
+ font-bitstream-type1
+ font-cursor-misc
+ font-misc-misc
2006-11-14 21:22:41 +00:00
joerg
ea286f697b libdrm-2.3.0, which includes the local fix for the type definitions. 2006-11-14 18:24:03 +00:00
joerg
096a4b7e90 + xf86-input-keyboard
+ xf86-input-mouse
+ xf86-video-ati
2006-11-14 17:19:54 +00:00
joerg
7d73c022bf + modular-xorg-server 2006-11-14 17:04:21 +00:00
joerg
ad1908a9e1 + liblbxutil
+ libxbui
+ xf86dgaproto
+ xf86driproto
2006-11-14 15:56:32 +00:00
joerg
4616c70fce + glproto
+ libXxf86misc
+ libXxf86vm
+ xf86miscproto
+ xf86vidmodeproto
2006-11-14 15:15:35 +00:00
obache
5c0fb696c7 Updated devel/global to 5.2. 2006-11-14 14:16:52 +00:00
joerg
a0ef582ff9 Annote move of py-setuptools and add glproto. 2006-11-14 13:39:56 +00:00
wennmach
1ae3b097eb Note update of GMT to 4.1.4 [wennmach 2006-11-14] 2006-11-14 13:18:28 +00:00
adrianp
4fdd5d0a21 Updated devel/mantis to 1.0.6 2006-11-14 13:06:53 +00:00
obache
277be76bf3 Updated mail/sma to 1.4. 2006-11-14 12:32:59 +00:00
tron
6cf201912f Note updates of "xchat" and "xchat-python" packages. 2006-11-14 10:40:06 +00:00
obache
ef516d5e2b Updated x11/x11vnc to 0.8.3. 2006-11-14 00:59:31 +00:00
adrianp
0f59807e75 Updated chat/ircservices to 5.0.59 2006-11-13 23:22:06 +00:00
reinoud
4046faca0b Antidate packages modified by wulf to the correct date of 2006-11-13
instead of 2006-11-14 wich is tomorrow.
2006-11-13 21:43:04 +00:00
reinoud
b1c9243302 Fix graphics/spca5view package that really is called graphics/spcaview. 2006-11-13 21:41:36 +00:00
bouyer
7c763f71ea Updated xentools30-hvm to 3.0.3nb2 2006-11-13 20:40:44 +00:00
tron
c0d44e3ca8 Correct the date in entry for last update of "apache-tomcat55" package. 2006-11-13 20:34:38 +00:00
jnemeth
78de325788 ham/gnuradio-trellis-sdl -> ham/gnuradio-trellis (hi wulf) 2006-11-13 20:14:42 +00:00
smb
b0ba27a966 Added Flash package for firefox2 2006-11-13 20:07:11 +00:00
reinoud
cf486aefb6 Note update of spca5view to version 0.60 adding support for yet more
webcams.

Also included is preliminary support for the Logitech QuickCam Express.
2006-11-13 19:30:14 +00:00
wulf
e06d5f8d77 Added new GNU Radio modules
gnuadio-audio-jack-3.0.2
	gnuadio-audio-portaudio-3.0.2
	gnuadio-core-docs-3.0.2
	gnuadio-radio-astronomy-3.0.2
	gnuadio-trellis-3.0.2
	gnuadio-video-sdl-3.0.2
	usrp-docs-3.0.2

Updated GNU Radio Modules

	gnuradio to 3.0.2
	gnuradio-audio-oss to 3.0.2
	gnuradio-core to 3.0.2
	gnuradio-examples to 3.0.2
	gnuradio-gsm to 3.0.2
	gnuradio-howto to 3.0.2
	gnuradio-usrp to 3.0.2
	gnuradio-wxgui to 3.0.2
	usrp to 3.0.2
2006-11-13 18:18:24 +00:00
wulf
fb47512bd3 Added new package py-emphem-3.7b:
Scientific-grade astronomical computations for Python
2006-11-13 16:01:34 +00:00
abs
1ee07a07aa Update apache-tomcat55 from 5.5.17 to 5.5.20 - PR pkg/35002 from Mindaugas
Changes:
Tomcat 5.5.20 (fhanik)

    Catalina

        fix	Fix logic error in UserDatbaseRealm.getprincipal() that caused user roles assigned via groups to be ignored. (markt)

    Jasper

        fix	31804: Unnested tags within a tag file are now configured with the Tag represented by the containing tag file as their parent tag. (markt)
        fix	33356: Tag attributes that contained $ followed by 1 or more non-special characters and then a { character caused an exception. (markt)
        fix	33407: The string \$ in template text was reduced to $ when the isELIgnored page directive was set to true. (markt)

Tomcat 5.5.19 (fhanik)

    General

        update	Add multi attribute setting to jmx:set JMX remote ant task. Patch contributed by Didier Donsez (pero)

    Catalina

        fix	30762: Re-fix this bug that was re-introduced by the fix to 37264. (markt)
        fix	37588: Fix JNDI realm creation through JMX. Patch contributed by TerryZhou (fhanik)
        fix	39704: The use of custom classloaders failed when the context was specified in server.xml. Correction of the fault will require setting the new loader attribute useSystemClassLoaderAsParent to false. (markt)

    Coyote

        fix	40418: APR Endpoint socket evaluation (remm)

    Webapps

        fix	31339: Admin app threw exceptions if a name other than Catalina was configured for the Engine. Patch based on a suggestion from Amila Suriarachchi. (markt)

Tomcat 5.5.18 (yoavs)

    General

        update	Change MD5 release signature files to have md5 (lowercase) extension instead of MD5 (uppercase), as suggested by Henk Penning and specified in the ASF release publishing guidelines. (yoavs)

    Catalina

        fix	Fix that ManagerBase increment expireSessions counter at background task two times. (pero)
        fix	39406: Fix that StandardSession#getLastAccessedTime() uses correct exception message, suggested by Takayoshi Kimura. (pero)
        add	39661: Add documentation on JULI FileHandler properties. (yoavs)
        add	39657: Warn (and don't load jar) if JSP API is in webapp classloader repository, as suggested by David Sanchez Crespillo. (yoavs)
        add	39674: Support JRockit JVM in service.bat script, as suggested by lizongbo. (yoavs)
        fix	39711: Update Loader configuration documentation, as suggested by Stephane Bailliez. (yoavs)
        fix	39865: Add Open Office mime types to conf/web.xml. (markt)
        fix	38814: Align CGI handling of indexed queries, parameters and POST content with other CGI providers. The changes: only provide parameters on the command line for indexed queries; always provide the query string via the QUERY_STRING environment variable; provide POST content unmodified to stdin; and never call getParameters(). (markt)
        fix	34801: Partial fix that adds handling of IOExceptions during long running CGI requests. Based on a patch by Chris Davey. (markt)
        fix	39689: Allow single quotes (') and backticks (`) as well as double quotes (") to be used to delimit SSI attribute values. (markt)
        fix	40053: Correct application deployment documentation so it agrees with the classloader documentation regarding shared lib and CATALINA_BASE. (markt)
        fix	39592: Stop HEAD requests for resources handled by SSI servlet or filter generating stack traces in the logs. (markt)
        fix	Improve handling of the ';' character in the URL so that it is now allowed if properly %xx encoded. (remm)

    Coyote

        fix	Fix APR endpoint so that the acceptor thread now only processes socket accepts. (remm)

    Webapps

        fix	39813: Correct handling of new line characters in JMX attributes. Patch provided by R Bramley. (markt)
        fix	37781: Make sure that StoreConfig save external referenced war files at context.xml correct. (pero)
        fix	39791: Use correct default for useNaming within a Context. (markt)
        fix	Correctly generate re-direct for admin app index.jsp to prevent login page being displayed twice when cookies are disabled. (markt)

    Cluster

        fix	39473: Session timeout much shorter than setting at web.xml at cluster environment, suggested by Jin Jiang. (pero)
2006-11-13 11:27:02 +00:00
ghen
b0b460c4ec Updated mail/dovecot to 1.0rc14. 2006-11-13 07:55:05 +00:00
dan
07eed5ff24 add textproc/Markdown and www/ikiwiki 2006-11-13 01:30:52 +00:00
dmcmahill
b6b2b5276a note update of cad/xcircuit to 3.4.26 2006-11-12 14:28:18 +00:00
jmmv
caf0bab432 Note addition of pciids, version 20061026. 2006-11-12 11:47:46 +00:00
xtraeme
edcdcf434a Updated mail/sylpheed-devel to 2.3.0beta5. 2006-11-12 07:01:07 +00:00