Skip to content

Commit

Permalink
Bug 1866608 - Update bindgen with fix from rust-lang/rust-bindgen#2689.…
Browse files Browse the repository at this point in the history
… r=emilio,supply-chain-reviewers

Differential Revision: https://phabricator.services.mozilla.com/D195060

UltraBlame original commit: 160bfd7365875ceea03d8b499ea08ee9051d9239
  • Loading branch information
marco-c committed Dec 7, 2023
1 parent d0ae90d commit 3439e76
Show file tree
Hide file tree
Showing 9 changed files with 312 additions and 893 deletions.
60 changes: 60 additions & 0 deletions .cargo/config.in
Original file line number Diff line number Diff line change
Expand Up @@ -1124,6 +1124,66 @@ github
.
com
/
rust
-
lang
/
rust
-
bindgen
?
rev
=
86f3dbe846020e2ba573d6eb38d1434d0cbcbb40
"
]
git
=
"
https
:
/
/
github
.
com
/
rust
-
lang
/
rust
-
bindgen
"
rev
=
"
86f3dbe846020e2ba573d6eb38d1434d0cbcbb40
"
replace
-
with
=
"
vendored
-
sources
"
[
source
.
"
git
+
https
:
/
/
github
.
com
/
servo
/
rust
Expand Down
25 changes: 12 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

59 changes: 59 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1204,6 +1204,65 @@ bindgen
"
}
#
0
.
69
.
1
+
https
:
/
/
github
.
com
/
rust
-
lang
/
rust
-
bindgen
/
pull
/
2689
bindgen_0_69
=
{
package
=
"
bindgen
"
git
=
"
https
:
/
/
github
.
com
/
rust
-
lang
/
rust
-
bindgen
"
rev
=
"
86f3dbe846020e2ba573d6eb38d1434d0cbcbb40
"
}
#
Patch
nix
0
Expand Down
49 changes: 49 additions & 0 deletions supply-chain/audits.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6602,6 +6602,55 @@ delta
[
audits
.
bindgen
]
]
who
=
"
Mike
Hommey
<
mh
+
mozilla
glandium
.
org
>
"
criteria
=
"
safe
-
to
-
deploy
"
delta
=
"
0
.
69
.
1
-
>
0
.
69
.
1
git
:
86f3dbe846020e2ba573d6eb38d1434d0cbcbb40
"
[
[
audits
.
bit
-
set
Expand Down
57 changes: 57 additions & 0 deletions supply-chain/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,63 @@ bug
[
policy
.
"
bindgen
:
0
.
69
.
1
git
:
86f3dbe846020e2ba573d6eb38d1434d0cbcbb40
"
]
audit
-
as
-
crates
-
io
=
true
notes
=
"
This
is
0
.
69
.
1
+
https
:
/
/
github
.
com
/
rust
-
lang
/
rust
-
bindgen
/
pull
/
2689
.
"
[
policy
.
chardetng
]
audit
Expand Down
17 changes: 3 additions & 14 deletions third_party/rust/bindgen/.cargo-checksum.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ toml
"
:
"
e42a53f0727990f7c85c9faa0ba1934e51ce0f42ead43729cf25431b681a6e76
2a1c0d2ac8fd6370a19be10bd918bd7e00dac00ec93b69859208b9cc681b9bf6
"
"
LICENSE
Expand All @@ -21,15 +21,6 @@ LICENSE
c23953d9deb0a3312dbeaf6c128a657f3591acee45067612fa68405eaa4525db
"
"
README
.
md
"
:
"
b2334e4077a9bc329516e3e0c7f89887c4f073647d95fb71b6917edf4c310ba3
"
"
build
.
rs
Expand Down Expand Up @@ -453,7 +444,7 @@ rs
"
:
"
0a58e318959266630e7e3b94d631c8a64b9a0eeaeae5a510c345fb6c3f6b088b
9e79006baca2ff6072ffcf32479b8fab7a4d6ddb1a6900a007dd0531c8b43b23
"
"
ir
Expand Down Expand Up @@ -637,7 +628,5 @@ rs
package
"
:
"
9ffcebc3849946a7170a05992aac39da343a90676ab392c51a4280981d6379c2
"
null
}
Loading

0 comments on commit 3439e76

Please sign in to comment.