~ubuntu-branches/debian/squeeze/nginx/squeeze

« back to all changes in this revision

Viewing changes to src/http/modules/perl/nginx.pm

  • Committer: Bazaar Package Importer
  • Author(s): Kartik Mistry, Kartik Mistry
  • Date: 2009-11-27 11:10:18 UTC
  • mfrom: (1.1.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20091127111018-7bfrojkcaw86f0l0
Tags: 0.7.64-1
[Kartik Mistry]
* Urgency set to medium due to security issue
* New upstream release (Closes: #557602)
  + fixes SSL renegotiation vuln CVE-2009-3555 (Closes: #557873)
* debian/nginx.1:
  + Corrected homepage entry (Closes: #556617)
  + Minor whitespace and empty line cleanups, added SEE ALSO section. Used
    .TP instead of .br, Added missing options, and this should
    (Closes: #556616)
* debian/copyright:
  + Used © instead of deprecated (C) symbol
  + Formatted some texts
* debian/control:
  + Added myself as uploader
  + Wrapped and rearranged Build-Depends for better readability
* debian/patches/dlopen.dpatch:
  + Fixed patch name in comment
  + Added missing DP comment from changelog
* debian/rules:
  + Minor fixes related to formatting of file and whitespaces
* debian/watch:
  + Removed comments out of it

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
    HTTP_INSUFFICIENT_STORAGE
48
48
);
49
49
 
50
 
our $VERSION = '0.7.63';
 
50
our $VERSION = '0.7.64';
51
51
 
52
52
require XSLoader;
53
53
XSLoader::load('nginx', $VERSION);