Skip to content
This repository was archived by the owner on Sep 18, 2025. It is now read-only.

Commit e59928a

Browse files
authored
Merge pull request #6 from genedna/main
openssl-0.10.68
2 parents c5aaf1f + 936af21 commit e59928a

File tree

9,066 files changed

+3480765
-479903
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

9,066 files changed

+3480765
-479903
lines changed

BUCK

Lines changed: 2 additions & 138 deletions
Original file line numberDiff line numberDiff line change
@@ -21,145 +21,9 @@ cargo.rust_binary(
2121
"//third-party/rust/crates/winapi/0.3.9:winapi", # --config rust.features=everything,impl-debug,impl-default --config rust.target=i686-pc-windows-gnu
2222
# ---
2323

24-
# rand_core
25-
"//third-party/rust/crates/rand_core/0.3.1:rand_core",
26-
"//third-party/rust/crates/rand_core/0.4.0:rand_core",
27-
28-
# autocfg
29-
"//third-party/rust/crates/autocfg/1.4.0:autocfg",
30-
31-
# equivalent
32-
"//third-party/rust/crates/equivalent/1.0.2:equivalent",
33-
34-
# fny
35-
"//third-party/rust/crates/fnv/1.0.7:fnv",
36-
37-
# rustc-std-workspace-core
38-
"//third-party/rust/crates/rustc-std-workspace-core/1.0.1:rustc-std-workspace-core",
39-
40-
# lexopt
41-
"//third-party/rust/crates/lexopt/0.3.0:lexopt",
42-
43-
# opaque-debug
44-
"//third-party/rust/crates/opaque-debug/0.3.1:opaque-debug",
45-
46-
# anstyle
47-
# Example: `buck2 run //third-party/rust/crates/anstyle/1.0.10:dump-style`
48-
"//third-party/rust/crates/anstyle/1.0.10:anstyle",
49-
"//third-party/rust/crates/anstyle/1.0.10:dump-style",
50-
51-
# zstd-sys
52-
"//third-party/rust/crates/zstd-sys/2.0.13+zstd.1.5.6:zstd-sys",
53-
"//third-party/rust/crates/zstd-sys/2.0.14+zstd.1.5.7:zstd-sys",
54-
# ---
55-
56-
# zstd-safe
57-
"//third-party/rust/crates/zstd-safe/7.2.1:zstd-safe",
58-
59-
# cfg-if
60-
"//third-party/rust/crates/cfg-if/1.0.0:cfg-if",
24+
# openssl-
25+
"//third-party/rust/crates/openssl/0.10.68:openssl",
6126
# ---
62-
63-
# time-core
64-
"//third-party/rust/crates/time-core/0.1.4:time-core",
65-
66-
# libc
67-
"//third-party/rust/crates/libc/0.2.169:libc",
68-
# ---
69-
70-
# tinyvec_macros
71-
"//third-party/rust/crates/tinyvec_macros/0.1.1:tinyvec_macros",
72-
73-
# try-lock
74-
"//third-party/rust/crates/try-lock/0.2.5:try-lock",
75-
76-
# untrusted
77-
"//third-party/rust/crates/untrusted/0.9.0:untrusted",
78-
79-
# utf8parse
80-
"//third-party/rust/crates/utf8parse/0.2.2:utf8parse",
81-
82-
# openssl-probe
83-
"//third-party/rust/crates/openssl-probe/0.1.6:openssl-probe",
84-
85-
# pin-utils
86-
"//third-party/rust/crates/pin-utils/0.1.0:pin-utils",
87-
88-
# quick-error
89-
"//third-party/rust/crates/quick-error/2.0.1:quick-error",
90-
91-
# scopeguard
92-
"//third-party/rust/crates/scopeguard/1.2.0:scopeguard",
93-
94-
# static_assertions
95-
"//third-party/rust/crates/static_assertions/1.1.0:static_assertions",
96-
97-
# syn
98-
# "//third-party/rust/crates/syn/2.0.81:syn",
99-
# ---
100-
101-
# Serde
102-
#"//third-party/rust/crates/serde/1.0.60:serde",
103-
# ---
104-
105-
# Serde_derive
106-
#"//third-party/rust/crates/serde_derive/1.0.218:serde_derive",
107-
# ---
108-
109-
# foreign-types
110-
"//third-party/rust/crates/foreign-types/0.3.2:foreign-types",
111-
# ---
112-
113-
# foreign-types-shared/
114-
"//third-party/rust/crates/foreign-types-shared/0.1.1:foreign-types-shared",
115-
"//third-party/rust/crates/foreign-types-shared/0.3.1:foreign-types-shared",
116-
# ---
117-
118-
# once_cell
119-
"//third-party/rust/crates/once_cell/1.20.3:once_cell",
120-
"//third-party/rust/crates/once_cell/1.20.3:once_cell-alloc",
121-
"//third-party/rust/crates/once_cell/1.20.3:once_cell-std",
122-
"//third-party/rust/crates/once_cell/1.20.3:once_cell-unstable",
123-
# "//third-party/rust/crates/once_cell/1.20.3:once_cell-parking_lot",
124-
"//third-party/rust/crates/once_cell/1.20.3:once_cell-critical-section",
125-
# "//third-party/rust/crates/once_cell/1.20.3:once_cell-polyfill",
126-
# "//third-party/rust/crates/once_cell/1.20.3:once_cell-portable-atomic",
127-
# ---
128-
129-
# parking_lot_core
130-
# "//third-party/rust/crates/parking_lot_core/0.9.10:parking_lot_core",
131-
# ---
132-
133-
# critical-section
134-
"//third-party/rust/crates/critical-section/1.1.3:critical-section",
135-
"//third-party/rust/crates/critical-section/1.1.3:critical-section-std",
136-
"//third-party/rust/crates/critical-section/1.1.3:critical-section-restore-state-bool",
137-
"//third-party/rust/crates/critical-section/1.1.3:critical-section-restore-state-none",
138-
"//third-party/rust/crates/critical-section/1.1.3:critical-section-restore-state-u8",
139-
"//third-party/rust/crates/critical-section/1.1.3:critical-section-restore-state-u16",
140-
"//third-party/rust/crates/critical-section/1.1.3:critical-section-restore-state-u32",
141-
"//third-party/rust/crates/critical-section/1.1.3:critical-section-restore-state-u64",
142-
"//third-party/rust/crates/critical-section/1.2.0:critical-section",
143-
"//third-party/rust/crates/critical-section/1.2.0:critical-section-std",
144-
"//third-party/rust/crates/critical-section/1.2.0:critical-section-restore-state-bool",
145-
"//third-party/rust/crates/critical-section/1.2.0:critical-section-restore-state-none",
146-
"//third-party/rust/crates/critical-section/1.2.0:critical-section-restore-state-u8",
147-
"//third-party/rust/crates/critical-section/1.2.0:critical-section-restore-state-u16",
148-
"//third-party/rust/crates/critical-section/1.2.0:critical-section-restore-state-u32",
149-
"//third-party/rust/crates/critical-section/1.2.0:critical-section-restore-state-u64",
150-
"//third-party/rust/crates/critical-section/1.2.0:critical-section-restore-state-usize",
151-
# ---
152-
153-
# portable-atomic
154-
# "//third-party/rust/crates/portable-atomic/1.8.0:portable-atomic",
155-
156-
# Shlex
157-
"//third-party/rust/crates/shlex/1.3.0:shlex",
158-
"//third-party/rust/crates/shlex/1.3.0:shlex-no-std",
159-
# ---
160-
161-
# version_check
162-
"//third-party/rust/crates/version_check/0.9.5:version_check",
16327
],
16428
visibility = ["PUBLIC"],
16529
)

README.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

third-party/rust/crates/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## BUCK files of Crate
2+
3+
### Milestone
4+
5+
1. openssl-sys - 0.9.106
6+
2. rustyvault - 0.2.2
7+
8+
9+
### Building All
10+
11+
`buck2 build //:rust-third-party`
12+
13+
### TODO
14+
15+
16+
### Bug List
17+
18+
[bug list](BUG.md)

third-party/rust/crates/annotate-snippets/0.11.4/.cargo_vcs_info.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

third-party/rust/crates/annotate-snippets/0.11.4/.clippy.toml

Lines changed: 0 additions & 4 deletions
This file was deleted.

third-party/rust/crates/annotate-snippets/0.11.4/.pre-commit-config.yaml

Lines changed: 0 additions & 26 deletions
This file was deleted.

third-party/rust/crates/annotate-snippets/0.11.4/CHANGELOG.md

Lines changed: 0 additions & 164 deletions
This file was deleted.

0 commit comments

Comments
 (0)