]> git.proxmox.com Git - rustc.git/log
rustc.git
3 months agobump version to 1.70.0+dfsg1-6
Fabian Grünbichler [Sun, 11 Feb 2024 20:01:13 +0000 (21:01 +0100)]
bump version to 1.70.0+dfsg1-6

Signed-off-by: Fabian Grünbichler <debian@fabian.gruenbichler.email>
3 months agodisable LLVM profiler support on sparc64
Fabian Grünbichler [Sun, 11 Feb 2024 19:47:59 +0000 (20:47 +0100)]
disable LLVM profiler support on sparc64

and allow easily extending the list of architectures where it doesn't
work (yet), if needed.

Closes: #1061125
Signed-off-by: Fabian Grünbichler <debian@fabian.gruenbichler.email>
3 months agostage0: use current release architectures as default
Fabian Grünbichler [Sat, 10 Feb 2024 17:12:25 +0000 (18:12 +0100)]
stage0: use current release architectures as default

dropping those which are no more, and adding riscv64. porters can still
override this as they see fit for their builds anyway.

Signed-off-by: Fabian Grünbichler <debian@fabian.gruenbichler.email>
3 months agodon't allow upstream's bootstrap.py to delete .cargo/ directory.
Andres Salomon [Sat, 10 Feb 2024 04:44:12 +0000 (23:44 -0500)]
don't allow upstream's bootstrap.py to delete .cargo/ directory.

When we call bootstrap.bootstrap(args), the check_vendored_status()
upstream function will happily delete .cargo/. This is a problem
because the quilt source package wants .cargo/config.toml to not be
modified without a patch. Without this, after running
'debian/rules source_orig-stage0', further builds will fail with:

dpkg-source: warning: ignoring deletion of directory .cargo
dpkg-source: info: local changes detected, the modified files are:
 rustc-1.70.0+dfsg1/.cargo/config.toml
dpkg-source: info: Hint: make sure the version in debian/changelog matches the unpacked source tree
dpkg-source: info: you can integrate the local changes with dpkg-source --commit
dpkg-source: error: aborting due to unexpected upstream changes, see /tmp/rustc_1.70.0+dfsg1-6.diff.nkvdQ1

Rather than patching the upstream bootstrap.py, we just move .cargo out
of the way temporarily and move it back after the bootstrap() function
finishes.

3 months agoclean up after running make_orig-stage0_tarball.sh
Andres Salomon [Sat, 10 Feb 2024 03:59:39 +0000 (22:59 -0500)]
clean up after running make_orig-stage0_tarball.sh

Without this, the build/ directory will stick around after having run
make_orig-stage0_tarball.sh. When you then run the suggested command
'dpkg-source -b .', you'll get tons of these types of errors:

dpkg-source: error: cannot represent change to build/x86_64-unknown-linux-gnu/stage0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-89bc084783fdc439.rlib: binary file contents changed

3 months agofix bootstrap build (source_orig-stage0 rule) to include all archs
Andres Salomon [Sat, 10 Feb 2024 01:26:51 +0000 (20:26 -0500)]
fix bootstrap build (source_orig-stage0 rule) to include all archs

In order to expand the various DEB_HOST_* variables when running
make_orig-stage0_tarball.sh, we were calling out to dpkg-architecture,
specifying for example -a<arch> -qDEB_HOST_ARCH. However, the
dpkg-architecture man page states:

      You can specify the host architecture by providing one or both of the options
       --host-arch and --host-type, otherwise the DEB_HOST_ARCH variable is used if set
       (and --force not being specified).

[--host-arch is equivalent to -a]

DEB_HOST_ARCH is set somewhere else during the build, and is overriding
what dpkg-architecture returns. That's why, if run on an amd64 machine,
the bootstrap stage0.orig.tar.xz would only include the amd64 rustc
binary. We must pass --force (aka -f) to dpkg-architecture to get it to
return the proper results we're expecting.

This fixes https://bugs.debian.org/1021711

