File: changelog

package info (click to toggle)
rust-rustix 1.0.8-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 3,332 kB
  • sloc: makefile: 2
file content (164 lines) | stat: -rw-r--r-- 5,688 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
rust-rustix (1.0.8-2) experimental; urgency=medium

  * Team upload.
  * Package rustix 1.0.8 from crates.io using debcargo 2.7.8
  * Add d/tests/control override:
    - actually test the whole library by enabling the `all-apis` feature
      tests with the default features (namely, `std`)
    - keep testing the previous non-flaky features (`default` and `std`)
  * d/patches:
    - add relax-linux-raw-sys.patch to fix an API change introduced by
      linux-raw-sys 0.10 (linux 6.11), without actually changing the API
    - add gate-feature-tests.patch to gate the 'fs' feature tests behind
      the 'fs' feature on i386

 -- NoisyCoil <noisycoil@tutanota.com>  Sun, 03 Aug 2025 00:38:41 +0200

rust-rustix (1.0.8-1) experimental; urgency=medium

  * Team upload.
  * Package rustix 1.0.8 from crates.io using debcargo 2.7.8
  * Bump linux-raw-sys to v0.10
  * d/copyright: refresh copyright years
  * d/patches:
    - remove backported patches vdso-check-for-missing-dt-hash.patch,
      fix-arm64-vdso.patch, fix-vdso-test-i386.patch
    - refresh

 -- NoisyCoil <noisycoil@tutanota.com>  Fri, 01 Aug 2025 19:58:03 +0200

rust-rustix (0.38.37-4) unstable; urgency=medium

  * Team upload.
  * Package rustix 0.38.37 from crates.io using debcargo 2.7.8
  * one more vdso test fix

 -- Fabian Grünbichler <debian@fabian.gruenbichler.email>  Wed, 14 May 2025 16:37:22 +0200

rust-rustix (0.38.37-3) unstable; urgency=medium

  * Team upload.
  * Package rustix 0.38.37 from crates.io using debcargo 2.7.8
  * Fix vdso patch (Closes: #1105189)

 -- Fabian Grünbichler <debian@fabian.gruenbichler.email>  Tue, 13 May 2025 21:13:04 +0200

rust-rustix (0.38.37-2) unstable; urgency=medium

  * Team upload.
  * Package rustix 0.38.37 from crates.io using debcargo 2.7.8
  * Cherry-pick vDSO fixes (Closes: #1104704)

 -- Fabian Grünbichler <debian@fabian.gruenbichler.email>  Fri, 09 May 2025 20:01:22 +0200

rust-rustix (0.38.37-1) unstable; urgency=medium

  * Team upload.
  * Package rustix 0.38.37 from crates.io using debcargo 2.7.1

 -- Blair Noctis <ncts@debian.org>  Fri, 11 Oct 2024 10:08:01 +0000

rust-rustix (0.38.32-1) unstable; urgency=medium

  * Team upload.
  * Package rustix 0.38.32 from crates.io using debcargo 2.6.1

 -- Peter Michael Green <plugwash@debian.org>  Tue, 16 Apr 2024 11:40:36 +0000

rust-rustix (0.38.30-1) unstable; urgency=medium

  * Team upload.
  * Package rustix 0.38.30 from crates.io using debcargo 2.6.1
  * Update no-windows.diff for new upstream.

 -- Peter Michael Green <plugwash@debian.org>  Sun, 14 Jan 2024 21:38:27 +0000

rust-rustix (0.38.25-1) unstable; urgency=medium

  * Team upload.
  * Package rustix 0.38.25 from crates.io using debcargo 2.6.0

 -- Andreas Henriksson <andreas@fatal.se>  Mon, 27 Nov 2023 22:13:45 +0100

rust-rustix (0.38.21-1) unstable; urgency=medium

  * Team upload.
  * Package rustix 0.38.21 from crates.io using debcargo 2.6.0

 -- Peter Michael Green <plugwash@debian.org>  Tue, 07 Nov 2023 16:22:43 +0000

rust-rustix (0.38.17-1) unstable; urgency=medium

  * Team upload.
  * Package rustix 0.38.17 from crates.io using debcargo 2.6.0
  * Update drop-alloc.diff for new upstream.
  * Reduce context in relax-dep.diff to avoid fuzz with new upstream.

 -- Peter Michael Green <plugwash@debian.org>  Sun, 08 Oct 2023 17:42:09 +0000

rust-rustix (0.38.9-1) experimental; urgency=medium

  * Package rustix 0.38.9 from crates.io using debcargo 2.6.0
  * Drop always-enable-cc.diff, upstream no longer depends on cc.
  * Drop built-using.diff, upstream no longer uses outline asm.
  * Bump dev-dependencies on criterion and serial-test.

  [ Fabian Grünbichler ]
  * Team upload.
  * Package rustix 0.38.3 from crates.io using debcargo 2.6.0

 -- Peter Michael Green <plugwash@debian.org>  Sun, 27 Aug 2023 18:41:05 +0000

rust-rustix (0.37.20-2) unstable; urgency=medium

  * Team upload.
  * Package rustix 0.37.20 from crates.io using debcargo 2.6.0
  * Adjust io-lifetimes dependency to support io-lifetimes 2.0
  * Backport upstream patch for linux-raw-sys 0.4
  * Reduce dev-dependency on memoffset so they autopkgtests can run.
  * Bump serial-test dev-dependency to 0.9.

 -- Peter Michael Green <plugwash@debian.org>  Tue, 13 Jun 2023 17:25:22 +0000

rust-rustix (0.37.20-1) unstable; urgency=medium

  * Team upload.
  * Package rustix 0.37.20 from crates.io using debcargo 2.6.0
  * Update copyright years
  * Refresh patches (update context)
  * Remove drop-deps.patch: async-std is not used anymore, fs-err is packaged

 -- Michael Tokarev <mjt@tls.msk.ru>  Tue, 13 Jun 2023 10:33:03 +0300

rust-rustix (0.35.12-1) unstable; urgency=medium

  * Team upload.
  * Package rustix 0.35.12 from crates.io using debcargo 2.5.0
  * Enable cc unconditionally, some Debian architectures requires "outline"
    assembler and the Debian package does not ship pre-assembled outline
    assembler
  * Add built-using metadata for outline assembler.
  * Fix autopkgtests
    + Disable benches, they fail to build
    + Relax dev-dependency on serial_test.
    + Establish baseline for tests.

 -- Peter Michael Green <plugwash@debian.org>  Sat, 29 Oct 2022 10:55:49 +0000

rust-rustix (0.35.6-3) unstable; urgency=medium

  * Source-only upload.

 -- John Goerzen <jgoerzen@complete.org>  Thu, 27 Oct 2022 06:24:41 +0000

rust-rustix (0.35.6-2) unstable; urgency=medium

  * Drop features for async-std and fs-err, which aren't packaged.

 -- John Goerzen <jgoerzen@complete.org>  Thu, 27 Oct 2022 06:13:52 +0000

rust-rustix (0.35.6-1) unstable; urgency=medium

  * Package rustix 0.35.6 from crates.io using debcargo 2.5.0

 -- John Goerzen <jgoerzen@complete.org>  Mon, 03 Oct 2022 18:56:37 +0000