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/files/extra-patch-spnego-http-auth-nginx-module-config

Number of commits found: 11

Monday, 1 May 2023
08:44 Jochen Neumeister (joneum) search for other commits by this committer
www/nginx: Update 3rd-party module

Resurrect GSSAPI radio button for http_auth_krb5 module, last one
builds just fine with both implementations now.

Obtained from:	nginx-devel
Sponsored by:	Netzkommune GmbH
commit hash: baa4deef3b42cfeec46d9a2b3928368cd2a05ff5 commit hash: baa4deef3b42cfeec46d9a2b3928368cd2a05ff5 commit hash: baa4deef3b42cfeec46d9a2b3928368cd2a05ff5 commit hash: baa4deef3b42cfeec46d9a2b3928368cd2a05ff5 baa4dee
Monday, 17 Apr 2023
10:20 Jochen Neumeister (joneum) search for other commits by this committer
www/nginx: Update to 1.24.0

Update NGINX to 1.24.0
Overview of the changes from nginx-devel. Osa has made many good changes in the
last devel phases. These have been adopted into the nginx port (httpv3 ....).
Also all modules were updated to the latest version

Sponsored by:	Netzkommune GmbH
commit hash: 364b314d88996ec0e94b44e8b4297bb52170e4cb commit hash: 364b314d88996ec0e94b44e8b4297bb52170e4cb commit hash: 364b314d88996ec0e94b44e8b4297bb52170e4cb commit hash: 364b314d88996ec0e94b44e8b4297bb52170e4cb 364b314
Friday, 4 Mar 2022
16:10 Jochen Neumeister (joneum) search for other commits by this committer
www/nginx: Fix Typo

PR:	262063
Sponsored by:	Netzkommune GmbH
commit hash: efc9fa64c1050afeef3666b073bbcafba5b7bad4 commit hash: efc9fa64c1050afeef3666b073bbcafba5b7bad4 commit hash: efc9fa64c1050afeef3666b073bbcafba5b7bad4 commit hash: efc9fa64c1050afeef3666b073bbcafba5b7bad4 efc9fa6
Thursday, 10 Feb 2022
16:53 Jochen Neumeister (joneum) search for other commits by this committer
www/nginx: update third-party spnego-http-auth module

There was an error when loading the module in nginx.conf. This update also fixes
this error:
nginx: [emerg] dlopen()
"/usr/local/libexec/nginx/ngx_http_auth_spnego_module.so" failed
(/usr/local/libexec/nginx/ngx_http_auth_spnego_module.so: Undefined symbol
"__gss_krb5_mechanism_oid_desc") in /usr/local/etc/nginx/nginx.conf:7
nginx: configuration file /usr/local/etc/nginx/nginx.conf test failed

PR:	261810
Sponsored by:	Netzkommune GmbH
commit hash: 7ab2abfa9d0a0c7efec47aafe89e2e1faf535be8 commit hash: 7ab2abfa9d0a0c7efec47aafe89e2e1faf535be8 commit hash: 7ab2abfa9d0a0c7efec47aafe89e2e1faf535be8 commit hash: 7ab2abfa9d0a0c7efec47aafe89e2e1faf535be8 7ab2abf
Monday, 19 Oct 2020
11:34 joneum search for other commits by this committer
Update third-party spnego-http-auth module

Add the corresponding library path to the patch for the
third-party http_auth_spnego module.

The third-party http_auth_spnego module may not work with
in-base Kerberos implementation because of gss_locaname()
function usage, so remove the GSSAPI_BASE option from the
GSSAPI radio button. (merge from www/nginx-devel in r546696)

Sponsored by:	Netzkommune GmbH
Original commitRevision:552734 
Thursday, 28 Nov 2019
10:17 joneum search for other commits by this committer
- Add support for FreeBSD accept filters [1]
- Fix build with HTTP_AUTH_KRB5 after r518471 [2]
- Update 3rd party Modul

PR:	238739 [1], 242256 [2]
Sponsored by:	Netzkommune GmbH
Original commitRevision:518572 
Sunday, 22 Apr 2018
14:59 joneum search for other commits by this committer
HTTP_AUTH_KRB5 option is not fully implemented. This patch makes it build with
security/krb5 and security/heimdal

PR:		226044
Reviewed by:	brnrd
Differential Revision:	https://reviews.freebsd.org/D14973
Original commitRevision:468031 
Tuesday, 25 Apr 2017
23:18 osa search for other commits by this committer
Upgrade from 1.10.3 to 1.12.0.

ChangeLog:	http://nginx.org/en/CHANGES-1.12

Remove IPV6 knob, IPv6 now compiled-in automatically if support is found.
Also, remove third-party modules:
o) udplog
o) statsd

Enable third_party mod_zip module back by changing upstream.

Upgrade third-party modules:
o) lua to 0.10.8
o) upstream_fair to b5be36f (upstream has been changed)
o) upload to 72ec037 (upstream has been changed).
o) http_auth_krb5 to 0c6ff3f.
o) party njs to 0.1.10.

Please see this comment in case of the production use of the lua module:
https://github.com/openresty/lua-nginx-module/pull/1017#issuecomment-294076002

Patches obtained from:
o)
https://github.com/openresty/lua-nginx-module/commit/0459a285ca0159d45e73da8bd1164edb5c57cde3
o)
https://github.com/SpiderLabs/ModSecurity/pull/1373/commits/d19df159043106a4d6dfd113696900b5b0dae24b
Original commitRevision:439421 
Saturday, 13 Feb 2016
14:03 osa search for other commits by this committer
Upgrade third-party auth_krb5 module from f76d5d9 to c85a38c revision.
Original commitRevision:408797 
Friday, 10 Jul 2015
08:28 philip search for other commits by this committer
Update third-party KRB5/SPNEGO module to the latest upstream version.

Approved by:	osa (maintainer)
Original commitRevision:391693 
Saturday, 13 Jun 2015
18:11 osa search for other commits by this committer
Add third-party SPNEGO authentication module.

PR:	192904
Original commitRevision:389476 

Number of commits found: 11