4 months agorustix: also patch second vendored copy
Fabian Gruenbichler [Mon, 15 Jan 2024 16:22:05 +0000 (17:22 +0100)]
rustix: also patch second vendored copy

else this exposes a racy bug potentially breaking the arch:all build.

Signed-off-by: Fabian Gruenbichler <git@fabian.gruenbichler.email>
4 months agofix bootstrap helpers
Fabian Gruenbichler [Mon, 15 Jan 2024 15:11:36 +0000 (16:11 +0100)]
fix bootstrap helpers

this got out of sync with upstream's bootstrap.py since it's not exercised often within Debian.

Closes: #1060808
Signed-off-by: Fabian Gruenbichler <git@fabian.gruenbichler.email>
4 months agobump version to 1.70.0+dfsg1-5
Fabian Grünbichler [Mon, 15 Jan 2024 07:17:02 +0000 (08:17 +0100)]
bump version to 1.70.0+dfsg1-5

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
4 months agoadapt LLVM_PROFILER_RT_LIB path
Fabian Grünbichler [Mon, 15 Jan 2024 07:16:09 +0000 (08:16 +0100)]
adapt LLVM_PROFILER_RT_LIB path

to work in the absense of clang-16 being pulled in, as is the case for split
any/all builds like on buildds.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
4 months agobump version to 1.70.0+dfsg1-4
Fabian Gruenbichler [Mon, 15 Jan 2024 06:01:06 +0000 (07:01 +0100)]
bump version to 1.70.0+dfsg1-4

Signed-off-by: Fabian Gruenbichler <git@fabian.gruenbichler.email>
4 months agod/control: move libclang-rt dep to arch B-D
Fabian Gruenbichler [Mon, 15 Jan 2024 05:59:30 +0000 (06:59 +0100)]
d/control: move libclang-rt dep to arch B-D

Signed-off-by: Fabian Gruenbichler <git@fabian.gruenbichler.email>
4 months agobump version to 1.70.0+dfsg1-3
Fabian Gruenbichler [Sun, 14 Jan 2024 19:06:53 +0000 (20:06 +0100)]
bump version to 1.70.0+dfsg1-3

Signed-off-by: Fabian Gruenbichler <git@fabian.gruenbichler.email>
4 months agoMerge branch 'profiler' into 'debian/sid'
Fabian Grünbichler [Sun, 14 Jan 2024 19:05:31 +0000 (19:05 +0000)]
Merge branch 'profiler' into 'debian/sid'

