FreshPorts -- The Place For Ports Sat, 22 Nov 2008 9:31 AM GMT
There is a PORTS FREEZE in effect!

A ports freeze means that commits will be few and far between and only by approval.

Port details
nginx 0.6.33 www on this many watch lists=17 search for ports that depend on this port
Robust and small WWW server
Maintained by: osa@FreeBSD.org search for ports maintained by this maintainer
Port Added: 21 Oct 2004 19:03:06


Another one small and robust www server, supports
kqueue (EV_CLEAR, EV_DISABLE, NOTE_LOWAT, EV_EOF, etc.),
select, poll, sendfile.

WWW: http://sysoev.ru/nginx/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required Libraries: devel/pcre

To install the port: cd /usr/ports/www/nginx/ && make install clean
To add the package: pkg_add -r nginx


Configuration Options
===> The following configuration options are available for nginx-0.6.33:
     DEBUG=off (default) "Enable nginx debugging"
     GOOGLE_PERFTOOLS=off (default) "Enable google perftools module"
     HTTP_MODULE=on (default) "Enable HTTP module"
     HTTP_ADDITION_MODULE=off (default) "Enable http_addition module"
     HTTP_DAV_MODULE=off (default) "Enable http_webdav module"
     HTTP_FLV_MODULE=off (default) "Enable http_flv module"
     HTTP_PERL_MODULE=off (default) "Enable http_perl module"
     HTTP_REALIP_MODULE=off (default) "Enable http_realip module"
     HTTP_REWRITE_MODULE=on (default) "Enable http_rewrite module"
     HTTP_SSL_MODULE=off (default) "Enable http_ssl module"
     HTTP_STATUS_MODULE=on (default) "Enable http_stub_status module"
     HTTP_SUB_MODULE=off (default) "Enable http_sub module"
     MAIL_MODULE=off (default) "Enable IMAP4/POP3/SMTP proxy module"
     MAIL_IMAP_MODULE=off (default) "Enable IMAP4 proxy module"
     MAIL_POP3_MODULE=off (default) "Enable POP3 proxy module"
     MAIL_SMTP_MODULE=off (default) "Enable SMTP proxy module"
     MAIL_SSL_MODULE=off (default) "Enable mail_ssl module"
     WWW=on (default) "Enable html sample files"
===> Use 'make config' to modify these settings

Master Sites:
http://sysoev.ru/nginx/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/osa/
ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/osa/
ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/osa/
ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/osa/
ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/osa/
ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/osa/
ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/osa/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2008-05-19
    Affects: users of www/nginx and www/nginx-devel
    Author: osa@FreeBSD.org
    Reason: 
      Nginx version lines have been changed: 0.5 -> 0.6 for stable and
      0.6 -> 0.7 for development version.  Make sure your configuration
      files are compatible with the new version(s).
    
    

Number of commits found: 141 (showing only 100 on this page)

1 | 2  »  

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
21 Nov 2008 12:39:19
Original commit files touched by this commit  0.6.33
osa search for other commits by this committer
Update from 0.6.32 to 0.6.33.

Also, add the patch for bugfix: the "listen" directive parameters
such as "backlog", "rcvbuf", etc. were not set, if a default
server was not the first one.  These changes also added into
mainstream for future releases.

<ChangeLog>

*) Feature: now nginx returns the 405 status code for POST method
   requesting a static file only if the file exists.

*) Workaround: compatibility with glibc 2.3.
   Thanks to Eric Benson and Maxim Dounin.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
15 Oct 2008 08:36:39
Original commit files touched by this commit  0.6.32_1
osa search for other commits by this committer
Merge latest changes from nginx-devel port.
1) new rc
2) extra command 'upgrade'
3) don't remove NGINX_TMPDIR directory, if port upgrade running
from -devel to stable port version.

Profiles are unsupported by this nginx version.

Bump PORTREVISION.
07 Jul 2008 15:07:48
Original commit files touched by this commit  0.6.32
osa search for other commits by this committer
Update from 0.6.31 to 0.6.32.
Add perl5 category wheh perl-specific defined.

<ChangeLog>

*) Change: the "none" parameter in the "ssl_session_cache" directive;
   now this is default parameter.
   Thanks to Rob Mueller.

*) Change: now the 0x00-0x1F, '"' and '\' characters are escaped as
   \xXX in an access_log.
   Thanks to Maxim Dounin.

