OpenBSD CVS

CVS log for src/usr.sbin/nginx/Attic/Makefile.bsd-wrapper


[BACK] Up to [local] / src / usr.sbin / nginx

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.18, Tue Aug 26 19:35:31 2014 UTC (9 years, 9 months ago) by robert
Branch: MAIN
CVS Tags: HEAD
Changes since 1.17: +1 -1 lines
FILE REMOVED

remove nginx from the base system in favor of OpenBSD's own httpd(8)

Revision 1.17 / (download) - annotate - [select for diffs], Thu Jun 12 15:27:08 2014 UTC (9 years, 11 months ago) by robert
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6
Changes since 1.16: +1 -2 lines
Diff to previous 1.16 (colored)

update to 1.6.0 with official syslog support backported from the 1.7 branch

tested by several, ok sthen@

Revision 1.16 / (download) - annotate - [select for diffs], Sun May 18 05:27:49 2014 UTC (10 years ago) by jsg
Branch: MAIN
Changes since 1.15: +1 -5 lines
Diff to previous 1.15 (colored)

There is no need to compile nginx with -O1 on vax anymore.
Since the change in rev 1.5 vax has switched to gcc3,
MAXDSIZ has increased and pcre_exec now builds with -O2.

ok miod@

Revision 1.15 / (download) - annotate - [select for diffs], Tue Apr 15 20:55:42 2014 UTC (10 years, 1 month ago) by miod
Branch: MAIN
Changes since 1.14: +1 -2 lines
Diff to previous 1.14 (colored)

Remove workarounds for ld reaching MAXDSIZ on vax, now that MAXDSIZ is
more comfortable.
Reminded by brad@

Revision 1.14 / (download) - annotate - [select for diffs], Mon Nov 4 14:09:19 2013 UTC (10 years, 6 months ago) by florian
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

Hook up nginx.conf(5) to the build.
put it in deraadt@, OK schwarze@

Revision 1.13 / (download) - annotate - [select for diffs], Tue Aug 6 19:05:57 2013 UTC (10 years, 9 months ago) by miod
Branch: MAIN
Changes since 1.12: +3 -2 lines
Diff to previous 1.12 (colored)

Switch vax to gcc 3.3.6.

Revision 1.12 / (download) - annotate - [select for diffs], Wed Jun 19 16:21:12 2013 UTC (10 years, 11 months ago) by reyk
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.11: +1 -2 lines
Diff to previous 1.11 (colored)

Disable SPDY until we have a better understanding about code and
protocol within OpenBSD.

Discussed with many
ok benno@ jcs@

Revision 1.11 / (download) - annotate - [select for diffs], Sat Jun 1 16:12:54 2013 UTC (11 years ago) by robert
Branch: MAIN
Changes since 1.10: +2 -1 lines
Diff to previous 1.10 (colored)

update to nginx-1.4.1 and enable the SPDY module by default

Revision 1.10 / (download) - annotate - [select for diffs], Tue Feb 5 15:01:02 2013 UTC (11 years, 3 months ago) by ajacoutot
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3
Changes since 1.9: +4 -1 lines
Diff to previous 1.9 (colored)

Install 50x.html which is part of the default nginx configuration.

ok robert@

Revision 1.9 / (download) - annotate - [select for diffs], Thu Oct 25 13:02:46 2012 UTC (11 years, 7 months ago) by robert
Branch: MAIN
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 (colored)

add syslog support to nginx

Revision 1.8 / (download) - annotate - [select for diffs], Thu Jul 12 09:17:40 2012 UTC (11 years, 10 months ago) by jasper
Branch: MAIN
CVS Tags: OPENBSD_5_2_BASE, OPENBSD_5_2
Changes since 1.7: +1 -3 lines
Diff to previous 1.7 (colored)

remove a double .include

ok robert@

Revision 1.7 / (download) - annotate - [select for diffs], Sat Jul 7 16:01:48 2012 UTC (11 years, 10 months ago) by robert
Branch: MAIN
Changes since 1.6: +6 -6 lines
Diff to previous 1.6 (colored)

update to 1.2.2 and start using /var/www/cache instead of /var/www/tmp

Revision 1.6 / (download) - annotate - [select for diffs], Tue Jun 26 10:03:41 2012 UTC (11 years, 11 months ago) by robert
Branch: MAIN
Changes since 1.5: +6 -6 lines
Diff to previous 1.5 (colored)

use /var/www/tmp/ for the temp directories even if not chrooted

Revision 1.5 / (download) - annotate - [select for diffs], Tue Apr 10 15:50:38 2012 UTC (12 years, 1 month ago) by miod
Branch: MAIN
Changes since 1.4: +5 -1 lines
Diff to previous 1.4 (colored)

Build with -O1 on vax for now, pcre_exec can not build with -O2.

Revision 1.4 / (download) - annotate - [select for diffs], Sun Feb 19 11:29:37 2012 UTC (12 years, 3 months ago) by robert
Branch: MAIN
Changes since 1.3: +13 -1 lines
Diff to previous 1.3 (colored)

add a distribution target to install configuration files

Revision 1.3 / (download) - annotate - [select for diffs], Wed Oct 5 18:04:18 2011 UTC (12 years, 7 months ago) by robert
Branch: MAIN
CVS Tags: OPENBSD_5_1_BASE, OPENBSD_5_1
Changes since 1.2: +4 -4 lines
Diff to previous 1.2 (colored)

Since the worker process of nginx is chrooted on OpenBSD, let's remove
down the prefix of nginx which is /var/www from the file paths when
the worker process tries to reopen files (access.log, error.log, etc.).
This fixes the 'nginx -s reopen' issue which was reported by some users.

Revision 1.2 / (download) - annotate - [select for diffs], Sat Sep 24 20:13:57 2011 UTC (12 years, 8 months ago) by robert
Branch: MAIN
Changes since 1.1: +5 -2 lines
Diff to previous 1.1 (colored)

generate and install the correct manual page, noted by deraadt@

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Thu Sep 22 23:32:10 2011 UTC (12 years, 8 months ago) by robert
Branch: nginx
CVS Tags: nginx_1_0_6
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

import of nginx 1.0.6 with a bundled libpcre needed for pcre to work
properly.
this is not yet linked to the build but we would like to work on it
in tree to provide an apache replacement for base

Revision 1.1 / (download) - annotate - [select for diffs], Thu Sep 22 23:32:10 2011 UTC (12 years, 8 months ago) by robert
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.