Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37514286
en ru br
ALT Linux repositórios
S:1.24.0-alt3
5.0: 0.8.15-alt1
4.1: 0.6.29-alt1.M41.2
4.0: 0.5.38-alt0.M40.1
+backports:0.5.33-alt1.M40.1
3.0: 0.1.45-alt1

Group :: Sistema/Servidores
RPM: nginx

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

16 dezembro 2009 Dmitry V. Levin <ldv at altlinux.org> 0.5.38-alt0.M40.1

  • Updated to 0.5.38.
  • Imported upstream fix for CVE-2009-3555.

16 setembro 2009 Michael Shigorin <mike at altlinux.org> 0.5.31-alt4.M40.2

  • fixed package intersection

15 setembro 2009 Michael Shigorin <mike at altlinux.org> 0.5.31-alt4.M40.1

  • major security fix for CVE-2009-2629, buffer overflow triggered by
     HTTP request with non-zero (low for sites with high request rate)
     arbitrary code execution probability (author's patch)

31 agosto 2007 Michael Shigorin <mike at altlinux.org> 0.5.31-alt3.1

  • properly fixed #7441 (taking into accound ldv@'s objections)
  • properly fixed #12655 (ditto)
  • readability improvements to initscript
  • added /etc/sysconfig/nginx (flexible ulimit setup)

31 agosto 2007 Denis Smirnov <mithraen at altlinux.ru> 0.5.31-alt4

  • rebuild

31 agosto 2007 Denis Smirnov <mithraen at altlinux.ru> 0.5.31-alt3

  • rebuild

30 agosto 2007 Michael Shigorin <mike at altlinux.org> 0.5.31-alt2.1

  • fix back my thinko regarding /var/run/nginx/ directory
  • rework upgrade() initscript action (and run it only for package upgrades,
     just do a restart for sysadmin's command) -- should fix #12655

30 agosto 2007 Michael Shigorin <mike at altlinux.org> 0.5.31-alt1.1

  • NMU: moved remnants of directory creation and permissions setup
     from initscript to specfile (seems like was a band-aid which is
     currently unneeded and non-elegant); see also #12647
  • fixed #7441 (service nginx stop would leave children running)

30 agosto 2007 Denis Smirnov <mithraen at altlinux.ru> 0.5.31-alt2

  • rebuild

17 agosto 2007 Denis Smirnov <mithraen at altlinux.ru> 0.5.31-alt1

  • Feature: named locations.
  • Feature: the "proxy_store" and "fastcgi_store" directives.
  • Feature: the "proxy_store_access" and "fastcgi_store_access" directives.
  • Feature: the $args variable can be set with the "set" directive.
  • Feature: the $is_args variable.
  • Bugfix: if a client has closed connection to mail proxy then nginx might not
     close connection to backend.
  • Bugfix: now nginx escapes space in $memcached_key variable.
  • Bugfix: a segmentation fault might occur in worker process when the HTTPS
     protocol was used in the "proxy_pass" directive.
  • Bugfix: the perl $$ variable value in ngx_http_perl_module was equal to the
     master process identification number.
  • Bugfix: fix building on Solaris/amd64 by Sun Studio 11 and early versions;
     bug appeared in 0.5.29.
  • Feature: $nginx_version variable.  Thanks to Nick S. Grechukh.
  • Bugfix: if the FastCGI header was split in records, then nginx passed garbage
     in the header to a client.
  • Bugfix: Sun Studio compatibility on Solaris/amd64 and Solaris/sparc64.
     Thanks to Jiang Hong and Andrei Nigmatulin.
  • Bugfix: of minor potential bugs.  Thanks to Coverity's Scan.
  • Security: the "msie_refresh" directive allowed XSS.  Thanks to Maxim Boguk.
  • Bugfix: a segmentation fault might occur in worker process if the
     "auth_http_header" directive was used.  Thanks to Maxim Dounin.
  • Bugfix: a segmentation fault occurred in worker process if the CRAM-MD5
     authentication method was used, but it was not enabled.
  • Bugfix: a segmentation fault might occur in worker process if the eventport
     method was used.
  • Bugfix: if remote SSI subrequest was used, then posterior local file
     subrequest might transferred to client in wrong order.
  • Bugfix: large SSI inclusions buffered in temporary files were truncated.

6 julho 2007 Denis Smirnov <mithraen at altlinux.ru> 0.5.26-alt2

  • More strict requires for perl-base version

22 junho 2007 Denis Smirnov <mithraen at altlinux.ru> 0.5.26-alt1

  • Remove nginx.perl.fix.patch (added to upstream)
  • Drop nginx-0.5.14-gns-catchstderr.patch (added to upstream)
  • Bugfix: in SSI parsing.
  • Bugfix: nginx could not be built with the --without-http_rewrite_module
     parameter; bug appeared in 0.5.24.
  • Security: the "ssl_verify_client" directive did not work if request was made
     using HTTP/0.9.
  • Bugfix: a part of response body might be passed uncompressed if gzip was
     used; bug appeared in 0.5.23.

30 maio 2007 Denis Smirnov <mithraen at altlinux.ru> 0.5.22-alt1

  • update version to 0.5.22
  • fix perl module (#11911)

28 maio 2007 Denis Smirnov <mithraen at altlinux.ru> 0.5.20-alt3

  • update mime.types (get it from Apache)

8 maio 2007 Denis Smirnov <mithraen at altlinux.ru> 0.5.20-alt2

  • fix x86_64 building

7 maio 2007 Denis Smirnov <mithraen at altlinux.ru> 0.5.20-alt1

  • update version to 0.5.20
  • remove connection_pool_size option from config file (fix crash on x86_64)
  • build with perl support (at@)
  • Feature: the "sendfile_max_chunk" directive.
  • Feature: the "$http_...", "$sent_http_...", and "$upstream_http_..."
     variables may be changed using the "set" directive.
  • Bugfix: a segmentation fault might occur in worker process if the SSI command
     'if expr="$var = /"' was used.
  • Bugfix: trailing boundary of multipart range response was transferred
     incorrectly.  Thanks to Evan Miller.

30 abril 2007 Denis Smirnov <mithraen at altlinux.ru> 0.5.19-alt1

  • update version to 0.5.19
  • build --with-http_stub_status_module (gns@)
  • fix mail proxy building
  • Add Symbian sis/sisx files to mime.types (#11459)
  • Add hints to config file (#11368)
  • Make default config file more useful
  • Add README.ALT
  • Start more workers in default config (more DoS proof)
  • Change: now the $request_time variable has millisecond precision.
  • Feature: the $upstream_addr variable.
  • Feature: the "proxy_headers_hash_max_size" and
     "proxy_headers_hash_bucket_size" directives.  Thanks to Volodymyr Kostyrko.
  • Bugfix: the files more than 2G could not be transferred using sendfile on
     64-bit Linux.
  • Feature: the ngx_http_sub_filter_module.
  • Feature: the "$upstream_http_..." variables.
  • Feature: now the $upstream_status and $upstream_response_time variables keep
     data about all upstreams before X-Accel-Redirect.

13 abril 2007 Denis Smirnov <mithraen at altlinux.ru> 0.5.17-alt1

  • update version to 0.5.17

18 março 2007 Denis Smirnov <mithraen at altlinux.ru> 0.5.14-alt1

  • update version to 0.5.14

7 dezembro 2006 Denis Smirnov <mithraen at altlinux.ru> 0.5.0-alt1

  • update version to 0.5.0

27 outubro 2006 Denis Smirnov <mithraen at altlinux.ru> 0.4.11-alt1

  • version update

20 outubro 2006 Denis Smirnov <mithraen at altlinux.ru> 0.4.9-alt2

  • rebuild with http_browser_module

16 outubro 2006 Denis Smirnov <mithraen at altlinux.ru> 0.4.9-alt1

  • version update

12 agosto 2006 Denis Smirnov <mithraen at altlinux.ru> 0.3.57-alt1

  • version update

8 maio 2006 Denis Smirnov <mithraen at altlinux.ru> 0.3.45-alt1

  • version update
  • authorize by client certifications added

17 abril 2006 Denis Smirnov <mithraen at altlinux.ru> 0.3.38-alt1

  • version update

12 março 2006 Denis Smirnov <mithraen at altlinux.ru> 0.3.32-alt1

  • version update
  • with realip

9 março 2006 Denis Smirnov <mithraen at altlinux.ru> 0.3.30-alt1

  • version update;

13 janeiro 2006 LAKostis <lakostis at altlinux.ru> 0.3.19-alt1

  • NMU;
  • version update;
  • x86_64 fixes;
  • default config updated;
  • init script improvements;
  • add logrotate script;
  • update patches.

27 novembro 2005 Denis Smirnov <mithraen at altlinux.ru> 0.3.12-alt1

  • version update

16 outubro 2005 Denis Smirnov <mithraen at altlinux.ru> 0.3.2-alt1

  • version update
  • create directories for temp files (client requests, fastcgi & proxy replies)

17 setembro 2005 Denis Smirnov <mithraen at altlinux.ru> 0.1.45-alt1

  • version update

19 agosto 2005 Denis Smirnov <mithraen at altlinux.ru> 0.1.41-alt2

  • added two patches (from lakostis@)
  • build with optimization flags (from lakostis@)

3 agosto 2005 Denis Smirnov <mithraen at altlinux.ru> 0.1.41-alt1

  • version update

24 julho 2005 Denis Smirnov <mithraen at altlinux.ru> 0.1.40-alt1

  • default_charset removed
  • charset set reply codepage, source_charset -- source charset :)
  • limit_rate supported with proxy and fastcgi
  • X-Accel-Limit-Rate header from backend supported
  • added: ssi_types
  • added: autoindex_exact_size
  • added: log_not_found
  • added: break
  • removed: post_accept_timeout
  • build with imap
  • many other fixes

9 junho 2005 Denis Smirnov <mithraen at altlinux.ru> 0.1.35-alt1

  • version update

28 maio 2005 Denis Smirnov <mithraen at altlinux.ru> 0.1.34-alt1

  • 0.1.34
  • spec cleanup / macrification (mike@)
  • changed "nginx" user/group to "_nginx" (mike@)

18 maio 2005 Denis Smirnov <mithraen at altlinux.ru> 0.1.31-alt1

  • version update
  • some cleanups

17 abril 2005 Denis Smirnov <mithraen at altlinux.ru> 0.1.28-alt1

  • version update

27 março 2005 Denis Smirnov <mithraen at altlinux.ru> 0.1.26-alt2

  • cleanup

26 março 2005 Denis Smirnov <mithraen at altlinux.ru> 0.1.26-alt1

  • version update
  • add ulimit -n 16384 to initscript

21 março 2005 Denis Smirnov <mithraen at altlinux.ru> 0.1.25-alt1

  • version update
  • cleanup
  • tmp moved to /var/spool/nagios/tmp

17 março 2005 Denis Smirnov <mithraen at altlinux.ru> 0.1.24-alt1

  • version update

6 fevereiro 2005 Denis Smirnov <mithraen at altlinux.ru> 0.1.17-alt1

  • version update

29 janeiro 2005 Denis Smirnov <mithraen at altlinux.ru> 0.1.16-alt1

  • version update
  • fastcgi support (upstream)

24 dezembro 2004 Denis Smirnov <mithraen at altlinux.ru> 0.1.13-alt1

  • version update
  • OpenSSL-support builded
  • rewrite and pcre support builded
  • startup script
  • useful default config-file

27 novembro 2004 Denis Smirnov <mithraen at altlinux.ru> 0.1.10-alt1

  • version update

12 outubro 2004 Denis Smirnov <mithraen at altlinux.ru> 0.1.1-alt1

  • first build
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009