head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2026.05.10.12.02.49; author osa; state Exp; branches; next 1.1; commitid ZgIvAvJvZN73ogFG; 1.1 date 2026.04.23.15.38.10; author osa; state Exp; branches; next ; commitid r5PXHLNtEjjA76DG; desc @@ 1.2 log @www/freenginx: update njs 0.9.7 -> 0.9.8 Bump PKGREVISION. Sponsored by: tipi.work nginx modules: *) Bugfix: fixed loading of the built-in "crypto" module. The issue was introduced in 3185ce81 (0.9.7). @ text @--- ../njs-0.9.8/auto/quickjs.orig 2026-02-07 10:37:18.963401856 -0500 +++ ../njs-0.9.8/auto/quickjs 2026-02-07 10:38:27.281755406 -0500 @@@@ -42,9 +42,9 @@@@ fi if [ $njs_found = no ]; then - njs_feature="QuickJS library -I/usr/include/quickjs/ -L/usr/lib/quickjs/ -lquickjs" - njs_feature_incs="$NJS_QUICKJS_DEFAULT_INCS /usr/include/quickjs/" - njs_feature_libs="-L/usr/lib/quickjs/ -lquickjs -lm -ldl -lpthread" + njs_feature="QuickJS library -I/usr/pkg/include/quickjs -L/usr/pkg/lib -lquickjs" + njs_feature_incs="$NJS_QUICKJS_DEFAULT_INCS /usr/include/quickjs" + njs_feature_libs="-L/usr/pkg/lib -lquickjs -lm -ldl -lpthread" . auto/feature fi @ 1.1 log @www/freenginx: sync with www/freenginx-devel - update third-party modules - enable quickjs for njs Bump PKGREVISION. Sponsored by: tipi.work @ text @d1 2 a2 2 --- ../njs-0.9.7/auto/quickjs.orig 2026-02-07 10:37:18.963401856 -0500 +++ ../njs-0.9.7/auto/quickjs 2026-02-07 10:38:27.281755406 -0500 @