| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| This is a slave port. You may also want to view the commits to the master port: www/angie |
| Commit | Credits | Log message |
3.4.4_2,1 08 Feb 2026 13:37:03
    |
Vladimir Druzenko (vvd)  Author: Sebastian Oswald |
www/angie: Update 1.11.2 => 1.11.3 (fix CVE-2026-1642, possible MITM attack)
Security: An attacker in a man-in-the-middle (MITM) position before a
proxied server using TLS, given conditions beyond the attacker's
control, could inject plaintext data into the response before the TLS
handshake begins (CVE-2026-1642); the fix was ported from nginx 1.29.5.
Changelog:
https://en.angie.software/angie/docs/oss_changes/#angie-1-11-3
- Bump PORTREVISION in www/angie-module-*.
- Fix using of ANGIE_PORTREVISION in RUN_DEPENDS for modules.
- Replace INSTALL_MAN with INSTALL_DATA for documentation.
- Unroll "for" loops with 1-2 items - simplify Makefile and call
"INSTALL_*" 1 time instead of several.
PR: 293034
Security: CVE-2026-1642
MFH: 2026Q1 |
3.4.4_1,1 05 Feb 2026 22:37:49
    |
Vladimir Druzenko (vvd)  Author: Sebastian Oswald |
www/angie*: Bump PORTREVISION after www/angie update
pkg does not honor RUN_DEPENDS versions, hence it fails to re-install
module packages after updates to www/angie. The only workaround is
bumping PORTREVISION for *all* modules.
PR: 292648 |
3.4.4,1 04 Feb 2026 15:19:38
    |
Vladimir Druzenko (vvd)  Author: Sebastian Oswald |
www/angie-module-jwt: update 3.4.3 => 3.4.4
No actual changes/updates to the code, but we keep the module version
up-to-date anyways.
Changes:
- Add GutHub Sponsors username to FUNDING.yml
- docs: add pre-buildt Ubuntu/Debian package installation instructions
- Update README.md
- Update nginx to 1.28.1-alpine3.23 (docker)
https://github.com/max-lt/nginx-jwt-module/compare/v3.4.3...v3.4.4
PR: 292925 |
3.4.3_1,1 31 Dec 2025 22:54:52
    |
Vladimir Druzenko (vvd)  Author: Sebastian Oswald |
www/angie: Update 1.10.3 => 1.11.1
News:
https://en.angie.software/news/releases/angie-1-11-0/
Changelog:
https://en.angie.software/angie/docs/oss_changes/#angie-1-11-1
PR: 291930 |
3.4.3,1 09 Dec 2025 19:28:53
    |
Vladimir Druzenko (vvd)  Author: Sebastian Oswald |
www/angie: Use upstream version numbers for modules
Angie modules currently inherit the version number of the angie version
they are built against. This makes it hard and opaque to track their
actual version.
The mechanism used in the Makefile also had the unwanted side-effect of
PORTREVISION propagating from modules to the master port, which broke
the build (we found out the hard way...)
While here reduce number of of MKDIR calls.
PR: 291490
Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org> |
1.9.1 19 Jun 2025 14:39:36
    |
Vladimir Druzenko (vvd)  |
www/angie-module-jwt: Update 3.4.2 => 3.4.3
Changelog:
https://github.com/max-lt/nginx-jwt-module/releases/tag/v3.4.3
PR: 287316
Approved by: oleg@mamontov.net (maintainer, timeout 2 weeks)
MFH: 2025Q2 |
1.8.1 23 Jan 2025 23:14:40
    |
Vladimir Druzenko (vvd)  Author: Jason Tubnor |
www/angie-module-jwt: Update 1.3.2 → 1.8.1
Changelogs:
https://github.com/max-lt/nginx-jwt-module/releases/tag/v3.3.0
https://github.com/max-lt/nginx-jwt-module/releases/tag/v3.4.0
https://github.com/max-lt/nginx-jwt-module/releases/tag/v3.4.1
https://github.com/max-lt/nginx-jwt-module/releases/tag/v3.4.2
PR: 282394
Approved by: oleg@mamontov.net (maintainer, timeout 3 mounts) |
1.2.0_1 09 Aug 2023 13:01:16
    |
Robert Clausecker (fuz)  Author: Oleg A. Mamontov |
www/angie-module-jwt: Angie JWT dynamic module
Module provides JWT validity check funcionality for Angie.
PR: 272999 |