FreshPorts -- The Place For Ports Sat, 4 Jul 2009 8:04 AM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
nginx 0.7.61_1 www on this many watch lists=22 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.7.61_1:
     DEBUG=off (default) "Enable nginx debugging"
     IPV6=off (default) "Enable IPv6"
     GOOGLE_PERFTOOLS=off (default) "Enable google perftools module"
     HTTP_MODULE=on (default) "Enable HTTP module"
     HTTP_ACCESSKEY_MODULE=off (default) "Enable http_accesskey module"
     HTTP_ADDITION_MODULE=off (default) "Enable http_addition module"
     HTTP_DAV_MODULE=off (default) "Enable http_webdav module"
     HTTP_EVAL_MODULE=off (default) "Enable eval module"
     HTTP_FANCYINDEX_MODULE=off (default) "Enable http_fancyindex module"
     HTTP_FLV_MODULE=off (default) "Enable http_flv module"
     HTTP_GZIP_STATIC_MODULE=off (default) "Enable http_gzip_static module"
     HTTP_MOGILEFS_MODULE=off (default) "Enable mogilefs module"
     HTTP_PERL_MODULE=off (default) "Enable http_perl module"
     HTTP_RANDOM_INDEX_MODULE=off (default) "Enable http_random_index module"
     HTTP_REALIP_MODULE=off (default) "Enable http_realip module"
     HTTP_RESPONSE_MODULE=off (default) "Enable http_response module"
     HTTP_REWRITE_MODULE=on (default) "Enable http_rewrite module"
     HTTP_SECURE_LINK_MODULE=off (default) "Enable http_secure_link 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"
     HTTP_UPLOAD_MODULE=off (default) "Enable upload module"
     HTTP_UPLOAD_PROGRESS=off (default) "Enable upload_progress module"
     HTTP_UPSTREAM_FAIR=off (default) "Enable upstream fair module"
     HTTP_UPSTREAM_KEEPALIVE=off (default) "Enable upstream keepalive module"
     HTTP_XSLT_MODULE=off (default) "Enable http_xslt module"
     HTTP_ZIP_MODULE=off (default) "Enable http_zip 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"
     PASSENGER_MODULE=off (default) "Enable passenger 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: 159 (showing only 100 on this page)

1 | 2  »  

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
02 Jul 2009 11:31:13
Original commit files touched by this commit  0.7.61_1
osa search for other commits by this committer
Default stop signal is SIGTERM, the quick shutdown.  Also nginx
understands QUIT signal for graceful (gradual) stop.

Add gracefulstop extra command accordingly for stable and devel
versions.
Bump PORTREVISIONs.

PR:     ports/136232 (partialy)
02 Jul 2009 10:00:16
Original commit files touched by this commit  0.7.61_1
  Sanity Test Failure
osa search for other commits by this committer
Fix X-Progress-ID argument parsing in third-party uploadprogress module.
Do not bump PORTREVISIONs.

PR:     ports/136064
26 Jun 2009 09:16:27
Original commit files touched by this commit  0.7.61
osa search for other commits by this committer
Add eval module version 1.0.1 accordingly.
Do not bump PORTREVISIONs.

WWW:    http://www.grid.net.ru/nginx/eval.en.html
22 Jun 2009 16:31:02
Original commit files touched by this commit  0.7.61
osa search for other commits by this committer
Update passenger module support from 2.2.3 to 2.2.4.
Do not bump PORTREVISIONs.
22 Jun 2009 13:28:51
Original commit files touched by this commit  0.7.61
osa search for other commits by this committer
Update from 0.7.60 to 0.7.61.

<ChangeLog>

*) Bugfix: nginx could not be built on MacOSX 10.6. the bug had
   appeared in 0.8.2.

*) Bugfix: nginx could not be built --without-http-cache; the bug had
   appeared in 0.7.60.

*) Bugfix: a segmentation fault occurred in worker process, if a
   backend 401 error was intercepted and the backend did not set the
   "WWW-Authenticate" response header line.
   Thanks to Eugene Mychlo.

</ChangeLog>
18 Jun 2009 07:54:15
Original commit files touched by this commit  0.7.60
osa search for other commits by this committer
Update passenger module support from 2.2.2 to
fresh bug fix edition 2.2.3.
Do not bump PORTREVISIONs.
16 Jun 2009 09:42:38
Original commit files touched by this commit  0.7.60
osa search for other commits by this committer
Update from 0.7.59 to 0.7.60.

<ChangeLog>

*) Feature: the "updating" parameter in "proxy_cache_use_stale" and
   "fastcgi_cache_use_stale" directives.

*) Feature: the "keepalive_requests" directive.

*) Bugfix: in open_file_cache and proxy/fastcgi cache interaction on
   start up.

*) Bugfix: open_file_cache might cache open file descriptors too long.

