Commit graph

146 commits

Author SHA1 Message Date
Marc Qualie
6f8b94cd17 nginx 1.4.4 + 1.5.7
Closes Homebrew/homebrew#24491.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-11-19 12:58:13 -06:00
Hongli Lai (Phusion)
295cea23d4 Fix apache and nginx passenger integration.
It was broken by the recent 'libexec' change in the 'passenger' recipe.

Closes Homebrew/homebrew#23419.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-10-21 18:26:02 +01:00
Misty De Meo
dcf766f139 nginx: restore versions 2013-10-09 23:34:57 -07:00
Misty De Meo
4370b26e6d ncrack: disable openssl header check
Fixes Homebrew/homebrew#23160.
2013-10-09 23:18:20 -07:00
Marc Qualie
f0582f61ea nginx: devel 1.5.6
Closes Homebrew/homebrew#23130.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-10-08 15:06:50 +01:00
Marc Qualie
ac66f61edc nginx 1.4.3
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-10-08 15:06:47 +01:00
Marc Qualie
8188d4f898 nginx --devel 1.5.5
Closes Homebrew/homebrew#22613.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-17 06:57:50 -07:00
Mike McQuaid
e3e9e5cd33 nginx: make caveats more concise. 2013-09-12 17:53:22 +01:00
Mike McQuaid
bb92d59a15 nginx: add configuration test. 2013-09-12 17:53:22 +01:00
Mike McQuaid
64155d5855 nginx: use inreplace rather than patch. 2013-09-12 17:32:06 +01:00
Marc Qualie
ea9174132d Nginx 1.5.4
Closes Homebrew/homebrew#22148.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-27 17:25:48 -07:00
Marc Qualie
df415f90c2 nginx 1.5.3
Closes Homebrew/homebrew#21580.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-01 09:25:59 -07:00
Jack Nagel
29bb8cd926 nginx: use optional dep for passenger 2013-07-21 16:27:54 -05:00
Hongli Lai (Phusion)
381633024c passenger 4.0.5 (new formula)
Closes Homebrew/homebrew#19981.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-07-19 18:24:37 -07:00
Matt Whiteley
d3910b9e72 nginx: fix log files
* http-log-path is only for the access log
* both http and error log-path options expect a filename not a directory

Closes Homebrew/homebrew#21319.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-07-19 10:26:17 -07:00
Marc Qualie
990db7df70 nginx 1.4.2
Closes Homebrew/homebrew#21278.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-07-17 07:04:32 -07:00
Marc Qualie
5c5a9f983b Nginx --devel 1.5.2
Closes Homebrew/homebrew#20961.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-07-02 08:08:30 -07:00
Adam Vandenberg
b8ce79fc90 nginx: options come before deps 2013-06-11 07:47:23 -07:00
Clemens Gruber
6a19a92c00 nginx: use correct openssl for SPDY
Closes Homebrew/homebrew#20404.
Fixes Homebrew/homebrew#20336.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-11 07:47:23 -07:00
Marc Qualie
b1927af72a Nginx devel 1.5.1
Closes Homebrew/homebrew#20247.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-06-04 11:23:19 -05:00
Adam Vandenberg
0d61de2cc0 nginx head now uses mercurial 2013-05-31 07:46:05 -07:00
Jack Nagel
cf7b234ea3 nginx devel 1.5.0 2013-05-07 15:06:37 -05:00
Pascal Borreli
d005e1d93b nginx 1.4.1
Closes Homebrew/homebrew#19663.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-05-07 15:05:03 -05:00
Farooq Mela
dd2d899f16 nginx 1.4.0
Closes Homebrew/homebrew#19413.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-04-24 18:41:05 -05:00
Chad Catlett
ada61944bc nginx devel 1.3.16 and trunk
Closes Homebrew/homebrew#19281.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-04-18 08:15:46 -07:00
Max Howell
4000a769a0 Be kind to users with old nginx plists
Since I moved the nginx binary from `sbin` to `bin`, it's possible old Launch Agent plists exist that still look in `sbin` (among other things).

If we find an old nginx keg that has an `sbin` directory, we create an `sbin` symlink for the new nginx we are installing.

