aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/nginx.rb
AgeCommit message (Collapse)Author
2015-04-22nginx: update 1.8.0 bottle.BrewTestBot
2015-04-22nginx 1.8.0Dominyk Tiller
It's stable! :tada: Tons of changes upstream which you can read about here: http://nginx.org/en/CHANGES-1.8 In terms of Homebrew: * Takes advantage of upstream landing LibreSSL support. * Bumps to SHA256. * Fixes some strict audit highlights. * Refactors the args list. Closes #38901. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-04-17nginx: update 1.6.3 bottle.BrewTestBot
2015-04-17nginx: load configuration put in etc/servers.Mike McQuaid
I've heard this requested a few times. Closes #38729. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-04-10nginx 1.7.12 (devel)Umberto Raimondi
Version bump Closes #38519. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-04-10nginx: update 1.6.3 bottle.BrewTestBot
2015-04-10nginx 1.6.3Umberto Raimondi
Version bump Closes #38520. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-01nginx 1.7.10 develDavid Christenson
Update to latest development release, minor RuboCop compliance fixes. Closes #37297. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-01-03nginx --devel 1.7.9Brett Koonce
Closes #35485. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-27nginx: fix strict audit failures.Mike McQuaid
2014-12-18nginx: update 1.6.2 bottle.BrewTestBot
2014-11-03nginx --devel 1.7.7Brett Koonce
2014-10-26nginx: simplify code for passenger supportJack Nagel
We don't need to protect against passenger not being found.
2014-10-26Use opt helpers instead of hardcoded pathsJack Nagel
2014-10-10nginx: 1.7.6 (devel)Simon Gaeremynck
Closes #33075. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-09-26nginx: update 1.6.2 bottle.BrewTestBot
Closes #32700.
2014-09-26nginx 1.6.2/--devel 1.7.5Brett Koonce
CVE-2014-3616
2014-09-25nginx: fix passenger caveatBas Hintemann
Nitpick, but caused some confusion for me: semicolons were missing. Those are needed for the directions to be valid nginx config options. Closes #32636. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-08-25nginx: update 1.6.1_1 bottle.BrewTestBot
2014-08-24nginx: update 1.6.1_1 bottle.BrewTestBot
2014-08-24openssl: disable SSLv2 support.Dominyk Tiller
Kills ssl2 from OpenSSL. This PR relates to #31745. Force recompiles everything that relies on OpenSSL from the master branch to enforce the new OpenSSL no-ssl2 rule.
2014-08-21nginx: tell people about the tap.Mike McQuaid
As noted from e.g. #31270.
2014-08-07nginx: update 1.6.1 bottle.BrewTestBot
Closes #31411. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-08-07nginx 1.6.1, 1.7.4 (devel)Tomasz Pajor
2014-07-24nginx devel 1.7.3Brett Koonce
2014-06-17nginx devel 1.7.2Tomasz Pajor
Closes #30236. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-06-14nginx: update Passenger caveats.Hongli Lai (Phusion)
They now explicitly mention the fact that passenger_root and passenger_ruby must be specified in the 'http' context. See http://stackoverflow.com/questions/24220300/configuring-passenger-with-ngenix for a user who didn't get this and did it wrong. Closes #30155. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-06-09Stop joining symbols to pathnamesJack Nagel
Ruby 2.2's native Pathname#/ accepts only string-like objects.
2014-06-08nginx devel 1.7.1Tomasz Pajor
Closes #29972. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-04-24nginx devel 1.7.0Marc Qualie
Closes #28669. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-04-24nginx: update 1.6.0 bottle.BrewTestBot
Closes #28668. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-04-24nginx 1.6.0Marc Qualie
2014-04-09nginx: update 1.4.7 bottle.BrewTestBot
2014-04-09nginx: bump revision for OpenSSL security.Mike McQuaid
2014-04-08nginx devel 1.5.13Marc Qualie
Closes #28249. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-03-26nginx: move location-dependent things to post_installJack Nagel
2014-03-18nginx: update 1.4.7 bottle.BrewTestBot
Closes #27670.
2014-03-18nginx 1.4.7/devel 1.5.12Brett Koonce
Security advisory: http://mailman.nginx.org/pipermail/nginx-announce/2014/000135.html
2014-03-08formulae: fix with/without usage.Mike McQuaid
Closes #27275. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-07use opt shortcutsAdam Vandenberg
2014-03-05nginx: update 1.4.6 bottle.BrewTestBot
2014-03-04nginx 1.4.6, devel 1.5.11Stefan
Closes #27196. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-02-27nginx: use Formula[]Adam Vandenberg
2014-02-25nginx: remove unused skip_cleanAdam Vandenberg
logs are put into var which is not cleaned
2014-02-25nginx: don't use undeclared utf-8 charactersAdam Vandenberg
2014-02-23nginx: add 1.4.5 bottle.BrewTestBot
2014-02-11nginx 1.4.5Marc Qualie
Closes #26639. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-02-04nginx 1.5.10Marc Qualie
Closes #26400. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-01-24nginx: use Homebrew passenger.Hongli Lai (Phusion)
This time the formula is compatible with Passenger 4.0.33. Closes #26128. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-01-23Revert "nginx: use Homebrew passenger."Mike McQuaid
This reverts commit ff5922d546ad4769b39c72a6fb640a9b83182bb5.