| Port details on branch 2026Q1 |
- angie-module-dav-ext Angie dav-ext dynamic module
- 3.0.0_3,1 www
=0 3.0.0_3,1Version of this port present on the latest quarterly branch. - Maintainer: sko@rostwald.de
 - Port Added: 2026-02-08 14:24:25
- Last Update: 2026-02-08 13:57:53
- Commit Hash: 544cb02
- License: BSD2CLAUSE
- WWW:
- https://github.com/arut/nginx-dav-ext-module/
- Description:
- The standard DAV module provides partial WebDAV implementation and
only supports GET, HEAD, PUT, DELETE, MKCOL, COPY and MOVE methods.
This module adds PROPFIND, OPTIONS, LOCK and UNLOCK support.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- angie-module-dav-ext>0:www/angie-module-dav-ext
- To install the port:
- cd /usr/ports/www/angie-module-dav-ext/ && make install clean
- To add the package, run one of these commands:
- pkg install www/angie-module-dav-ext
- pkg install angie-module-dav-ext
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: angie-module-dav-ext
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1775030586
SHA256 (angie-1.11.4.tar.gz) = b95009ceef7a1c40809aead95f71901ca1c5c9d2630eca0763853811b641983c
SIZE (angie-1.11.4.tar.gz) = 1883725
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Master port: www/angie
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pcre2>=0 : devel/pcre2
- Runtime dependencies:
-
- angie==1.11.4 : www/angie
- Library dependencies:
-
- libxml2.so : textproc/libxml2
- libxslt.so : textproc/libxslt
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for angie-module-dav-ext-3.0.0_3,1:
DEBUG=on: Include debug version
===> Use 'make config' to modify these settings
- Options name:
- www_angie-module-dav-ext
- USES:
- localbase:ldflags ssl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
- There is no master site for this port.
|
| 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.0.0_3,1 08 Feb 2026 13:57:53
    |
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
(cherry picked from commit 8622849d0c2ee6d2e534f2bd12d8c6d603799f12) |
3.0.0_2,1 08 Feb 2026 13:57:21
    |
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
(cherry picked from commit 8d40b7a5a4a168f1594633d1a747f089e572b66a) |