mirror of
https://git.proxmox.com/git/rustc
synced 2026-08-10 09:45:29 +00:00
bump version to 1.57.0+dfsg1-1~exp1
and wasi-libc B-D to currently required one Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
f065b61c36
commit
c50bc7e9fc
9
debian/changelog
vendored
9
debian/changelog
vendored
@ -1,9 +1,14 @@
|
||||
rustc (1.56.0+dfsg1-3) UNRELEASED; urgency=medium
|
||||
rustc (1.57.0+dfsg1-1~exp1) experimental; urgency=medium
|
||||
|
||||
[ Simon Chopin ]
|
||||
* d/p/d-bootstrap-rustflags.patch: remove the warnings bit, use the option
|
||||
"deny-warnings = false" in d/config.toml.in instead
|
||||
|
||||
-- Simon Chopin <simon.chopin@canonical.com> Thu, 27 Jan 2022 10:48:46 +0100
|
||||
[ Fabian Grünbichler ]
|
||||
* Fix CVE-2022-21658 - std::fs::remove_dir_all TOCTOU symlink issue
|
||||
* New upstream release.
|
||||
|
||||
-- Fabian Grünbichler <f.gruenbichler@proxmox.com> Thu, 03 Feb 2022 19:14:04 +0100
|
||||
|
||||
rustc (1.56.0+dfsg1-2) unstable; urgency=medium
|
||||
|
||||
|
||||
18
debian/control
vendored
18
debian/control
vendored
@ -13,8 +13,8 @@ Build-Depends:
|
||||
dpkg-dev (>= 1.17.14),
|
||||
python3:native,
|
||||
cargo:native (>= 0.40.0) <!pkg.rustc.dlstage0>,
|
||||
rustc:native (>= 1.55.0+dfsg) <!pkg.rustc.dlstage0>,
|
||||
rustc:native (<= 1.56.0++) <!pkg.rustc.dlstage0>,
|
||||
rustc:native (>= 1.56.0+dfsg) <!pkg.rustc.dlstage0>,
|
||||
rustc:native (<= 1.57.0++) <!pkg.rustc.dlstage0>,
|
||||
llvm-13-dev:native,
|
||||
llvm-13-tools:native,
|
||||
gcc-mingw-w64-x86-64-posix:native [amd64] <!nowindows>,
|
||||
@ -38,8 +38,8 @@ Build-Depends:
|
||||
curl <pkg.rustc.dlstage0>,
|
||||
ca-certificates <pkg.rustc.dlstage0>,
|
||||
Build-Depends-Indep:
|
||||
wasi-libc (>= 0.0~git20201130.5879558~~) <!nowasm>,
|
||||
wasi-libc (<= 0.0~git20201130.5879558++) <!nowasm>,
|
||||
wasi-libc (>= 0.0~git20210922.ad51334~~) <!nowasm>,
|
||||
wasi-libc (<= 0.0~git20210922.ad51334++) <!nowasm>,
|
||||
clang-13:native,
|
||||
Build-Conflicts: gdb-minimal <!nocheck>
|
||||
Standards-Version: 4.2.1
|
||||
@ -55,7 +55,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||
libstd-rust-dev (= ${binary:Version}),
|
||||
gcc, libc-dev, binutils (>= 2.26)
|
||||
Recommends:
|
||||
cargo (>= 0.57.0~~), cargo (<< 0.58.0~~),
|
||||
cargo (>= 0.58.0~~), cargo (<< 0.59.0~~),
|
||||
# llvm is needed for llvm-dwp for -C split-debuginfo=packed
|
||||
llvm-13,
|
||||
Suggests:
|
||||
@ -76,7 +76,7 @@ Description: Rust systems programming language
|
||||
generic programming and meta-programming, in both static and dynamic
|
||||
styles.
|
||||
|
||||
Package: libstd-rust-1.56
|
||||
Package: libstd-rust-1.57
|
||||
Section: libs
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
@ -103,7 +103,7 @@ Section: libdevel
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||
libstd-rust-1.56 (= ${binary:Version}),
|
||||
libstd-rust-1.57 (= ${binary:Version}),
|
||||
Description: Rust standard libraries - development files
|
||||
Rust is a curly-brace, block-structured expression language. It
|
||||
visually resembles the C language family, but differs significantly
|
||||
@ -266,7 +266,7 @@ Package: rust-clippy
|
||||
Architecture: any
|
||||
Multi-Arch: allowed
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends},
|
||||
libstd-rust-1.56 (= ${binary:Version})
|
||||
libstd-rust-1.57 (= ${binary:Version})
|
||||
Recommends: cargo
|
||||
Description: Rust linter
|
||||
Rust is a curly-brace, block-structured expression language. It
|
||||
@ -321,7 +321,7 @@ Depends: ${misc:Depends}, ${shlibs:Depends},
|
||||
rust-gdb (>= ${binary:Version}) | rust-lldb (>= ${binary:Version}),
|
||||
cargo,
|
||||
Recommends:
|
||||
cargo (>= 0.57.0~~), cargo (<< 0.58.0~~)
|
||||
cargo (>= 0.58.0~~), cargo (<< 0.59.0~~)
|
||||
Suggests:
|
||||
rust-doc (>= ${binary:Version}),
|
||||
rust-src (>= ${binary:Version}),
|
||||
|
||||
13
debian/libstd-rust-1.56.lintian-overrides
vendored
13
debian/libstd-rust-1.56.lintian-overrides
vendored
@ -1,13 +0,0 @@
|
||||
# "libstd" just seemed too generic
|
||||
libstd-rust-1.56 binary: package-name-doesnt-match-sonames
|
||||
libstd-rust-1.56 binary: sharedobject-in-library-directory-missing-soname
|
||||
|
||||
# Rust doesn't use dev shlib symlinks nor any of the other shlib support stuff
|
||||
libstd-rust-1.56 binary: dev-pkg-without-shlib-symlink
|
||||
libstd-rust-1.56 binary: shlib-without-versioned-soname
|
||||
libstd-rust-1.56 binary: unused-shlib-entry-in-control-file
|
||||
|
||||
# Libraries that use libc symbols (libterm, libstd, etc) *are* linked
|
||||
# to libc. Lintian gets upset that some Rust libraries don't need
|
||||
# libc, boo hoo.
|
||||
libstd-rust-1.56 binary: library-not-linked-against-libc
|
||||
13
debian/libstd-rust-1.57.lintian-overrides
vendored
Normal file
13
debian/libstd-rust-1.57.lintian-overrides
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
# "libstd" just seemed too generic
|
||||
libstd-rust-1.57 binary: package-name-doesnt-match-sonames
|
||||
libstd-rust-1.57 binary: sharedobject-in-library-directory-missing-soname
|
||||
|
||||
# Rust doesn't use dev shlib symlinks nor any of the other shlib support stuff
|
||||
libstd-rust-1.57 binary: dev-pkg-without-shlib-symlink
|
||||
libstd-rust-1.57 binary: shlib-without-versioned-soname
|
||||
libstd-rust-1.57 binary: unused-shlib-entry-in-control-file
|
||||
|
||||
# Libraries that use libc symbols (libterm, libstd, etc) *are* linked
|
||||
# to libc. Lintian gets upset that some Rust libraries don't need
|
||||
# libc, boo hoo.
|
||||
libstd-rust-1.57 binary: library-not-linked-against-libc
|
||||
Loading…
Reference in New Issue
Block a user