pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/hiawatha



Module Name:    pkgsrc
Committed By:   hauke
Date:           Fri Mar 13 21:24:38 UTC 2026

Modified Files:
        pkgsrc/www/hiawatha: options.mk

Log Message:
Update version of external mbedtls to v4

Build option does not currently work, because the security/mbedtls4
package does not enable MBEDTLS_THREADING_PTHREAD and
MBEDTLS_THREADING_C.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/hiawatha/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/hiawatha/options.mk
diff -u pkgsrc/www/hiawatha/options.mk:1.6 pkgsrc/www/hiawatha/options.mk:1.7
--- pkgsrc/www/hiawatha/options.mk:1.6  Wed Apr 23 09:13:34 2025
+++ pkgsrc/www/hiawatha/options.mk      Fri Mar 13 21:24:38 2026
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2025/04/23 09:13:34 hauke Exp $
+# $NetBSD: options.mk,v 1.7 2026/03/13 21:24:38 hauke Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.hiawatha
 PKG_SUPPORTED_OPTIONS=         cache letsencrypt monitor rproxy tomahawk
@@ -52,13 +52,13 @@ CMAKE_CONFIGURE_ARGS+=      -DENABLE_TOMAHAWK
 CMAKE_CONFIGURE_ARGS+= -DENABLE_TLS=on
 CMAKE_CONFIGURE_ARGS+= -DUSE_SYSTEM_MBEDTLS=on
 CONF_FILES+=   ${EGDIR}/letsencrypt.conf ${PKG_SYSCONFDIR}/letsencrypt.conf
-.include "../../security/mbedtls3/buildlink3.mk"
+.include "../../security/mbedtls4/buildlink3.mk"
 .endif
 .if !empty(PKG_OPTIONS:Mmbedtls-private)
 # Should the enclosed mbedtls be replaced by an update?
 HIAWATHA_REPLACE_MBEDTLS=      no
 .if !empty(HIAWATHA_REPLACE_MBEDTLS:Myes)
-MTVER=         3.6.3
+MTVER=         4.0
 DISTFILES+=    mbedtls-${MTVER}.tar.bz2
 SITES.mbedtls-${MTVER}.tar.bz2= \
                ${MASTER_SITE_GITHUB:=Mbed-TLS/mbedtls/releases/download/mbedtls-${MTVER}/}



Home | Main Index | Thread Index | Old Index