lp:~groldster/ubuntu/maverick/nginx/merge-from-sid-0.7.67-2

Created by Mikhail Turov and last modified
Get this branch:
bzr branch lp:~groldster/ubuntu/maverick/nginx/merge-from-sid-0.7.67-2
Only Mikhail Turov can upload to this branch. If you are Mikhail Turov please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Mikhail Turov
Status:
Development

Recent revisions

32. By Mikhail Turov

* Merge from Debian unstable (LP: #608172) Remaining changes:
  + debian/rules:
    with-http_dav_module
    with-http_geoip_module
    with-http_gzip_static_module
    with-http_realip_module
    with-http_sub_module
  + .pc/applied-patches
    fix_reloading_ipv6.diff
* debian/conf/sites-available/default:
  + Removed reference to SSLv2 protocol (Closes: #589139)
* debian/control:
  + Updated Standards-Version to 3.9.0
* debian/copyright:
  + Don't point to BSD license file, included exact upstream version of
    license text
  + Added missing copyright owner for contrib/ scripts
  + debian/* license is same as upstream now as discussed with co-maintainers
* New upstream release
* debian/rules:
  + Enabled HTTPSubModule module in configure (Closes: #584828)
  + Arranged configure options in better manner
* debian/README.Debian:
  + Fixed typo and somewhat better wordings
* debian/conf/mime.types:
  + Added entry to support 7zip files (Closes: #580423)
* debian/init.d:
  + Do not print config testing info until an error found, Thanks to Ubuntu
    bug 568293
* debian/copyright:
  + Updated as per DEP-5 specification
* debian/patches/fix_reloading_ipv6.diff:
  + Added patch to fix reloading with IPv6 addresses, Thanks to
    Matthias-Christian Ott <email address hidden> for patch (Closes: #577456)
* debian/conf/sites-available/default:
  + Really listen for both IPv4 and IPv6 addresses. Thanks to Nikolaus
    Schulz <email address hidden> for notice (Closes: #574983)
* debian/control, debian/rules:
  + Added GeoIP support, Thanks to Caetano Carezzato
    <email address hidden> (Closes: #575280)
* debian/conf/mime.types:
  + Added svg entry to mime.types, Jeremy Lal <email address hidden>
    (Closes: #575155)
* Urgency set to medium due to Release Goal
* debian/conf/sites-available/default:
  + Listen for both IPv4 and IPv6 addresses by default (Closes: #574983)
* debian/README.Debian:
  + Added explanation about not installing files in /var/www/
    (Closes: #572513)
* debian/rules:
  + Readded realip module support (Closes: #507419)

31. By Daniel Hahler

Re-enable http_realip_module (debian/rules).
Apparently got lost by accident for the 0.7 branch (Closes: #507419)
LP: #268750

30. By Daniel Hahler

* Merge from debian testing. (LP: #531655) Remaining changes:
  - Add a UFW profile set:
    + debian/nginx.ufw.profile: Added.
    + debian/control: nginx: Suggests ufw.
    + debian/dirs: Add 'etc/ufw/applications.d'
    + debian/rules: Add install rule for the nginx UFW profile.
  - Install html files.
    - debian/dirs: Add 'var/www/nginx-default'.
    - debian/nginx.install: Add 'html/* var/www/nginx-default'.

29. By Mathieu Trudel-Lapierre

* Merge from debian testing (LP: #513099), remaining changes:
  - Install html files.
    - debian/dirs: Add 'var/www/nginx-default'.
    - debian/nginx.install: Add 'html/* var/www/nginx-default'.
  - Add a UFW profile set:
    + debian/nginx.ufw.profile: Added.
    + debian/control: nginx: Suggests ufw.
    + debian/dirs: Add 'etc/ufw/applications.d'
    + debian/rules: Add install rule for the nginx UFW profile.
* Fixes CVE-2009-3555, as per changelog entry in 0.7.64-1. (LP: #511681)

28. By Andres Rodriguez

* Merge from debian testing (LP: #490450), remaining changes:
  - Install html files.
    - debian/dirs: Add 'var/www/nginx-default'.
    - debian/nginx.install: Add 'html/* var/www/nginx-default'.
  - Added a UFW profile set: (LP: #308695)
    + debian/nginx.ufw.profile: Added.
    + debian/control: nginx: Suggests ufw.
    + debian/dirs: Added 'etc/ufw/applications.d'
    + debian/rules: Added install rule for the nginx UFW profile.

27. By Daniel Hahler

* Merge from debian unstable (LP: #450874), remaining changes:
  - Install html files.
    - debian/dirs: Add 'var/www/nginx-default'.
    - debian/nginx.install: Add 'html/* var/www/nginx-default'.
  - Added a UFW profile set: (LP: #308695)
    + debian/nginx.ufw.profile: Added.
    + debian/control: nginx: Suggests ufw.
    + debian/dirs: Added 'etc/ufw/applications.d'
    + debian/rules: Added install rule for the nginx UFW profile.
* Closes: LP: #260005, LP: #440888

26. By Andres Rodriguez

* Install html files.
  - debian/dirs: Add 'var/www/nginx-default'.
  - debian/nginx.install: Add 'html/* var/www/nginx-default'.
* SECURITY UPDATE (CVE-2009-2629): Buffer underflow vulnerability, which
  allows remote attackers to execute arbitrary code via crafted HTTP
  request. (LP: #430064)
  - src/http/ngx_http_parse.c patched.

25. By Andres Rodriguez

* Merge from debian unstable (LP: #416635), remaining changes:
  - Readd status action to init script:
    + debian/init.d:
      - Add sourcing to '. /lib/lsb/init-functions'
      - Add 'status' action.
    + debian/control: Add Depend on lsb >= 3.2-14, which has the
      statuc_of_proc() function.
  - Added a UFW profile set: (LP: #308695)
    + debian/nginx.ufw.profile: Added.
    + debian/control: nginx: Suggests ufw.
    + debian/dirs: Added 'etc/ufw/applications.d'
    + debian/rules: Added install rule for the nginx UFW profile.
  - Added support for gzip_static module: (LP: #346010)
    + debian/rules: Added '--with-http_gzip_static_module' to configure.

24. By Andres Rodriguez

* Readd status action to init script: (LP: #251985)
  - debian/init.d:
    + Add sourcing to '. /lib/lsb/init-functions'
    + Add 'status' action.
  - debian/control: Add Depend on lsb >= 3.2-14, which has the
    statuc_of_proc() function.
* Added a UFW profile set: (LP: #308695)
  - debian/nginx.ufw.profile: Added.
  - debian/control: nginx: Suggests ufw.
  - debian/dirs: Added 'etc/ufw/applications.d'
  - debian/rules: Added install rule for the nginx UFW profile.
* Added support for gzip_static module: (LP: #346010)
  - debian/rules: Added '--with-http_gzip_static_module' to configure.
* debian/control: Update Maintainer field to match Ubuntu Developers.

23. By Fabio Tranchitella

* New upstream release, first in Debian for the 0.7 branch. Among other
  issues, it also fixes the problem with wildcard dns names used with SSL.
  (Closes: #515904)
* debian/watch: updated.
* debian/postinst: fixed a bashism. (Closes: #507913)
* debian/conf/nginx.conf: removed default_type. (Closes: #509390)
* debian/control: updated Standards-Version to 3.8.1, no changes needed.
* debian/NEWS.Debian: documented the issues with
  server_names_hash_bucket_size. (Closes: #524785)

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/maverick/nginx
This branch contains Public information 
Everyone can see this information.