*) Change: now nginx allows several "Host" request header line.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
19 May 2008 13:01:14
Original commit files touched by this commit  0.6.31
osa search for other commits by this committer
Update [stable branch] to 0.6.31.
Merge from -devel useful things.
04 May 2008 15:26:13
Original commit files touched by this commit  0.5.36
osa search for other commits by this committer
Update to 0.5.36.

<ChangeLog>

*) Bugfix: the "sub_filter" directive might set text to change into
   output.

*) Bugfix: a segmentation fault occurred in worker process, if empty
   stub block was used second time in SSI.

*) Bugfix: the "proxy_store" and "fastcgi_store" directives did not
   check a response length.

*) Bugfix: nginx issued the bogus error message "SSL_shutdown() failed
   (SSL: )"; bug appeared in 0.5.35.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
22 Jan 2008 07:38:33
Original commit files touched by this commit  0.5.35
osa search for other commits by this committer
Fix wrong mailproxy-specific (imap/pop3/smtp) configure keys.
By default all mailproxy options are off.
Do not bump PORTREVISION.

Problem found by:       Rakhesh Sasidharan aka rakhesh at rakhesh dot com
10 Jan 2008 15:18:25
Original commit files touched by this commit  0.5.35
osa search for other commits by this committer
Update from 0.5.34 to 0.5.35.

<ChangeLog>

    *) Change: now the ngx_http_userid_module adds start time microseconds
       to the cookie field contains a pid value.

    *) Change: now the uname(2) is used on Linux instead of procfs.
       Thanks to Ilya Novikov.

    *) Feature: the "If-Range" request header line support.
       Thanks to Alexander V. Inyukhin.

    *) Bugfix: in HTTPS mode requests might fail with the "bad write retry"
       error; bug appeared in 0.5.13.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
14 Dec 2007 09:28:34
Original commit files touched by this commit  0.5.34
osa search for other commits by this committer
Update from 0.5.33 to 0.5.34.

<ChangeLog>

*) Change: now the full request line instead of URI only is written to
   error_log.

*) Feature: Cygwin compatibility.
   Thanks to Vladimir Kutakov.

*) Feature: the "merge_slashes" directive.

*) Feature: the "gzip_vary" directive.

*) Feature: the "server_tokens" directive.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
13 Nov 2007 07:54:35
Original commit files touched by this commit  0.5.33
osa search for other commits by this committer
Update from 0.5.32 to latest bugfix release 0.5.33.
Add new MAIL_* knobs.

Approved by:    portmgr (erwin)

<CommitLog>

*) Change: now by default the "echo" SSI command uses
   entity encoding.

*) Feature: the "encoding" parameter in the "echo"
   SSI command.

*) Change: mail proxy was split on three modules: pop3,
   imap and smtp.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
08 Oct 2007 16:32:13
Original commit files touched by this commit  0.5.32
osa search for other commits by this committer
Update from 0.5.31 to 0.5.32.

<ChangeLog>
Changes with nginx 0.5.32                                        24 Sep 2007

*) Change: now nginx tries to set the "worker_priority",
   "worker_rlimit_nofile", "worker_rlimit_core", and
   "worker_rlimit_sigpending" without super-user privileges.

*) Change: now nginx escapes space and "%" in request to a mail proxy
   authentication server.

*) Change: now nginx escapes "%" in $memcached_key variable.

*) Change: the special make target "upgrade1" was defined for online
(Only the first 15 lines of the commit message are shown above View all of this commit message)
19 Sep 2007 09:48:24
Original commit files touched by this commit  0.5.31_1
osa search for other commits by this committer
Optionify.
Utilize ETCDIR for Makefile and pkg-plist.
Some knobs deprecated, so bump PORTREVISION.
16 Aug 2007 09:43:06
Original commit files touched by this commit  0.5.31
osa search for other commits by this committer
Update to 0.5.31.

Rewrote pkg-plist as describe in FreeBSD Porter's Handbook,
section 7.3 for fix package installation. (*)

Problem found by: Denis Shaposhnikov dsh at vlink dot ru (*)

<ChangeLog>

*) Feature: named locations.

*) Feature: the "proxy_store" and "fastcgi_store" directives.

*) Feature: the "proxy_store_access" and "fastcgi_store_access"
   directives.

</ChangeLog>
04 Aug 2007 12:41:31
Original commit files touched by this commit  0.5.30
gabor search for other commits by this committer
- Remove the DESTDIR modifications from individual ports as we have a new,
  fully chrooted DESTDIR, which does not need such any more.

