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

History of commit frequency

CVS Commit History:


   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-08-28 17:18:24 by Thomas Klausner | Files touched by this commit (2)
Log message:
Upstream claims that it doesn't matter that one file does not compile.
Allow python-2.x again and adapt PLIST.
   2015-08-28 12:37:15 by Thomas Klausner | Files touched by this commit (1)
Log message:
Add upstream bug report URL.
   2015-08-28 12:34:07 by Thomas Klausner | Files touched by this commit (2)
Log message:
Mark as not-for-python-2.x. Add compiled files for 3.x to PLIST.
Bump PKGREVISION.
   2015-08-09 20:41:58 by Guillaume Lasmayous | Files touched by this commit (3)
Log message:
Update www/py-gunicorn to 19.3.0

Upstream changes:
-----------------

19.3.0 / 2015/03/06

Core

    fix: :issue:`978` make sure a listener is inheritable
    add check_config class method to workers
    fix: :issue:`983` fix select timeout in sync worker with multiple connections
    allows workers to access to the reloader. close :issue:`984`
    raise TypeError instead of AssertionError

Logging

    make Logger.loglevel a class attribute

Documentation

    fix: :issue:`988` fix syntax errors in examples/gunicorn_rc

19.2.1 / 2015/02/4

Logging

    expose loglevel in the Logger class

AsyncIO worker (gaiohttp)

    fix :issue:`977` fix initial crash

Documentation

    document security mailing-list in the contributing page.
   2014-08-13 22:27:09 by Guillaume Lasmayous | Files touched by this commit (3)
Log message:
Update www/py-gunicorn to 19.1.0

pkgsrc changes:
---------------
- Cleanups

Upstream changes:
-----------------

Complete changelog in share/doc/py-gunicorn/2014-news.rst.

19.1
====

Bugfix release.

19.0
====
Gunicorn 19.0 is a major release with new features and fixes. This
version improve a lot the usage of Gunicorn with python 3 by adding two
new workers to it: `gthread` a fully threaded async worker using futures
and `gaiohttp` a worker using asyncio.

Breaking Changes
~~~~~~~~~~~~~~~~
Switch QUIT and TERM signals
++++++++++++++++++++++++++++
With this change, when gunicorn receives a QUIT all the workers are
killed immediately and exit and TERM is used for the graceful shutdown.
Note: the old behaviour was based on the NGINX but the new one is more
correct according the following doc:
https://www.gnu.org/software/libc/manual/html_node/Termination-Signals.html
also it is complying with the way the signals are sent by heroku:
https://devcenter.heroku.com/articles/python-faq#what-constraints-exist-when-developing-applications-on-heroku

Deprecations
+++++++++++++
`run_gunicorn`, `gunicorn_django` and `gunicorn_paster` are now
completely deprecated and will be removed in the next release. Use the
`gunicorn` command instead.
   2014-05-08 11:05:51 by Emile iMil Heitor | Files touched by this commit (4)
Log message:
Initial import of py-gunicorn, version 18.0, into the NetBSD Packages
Collection.

Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX. It's a
pre-fork worker model ported from Ruby's Unicorn project. The Gunicorn
server is broadly compatible with various web frameworks, simply
implemented, light on server resource usage, and fairly speedy.

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