| Port details |
- 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: 2023-09-22 05:09:30
- Last Update: 2026-02-08 13:37:03
- Commit Hash: 8622849d
- 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 = 1770492463
SHA256 (angie-1.11.3.tar.gz) = 08fa99d18a90f738674b300f64867406045ad5c518e952cd24e3ffdb0c14117d
SIZE (angie-1.11.3.tar.gz) = 1882221
Packages (timestamps in pop-ups are UTC):
- 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.3 : 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.
|
Number of commits found: 5
| 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: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.0.0_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 |
3.0.0_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.0.0,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.2.0_1 22 Sep 2023 04:54:44
    |
Robert Clausecker (fuz)  Author: Oleg A. Mamontov |
www/angie-module-dav-ext: Angie dav-ext dynamic module
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.
PR: 244997 |
Number of commits found: 5
|