Sponsored by:   Google Summer of Code 2007
Approved by:    portmgr (pav)
30 Jul 2007 11:48:36
Original commit files touched by this commit  0.5.30
osa search for other commits by this committer
Force commit.
Previous commit log was: Update to 0.5.30.
30 Jul 2007 11:45:23
Original commit files touched by this commit  0.5.30
osa search for other commits by this committer
Update to 0.5.29.

<ChangeLog>

*) 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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
23 Jul 2007 10:18:54
Original commit files touched by this commit  0.5.29
osa search for other commits by this committer
Update to 0.5.29.

<ChangeLog>

*) 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.

</ChangeLog>
17 Jul 2007 12:53:48
Original commit files touched by this commit  0.5.28
osa search for other commits by this committer
Update to 0.5.28.

<ChangeLog>

*) Security: the "msie_refresh" directive allowed XSS.

*) 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.

</ChangeLog>
09 Jul 2007 09:14:03
Original commit files touched by this commit  0.5.27
osa search for other commits by this committer
Update to 0.5.27.

<ChangeLog>

*) 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.

</ChangeLog>
28 Jun 2007 16:18:57
Original commit files touched by this commit  0.5.26
osa search for other commits by this committer
Knobs management:
  i) remove absolete WITH_IMAP_MODULE.
 ii) new one WITH_ADDITION_MODULE (*).

Do not bump PORTREVISION.

Requested by:   dwl aka dwl at dewil dot ru (*)
18 Jun 2007 08:08:46
Original commit files touched by this commit  0.5.26
osa search for other commits by this committer
Update to 0.5.26.
Fix rc script functionality for extra configtest_cmd command. (*)

<ChangeLog>

    *) Bugfix: in SSI parsing.

</ChangeLog>

Spotted by:     Andrey Y. Ostanovsky < andrey at ostanovsky dot spb dot ru > (*)
15 Jun 2007 09:28:20
Original commit files touched by this commit  0.5.25_2
osa search for other commits by this committer
Resolve conflict with nginx stable.
Bump PORTREVISION.
14 Jun 2007 11:32:32
Original commit files touched by this commit  0.5.25_1
osa search for other commits by this committer
Change default location for 50x.html in configuration file.
Bump PORTREVISION.

Requested by:   Igor Sysoev <is at rambler-co dot ru>
13 Jun 2007 08:09:00
Original commit files touched by this commit  0.5.25
osa search for other commits by this committer
Update to 0.5.25.

<ChangeLog>

*) Bugfix: nginx could not be built with the
   --without-http_rewrite_module parameter; bug
   appeared in 0.5.24.

</ChangeLog>
06 Jun 2007 08:05:18
Original commit files touched by this commit  0.5.24
osa search for other commits by this committer
Update to 0.5.24.

<ChangeLog>

*) Security: the "ssl_verify_client" directive did not work if request
   was made using HTTP/0.9.

*) Bugfix: a part of response body may be passed uncompressed if gzip
   was used; bug appeared in 0.5.23.

</ChangeLog>
04 Jun 2007 15:35:36
Original commit files touched by this commit  0.5.23
osa search for other commits by this committer
Update to 0.5.23.

<ChangeLog>

*) Feature: the ngx_http_ssl_module supports Server
   Name Indication TLS extension.

*) Feature: the "fastcgi_catch_stderr" directive.
   Thanks to Nick S. Grechukh, OWOX project.

*) Bugfix: a segmentation fault occurred in master process
   if two virtual servers should bind() to the overlapping
   ports.

*) Bugfix: if nginx was built with ngx_http_perl_module
   and perl supported threads, then during second
   reconfiguration the error messages "panic: MUTEX_LOCK"
   and "perl_parse() failed" were issued.

*) Bugfix: in the HTTPS protocol in the "proxy_pass"
   directive.

</ChangeLog>
29 May 2007 13:19:40
Original commit files touched by this commit  0.5.22
osa search for other commits by this committer
Update to fresh bugfix release 0.5.22.

<Changelog>

Bugfix: the big request body might not be passed to
backend; bug appeared in 0.5.21.

</Changelog>
28 May 2007 17:08:18
Original commit files touched by this commit  0.5.21
osa search for other commits by this committer
Update to latest bugfix release 0.5.21.

<Changelog>
*) Bugfix: if server has more than about ten locations, then
   regex locations may be choosen not in that order as they
   were specified.

