wsjtx-lib 2.1.0 → 2.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -47,6 +47,11 @@ Runtime binary loading uses `node-gyp-build` with prebuildify layout
47
47
  (`prebuilds/<platform>-<arch>/*.node`), and falls back to
48
48
  `build/Release/*.node` for local development builds.
49
49
 
50
+ Linux prebuilds are built and checked so neither `wsjtx_lib_nodejs.node` nor
51
+ `libwsjtx_core.so` requires an executable stack. Downstreams should not patch
52
+ `PT_GNU_STACK` or require `GLIBC_TUNABLES=glibc.rtld.execstack=2`; if that
53
+ condition appears, treat it as a source/build regression.
54
+
50
55
  ### Building from Source
51
56
 
52
57
  Only needed if prebuilt binaries are not available for your platform.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wsjtx-lib",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "Node.js C++ extension for WSJTX digital radio protocol library",
5
5
  "type": "module",
6
6
  "main": "dist/src/index.js",
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "platform": "darwin",
3
3
  "arch": "arm64",
4
- "build_time": "2026-05-17T16:41:07Z"
4
+ "build_time": "2026-05-18T10:15:57Z"
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "platform": "darwin",
3
3
  "arch": "x64",
4
- "build_time": "2026-05-17T16:43:28Z"
4
+ "build_time": "2026-05-18T10:18:35Z"
5
5
  }
@@ -1,5 +1,7 @@
1
1
  {
2
2
  "platform": "linux",
3
3
  "arch": "arm64",
4
- "build_time": "2026-05-17T16:40:54Z"
4
+ "build_time": "2026-05-18T10:15:29Z",
5
+ "requires_executable_stack": false,
6
+ "gnu_stack": "wsjtx_lib_nodejs.node=RW libwsjtx_core.so=RW"
5
7
  }
@@ -1,5 +1,7 @@
1
1
  {
2
2
  "platform": "linux",
3
3
  "arch": "x64",
4
- "build_time": "2026-05-17T16:40:30Z"
4
+ "build_time": "2026-05-18T10:14:59Z",
5
+ "requires_executable_stack": false,
6
+ "gnu_stack": "wsjtx_lib_nodejs.node=RW libwsjtx_core.so=RW"
5
7
  }
@@ -1 +1 @@
1
- {"platform":"win32","arch":"x64","build_time":"2026-05-17T16:44:19Z"}
1
+ {"platform":"win32","arch":"x64","build_time":"2026-05-18T10:19:02Z"}
Binary file