notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: www/nginx-devel/Makefile.extmod

Number of commits found: 221 (showing only 21 on this page)

«  1 | 2 | 3 

Sunday, 7 Oct 2018
14:48 osa search for other commits by this committer
Upgrade third-party nchan (aka push) module from 1.1.14
to its recent stable version 1.2.1.

Bump PORTREVISION.
Original commitRevision:481447 
Saturday, 6 Oct 2018
17:55 osa search for other commits by this committer
Upgrade third-party vts module from 0.1.15 to 0.1.18.
Bump PORTREVISION.
Original commitRevision:481379 
Tuesday, 25 Sep 2018
09:56 osa search for other commits by this committer
Upgrade www/passenger and its third-party modules for
www/nginx and www/nginx-devel from 5.3.4 to 5.3.5.
Bump PORTREVISIONs where it's necessary.
Original commitRevision:480657 
Tuesday, 18 Sep 2018
21:56 osa search for other commits by this committer
Upgrade from 0.2.3 to 0.2.4.

<ChangeLog>

nginx modules:

*) Change: stream module handlers are refactored.

   New methods and properties:
   s.on(), s.off(), s.allow(), s.done(), s.decline(),
   s.deny().

   Removed properties of Stream object:
   s.OK, s.ABORT, s.AGAIN, s.DECLINED, s.ERROR (replaced
   with s.allow(), s.done([code]), s.deny()).

   s.buffer (for reading replaced with data argument of
   the corresponding callback, for writing use s.send()).

   s.fromUpstream (replaced with a callback for a corresponding
   event).

   s.eof (replaced with flags.last).

Core:

*) Feature: added Function.prototype.length.

*) Feature: introduced sandboxing mode.

*) Improvement: added exception strings where appropriate.

*) Improvement: improved wording for primitive type conversion
   exception.

*) Bugfix: throwing TypeError for attempts to change frozen
   properties.

*) Bugfix: fixed Object.defineProperty() for existing properties.

*) Bugfix: respecting the enumerable attribute while iterating
   by for in.

*) Bugfix: respecting writable attribute for property handlers.

*) Bugfix: fixed exception handling in arguments of a function.

*) Bugfix: fixed Object.prototype.toString for different
   value types.

*) Bugfix: fixed Object() constructor for object types arguments.

*) Bugfix: fixed comparison of objects and strings.

*) Bugfix: fixed String.slice() for undefined arguments.

*) Bugfix: miscellaneous additional bugs have been fixed.

</ChangeLog>
Original commitRevision:480081 
Tuesday, 11 Sep 2018
02:13 osa search for other commits by this committer
Merge r479404 from www/nginx.

<Commitlog>

Some modules depend on other being there before.

For example, devel_kit needs to be there before a few other, so this
fixes, and allow for future fixes of this kind of problem:

configuring additional dynamic modules
adding module in
/wrkdirs/usr/ports/www/nginx-full/work/array-var-nginx-module-0.05
error: ngx_devel_kit is required to build ngx_array_var; please put it before
ngx_array_var.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine

</Commitlog>
Original commitRevision:479498 
Sunday, 5 Aug 2018
16:45 osa search for other commits by this committer
Upgrade passenger and its third-party modules for www/nginx and
www/nginx-devel from 5.3.3 to 5.3.4.

PR:	229392

<ChangeLog>

* Fixes a crash during startup on FreeBSD 11.2 and recent OpenBSD versions
  due to C++11 compatibility issues in the code. Closes GH-2097.
* Updates Boost to version 1.67.0.
* [Apache] Fixes the handling of HTTP requests with chunked bodies in
  combination with `PassengerBufferUploads off`. Closes GH-2102.

</ChangeLog>
Original commitRevision:476419 
Wednesday, 1 Aug 2018
07:37 osa search for other commits by this committer
Upgrade third-party njs module to post 0.2.3 aka a930e69 to
fix a couple of issues.
Bump PORTREVISION.
Original commitRevision:476160 
06:51 osa search for other commits by this committer
Upgrade third-party njs module to 950db73 aka 0.2.3.
Bump PORTREVISION.

<ChangeLog>

nginx modules:

*) Bugfix: making a subrequest from a Reply object caused
    a segmentation fault.

*) Bugfix: getting the parent property of the main Request
    object caused a segmentation fault.

Core:

*) Feature: added the pretty string representation for values.

*) Feature: correctly printing floating point numbers.

*) Feature: correctly parsing floating point numbers.

*) Feature: String.bytesFrom() method (decoding hex, base64,
   base64url into a byte string).

*) Feature: String.padStart() and String.padEnd() methods.

*) Feature: added support of binary literals.

*) Improvement: added information about illegal token in number parsing.

*) Improvement: allowed uppercased O in octal literal values.

*) Improvement: added support for multiple arguments in console.log().

*) Bugfix: fixed applying call() to methods of external values.

*) Bugfix: fixed addition operator applied to an object.

*) Bugfix: fixed exception handling in njs_vm_value_to_ext_string().

*) Bugfix: fixed Number() with boolean, null and undefined arguments.

*) Bugfix: fixed error handling of setting non-numeric Array.length.

*) Bugfix: fixed autocompletion for global objects.

*) Bugfix: miscellaneous additional bugs have been fixed.

</ChangeLog>
Original commitRevision:476158 
Tuesday, 17 Jul 2018
04:34 osa search for other commits by this committer
Upgrade third-party naxsi module from 0.55.3 to 0.56.

Bump PORTREVISION.
Original commitRevision:474774 
04:15 osa search for other commits by this committer
Change location for third-party sticky module from bitbucket.org
to a fork on GH cause last one contains additional fixes.
Remove needless patch.

Bump PORTREVISION.
Original commitRevision:474773 
Tuesday, 3 Jul 2018
23:15 osa search for other commits by this committer
Upgrade passenger and its third-party modules for www/nginx
and www/nginx-devel from 5.3.2 to 5.3.3.
Original commitRevision:473856 
Monday, 25 Jun 2018
20:40 osa search for other commits by this committer
Update third-party brotli module to its recent revision to
fix the socket leaks issue, please see next link for details:
https://github.com/eustas/ngx_brotli/issues/11

Bump PORTREVISION.
Original commitRevision:473338 
Sunday, 24 Jun 2018
16:03 osa search for other commits by this committer
Upgrade passenger and its third-party modules for
www/nginx and www/nginx-devel from 5.3.1 to 5.3.2.
Original commitRevision:473206 
15:55 osa search for other commits by this committer
Upgrade third-party njs module to b4a58c4 (aka 0.2.2).
Original commitRevision:473204 
Tuesday, 15 May 2018
11:18 osa search for other commits by this committer
Upgrade to recent bugfix release 5.3.1.
Original commitRevision:470011 
01:56 osa search for other commits by this committer
Upgrade third-party redis module to recent 0.3.9 version.

Bump PORTREVISION.

<ChangeLog>

*) Feature: redis "AUTH" command support.
   Original idea from https://github.com/Yongke/ngx_http_redis-0.3.7
   Thanks to Wang Yongke.

</ChangeLog>
Original commitRevision:469987 
Sunday, 13 May 2018
15:04 osa search for other commits by this committer
Upgrade third-party passenger module from 5.2.3 to 5.3.0.

While I'm here fix the issue with GSSAPIINCDIR variable, it's
been introduced as GSSAPINCDIR without a correct substitution
during the third-party auth_krb5 module's patch time.

Bump PORTREVISION.
Original commitRevision:469801 
14:24 osa search for other commits by this committer
Speed-up the port's build by enable multiple jobs build.

While I'm here update third-party vod module to recent 1.23 version.

Bump PORTREVISION.

PR:	228127
Original commitRevision:469797 
Thursday, 26 Apr 2018
22:11 osa search for other commits by this committer
Cleanup Makefile.extmod file.
Upgrade third-party modules to their recent versions.

Bump PORTREVISION.
Original commitRevision:468388 
Tuesday, 24 Apr 2018
22:29 osa search for other commits by this committer
Merge from www/nginx and adopt next revisions:
	468201, 468240.

Update third-party modules to their recent versions.
Enable libxml usage for third-party vod module.

Bump PORTREVISION.
Original commitRevision:468248 
Sunday, 22 Apr 2018
21:35 osa search for other commits by this committer
Merge from www/nginx and adopt next revisions:
	465814, 465851, 465931, 468031.

Bump PORTREVISION.
Original commitRevision:468061 

Number of commits found: 221 (showing only 21 on this page)

«  1 | 2 | 3