*) Bugfix: the "If-Modified-Since", "If-Range", etc. client request
(Only the first 15 lines of the commit message are shown above View all of this commit message)
28 May 2009 20:48:11
Original commit files touched by this commit  0.7.59
osa search for other commits by this committer
Update from 0.6.37 to latest stable version 0.7.59.
Merge all features from -devel port.
Also mark -devel port IGNORE before new releases.
19 May 2009 06:13:38
Original commit files touched by this commit  0.6.37
osa search for other commits by this committer
Update from 0.6.36 to 0.6.37.
Expand WWWOWN variable in rc script.

(*) Issue found by:     demon

<ChangeLog>

*) Feature: Microsoft specific "AUTH LOGIN with User Name" mode support
   in mail proxy server.
   Thanks to Maxim Dounin.

*) Bugfix: nginx could not be built on platforms different from i386,
   amd64, sparc, and ppc; the bug had appeared in 0.6.36.

</ChangeLog>
07 Apr 2009 11:14:16
Original commit files touched by this commit  0.6.36
osa search for other commits by this committer
Merge support for third-party upstream fair module from www/nginx-devel.
Do not bump PORTREVISION.

Requested by:   Gergely CZUCZY <gergely.czuczy@harmless.hu>
02 Apr 2009 08:58:05
Original commit files touched by this commit  0.6.36
osa search for other commits by this committer
Update from 0.6.35 to 0.6.36.

<ChangeLog>

*) Change: now the "Invalid argument" error returned by
   setsockopt(TCP_NODELAY) on Solaris, is ignored.

*) Change: now POSTs without "Content-Length" header line are allowed.

*) Feature: the "try_files" directive.

*) Feature: the --with-pcre option in the configure.

*) Feature: the "if_modified_since" directive.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
31 Mar 2009 14:56:56
Original commit files touched by this commit  0.6.35
osa search for other commits by this committer
Make additional modules fetchable.
Do not bump PORTREVISION cause additional modules
are disabled by default.

Problem found:  Andrew Clark aka andrewclarkii at gmail dot com
Patch idea:     az
No cookie for:  az
26 Mar 2009 14:12:29
Original commit files touched by this commit  0.6.35
osa search for other commits by this committer
Merge latest changes from www/nginx-devel:
 o add MAKE_JOBS_SAFE
 o make modules fetchable by fix MASTER_SITES
 o add support for http_gzip_static module [*]

Do not bump PORTREVISION.

[*] Patch from: MZ aka zuborg at advancedhosters dot com
09 Feb 2009 06:58:02
Original commit files touched by this commit  0.6.35
osa search for other commits by this committer
Make accesskey module fetchable by fix MASTER_SITE_SUBDIR.
Do not bump PORTREVISION.
06 Feb 2009 14:38:44
Original commit files touched by this commit  0.6.35
osa search for other commits by this committer
Merge support for accesskey module into stable version.
Do not bump PORTREVISION.

Spotted by:     Andrey Belashkov <manager@capsida.net>
27 Jan 2009 09:47:09
Original commit files touched by this commit  0.6.35
osa search for other commits by this committer
Update from 0.6.34 to latest bugfix release 0.6.35.

<ChangeLog>

*) Bugfix: in shared memory allocations if nginx was built without
   debugging.
   Thanks to Andrey Kvasov.

*) Bugfixes in an "Expect" request header line support.

*) Bugfix: UTF-8 encoding usage in the ngx_http_autoindex_module.

</ChangeLog>
03 Dec 2008 08:58:59
Original commit files touched by this commit  0.6.34
osa search for other commits by this committer
Actually remoce needless patch.
Do not bump PORTREVISION.
03 Dec 2008 08:53:19
Original commit files touched by this commit  0.6.34
osa search for other commits by this committer
Update from 0.6.33 to 0.6.34.
Remove needless patch introduced in previous commit.

<ChangeLog>

*) Change: now the EAGAIN error returned by connect() is not considered
   as temporary error.

*) Change: now the "gzip_vary" directive turned on issues a
   "Vary: Accept-Encoding" header line for uncompressed responses too.

*) Feature: the "expires" directive supports daily time.

*) Feature: the "Expect" request header line support.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
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.

Number of commits found: 159 (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
nfsenJul 03
nagios*Jul 01
nagios-devel*Jul 01
nagios2*Jul 01
syslog-ng*Jul 01
syslog-ng2*Jul 01
phpmyadminJun 30
tor*Jun 23
tor*Jun 23
cscopeJun 16
cscopeJun 16
finchJun 16
joomla15Jun 16
libpurpleJun 16
pidginJun 16

6 vulnerabilities affecting 11 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 20375
Broken 144
Deprecated 44
Ignore 762
Forbidden 5
Restricted 387
No CDROM 139
Vulnerable 56
Expired 17
Set to expire 25
Interactive 81
new 24 hours 2
new 48 hours4
new 7 days69
new fortnight98
new month180

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.372 seconds.