*) Bugfix: a worker process may got caught in an endless loop
   on 64-bit platform, if the 33-rd or next in succession
   backend has failed.
   Thanks to Anton Povarov.

*) Bugfix: a bus error might occur on Solaris/sparc64 if the
   PCRE library was used.
   Thanks to Andrei Nigmatulin.

*) Bugfix: in the HTTPS protocol in the "proxy_pass" directive.
</Changelog>
25 May 2007 07:34:39
Original commit files touched by this commit  0.5.20
osa search for other commits by this committer
Update to 0.5.20.

<ChangeLog>

*) 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.

*) Bugfix: nginx did not work on Solaris/sparc64 if
   it was built by Sun Studio.
   Thanks to Andrei Nigmatulin.

*) Bugfix: the ngx_http_perl_module could not built
   by Solaris make.
   Thanks to Andrei Nigmatulin.
</ChangeLog>
24 Apr 2007 07:54:08
Original commit files touched by this commit  0.5.19
osa search for other commits by this committer
Update to 0.5.19.
20 Apr 2007 07:27:39
Original commit files touched by this commit  0.5.18
osa search for other commits by this committer
Update to 0.5.18.
02 Apr 2007 12:26:06
Original commit files touched by this commit  0.5.17
osa search for other commits by this committer
Update to latest bugfix release 0.5.17.

Change knob IMAP_MODULE to MAIL_MODULE (1).
Keep compatibility for IMAP_MODULE, notice warning if usage.
Cosmetic fixes for package list (2).

(1) Anton Yuzhaninov (citrin at rambler-co dot ru)
(2) portlint -a
19 Mar 2007 14:17:48
Original commit files touched by this commit  0.5.15
osa search for other commits by this committer
Update to fresh latest bugfix release 0.5.15.
28 Feb 2007 13:33:39
Original commit files touched by this commit  0.5.14
osa search for other commits by this committer
Update to latest fresh bugfix release: 0.5.14.
19 Feb 2007 14:30:24
Original commit files touched by this commit  0.5.13
osa search for other commits by this committer
Update to 0.5.13.
12 Feb 2007 16:43:42
Original commit files touched by this commit  0.5.12
osa search for other commits by this committer
Update to 0.5.12.
06 Feb 2007 08:19:03
Original commit files touched by this commit  0.5.11
osa search for other commits by this committer
Update to 0.5.11.
26 Jan 2007 11:17:33
Original commit files touched by this commit  0.5.10
osa search for other commits by this committer
Update to 0.5.10.
25 Jan 2007 16:59:40
Original commit files touched by this commit  0.5.9
osa search for other commits by this committer
Update to 0.5.9.
22 Jan 2007 14:28:42
Original commit files touched by this commit  0.5.8
osa search for other commits by this committer
Update to latest bugfix release 0.5.8.
16 Jan 2007 16:30:05
Original commit files touched by this commit  0.5.7
osa search for other commits by this committer
Update to 0.5.7.
15 Jan 2007 09:28:59
Original commit files touched by this commit  0.5.6
osa search for other commits by this committer
Update to 0.5.6.

Submitted by:   Gea-Suan Lin (gslin at gslin dot org)
PR:     107945
25 Dec 2006 08:41:25
Original commit files touched by this commit  0.5.5
osa search for other commits by this committer
Update to 0.5.5.
15 Dec 2006 09:17:54
Original commit files touched by this commit  0.5.4
osa search for other commits by this committer
Update to 0.5.4.
14 Dec 2006 07:27:23
Original commit files touched by this commit  0.5.3
osa search for other commits by this committer
Update to 0.5.3.
05 Dec 2006 09:20:22
Original commit files touched by this commit  0.5.0
osa search for other commits by this committer
Update to 0.5.0.
Include NGX_DEBUG_MALLOC into WITH_DEBUG knob. [*]

