Next | Query returned 30 messages, browsing 21 to 30 | previous

History of commit frequency

CVS Commit History:


   2017-04-14 20:11:50 by Adam Ciarcinski | Files touched by this commit (3)
Log message:
Changes 4.5.15:
Bugs Fixed
* Incorrect version for mod_wsgi was being reported in server token.
* On 32 bit platforms, when reading from request content, all input would be \ 
returned and the chunk size would be ignored.
   2017-01-03 14:23:05 by Jonathan Perkin | Files touched by this commit (52)
Log message:
Use "${MV} || ${TRUE}" and "${RM} -f" consistently in \ 
post-install targets.
   2016-09-09 11:44:52 by Thomas Klausner | Files touched by this commit (1)
Log message:
Fix PKGNAME to include apache version as well.
   2016-08-28 17:48:37 by Thomas Klausner | Files touched by this commit (112)
Log message:
Remove unnecessary PLIST_SUBST and FILES_SUBST that are now provided
by the infrastructure.

Mark a couple more packages as not ready for python-3.x.
   2016-06-08 19:43:49 by Thomas Klausner | Files touched by this commit (356)
Log message:
Switch to MASTER_SITES_PYPI.
   2015-11-04 03:47:43 by Alistair G. Crooks | Files touched by this commit (758)
Log message:
Add SHA512 digests for distfiles for www category

Problems found locating distfiles:
	Package haskell-cgi: missing distfile haskell-cgi-20001206.tar.gz
	Package nginx: missing distfile array-var-nginx-module-0.04.tar.gz
	Package nginx: missing distfile encrypted-session-nginx-module-0.04.tar.gz
	Package nginx: missing distfile headers-more-nginx-module-0.261.tar.gz
	Package nginx: missing distfile nginx_http_push_module-0.692.tar.gz
	Package nginx: missing distfile set-misc-nginx-module-0.29.tar.gz
	Package nginx-devel: missing distfile echo-nginx-module-0.58.tar.gz
	Package nginx-devel: missing distfile form-input-nginx-module-0.11.tar.gz
	Package nginx-devel: missing distfile lua-nginx-module-0.9.16.tar.gz
	Package nginx-devel: missing distfile nginx_http_push_module-0.692.tar.gz
	Package nginx-devel: missing distfile set-misc-nginx-module-0.29.tar.gz
	Package php-owncloud: missing distfile owncloud-8.2.0.tar.bz2

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2015-06-10 12:37:06 by Adam Ciarcinski | Files touched by this commit (3)
Log message:
Changes 4.4.12:
Bugs Fixed
1. If the WSGI application when run under daemon mode returned response content \ 
as many small blocks, this could result in excessive memory usage in the Apache \ 
child worker process proxying the request due to many buckets being buffered \ 
until the buffer size threshold was reached. If the number of buckets reaches a \ 
builtin threshold the buffered data will now be forcibly flushed even if the \ 
size threshold hadn’t been reached.
   2015-02-24 09:17:41 by Mark Davies | Files touched by this commit (1)
Log message:
Add FILES_SUBST so that ALTERNATIVES file has correct substitutions made.
   2015-02-13 16:56:25 by Adam Ciarcinski | Files touched by this commit (3)
Log message:
Changes 4.4.8:

Bugs Fixed

1. The eviction timeout was not being correctly applied when request timeout \ 
wasn’t being applied at the same time. It may have partly worked if any of \ 
inactivity or graceful timeout were also specified, but the application of the \ 
timeout may still have been delayed.

New Features

1. Added the --error-log-name option to mod_wsgi-express to allow the name of \ 
the file used for the error log, when being written to the log directory, to be \ 
overridden.

2. Added the --access-log-name option to mod_wsgi-express to allow the name of \ 
the file used for the access log, when being written to the log directory, to be \ 
overridden.

3. Added the --startup-log-name option to mod_wsgi-express to allow the name of \ 
the file used for the startup log, when being written to the log directory, to \ 
be overridden.
   2015-01-25 13:00:28 by Adam Ciarcinski | Files touched by this commit (6)
Log message:
The mod_wsgi package provides an Apache module that implements a WSGI compliant \ 
interface for hosting Python based web applications on top of the Apache web \ 
server.

Next | Query returned 30 messages, browsing 21 to 30 | previous