enable profiler builtin (#1043311)

See merge request rust-team/rust!28

4 months agoenable profiler builtin (#1043311)
Andres Salomon [Sun, 14 Jan 2024 12:49:32 +0000 (07:49 -0500)]
enable profiler builtin (#1043311)

This is needed by chromium's new rust dependency.

Signed-off-by: Andres Salomon <dilinger@debian.org>
4 months agobump version to 1.70.0+dfsg1-2
Fabian Gruenbichler [Sat, 30 Dec 2023 13:52:19 +0000 (14:52 +0100)]
bump version to 1.70.0+dfsg1-2

Signed-off-by: Fabian Gruenbichler <git@fabian.gruenbichler.email>
4 months agobump version to 1.70.0+dsfg1-2~exp1
Fabian Grünbichler [Sat, 2 Dec 2023 12:36:57 +0000 (13:36 +0100)]
bump version to 1.70.0+dsfg1-2~exp1

Signed-off-by: Fabian Grünbichler <debian@fabian.gruenbichler.email>
5 months agoriscv: disable split debuginfo support
Fabian Grünbichler [Sat, 2 Dec 2023 10:17:29 +0000 (11:17 +0100)]
riscv: disable split debuginfo support

cargo started picking this up, but split debuginfo is broken for the
time being:

https://github.com/rust-lang/rust/issues/110224
https://github.com/llvm/llvm-project/issues/56642

Signed-off-by: Fabian Grünbichler <debian@fabian.gruenbichler.email>
7 months agobump version to 1.70.0+dfsg1-1
Fabian Grünbichler [Wed, 20 Sep 2023 18:18:59 +0000 (20:18 +0200)]
bump version to 1.70.0+dfsg1-1

Signed-off-by: Fabian Grünbichler <debian@fabian.gruenbichler.email>
8 months agobump version to 1.70.0+dfsg1-1~exp3
Fabian Grünbichler [Fri, 15 Sep 2023 13:07:26 +0000 (15:07 +0200)]
bump version to 1.70.0+dfsg1-1~exp3

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
8 months agodownload tests: properly disable
Fabian Grünbichler [Fri, 15 Sep 2023 13:05:43 +0000 (15:05 +0200)]
download tests: properly disable

it's actually the call to parse() that triggers the download, not the internal
test() helper..

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
8 months agofix typo in test patch
Fabian Grünbichler [Fri, 15 Sep 2023 12:12:55 +0000 (14:12 +0200)]
fix typo in test patch

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
8 months agobump version to 1.70.0+dfsg1-1~exp2
Fabian Grünbichler [Fri, 15 Sep 2023 08:21:37 +0000 (10:21 +0200)]
bump version to 1.70.0+dfsg1-1~exp2

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
8 months agofix x86 tests checking for SSE2
Fabian Grünbichler [Fri, 15 Sep 2023 07:19:43 +0000 (09:19 +0200)]
fix x86 tests checking for SSE2

Debian baselien for i386 does not include SSE2 support..

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
8 months agodisable download tests
Fabian Grünbichler [Fri, 15 Sep 2023 07:10:33 +0000 (09:10 +0200)]
disable download tests

these don't make sense for Debian builds

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
8 months agodon't remove replace-version-placeholder from workspace
Fabian Grünbichler [Fri, 15 Sep 2023 06:54:40 +0000 (08:54 +0200)]
don't remove replace-version-placeholder from workspace

else running it fails with:

error: current package believes it's in a workspace when it's not:
current:   /<<PKGBUILDDIR>>/src/tools/replace-version-placeholder/Cargo.toml
workspace: /<<PKGBUILDDIR>>/Cargo.toml

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
8 months agobump version to 1.70.0+dfsg1-1~bpo12+pve1
Fabian Grünbichler [Thu, 14 Sep 2023 08:51:12 +0000 (10:51 +0200)]
bump version to 1.70.0+dfsg1-1~bpo12+pve1

we don't need the bumped wasi-libc, our package doesn't have the reverted
problematic commit.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
8 months agoMerge 1.70 into proxmox/bookworm
Fabian Grünbichler [Thu, 14 Sep 2023 08:47:42 +0000 (10:47 +0200)]
Merge 1.70 into proxmox/bookworm

8 months agobump version to 1.70.0+dfsg1-1~exp1
Fabian Grünbichler [Thu, 14 Sep 2023 07:07:45 +0000 (09:07 +0200)]
bump version to 1.70.0+dfsg1-1~exp1

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
8 months agoupdate d/copyright
Fabian Grünbichler [Thu, 14 Sep 2023 06:44:04 +0000 (08:44 +0200)]
update d/copyright

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
8 months agofix lintian overrides
Fabian Grünbichler [Thu, 14 Sep 2023 06:27:04 +0000 (08:27 +0200)]
fix lintian overrides

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
8 months agorust-src: fix path of installed example config
Fabian Grünbichler [Wed, 13 Sep 2023 13:59:02 +0000 (15:59 +0200)]
rust-src: fix path of installed example config

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
8 months agoproperly drop more components
Fabian Grünbichler [Wed, 13 Sep 2023 13:32:43 +0000 (15:32 +0200)]
properly drop more components

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
8 months agoswitch to LLVM 16
Fabian Grünbichler [Wed, 13 Sep 2023 13:14:24 +0000 (15:14 +0200)]
switch to LLVM 16

upstream switched their default version with 1.70.0

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
8 months agoupdate upstream version to 1.70
Fabian Grünbichler [Wed, 13 Sep 2023 13:11:40 +0000 (15:11 +0200)]
update upstream version to 1.70

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
8 months agoRefresh patches
Eric Long [Tue, 25 Jul 2023 23:28:32 +0000 (07:28 +0800)]
Refresh patches

FG: drop rustix-sparc patch entirely

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
8 months agoUpdate upstream source from tag 'upstream/1.70.0+dfsg1'
Fabian Grünbichler [Thu, 14 Sep 2023 06:57:45 +0000 (08:57 +0200)]
Update upstream source from tag 'upstream/1.70.0+dfsg1'

Update to upstream version '1.70.0+dfsg1'
with Debian dir 46c61f8e230c84a49b8d845413036a7e58d9b0d2

8 months agoNew upstream version 1.70.0+dfsg1
Fabian Grünbichler [Thu, 14 Sep 2023 06:56:40 +0000 (08:56 +0200)]
New upstream version 1.70.0+dfsg1

8 months agoUpdate unsuspicious files
Eric Long [Tue, 25 Jul 2023 22:59:39 +0000 (06:59 +0800)]
Update unsuspicious files

8 months agoUpdate Files-Excluded for new upstream version 1.70.0
Fabian Grünbichler [Wed, 13 Sep 2023 12:19:19 +0000 (14:19 +0200)]
Update Files-Excluded for new upstream version 1.70.0

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
8 months agoUpdate early-stage patches for 1.70.0+dfsg1
Fabian Grünbichler [Wed, 13 Sep 2023 12:14:28 +0000 (14:14 +0200)]
Update early-stage patches for 1.70.0+dfsg1

8 months agobump version to 1.69.0+dfsg1-1
Fabian Grünbichler [Wed, 13 Sep 2023 11:58:28 +0000 (13:58 +0200)]
bump version to 1.69.0+dfsg1-1

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
8 months agobump version to 1.69.0+dfsg1-1~exp2
Fabian Grünbichler [Wed, 13 Sep 2023 08:22:01 +0000 (10:22 +0200)]
bump version to 1.69.0+dfsg1-1~exp2

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
8 months agoensure fixed wasi-libc is compiled into libstd-rust-dev-wasm32
Fabian Grünbichler [Wed, 13 Sep 2023 08:19:17 +0000 (10:19 +0200)]
ensure fixed wasi-libc is compiled into libstd-rust-dev-wasm32

the referenced version reverts enabling stack protection, which caused rustc to
generate invalid wasm binaries.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
8 months agoconfig: also enable rustdoc explicitly
Fabian Grünbichler [Wed, 13 Sep 2023 06:02:27 +0000 (08:02 +0200)]
config: also enable rustdoc explicitly

it's only automatically enabled on amd64 it seems.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
8 months agobump version to 1.69.0+dfsg1~exp1
Fabian Grünbichler [Tue, 12 Sep 2023 08:18:17 +0000 (10:18 +0200)]
bump version to 1.69.0+dfsg1~exp1

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
8 months agobump version to 1.69.0+dfsg1-1~bpo12+pve1
Fabian Grünbichler [Tue, 12 Sep 2023 12:47:28 +0000 (14:47 +0200)]
bump version to 1.69.0+dfsg1-1~bpo12+pve1

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
8 months agoMerge branch 'debian/experimental' into proxmox/bookworm
Fabian Grünbichler [Tue, 12 Sep 2023 12:46:51 +0000 (14:46 +0200)]
Merge branch 'debian/experimental' into proxmox/bookworm

8 months agobump version to 1.69.0+dfsg1~exp1
Fabian Grünbichler [Tue, 12 Sep 2023 08:18:17 +0000 (10:18 +0200)]
bump version to 1.69.0+dfsg1~exp1

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
8 months agoupdate lintian overrides
Fabian Grünbichler [Tue, 12 Sep 2023 07:16:50 +0000 (09:16 +0200)]
update lintian overrides

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
8 months agoupdate d/copyright
Fabian Grünbichler [Tue, 12 Sep 2023 07:14:54 +0000 (09:14 +0200)]
update d/copyright

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
8 months agoManually include `rust-analyzer-proc-macro-srv`
Eric Long [Mon, 24 Jul 2023 17:52:31 +0000 (01:52 +0800)]
Manually include `rust-analyzer-proc-macro-srv`

see https://github.com/rust-lang/rust/pull/106886

8 months agoadd libc with "extra_traits" to feature sync patch
Fabian Grünbichler [Mon, 11 Sep 2023 12:14:44 +0000 (14:14 +0200)]
add libc with "extra_traits" to feature sync patch

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
8 months agoRefresh patches
Eric Long [Mon, 24 Jul 2023 14:24:34 +0000 (22:24 +0800)]
Refresh patches

8 months agodebian: update version to 1.69
Fabian Grünbichler [Mon, 11 Sep 2023 11:48:02 +0000 (13:48 +0200)]
debian: update version to 1.69

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
8 months agoUpdate upstream source from tag 'upstream/1.69.0+dfsg1'
Fabian Grünbichler [Mon, 11 Sep 2023 09:27:27 +0000 (11:27 +0200)]
Update upstream source from tag 'upstream/1.69.0+dfsg1'

Update to upstream version '1.69.0+dfsg1'
with Debian dir 01fa43a8eadd3e7a280063fd3a19a9a8c611bf9c

8 months agoNew upstream version 1.69.0+dfsg1
Fabian Grünbichler [Mon, 11 Sep 2023 09:26:34 +0000 (11:26 +0200)]
New upstream version 1.69.0+dfsg1

8 months agoUpdate Files-Excluded and unsuspicious files
Eric Long [Mon, 24 Jul 2023 14:09:51 +0000 (22:09 +0800)]
Update Files-Excluded and unsuspicious files

8 months agoUpdate Files-Excluded for new upstream version 1.69.0
Eric Long [Mon, 24 Jul 2023 13:57:08 +0000 (21:57 +0800)]
Update Files-Excluded for new upstream version 1.69.0

8 months agoUpdate early-stage patches for 1.69.0+dfsg1
Fabian Grünbichler [Mon, 11 Sep 2023 07:30:40 +0000 (09:30 +0200)]
Update early-stage patches for 1.69.0+dfsg1

8 months agobump version to 1.68.2+dfsg1-1
Fabian Grünbichler [Sun, 10 Sep 2023 17:23:30 +0000 (19:23 +0200)]
bump version to 1.68.2+dfsg1-1

Signed-off-by: Fabian Grünbichler <debian@fabian.gruenbichler.email>
8 months agoMerge tag 'debian/1.68.2+dfsg1-1_exp1' into debian/sid
Fabian Grünbichler [Sun, 10 Sep 2023 17:22:36 +0000 (19:22 +0200)]
Merge tag 'debian/1.68.2+dfsg1-1_exp1' into debian/sid

rustc Debian release 1.68.2+dfsg1-1~exp1

8 months agoadd more cargo-doc relative links
Fabian Grünbichler [Fri, 8 Sep 2023 13:29:16 +0000 (15:29 +0200)]
add more cargo-doc relative links

no idea why does did no already blow up in the first test build.

Signed-off-by: Fabian Grünbichler <debian@fabian.gruenbichler.email>
8 months agoFix a typo
Sylvestre Ledru [Fri, 8 Sep 2023 11:00:00 +0000 (13:00 +0200)]
Fix a typo

8 months agobump version to 1.68.2+dfsg1-1~exp1
Fabian Grünbichler [Wed, 2 Aug 2023 08:44:06 +0000 (10:44 +0200)]
bump version to 1.68.2+dfsg1-1~exp1

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
8 months agofix FTCBF by setting TARGET flags (Closes: #1050975)
Fabian Grünbichler [Fri, 8 Sep 2023 08:39:03 +0000 (10:39 +0200)]
fix FTCBF by setting TARGET flags (Closes: #1050975)

Reported-by: Helmug Grohne <helmut@subdivi.de>
Signed-off-by: Fabian Grünbichler <debian@fabian.gruenbichler.email>
8 months agod/control: update Standards-Version to 4.6.2
Fabian Grünbichler [Fri, 8 Sep 2023 08:28:53 +0000 (10:28 +0200)]
d/control: update Standards-Version to 4.6.2

Signed-off-by: Fabian Grünbichler <debian@fabian.gruenbichler.email>
8 months agoupdate privacy breach removal
Fabian Grünbichler [Wed, 2 Aug 2023 13:07:37 +0000 (15:07 +0200)]
update privacy breach removal

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
8 months agoupdate lintian override paths
Fabian Grünbichler [Wed, 2 Aug 2023 13:03:47 +0000 (15:03 +0200)]
update lintian override paths

after test dir rename upstream.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
8 months agoupdate d/copyright
Fabian Grünbichler [Wed, 2 Aug 2023 13:03:42 +0000 (15:03 +0200)]
update d/copyright

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
8 months agodoc paths: add another instance
Fabian Grünbichler [Wed, 2 Aug 2023 11:17:21 +0000 (13:17 +0200)]
doc paths: add another instance

else the linkcheck will fail

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
8 months agoupdate wasi-libc to 4362b18
Fabian Grünbichler [Wed, 2 Aug 2023 10:26:33 +0000 (12:26 +0200)]
update wasi-libc to 4362b18

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
8 months agobump version to 1.67.1+dfsg1-1
Fabian Grünbichler [Sun, 3 Sep 2023 17:59:21 +0000 (19:59 +0200)]
bump version to 1.67.1+dfsg1-1

Signed-off-by: Fabian Grünbichler <debian@fabian.gruenbichler.email>
8 months agoMerge branch 'debian/experimental' into 'debian/experimental'
Sylvestre Ledru [Sun, 20 Aug 2023 10:51:05 +0000 (10:51 +0000)]
Merge branch 'debian/experimental' into 'debian/experimental'

1.68.2

See merge request rust-team/rust!26

9 months agobump version to 1.68.2+dfsg1-1~bpo12+pve1
Fabian Grünbichler [Thu, 3 Aug 2023 07:34:42 +0000 (09:34 +0200)]
bump version to 1.68.2+dfsg1-1~bpo12+pve1

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
9 months agoMerge 1.68.2 into proxmox/bookworm
Fabian Grünbichler [Thu, 3 Aug 2023 07:33:12 +0000 (09:33 +0200)]
Merge 1.68.2 into proxmox/bookworm

9 months agobump version
Fabian Grünbichler [Wed, 2 Aug 2023 08:44:06 +0000 (10:44 +0200)]
bump version

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
9 months agoupdate privacy breach removal
Fabian Grünbichler [Wed, 2 Aug 2023 13:07:37 +0000 (15:07 +0200)]
update privacy breach removal

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
9 months agoupdate lintian override paths
Fabian Grünbichler [Wed, 2 Aug 2023 13:03:47 +0000 (15:03 +0200)]
update lintian override paths

after test dir rename upstream.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
9 months agoupdate d/copyright
Fabian Grünbichler [Wed, 2 Aug 2023 13:03:42 +0000 (15:03 +0200)]
update d/copyright

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
9 months agodoc paths: add another instance
Fabian Grünbichler [Wed, 2 Aug 2023 11:17:21 +0000 (13:17 +0200)]
doc paths: add another instance

else the linkcheck will fail

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
9 months agoupdate version to 1.68.2, wasi-libc to 4362b18
Fabian Grünbichler [Wed, 2 Aug 2023 10:26:33 +0000 (12:26 +0200)]
update version to 1.68.2, wasi-libc to 4362b18

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
9 months agoRefresh patches
Eric Long [Thu, 27 Jul 2023 15:01:08 +0000 (23:01 +0800)]
Refresh patches

9 months agoNew upstream version 1.68.2+dfsg1
Fabian Grünbichler [Wed, 2 Aug 2023 08:33:26 +0000 (10:33 +0200)]
New upstream version 1.68.2+dfsg1

9 months agoNew upstream version 1.68.2+dfsg1
Fabian Grünbichler [Wed, 2 Aug 2023 08:33:26 +0000 (10:33 +0200)]
New upstream version 1.68.2+dfsg1

9 months agoUpdate unsuspicious file list
Eric Long [Thu, 27 Jul 2023 14:46:43 +0000 (22:46 +0800)]
Update unsuspicious file list

9 months agoUpdate Files-Excluded for new upstream version 1.68.2
Eric Long [Thu, 27 Jul 2023 14:32:14 +0000 (22:32 +0800)]
Update Files-Excluded for new upstream version 1.68.2

9 months agoUpdate early-stage patches for 1.68.2+dfsg1
Eric Long [Thu, 27 Jul 2023 14:26:19 +0000 (22:26 +0800)]
Update early-stage patches for 1.68.2+dfsg1

9 months agoBump version to 1.68.2+dfsg1-1~exp1
Eric Long [Thu, 27 Jul 2023 15:02:49 +0000 (23:02 +0800)]
Bump version to 1.68.2+dfsg1-1~exp1

9 months agoRefresh patches
Eric Long [Thu, 27 Jul 2023 15:01:08 +0000 (23:01 +0800)]
Refresh patches

9 months agoUpdate upstream source from tag 'upstream/1.68.2+dfsg1'
Eric Long [Thu, 27 Jul 2023 14:48:43 +0000 (22:48 +0800)]
Update upstream source from tag 'upstream/1.68.2+dfsg1'

Update to upstream version '1.68.2+dfsg1'
with Debian dir 64426643fbbab30cc15f40cc15c445e64eb59b40

9 months agoNew upstream version 1.68.2+dfsg1
Eric Long [Thu, 27 Jul 2023 14:48:29 +0000 (22:48 +0800)]
New upstream version 1.68.2+dfsg1

9 months agoUpdate unsuspicious file list
Eric Long [Thu, 27 Jul 2023 14:46:43 +0000 (22:46 +0800)]
Update unsuspicious file list

9 months agoUpdate Files-Excluded for new upstream version 1.68.2
Eric Long [Thu, 27 Jul 2023 14:32:14 +0000 (22:32 +0800)]
Update Files-Excluded for new upstream version 1.68.2

9 months agoUpdate early-stage patches for 1.68.2+dfsg1
Eric Long [Thu, 27 Jul 2023 14:26:19 +0000 (22:26 +0800)]
Update early-stage patches for 1.68.2+dfsg1

10 months agobump version to 1.67.1+dfsg1-1~bpo12+pve1
Fabian Grünbichler [Thu, 6 Jul 2023 07:35:20 +0000 (09:35 +0200)]
bump version to 1.67.1+dfsg1-1~bpo12+pve1

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
10 months agogbp: switch to proxmox settings
Fabian Grünbichler [Thu, 6 Jul 2023 07:34:04 +0000 (09:34 +0200)]
gbp: switch to proxmox settings

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
10 months agobump version to 1.67.1+dfsg1-1~exp1
Fabian Grünbichler [Thu, 6 Jul 2023 07:23:28 +0000 (09:23 +0200)]
bump version to 1.67.1+dfsg1-1~exp1

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
10 months agoadd additional lintian overrides
Fabian Grünbichler [Fri, 7 Jul 2023 08:00:40 +0000 (10:00 +0200)]
add additional lintian overrides

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
10 months agod/copyright: add missing statements
Fabian Grünbichler [Wed, 5 Jul 2023 13:28:58 +0000 (15:28 +0200)]
d/copyright: add missing statements

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>