Submitted by:   Anton Yuzhaninov <citrin at citrin dot ru> [*]
27 Nov 2006 16:06:57
Original commit files touched by this commit  0.4.14
osa search for other commits by this committer
Update to 0.4.14.
16 Nov 2006 07:39:35
Original commit files touched by this commit  0.4.13
osa search for other commits by this committer
Update to 0.4.13.
01 Nov 2006 08:39:50
Original commit files touched by this commit  0.4.12
osa search for other commits by this committer
Update to 0.4.12.
31 Oct 2006 08:59:18
Original commit files touched by this commit  0.4.11
osa search for other commits by this committer
Update to 0.4.11.
09 Oct 2006 07:24:01
Original commit files touched by this commit  0.4.6
osa search for other commits by this committer
Update to 0.4.6.
14 Sep 2006 19:03:37
Original commit files touched by this commit  0.4.2
osa search for other commits by this committer
Update to fresh "linux-bugfix" release 0.4.2.
14 Sep 2006 15:37:45
Original commit files touched by this commit  0.4.1
osa search for other commits by this committer
Update to latest release version: 0.4.1.
Add one more knob - WITH_PERL_MODULE. [1]

Submitted by:   Yuri Karaban <ykar at list dot ru> [1]
31 Aug 2006 09:59:30
Original commit files touched by this commit  0.4.0
osa search for other commits by this committer
Update to 0.4.0.
20 Aug 2006 21:33:32
Original commit files touched by this commit  0.3.60
osa search for other commits by this committer
Update to 0.3.60.
16 Aug 2006 14:19:36
Original commit files touched by this commit  0.3.59
osa search for other commits by this committer
Update to 0.3.59.
10 Aug 2006 08:41:14
Original commit files touched by this commit  0.3.57
osa search for other commits by this committer
Update to 0.3.57.
07 Aug 2006 09:01:35
Original commit files touched by this commit  0.3.56
osa search for other commits by this committer
Update to latest version: 0.3.56.
31 Jul 2006 13:07:08
Original commit files touched by this commit  0.3.55
osa search for other commits by this committer
Update to latest version: 0.3.55.
11 Jul 2006 15:16:11
Original commit files touched by this commit  0.3.54
osa search for other commits by this committer
Update to 0.3.54.
04 Jul 2006 07:32:37
Original commit files touched by this commit  0.3.52
osa search for other commits by this committer
Update to 0.3.52.
30 Jun 2006 13:45:38
Original commit files touched by this commit  0.3.51_1
osa search for other commits by this committer
Install 4 additional files from distro.
Bump PORTREVISION.
30 Jun 2006 13:26:27
Original commit files touched by this commit  0.3.51
osa search for other commits by this committer
Update to fresh bugfix release: 0.3.51.
29 Jun 2006 07:48:39
Original commit files touched by this commit  0.3.50
osa search for other commits by this committer
Update to 0.3.50.
31 May 2006 15:45:08
Original commit files touched by this commit  0.3.49
osa search for other commits by this committer
Update to fresh bugfix release 0.3.49.
29 May 2006 19:04:37
Original commit files touched by this commit  0.3.48
osa search for other commits by this committer
Update to 0.3.48.
25 May 2006 11:42:10
Original commit files touched by this commit  0.3.47
osa search for other commits by this committer
Update to 0.3.47.
11 May 2006 15:28:04
Original commit files touched by this commit  0.3.46
osa search for other commits by this committer
Update to 0.3.46.
10 May 2006 10:55:03
Original commit files touched by this commit  0.3.45
osa search for other commits by this committer
Update to 0.3.45.