Homebrew always works.
2013-04-12 17:41:12 -04:00
Max Howell
92ebb52a72 nginx: Compile static gzip module
Every example of nginx I have seen out there has this compiled in by default.
2013-04-12 17:14:18 -04:00
Max Howell
4f985bb4e6 Don’t call non-existent functions; Fixes Homebrew/homebrew#19133
I did test this, but then I broke it and didn't test it again.

Also corrects the plist binary location. Since I changed that from sbin to bin.
2013-04-12 17:08:26 -04:00
Max Howell
6c15bfcc76 Make nginx more convenient; clean up caveats
No shin, screw that. Make nginx use a sensible docroot. All web servers should use this docroot from now on. I suggest the symlink method to making them do this so it is easy for people to change this on a server-by-server basis and have multiple docroots.
2013-04-11 12:38:37 -04:00
Mike McQuaid
fb175de87d Remove unnecessary/unused UserName plist keys.
Fixes Homebrew/homebrew#18293.
2013-04-06 16:19:39 +01:00
Krzysztof Urbaniak
a931d13a2a nginx 1.2.8
Closes Homebrew/homebrew#18937.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-04-03 10:05:37 -07:00
Brett Koonce
d856a77749 nginx (devel) 1.3.15
added SPDY module

Closes Homebrew/homebrew#18748.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-29 08:47:58 -07:00
Chongyu Zhu
4f98f2b3fa nginx devel 1.3.14
Closes Homebrew/homebrew#18322.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-07 19:14:30 -08:00
Chongyu Zhu
9d82969333 nginx devel 1.3.13
Closes Homebrew/homebrew#17950.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-02-19 10:59:06 -08:00
Chongyu Zhu
85091a5ca8 nginx 1.2.7, devel 1.3.12
Closes Homebrew/homebrew#17845.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-02-14 17:13:17 -06:00
Brett Koonce
4ed4bbab21 nginx (devel) 1.3.10
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-01-03 14:04:51 -08:00
Alexey Palazhchenko
f66db25a02 nginx: Add --with-debug option.
Closes Homebrew/homebrew#16624.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-12-29 10:14:11 -08:00
Brett Koonce
924cfcd485 nginx 1.2.6
Closes Homebrew/homebrew#16517.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-12-11 09:28:23 -08:00
Brett Koonce
81aea49c42 nginx (devel) 1.3.9
Closes Homebrew/homebrew#16270.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-27 12:19:28 -08:00
Mike McQuaid
7d44b84aee Make generic caveats for launchd plist files. 2012-11-25 23:05:52 +00:00
Mike McQuaid
30af050111 Fix nginx plist.
Fix indentation, use opt_prefix and make sure nginx is not
daemonized so that launchd can stop it.

Fixes Homebrew/homebrew#14876.
2012-11-22 21:58:25 +00:00
Brett Koonce
a4fb1876e4 nginx 1.2.5
Closes Homebrew/homebrew#16025.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-11-13 09:45:42 -08:00
Brett Koonce
9639fd0b3d nginx (devel) 1.3.8
Closes Homebrew/homebrew#15828.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-03 11:12:02 -07:00
Brett Koonce
9a400463c9 nginx (devel) 1.3.7
Closes Homebrew/homebrew#15244.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-02 10:09:06 -07:00
Nick Stenning
0f35f0e888 nginx: use #{var}/run for state dirs, not cellar
Closes Homebrew/homebrew#15194.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-29 12:45:50 -07:00
James Aitken
733be16bdb nginx stable 1.2.4
Closes Homebrew/homebrew#15101.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-25 08:17:07 -07:00
Adam Vandenberg
8af0e97014 Use env. 2012-09-14 09:14:48 -07:00
James Aitken
bc2face5a1 nginx devel 1.3.6
Closes Homebrew/homebrew#14881.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-12 07:20:25 -07:00
Adam Vandenberg
230619e2c7 Let plists be installed automatically 2012-09-09 13:02:48 -07:00
Brett Koonce
96c69462bf nginx devel 1.3.5
Closes Homebrew/homebrew#14340.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-21 12:32:32 -05:00