| 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 |
1.8.1,2 01 Jul 2026 21:21:02
    |
Vladimir Druzenko (vvd)  Author: Sebastian Oswald |
www/angie-module-vod: New upstream, update to 1.8.1
This patch changes the port to the new upstream repo, since the
original one the angie documentation still refers to in some places
has been abandoned since 2024.
BEFORE UPDATING:
Carefully read the changelogs at
https://github.com/dio-az/nginx-vod-module/releases,
especially regarding these BREAKING CHANGES in v1.0.0:
- Drop support for HDS and MSS
- Improve compliance with DASH specification
- Use last audio track assuming higher bitrate
PR: 296274
Sponsored by: UNIS Labs
Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org>
MFH: 2026Q2 |
1.33_5,1 30 May 2026 13:53:28
    |
Vladimir Druzenko (vvd)  Author: Sebastian Oswald |
www/angie-module-*: Bump PORTREVISION after update www/angie 1.11.4 => 1.11.6
PR: 295591
Sponsored by: UNIS Labs
MFH: 2026Q2 |
1.33_4,1 01 Apr 2026 16:35:48
    |
Vladimir Druzenko (vvd)  Author: Sebastian Oswald |
www/angie-module-*: Bump after update www/angie 1.11.3 => 1.11.4
PR: 294178
Sponsored by: UNIS Labs
MFH: 2026Q1 |
1.33_3,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 |
1.33_2,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 |
1.33_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 |
1.33,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.8.1 24 Jan 2025 00:47:23
    |
Vladimir Druzenko (vvd)  Author: Jason Tubnor |
www/angie-module-vod: Update 1.3.2 → 1.8.1
Changelog:
https://github.com/kaltura/nginx-vod-module/releases/tag/1.33
PR: 282394
Approved by: oleg@mamontov.net (maintainer, timeout 3 mounts) |
1.3.1 18 Nov 2023 20:20:40
    |
Robert Clausecker (fuz)  Author: Oleg A. Mamontov |
www/angie*: update dependent modules
Changelogs:
-
https://github.com/kjdev/nginx-auth-jwt/commit/1b32c94ecc2ca8d7f2690c7f60a8fff07bee0a25
- https://github.com/openresty/headers-more-nginx-module/releases/tag/v0.35
- https://github.com/nginx/njs/blob/master/CHANGES
- https://github.com/kaltura/nginx-vod-module/releases/tag/1.32
PR: 274728 |
1.2.0_1 10 Sep 2023 16:13:02
    |
Robert Clausecker (fuz)  Author: Oleg A. Mamontov |
www/angie-module-vod: VOD dynamic module for Angie
Module allows on-the-fly repackaging of MP4 files to DASH, HDS, HLS, MSS.
It provides following working modes:
- local: serve locally accessible files (local disk/NFS mounted)
- remote: serve files accessible via HTTP using range requests
- mapped - serve files according to a specification encoded in JSON format
PR: 273462 |