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 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343
|
lwip (2.2.1+dfsg1-2) unstable; urgency=medium
[ Samuel Thibault ]
* copyright: Update.
[ Joan Lledó ]
* Add support for external DHCP client
-- Joan Lledó <jlledom@member.fsf.org> Tue, 29 Jul 2025 18:10:10 +0200
lwip (2.2.1+dfsg1-1) unstable; urgency=medium
* New upstream release
* patches/max_sockets: Updated to apply correctly
* patches/posixlib: Updated to apply correctly
-- Joan Lledó <jlledom@member.fsf.org> Sat, 01 Mar 2025 19:47:48 +0100
lwip (2.2.0+dfsg1-9) unstable; urgency=medium
* Fix lintian warnings
* Add metadata to patches
* Fix warnings about encoding
* Update to standards version 4.7.0
-- Joan Lledó <jlledom@member.fsf.org> Sat, 15 Feb 2025 10:47:06 +0100
lwip (2.2.0+dfsg1-8) unstable; urgency=medium
* patches/doxygen: Fix build with doxygen 1.12. Closes: #1080183
-- Samuel Thibault <sthibault@debian.org> Sun, 01 Sep 2024 18:27:28 +0200
lwip (2.2.0+dfsg1-7) unstable; urgency=medium
[ Joan Lledó ]
* Refactor max_sockets patch
* Use a dynamic array instead of a linked list
[ Samuel Thibault ]
* control: Build-depend on libvdeplug-dev on all Linux ports.
-- Joan Lledó <jlledom@member.fsf.org> Sat, 11 May 2024 10:56:03 +0200
lwip (2.2.0+dfsg1-6.1) unstable; urgency=medium
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1062676
-- Graham Inggs <ginggs@debian.org> Thu, 29 Feb 2024 10:35:21 +0000
lwip (2.2.0+dfsg1-6) unstable; urgency=medium
* Minor fixes for the posixlib patch
* Remove support for Debian kFreeBSD
* Remove LWIP_POLL macro
* Enable byte order functions from cc.h
-- Joan Lledó <jlledom@member.fsf.org> Sat, 20 Jan 2024 10:52:55 +0100
lwip (2.2.0+dfsg1-5) unstable; urgency=medium
* Fix poll interruptibility logic
* sem_wait returns SYS_ARCH_INT when timeout == UINT32_MAX.
When timeout == 0, it ignores interruptions and only returns when
it acquires the token.
* lwip_select and lwip_poll check for SYS_ARCH_INTR and fail properly.
* debian/patches/posixlib: Implement changes above.
-- Joan Lledó <jlledom@member.fsf.org> Wed, 03 Jan 2024 11:32:18 +0100
lwip (2.2.0+dfsg1-4) unstable; urgency=medium
* Simplify patch posixlib
* debian/patches/posixlib: Remove some useless code
-- Joan Lledó <jlledom@member.fsf.org> Tue, 26 Dec 2023 14:37:13 +0100
lwip (2.2.0+dfsg1-3) unstable; urgency=medium
* Add VDE dependency for Linux
* debian/control: Add libvdeplug-dev to Build-Depends
-- Joan Lledó <jlledom@member.fsf.org> Sat, 09 Dec 2023 15:02:00 +0100
lwip (2.2.0+dfsg1-2) unstable; urgency=medium
* patches/empty_block_last: Restored, still needed in 2.2.0
-- Joan Lledó <jlledom@member.fsf.org> Sat, 18 Nov 2023 12:19:21 +0100
lwip (2.2.0+dfsg1-1) unstable; urgency=medium
* New upstream release
* patches/CVE-2020-8597: Removed, already upstream
* patches/cmake: Removed, most of the code is already upstream
* patches/port: Removed, most of the code is altready upstream
* patches/posixlib: New patch containing code from old cmake and port
patches which is not upstream yet
* patches/empty_block_last: Removed, I'm not sure it's still required in 2.2.0
I'll add it if the build fails
* patches/max_sockets: Updated to apply correctly in the new version
* patches/nodoc: Removed, it's part of patches/posixlib now.
* patches/patch9350: Removed, already upstream
* patches/patch9807: Removed, already upstream
-- Joan Lledó <jlledom@member.fsf.org> Sun, 12 Nov 2023 19:15:07 +0100
lwip (2.1.3+dfsg1-4) unstable; urgency=medium
* Team upload.
* patches/empty_block_last: Fix out-of-bound access when looking for empty
blocks (Closes: Bug#1055173)
-- Samuel Thibault <sthibault@debian.org> Sun, 05 Nov 2023 19:08:47 +0100
lwip (2.1.3+dfsg1-3) unstable; urgency=medium
* clean: Clean generated files (Closes: Bug#1047442)
* patches/nodoc: Support building without doxygen.
* control: Add nodoc profile that avoids doxygen dependency.
-- Samuel Thibault <sthibault@debian.org> Sun, 01 Oct 2023 19:59:52 +0200
lwip (2.1.3+dfsg1-2) unstable; urgency=medium
[ Samuel Thibault ]
* control: Bump Standards-Version to 4.6.0 (no change)
* patches/max_sockets: Restore patch, it was not actually upstreamed.
[ Joan Lledó ]
* Refresh patches
* Update standards version to 4.6.1
-- Joan Lledó <jlledom@member.fsf.org> Mon, 11 Jul 2022 10:10:37 +0200
lwip (2.1.3+dfsg1-1) unstable; urgency=medium
* Team upload.
* New upstream release.
- patches/max_sockets: Upstreamed.
* copyright: Drop superfluous file pattern.
-- Samuel Thibault <sthibault@debian.org> Sun, 14 Nov 2021 18:32:01 +0100
lwip (2.1.2+dfsg1-9) unstable; urgency=medium
* Team upload.
* rules: Fix reproducibility by adding reproducible=+fixfilepath.
* control: Set Rules-Requires-Root to no.
-- Samuel Thibault <sthibault@debian.org> Tue, 26 Oct 2021 00:36:38 +0200
lwip (2.1.2+dfsg1-8) unstable; urgency=medium
* No-change source-only upload to allow testing migration.
-- Joan Lledó <jlledom@member.fsf.org> Sun, 09 Aug 2020 09:55:09 +0200
lwip (2.1.2+dfsg1-7) unstable; urgency=low
[ Debian Janitor ]
* debian/copyright: use spaces rather than tabs to start continuation lines.
* Set debhelper-compat version in Build-Depends.
* Use canonical URL in Vcs-Browser.
* Update standards version to 4.5.0, no changes needed.
-- Joan Lledó <jlledom@member.fsf.org> Sat, 08 Aug 2020 11:59:35 +0200
lwip (2.1.2+dfsg1-6) unstable; urgency=medium
* No-change source-only upload to allow testing migration.
-- Joan Lledó <jlledom@member.fsf.org> Sun, 08 Mar 2020 10:56:53 +0100
lwip (2.1.2+dfsg1-5) unstable; urgency=medium
* Fix CVE-2020-8597
-- Joan Lledó <jlledom@member.fsf.org> Sat, 07 Mar 2020 20:41:29 +0100
lwip (2.1.2+dfsg1-4) unstable; urgency=medium
* No-change source-only upload to allow testing migration.
* Use the uploaded orig tarball
-- Joan Lledó <jlledom@member.fsf.org> Sun, 26 Jan 2020 14:23:06 +0100
lwip (2.1.2+dfsg1-3) unstable; urgency=medium
* No-change source-only upload to allow testing migration.
* Include orig tarball
-- Joan Lledó <jlledom@member.fsf.org> Sun, 26 Jan 2020 12:36:10 +0100
lwip (2.1.2+dfsg1-2) unstable; urgency=medium
* No-change source-only upload to allow testing migration.
-- Joan Lledó <jlledom@member.fsf.org> Sun, 26 Jan 2020 10:53:32 +0100
lwip (2.1.2+dfsg1-1) unstable; urgency=medium
* Update Standards version to 4.4.1
* Clean lintian error: source-is-missing
* Repack: remove doxygen documentation from orig
* Generate doxygen output on build
* Clean lintian warnings about copyright
* Clean minor lintian messages
* Add upstream signing key for uscan verification
-- Joan Lledó <jlledom@member.fsf.org> Sat, 18 Jan 2020 12:38:25 +0100
lwip (2.1.2-5.1) unstable; urgency=medium
* Non-maintainer upload.
* No-change source-only upload to allow testing migration.
-- Boyuan Yang <byang@debian.org> Fri, 04 Oct 2019 13:31:52 -0400
lwip (2.1.2-5) unstable; urgency=medium
[ Samuel Thibault ]
* Set Joan Lledó as maintainer.
* watch: Generalize pattern.
-- Joan Lledó <jlledom@member.fsf.org> Sat, 28 Sep 2019 07:33:21 +0200
lwip (2.1.2-4) unstable; urgency=medium
[ Joan Lledó ]
* Add support for kFreeBSD
* debian/patches/cmake:
* Remove the OS restriction to Linux and Hurd
* debian/patches/port:
* Detect kFreeBSD
* Disable htons() and pals for kFreeBSD
* Declare some socket options when missing:
*TCP_KEEPIDLE, TCP_KEEPINTVL and TCP_KEEPCNT
* Make kFreeBSD use standard error codes
-- Samuel Thibault <sthibault@debian.org> Wed, 28 Aug 2019 09:25:34 +0200
lwip (2.1.2-3) unstable; urgency=medium
[ Joan Lledó ]
* debian/patches/patch9350:
* Remove _HAVE_SA_LEN macros
* Some macros related to sa_len field were written to this
file by mistake
* debian/patches/port:
* Fix bug on thrad handling
* In the Hurd, pthread_cond_timedwait() returns EINTR when
the thread has been cancelled
* Move some #includes in cc.h from max_sockets to port:
* <sys/ioctl.h>
* <fcntl.h>
* <net/if.h>
* <sys/types.h>
* Fix build error on some architectures
* sio module: memset struct sigaction to 0
* Use memset to set all struct sigaction fields to 0
instead of doing it field by field, since fields depend
on the architecture
* debian/patches/max_sockets:
* Remove #includes in cc.h moved to port patch
-- Samuel Thibault <sthibault@debian.org> Sun, 18 Aug 2019 19:25:35 +0200
lwip (2.1.2-2) unstable; urgency=medium
[ Joan Lledó ]
* debian/patches/max_sockets:
* Update required after making changes in debian/patches/port
* debian/patches/patch9807:
* New patch: Add new function tcpip_callback_wait() in tcpip.c
* To call a function inside the tcpip thread and wait
for it to return
* debian/patches/port:
* Fix bug: Don't abort the whole stack on error
* Fix some locking issues
* Rename macro HURD_LWIP_LWIPOPTS_H to UNIX_LWIP_LWIPOPTS_H
* Add Unix port interface files
* To make compilation of userspace programs in Linux easier
* Detect 64bit systems
* Macros in lwipopts.h must have different values in
64bit systems
* debian/patches/series:
* Add new patch debian/patches/patch9807
[ Samuel Thibault ]
* Upload to unstable.
-- Samuel Thibault <sthibault@debian.org> Sat, 10 Aug 2019 00:45:08 +0200
lwip (2.1.2-1) experimental; urgency=medium
[ Joan Lledó ]
* New upstream release.
* debian/patches/autoconf: Removed, replaced by cmake.
* debian/patches/bug-36167: Removed, already upstream.
* debian/patches/errno: Likewise.
* debian/patches/getpeername_dual: Likewise.
* debian/patches/poll: Likewise.
* debian/patches/posix: Removed, merged into port patch.
* debian/patches/cmake: New patch, implements cmake build system.
* debian/patches/max_sockets: Adapted to 2.1.2.
* debian/patches/patch9350: Cherry-picked from upstream.
* It allows using external socket headers.
* debian/patches/port: Adapted to 2.1.2.
* It now includes external socket headers.
* debian/patches/series: List of patches updated.
* debian/patches/rules: Adapted to use cmake.
[ Samuel Thibault ]
* control: Add cmake build-dep.
-- Samuel Thibault <sthibault@debian.org> Sun, 31 Mar 2019 20:36:34 +0200
lwip (2.0.3-3) unstable; urgency=medium
[ Samuel Thibault ]
* Mark liblwip-doc Multi-Arch: foreign.
* copyright: Make some licence names more precise.
[ Joan Lledó ]
* Update patches: Fixing interruptibility and thread safety. Convert to DOS
format to mach lwip sources.
* getpeername_dual: Cherry-pick upstream fix for dual-stack sockets.
-- Samuel Thibault <sthibault@debian.org> Sun, 04 Nov 2018 00:25:58 +0100
lwip (2.0.3-2) unstable; urgency=medium
* Fix shipping lwip/priv/{tcp,tcpip}_priv.h.
-- Samuel Thibault <sthibault@debian.org> Mon, 11 Jun 2018 00:47:22 +0200
lwip (2.0.3-1) unstable; urgency=medium
* Initial release (Closes: Bug#884641)
-- Samuel Thibault <sthibault@debian.org> Tue, 01 May 2018 01:52:18 +0200
|