Update port infrastructure.
Add compiler's debug flag if WITH_DEBUG defined.
Add prefix NGINX_ for port's variables (VARDIR, LOGDIR, TMPDIR) for
prevent conflict with system variables.
Remove STOP_BEFORE_REMOVE and START_AFTER_INSTALL knobs.
21 Apr 2006 12:24:50
Original commit files touched by this commit  0.3.40
osa search for other commits by this committer
Update to 0.3.40.
Remove needless USE_REINPLACE.
18 Apr 2006 08:15:17
Original commit files touched by this commit  0.3.39
osa search for other commits by this committer
Update to 0.3.39.
14 Apr 2006 10:54:18
Original commit files touched by this commit  0.3.38
osa search for other commits by this committer
Update to 0.3.38.
07 Apr 2006 15:03:49
Original commit files touched by this commit  0.3.37
osa search for other commits by this committer
Update to 0.3.37.
05 Apr 2006 14:16:35
Original commit files touched by this commit  0.3.36
osa search for other commits by this committer
Update to 0.3.36.
01 Apr 2006 10:28:48
Original commit files touched by this commit  0.3.35
osa search for other commits by this committer
Update to 0.3.35.
15 Mar 2006 22:08:51
Original commit files touched by this commit  0.3.33
osa search for other commits by this committer
Update to 0.3.33.
15 Mar 2006 08:35:27
Original commit files touched by this commit  0.3.32
osa search for other commits by this committer
Update to 0.3.32.
23 Feb 2006 08:31:16
Original commit files touched by this commit  0.3.30
osa search for other commits by this committer
Update to 0.3.30.
21 Feb 2006 08:07:27
Original commit files touched by this commit  0.3.29
osa search for other commits by this committer
Update to 0.3.29.
16 Feb 2006 15:33:19
Original commit files touched by this commit  0.3.28
osa search for other commits by this committer
Update to 0.3.28.
08 Feb 2006 16:49:21
Original commit files touched by this commit  0.3.27
osa search for other commits by this committer
Update to 0.3.27.
03 Feb 2006 13:09:42
Original commit files touched by this commit  0.3.26
osa search for other commits by this committer
Update to 0.3.26.
02 Feb 2006 09:29:17
Original commit files touched by this commit  0.3.25
osa search for other commits by this committer
Update to latest release 0.3.25.
22 Jan 2006 02:58:25
Original commit files touched by this commit  0.3.20
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
11 Jan 2006 15:33:49
Original commit files touched by this commit  0.3.20
osa search for other commits by this committer
Update to fresh bugfix release 0.3.20.
28 Dec 2005 14:33:53
Original commit files touched by this commit  0.3.19
osa search for other commits by this committer
Update to 0.3.19.
27 Dec 2005 08:37:38
Original commit files touched by this commit  0.3.18
osa search for other commits by this committer
Update to 0.3.18.
19 Dec 2005 15:46:35
Original commit files touched by this commit  0.3.17
osa search for other commits by this committer
Update to 0.3.17.
07 Dec 2005 16:04:46
Original commit files touched by this commit  0.3.15
osa search for other commits by this committer
Update to 0.3.15.
05 Dec 2005 18:46:07
Original commit files touched by this commit  0.3.14
osa search for other commits by this committer
Update to fresh bugfix release 0.3.14.
05 Dec 2005 15:42:42
Original commit files touched by this commit  0.3.13
osa search for other commits by this committer
Update to 0.3.13.
27 Nov 2005 10:25:33
Original commit files touched by this commit  0.3.12
osa search for other commits by this committer
Update to fresh release 0.3.12.
21 Nov 2005 09:07:05
Original commit files touched by this commit  0.3.11_1
osa search for other commits by this committer
Add extra command - reload.
Bump PORTREVISION.

Submitted by:   marck
15 Nov 2005 14:43:31
Original commit files touched by this commit  0.3.11
osa search for other commits by this committer
Update to 0.3.11.
15 Nov 2005 12:59:44
Original commit files touched by this commit  0.3.10
osa search for other commits by this committer
Update to 0.3.10.
10 Nov 2005 08:06:58
Original commit files touched by this commit  0.3.9
osa search for other commits by this committer
Update to 0.3.9.
Add SHA256.
27 Oct 2005 16:01:15
Original commit files touched by this commit  0.3.7
osa search for other commits by this committer
Update to 0.3.7.
Remove needless patch.
26 Oct 2005 08:27:17
Original commit files touched by this commit  0.3.6_1
osa search for other commits by this committer
Fix build for freebsd7-ia64.
Bump PORTREVISION.

Notice from:    kris via pointyhat
Patch from:     Igor Sysoev (author)
25 Oct 2005 07:29:36
Original commit files touched by this commit  0.3.6
osa search for other commits by this committer
Update to 0.3.6.
19 Oct 2005 15:08:25
Original commit files touched by this commit  0.3.4
osa search for other commits by this committer
Update to 0.3.4.
12 Oct 2005 15:36:42
Original commit files touched by this commit  0.3.2
osa search for other commits by this committer
Update to 0.3.2.

Update port infrastructure: files/nginx.sh -> files/nginx.sh.in.
Add configtest extra command for nginx.sh script (1).

Submitted by:   skv (1)

Number of commits found: 141 (showing only 100 on this page)

1 | 2  »  

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
dovecotNov 19
dovecot-develNov 19
libxml2Nov 19
openfireNov 19
enscript-a4Nov 18
enscript-letterNov 18
enscript-letterdjNov 18
syslog-ng2Nov 18
gnutlsNov 16
net-snmpNov 14
net-snmp53Nov 14
faad*Nov 13
firefoxNov 13
firefox-develNov 13
firefox10Nov 13

13 vulnerabilities affecting 33 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures