File: changelog

package info (click to toggle)
fastd 23-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,912 kB
  • sloc: ansic: 11,311; asm: 3,734; yacc: 601; sh: 472; makefile: 160; python: 35; perl: 11
file content (255 lines) | stat: -rw-r--r-- 7,358 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
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
fastd (23-2) unstable; urgency=medium

  * debian/control:
    - Upgraded to policy 4.7.2, no changes required

 -- Sven Eckelmann <sven@narfation.org>  Sat, 01 Mar 2025 20:57:46 +0100

fastd (23-1) unstable; urgency=medium

  * New Upstream Version
    - CVE-2025-24356: UDP traffic amplification via fastd's fast
      reconnect feature
  * debian/control:
    - Replace pkg-config with pkgconf
  * debian/watch:
    - Switch to api.github.com to check for releases

 -- Sven Eckelmann <sven@narfation.org>  Sun, 26 Jan 2025 16:48:59 +0100

fastd (22-4) unstable; urgency=medium

  * debian/rules:
    - Install fastd@.service via dh_installsystemd
  * debian/patches:
    - Refresh patches
    - Add Fix-spelling-errors.patch, Fix spelling errors
  * debian/fastd@.service
    - Add Documentation key
  * debian/control:
    - Upgraded to policy 4.6.2, no changes required

 -- Sven Eckelmann <sven@narfation.org>  Sat, 17 Dec 2022 14:57:39 +0100

fastd (22-3) unstable; urgency=medium

  * debian/control:
    - Upgraded to policy 4.6.1, no changes required
    - Remove versioned constraints unnecessary since buster
  * Move systemd service file to /usr/lib/systemd/system/fastd@.service
  * debian/copyright:
    - Update copyright years to 2022

 -- Sven Eckelmann <sven@narfation.org>  Mon, 14 Nov 2022 18:28:24 +0100

fastd (22-2) unstable; urgency=medium

  * Upload to unstable
  * debian/control
    - Switch to correct DEP-14 unstable branch name

 -- Sven Eckelmann <sven@narfation.org>  Sun, 15 Aug 2021 08:22:31 +0200

fastd (22-1) experimental; urgency=medium

  * New Upstream Version
  * debian/control:
    - Upgraded to policy 4.5.1, no changes required
    - Add new Build-Depends for libmnl-dev and python3-sphinx-rtd-theme
  * debian/copyright:
    - Add copyright information for new (unused) libml
    - Update copyright years
  * debian/upstream/metadata:
    - Fix path to upstream repository

 -- Sven Eckelmann <sven@narfation.org>  Sun, 27 Jun 2021 13:27:30 +0200

fastd (21-1) unstable; urgency=high

  * New Upstream Version
    - CVE-2020-27638: Fix crash (assert) when receiving too many invalid
      packets (Closes: #972521)

 -- Sven Eckelmann <sven@narfation.org>  Mon, 19 Oct 2020 21:47:58 +0200

fastd (20-1) unstable; urgency=medium

  * New Upstream Version

 -- Sven Eckelmann <sven@narfation.org>  Sat, 10 Oct 2020 19:32:34 +0200

fastd (19-3) unstable; urgency=medium

  * Upload to unstable

 -- Sven Eckelmann <sven@narfation.org>  Thu, 11 Jun 2020 13:22:35 +0200

fastd (19-2) experimental; urgency=medium

  * Add fastd-doc package with user + developer documentation (Closes: #823782)
  * debian/control:
    - Switch maintainer to Debian CommunityWLAN Team

 -- Sven Eckelmann <sven@narfation.org>  Sat, 06 Jun 2020 23:50:41 +0200

fastd (19-1) unstable; urgency=medium

  * New Upstream Version
  * debian/control:
    - Order control files with `wrap-and-sort -abst`
    - Switch to debhelper compat 13
    - Allow one to build without root
    - Add Vcs-* information
    - Fix Homepage URL
    - Upgraded to policy 4.5.0, no changes required
    - Add myself as uploader as discussed with Maintainer
    - Drop Matthias Schiffer as Maintainer as discussed with him
  * Drop unused AES128 OpenSSL 1.1 compatibility patch
  * Add debian/upstream/metadata
  * Add debian/watch
  * debian/rules:
    - Define PHONY targets
    - Use standard dh_clean
    - Restructure dh_auto_configure
    - Disable -fomit-frame-pointer
    - Drop hardcoded gcc binary paths to improve cross-compilation
    - Use debhelper's standard cmake CMAKE_BUILD_TYPE
    - Perform all installs using dh_install
  * Drop unused lintian-overrides
  * Convert debian/copyright to DEP-5

 -- Sven Eckelmann <sven@narfation.org>  Sun, 31 May 2020 15:13:54 +0200

fastd (18-3) unstable; urgency=medium

  * Update to new Debian policy and fix lintian problems.
  * Deprecate old fastd init script.
  * Fix build against libsodium 1.0.13+ (Closes: #886018).
  * Fix runtime compatibility with OpenSSL 1.1.

  * Upstream: Fixes AES128-based methods.

  * Added -fomit-frame-pointer flag. (Steffen Moeller)

 -- Matthias Schiffer <mschiffer@universe-factory.net>  Mon, 08 Jan 2018 20:48:21 +0100

fastd (18-2) unstable; urgency=medium

  * Fix operation under systemd (Closes: #823801).
  * Enable link-time optimization

 -- Matthias Schiffer <mschiffer@universe-factory.net>  Thu, 12 May 2016 23:02:41 +0200

fastd (18-1) unstable; urgency=low

  * New upstream release
  * Introduced hardening
  * Removed fastd-dbg package

 -- Haiko Helmholz <jo-travolti@t-online.de>  Tue, 05 Apr 2016 20:38:51 +0200

fastd (17-4) unstable; urgency=low

  * Initial upload (Closes: #801466).
  * Build against libsodium instead of libnacl

    Fixes salsa20/salsa2012 on x86 systems without SSE (e.g. Geode CPUs)

 -- Matthias Schiffer <mschiffer@universe-factory.net>  Mon, 22 Jun 2015 23:58:01 +0200

fastd (17-3) UNRELEASED; urgency=low

  * Build binary with optimization
  * Add fastd-dbg package

 -- Matthias Schiffer <mschiffer@universe-factory.net>  Sun, 31 May 2015 21:18:35 +0200

fastd (17-2) UNRELEASED; urgency=low

  * Rebuild against versioned libuecc

 -- Matthias Schiffer <mschiffer@universe-factory.net>  Fri, 30 Jan 2015 08:44:31 +0100

fastd (17-1) UNRELEASED; urgency=low

  * fastd v17 release

 -- Matthias Schiffer <mschiffer@universe-factory.net>  Thu, 29 Jan 2015 07:30:09 +0100

fastd (16-1) UNRELEASED; urgency=low

  * fastd v16 release

 -- Matthias Schiffer <mschiffer@universe-factory.net>  Sat, 15 Nov 2014 18:35:49 +0100

fastd (15-1) UNRELEASED; urgency=low

  * fastd v15 release

 -- Matthias Schiffer <mschiffer@universe-factory.net>  Wed, 12 Nov 2014 02:33:44 +0100

fastd (14-1) UNRELEASED; urgency=low

  * fastd v14 release

 -- Matthias Schiffer <mschiffer@universe-factory.net>  Mon, 30 Jun 2014 22:03:25 +0200

fastd (12-1) UNRELEASED; urgency=low

  * fastd v12 release

 -- Matthias Schiffer <mschiffer@universe-factory.net>  Fri, 14 Mar 2014 14:47:08 +0100

fastd (11-1) UNRELEASED; urgency=low

  * fastd v11 release

 -- Matthias Schiffer <mschiffer@universe-factory.net>  Sun, 29 Dec 2013 14:16:51 +0100

fastd (10-1) UNRELEASED; urgency=low

  * fastd v10 release

 -- Matthias Schiffer <mschiffer@universe-factory.net>  Fri, 11 Oct 2013 17:02:59 +0200

fastd (9-2) UNRELEASED; urgency=low

  * Initscript improvements

 -- Matthias Schiffer <mschiffer@universe-factory.net>  Sat, 07 Sep 2013 20:45:18 +0200

fastd (9-1) UNRELEASED; urgency=low

  * fastd v9 release

 -- Matthias Schiffer <mschiffer@universe-factory.net>  Sat, 07 Sep 2013 19:59:08 +0200

fastd (8-2) UNRELEASED; urgency=low

  * Add init script

 -- Matthias Schiffer <mschiffer@universe-factory.net>  Tue, 12 Mar 2013 18:39:49 +0100

fastd (8-1) UNRELEASED; urgency=low

  * fastd v8 release

 -- Matthias Schiffer <mschiffer@universe-factory.net>  Sun, 10 Mar 2013 18:45:09 +0100

fastd (7-1) UNRELEASED; urgency=low

  * New release

 -- Matthias Schiffer <mschiffer@universe-factory.net>  Thu, 10 Jan 2013 18:37:51 +0100

fastd (6-1) UNRELEASED; urgency=low

  * fastd v6 release

 -- Matthias Schiffer <mschiffer@universe-factory.net>  Sat, 10 Nov 2012 18:28:29 +0100

fastd (0.5-1) UNRELEASED; urgency=low

  * fastd v0.5 release

 -- Matthias Schiffer <mschiffer@universe-factory.net>  Sat, 06 Oct 2012 18:16:22 +0200