freebsd-ports/www/rubygem-passenger
Sergey A. Osokin eac7627180 Update from 4.0.29 to 4.0.30:
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel.

<ChangeLog>

* Fixed wrong autogeneration of HTTP Date header. If the web app does
  not supply a Date header, then Passenger will add one. Unfortunately
  due to the use of the wrong format string, December 30 2013 is
  formatted as December 30 2014. As a result, cookies that expire before
  2014 would expire on December 30 2013 and December 31 2013. Details can
  be found at [Github pull request 93](https://github.com/phusion/passenger/pull/93).

  This issue only affects Phusion Passenger for Nginx and Phusion Passenger
  Standalone, and does not affect Phusion Passenger for Apache.

  You can work around this problem in your application by setting a
  Date header. For example, in Rails you can do:

      before_filter { response.date = Time.now.utc }

  Many thanks to Jeff Michael Dean (zilkey) and many others for bringing this
  to our attention and for providing workarounds and feedback.

</ChangeLog>
2013-12-31 15:24:36 +00:00
..
files - Fix pkg-message.in to reference correct path 2013-07-21 15:35:58 +00:00
distinfo Update from 4.0.29 to 4.0.30: 2013-12-31 15:24:36 +00:00
Makefile Update from 4.0.29 to 4.0.30: 2013-12-31 15:24:36 +00:00
pkg-descr