Document source revision and build provenance of Windows libtommath.dll in Tcl/Tk 9.0.4
还没有人认领这个 Issue。
- 主要语言
- Python
- 星标
- 77.2k
- 派生
- 35.9k
- PR 合并指标
- PR 指标待抓取
描述
Documentation
Could the source release/commit and build provenance be documented for the Windows x64 libtommath.dll supplied with CPython's Tcl/Tk 9.0.4 dependency bundle?
Public artifact references:
- cpython-bin-deps: tcltk-9.0.4.0/amd64/bin/libtommath.dll
- cpython-source-deps: tcl-9.0.4.0/libtommath/win64
- The corresponding Tcl Windows makefile
The DLL in both repositories has Git blob ID 856af88d7e51af58d705d9b187a0b151880bafee and size 81,408 bytes. It has no file/product version resource. The dynamic x64 makefile copies that prebuilt DLL instead of compiling the adjacent LibTomMath sources, so the neighboring source changelog does not by itself establish the DLL's source revision.
A pointer to the exact upstream release/commit, build recipe/toolchain, and applicable license/notice would make component attribution and advisory-version matching possible without guessing. If this information already exists, could it be linked alongside the binary dependency records?
This is a provenance/documentation request, not a report of a confirmed vulnerability. I am filing here because the binary-dependency repository has issues disabled.
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从所引用的 tcl-9.0.4.0/win/makefile.vc 以及 amd64 libtommath.dll 和 win64 源代码路径开始,然后跟踪动态 x64 构建如何处理预构建 DLL。完成标准是链接到完全对应的上游源代码发布版本或 commit,记录构建配方和工具链,并将适用的许可证或 notice 与二进制依赖记录一并记录。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- build-system, documentation
- Issue 类型
- 文档
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 活跃
- 描述清晰度
- 基本清楚
- 新手友好度
- 62/100