forked from products/PackageHub
Compare commits
16 Commits
maintenanc
...
move_virtu
| Author | SHA256 | Date | |
|---|---|---|---|
| 2a6a020bcb | |||
| 10a68d97df | |||
|
|
ec0534f072 | ||
| 34b7a87191 | |||
|
|
5bd774a842 | ||
| 6947388c96 | |||
|
|
72ab7c49e3 | ||
| 7116f72f90 | |||
|
|
bed70f4c1a | ||
| 3a049c72be | |||
| 4291ac9678 | |||
|
|
d7cb9b9687 | ||
| 524ac41579 | |||
| 4a3eb4b09d | |||
|
|
6fee663212 | ||
| e487856041 |
8
.gitmodules
vendored
8
.gitmodules
vendored
@@ -258,6 +258,10 @@
|
||||
path = OpenShadingLanguage
|
||||
url = ../../pool/OpenShadingLanguage
|
||||
branch = leap-16.0
|
||||
[submodule "OpenSMTPD"]
|
||||
path = OpenSMTPD
|
||||
url = ../../pool/OpenSMTPD
|
||||
branch = leap-16.0
|
||||
[submodule "OpenSubdiv"]
|
||||
path = OpenSubdiv
|
||||
url = ../../pool/opensubdiv
|
||||
@@ -10602,6 +10606,10 @@
|
||||
path = most
|
||||
url = ../../pool/most
|
||||
branch = leap-16.0
|
||||
[submodule "motif"]
|
||||
path = motif
|
||||
url = ../../pool/motif
|
||||
branch = leap-16.0
|
||||
[submodule "motion"]
|
||||
path = motion
|
||||
url = ../../pool/motion
|
||||
|
||||
1
OpenSMTPD
Submodule
1
OpenSMTPD
Submodule
Submodule OpenSMTPD added at cc881e3c77
2
gn
2
gn
Submodule gn updated: 140cfd7fc8...10a6ded157
2
kbuild
2
kbuild
Submodule kbuild updated: 245dba4a3f...26142e2c7d
1
motif
Submodule
1
motif
Submodule
Submodule motif added at 618168fbeb
29
patchinfo.20260131182523692426.93181000773252/_patchinfo
Normal file
29
patchinfo.20260131182523692426.93181000773252/_patchinfo
Normal file
@@ -0,0 +1,29 @@
|
||||
<patchinfo incident="packagehub-127">
|
||||
<packager>eroca</packager>
|
||||
<rating>moderate</rating>
|
||||
<category>recommended</category>
|
||||
<summary>Recommended update for kbuild</summary>
|
||||
<description>This update for kbuild fixes the following issues:
|
||||
|
||||
Changes in kbuild:
|
||||
|
||||
- Update to snapshot 0.1.9998+svn3686
|
||||
* header.kmk,footer-pass2-compiling-targets.kmk: Added EARLY_LIBS
|
||||
and LATE_LIBS properties to better control the library order
|
||||
when using templates. The libraries are collected from
|
||||
EARLY_LIBS first, then LIBS, and LATE_LIBS last.
|
||||
* header.kmk: Added KB_FN_LOAD_TOOL and KB_FN_LOAD_SDK for
|
||||
explictly loading a tool or an sdk implementation.
|
||||
* kmk: Automatically ascend if no makefile found and a goal was
|
||||
given on the command line. This is to eliminating the need for
|
||||
Makefile.kup-files as far as compiling individual source files
|
||||
from an editor is concerned.
|
||||
* header.kmk: Always zap the IFS variable so it won't confuse
|
||||
kmk_ash.
|
||||
* kmk/job.c: Deal with escape sequences inside double quotes when
|
||||
we're using kmk_ash.
|
||||
* kBuild/header.kmk: drop the .noarch suffix for
|
||||
KBUILD_DEVTOOLS_TRG_NOARCH and KBUILD_DEVTOOLS_HST_NOARCH.
|
||||
</description>
|
||||
<package>kbuild</package>
|
||||
</patchinfo>
|
||||
11
patchinfo.20260211133956922544.255638743075857/_patchinfo
Normal file
11
patchinfo.20260211133956922544.255638743075857/_patchinfo
Normal file
@@ -0,0 +1,11 @@
|
||||
<patchinfo incident="packagehub-126">
|
||||
<packager>eroca</packager>
|
||||
<rating>moderate</rating>
|
||||
<category>recommended</category>
|
||||
<summary>Recommended update for OpenSMTPD</summary>
|
||||
<description>This update for OpenSMTPD fixes the following issues:
|
||||
|
||||
Introduce OpenSMTPD.
|
||||
</description>
|
||||
<package>OpenSMTPD</package>
|
||||
</patchinfo>
|
||||
71
patchinfo.20260211134802096631.255638743075857/_patchinfo
Normal file
71
patchinfo.20260211134802096631.255638743075857/_patchinfo
Normal file
@@ -0,0 +1,71 @@
|
||||
<patchinfo incident="packagehub-124">
|
||||
<packager>oertel</packager>
|
||||
<rating>moderate</rating>
|
||||
<category>recommended</category>
|
||||
<summary>Recommended update for gn</summary>
|
||||
<description>This update for gn fixes the following issues:
|
||||
|
||||
Changes in gn:
|
||||
|
||||
- Update to version 0.20251217:
|
||||
* Fix sha2 on big endian
|
||||
* [Windows] Reduce the number of worker threads on many-core machines
|
||||
* Add a sha256 hash implementation and use it for string_hash
|
||||
* Opt-in to the Windows SegmentHeap
|
||||
* Add a `module_name` flag to source_set.
|
||||
* Refactor module name to be dynamic.
|
||||
* Optimize vector creation in compile_commands_writer.cc.
|
||||
* Run 'tools/run_formatter.sh'
|
||||
* Implement `string_hash` function.
|
||||
* Support weak_libraries
|
||||
* Do not add .inputdeps paths to --ninja-outputs-file
|
||||
* Make clang modules output -fmodule-file=foo=<pcm>.
|
||||
* infra: Revert CIPD autoconf
|
||||
* infra: Include autoconf bin directory to PATH
|
||||
* infra: Fix autoconf executable path
|
||||
* infra: Use CIPD autoconf
|
||||
* Allow led access in GN via http://go/ciba
|
||||
* Revert "Build non-linkable deps async with Ninja's validaitons"
|
||||
* Upgrade linux bots from ubuntu 22.04 to ubuntu 24.04
|
||||
* Use unordered_map instead of map in HeaderChecker
|
||||
* Add --file_relation to gn refs command
|
||||
* Optimize vector initialization and preallocation in desc_builder.cc.
|
||||
* Add `reserve` statement when vector size is known beforehand.
|
||||
* Refactor container update by preferring the range insert.
|
||||
* Handle symlinked directories correctly during gn clean on Windows.
|
||||
* Fix relative imports from args.gn.
|
||||
|
||||
- Update to version 0.20250918:
|
||||
* update reference.md
|
||||
* Include -fmodule-file flags in compile_commands.json
|
||||
* Refactor C++ module dependency logic into a new utility
|
||||
* Gitiles navigation bar
|
||||
* Adds a len() function
|
||||
* Avoid clashes of include_dir in rust-project.json.
|
||||
* Check all targets to find duplicated outputs.
|
||||
* infra/config: Remove luci.recipes.use_python3 experiment
|
||||
* Handle empty outputs in WriteInputDepsStampOrPhonyAndGetDep
|
||||
* build: Propagate module dependencies through group targets
|
||||
* Deduplicate item in 'deps', 'sources' and related lists
|
||||
* infra: Update comment for macOS version used in CQ/CI
|
||||
* [Apple] Allow passing a manifest to the post-processing script
|
||||
* Update link to buganizer in README.md
|
||||
* [Apple] Fix `gn gen` when using swift and no_stamp_files
|
||||
* [Apple] Remove deprecated aliases for `post_processing_$var`
|
||||
* Revert "Allow newline in string literal"
|
||||
* Use std::ranges::all_of in parse_tree_unittest
|
||||
* infra: Correctly use macOS 13 instead of 11
|
||||
* Update Xcode and macOS version in bots
|
||||
* infra: Add shadow buckets to trigger led job
|
||||
* Allow newline in string literal
|
||||
* Revert "Update macOS version to 13 used in CQ/CI"
|
||||
* Update macOS version to 13 used in CQ/CI
|
||||
* Refactor command_format.cc
|
||||
* Shorten targets from //path/to/foo:foo to //path/to/foo
|
||||
* Modernize and improve parse_tree.cc
|
||||
* Auto-format the codebase
|
||||
* Remove hardcoded -fmodules-embed-all-files flag
|
||||
* Reland "Use JSON escaping for JSON string output"
|
||||
</description>
|
||||
<package>gn</package>
|
||||
</patchinfo>
|
||||
11
patchinfo.20260212125825503328.255638743075857/_patchinfo
Normal file
11
patchinfo.20260212125825503328.255638743075857/_patchinfo
Normal file
@@ -0,0 +1,11 @@
|
||||
<patchinfo incident="packagehub-125">
|
||||
<packager>eroca</packager>
|
||||
<rating>moderate</rating>
|
||||
<category>recommended</category>
|
||||
<summary>Recommended update for motif</summary>
|
||||
<description>This update for motif fixes the following issues:
|
||||
|
||||
Introduce motif.
|
||||
</description>
|
||||
<package>motif</package>
|
||||
</patchinfo>
|
||||
Reference in New Issue
Block a user