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 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525
|
scapy (2.6.1+dfsg-1) unstable; urgency=medium
* New upstream version 2.6.1+dfsg.
* debian/copyright: update upstream copyright with additions from new release.
* debian/patches/: delete patches available in new upstream release.
- Remove-tests-dependent-on-non-free-data.patch: refresh.
- fix-arping-when-route-is-missing.patch: delete.
- fix-race-condition.patch: delete.
- fix-scapy-on-ipv6-disabled.patch: delete.
- try-cache-mkdir-in-XDG-handling.patch: delete.
-- Carlos Henrique Lima Melara <charlesmelara@riseup.net> Sun, 10 Nov 2024 16:21:08 -0300
scapy (2.6.0+dfsg-2) unstable; urgency=medium
* Upload to unstable.
* debian/gbp.conf: switch packaging branch's name to debian/latest.
* debian/patches/:
- Remove-tests-dependent-on-non-free-data.patch: refresh patch;
- fix-arping-when-route-is-missing.patch: add patch cherry-picked from
upstream;
- fix-race-condition.patch: add patch cherry-picked from upstream;
- fix-scapy-on-ipv6-disabled.patch: add patch cherry-picked from
upstream;
- try-cache-mkdir-in-XDG-handling.patch: add patch cherry-picked from
upstream.
-- Carlos Henrique Lima Melara <charlesmelara@riseup.net> Sun, 20 Oct 2024 20:43:57 -0300
scapy (2.6.0+dfsg-1) experimental; urgency=medium
* New upstream version 2.6.0+dfsg.
* debian/copyright: update file with new upstream release information.
-- Carlos Henrique Lima Melara <charlesmelara@riseup.net> Sun, 29 Sep 2024 19:40:48 -0300
scapy (2.5.0+git20240324.2b58b51+dfsg-2) unstable; urgency=medium
* d/control:
- Depends on libpcap0.8t64 so it works on armhf and armel.
Thanks to Graham Inggs. (Closes: #1073264)
- bump Standards-Version to 4.7.0 - no changes needed.
* debian/gbp.conf: add upstream-branch field.
* debian/tests/control: Depends on @recommends@ instead of hard-coding
recommended packages.
-- Carlos Henrique Lima Melara <charlesmelara@riseup.net> Sun, 23 Jun 2024 11:30:12 -0300
scapy (2.5.0+git20240324.2b58b51+dfsg-1) unstable; urgency=medium
[ Samuel Henrique ]
* debian/copyright: Add .bat files to Files-Excluded.
[ Carlos Henrique Lima Melara ]
* New upstream version 2.5.0+git20240324.2b58b51+dfsg. (Closes: #1067409)
* New upstream version 2.5.0+git20240319.f919a6a+dfsg.
* debian/control:
- Add myself as uploader.
- Add pybuild-plugin-pyproject to Build-Depends.
- Remove tox from Build-Depends as it's not needed.
* debian/copyright:
- Add other files from doc/ to Files-Excluded.
- Remove copyright from deleted file (scapy/libs/six.py).
- Sort everything.
- Update packaging years and contact info.
- Update upstream copyright stanzas.
* debian/patches/:
- Remove-resource-heavy-ISOTP-test.patch: remove. Incorporated upstream.
- Remove-tests-dependent-on-non-free-data.patch: add new patch.
- fix-typo-in-manpage.patch: remove. Incorporated upstream.
- remove-failing-tests.patch: remove. Incorporated upstream.
* debian/python3-scapy.manpages: install manpage.
* debian/rules:
- PEP440 only allows one + sign, so remove +dfsg from it.
- Use printf instead of echo to print $(DEB_VERSION_UPSTREAM).
* debian/tests/:
- control:
+ Add smbclient to test dependencies.
+ Enable testing in all archs.
- run-upstream-tests:
+ Correctly disable tests that need root.
+ Disable smbd (samba) tests.
+ Export HOME=$AUTOPKGTEST_TMP so tests pass.
-- Carlos Henrique Lima Melara <charlesmelara@riseup.net> Sun, 24 Mar 2024 19:47:37 -0300
scapy (2.5.0+dfsg-2) unstable; urgency=medium
* Team upload.
* Upload to unstable.
* debian/patches/fix-endianness-in-utf-16-encoding.patch: remove patch.
* debian/tests/control: disable tests in 32 bits and big endian archs
(closes: #1030602).
-- Carlos Henrique Lima Melara <charlesmelara@outlook.com> Thu, 09 Feb 2023 19:34:45 -0300
scapy (2.5.0+dfsg-2~exp1) experimental; urgency=medium
* Team upload.
* debian/patches/:
- Remove-resource-heavy-ISOTP-test.patch: add to fix autopkgtest in 32
bits architectures.
- fix-endianness-in-utf-16-encoding.patch: add to fix tests in s390x
architecture.
-- Carlos Henrique Lima Melara <charlesmelara@outlook.com> Tue, 31 Jan 2023 16:27:18 -0300
scapy (2.5.0+dfsg-1) unstable; urgency=medium
* Team upload.
* New upstream version 2.5.0+dfsg. (Closes: #1027183)
* Remove python-scapy-doc binary package due to DFSG infringement.
* Run wrap-and-sort.
* debian/control:
- Add libpcap0.8 to Recommends.
- Add netbase to Depends.
- Bump Standards-Version to 4.6.2 - no changes needed.
- Move tcpdump from Recommends to Suggests.
- Remove python-scapy-doc stanza and sphinx related packages
from Build-Depends.
* debian/copyright: full update.
* debian/dirs: remove - not needed anymore.
* debian/lintian-overrides: override lintian hits.
* debian/patches/:
- Remove-privacy-breach-in-doc.patch: remove. Merged upstream.
- fix-typo-in-manpage.patch: add to fix typo.
- remove-UTscapy-script.patch: remove. Merged upstream.
- remove-failing-tests.patch: add to remove failing tests from
upstream.
* debian/python-scapy-doc.doc-base: remove.
* debian/python-scapy-doc.docs: remove.
* debian/rules: remove documentation/sphinx related rules.
* debian/tests/*: add upstream testing, but only a reduced set.
* debian/watch: update to use github api.
-- Carlos Henrique Lima Melara <charlesmelara@outlook.com> Wed, 25 Jan 2023 19:01:55 -0300
scapy (2.4.5+g9420c22-2) unstable; urgency=medium
* Team upload.
* Source only upload of new binary pkg
* Update Standards Version (no changes)
-- Neil Williams <codehelp@debian.org> Fri, 19 Aug 2022 08:23:54 +0100
scapy (2.4.5+g9420c22-1) unstable; urgency=medium
* Team upload.
* New upstream release, adding changes from commit 9420c22 to 2.4.5
to fix licensing mistake in previous releases.
* Split out documentation into a separate package.
* Drop use of upstream unit tests in autopkgtest due to flaky results
(Closes: #1012438)
* Drop patches included upstream. (Closes: #589995) (Closes: #594261)
* Update d.copyright
-- Neil Williams <codehelp@debian.org> Mon, 15 Aug 2022 10:23:25 +0100
scapy (2.4.4-5) unstable; urgency=medium
* Team upload.
* Lintian brush updates
* Fix d.watch file
* Add can-utils package to autopkgtest dependencies. (Closes: #1014488)
* Add the basic Python autopkgtest
* Freshen existing patches
-- Neil Williams <codehelp@debian.org> Tue, 09 Aug 2022 13:11:48 +0100
scapy (2.4.4-4) unstable; urgency=medium
* Team upload.
[ Romain Francoise ]
* Drop debian/patches/use-absolute-paths.patch (#979338)
* debian/tests/control: version dependency on tcpdump
* Cherry-pick upstream commit 42d58d8729 to fix pipetool test
(and thus fix autopkgtest too)
-- Raphaël Hertzog <hertzog@debian.org> Mon, 11 Jan 2021 11:40:10 +0100
scapy (2.4.4-3) unstable; urgency=medium
* Team upload.
[ Raphaël Hertzog ]
* Bump Standards-Version to 4.5.1
* Switch to debhelper compat level 13
[ Sophie Brun ]
* Add a patch to fix find_library with Python 3.9 (Closes: #973171)
-- Sophie Brun <sophie@offensive-security.com> Mon, 14 Dec 2020 11:46:53 +0100
scapy (2.4.4-2) unstable; urgency=medium
* Add support for Python 3.9 (Closes: #975519)
-- Raphaël Hertzog <raphael@offensive-security.com> Mon, 23 Nov 2020 12:08:20 +0100
scapy (2.4.4-1) unstable; urgency=medium
* Team upload.
[ Samuel Henrique ]
* Add Salsa's CI configuration file
* Configure git-buildpackage for Debian
[ Sophie Brun ]
* New upstream version 2.4.4
* Refresh patches
* Bump Standards-Version to 4.5.0 (no changes)
* Update Homepage
* Use new format for debian/copyright
* Build and install docs (Closes: #773683)
* Add information about test
* Add autopkgtest
-- Sophie Brun <sophie@offensive-security.com> Fri, 25 Sep 2020 10:24:44 +0200
scapy (2.4.3-4) unstable; urgency=medium
* Drop python2 support; Closes: #938439, #936054
* debian/control
- update Vcs fields to point to pkg-security-team
-- Sandro Tosi <morph@debian.org> Mon, 30 Mar 2020 20:22:54 -0400
scapy (2.4.3-3) unstable; urgency=medium
* Take over package in pkg-security team.
* Restore python2 package as we still have reverse dependencies.
Keep /usr/bin/scapy in python3-scapy however. Let python-scapy
provide /usr/bin/scapy2 temporarily. Add appropriate breaks/replaces
forcing joint upgrade of both packages.
* Switch to debhelper compat level 12
* Add symlink for scapy3 manual page too
* Add a small patch for python 2 compatibility.
-- Raphaël Hertzog <raphael@offensive-security.com> Thu, 19 Sep 2019 15:45:25 +0200
scapy (2.4.3-2) unstable; urgency=medium
* d/control:
- Drops Breaks from python3-scapy for python-scapy (Closes: #940699)
-- Iain R. Learmonth <irl@debian.org> Thu, 19 Sep 2019 09:51:19 +0100
scapy (2.4.3-1) unstable; urgency=medium
[ Gabriel Potter ]
* New upstream version 2.4.3 (Closes: #929032)
* debian/control:
- Updates suggested and recommended packages (Closes: #907235, #939403)
- Update standards version to 4.4.0
* debian/patches:
- Refresh paths.patch and setup.py.patch
[ Iain R. Learmonth ]
* Drop the Python 2 package (Closes: #938439)
* The scapy executable is now provided by the Python 3 package
-- Iain R. Learmonth <irl@debian.org> Tue, 10 Sep 2019 18:10:37 +0100
scapy (2.4.0-2) unstable; urgency=medium
* Use pybuild for Python 2 and 3 packages (Closes: #889938, #889939)
* Removes get-orig target from rules
-- Iain R. Learmonth <irl@debian.org> Thu, 07 Jun 2018 22:09:24 +0100
scapy (2.4.0-1) unstable; urgency=medium
[ Ana Custura ]
* Adds python-geoip to sugested packages as it is used to perform geotraces
[ Iain R. Learmonth ]
* New upstream version 2.4.0
* debian/control:
- Use debhelper 11
- Update standards version to 4.1.4
- Remove explicit Build-Depends on quilt (no longer required)
- Update Vcs-* fields to point to salsa repository from deprecated
Alioth repository
- Updates homepage to GitHub location
* debian/patches:
- Refresh paths.patch:
The only path now overridden is for tcpdump, which is found in /usr/sbin
and so is not in the typical user's path.
- Removes fix-version.patch:
This functionality is now incorporated upstream.
The work for this change was supported by the European Union under grant
agreement No. 688421. This support does not imply endorsement.
-- Iain R. Learmonth <irl@debian.org> Mon, 07 May 2018 12:37:37 +0100
scapy (2.3.3-3) unstable; urgency=medium
* Do not output trailing newline generating version number
-- Iain R. Learmonth <irl@debian.org> Sat, 16 Sep 2017 06:28:53 +0100
scapy (2.3.3-2) unstable; urgency=medium
[ Hilko Bengen ]
* fix unreliable generation of scapy.VERSION at build time
-- Iain R. Learmonth <irl@debian.org> Sat, 16 Sep 2017 06:19:55 +0100
scapy (2.3.3-1) unstable; urgency=medium
* New upstream version 2.3.3
* debian/control:
- Maintainer set to the Internet Measurement Packaging Team (Closes: #833724)
- Uploaders set to myself
- Removed unnecessary versioned Build-Depends for python
- Packaging is now using Git
· Repository created under the Internet Measurement Packaging Team
· Vcs-Git and Vcs-Browser fields have been updated
- Updated standards version to 3.9.8
- Replaced Conflicts with Breaks as it makes more sense here for installing
over a (very) old version of the package
* Bumped compat level to 9
* debian/README.source:
- Added a note to point to src:scapy3k
- Added a note regarding the use of quilt
* debian/patches:
- Patches refreshed.
- Patch for paths now corrects the location of Wireshark's manuf file
(Closes: #692408)
* debian/rules:
- Clean up the stray scapy/VERSION file that gets generated when cleaning
the source tree
-- Iain R. Learmonth <irl@debian.org> Sat, 03 Dec 2016 19:00:36 +0000
scapy (2.3.2-0.1) unstable; urgency=medium
* Non-maintainer upload.
* New upstream release. (Closes: #773554)
* debian/control:
- Added dh-python to Build-Depends
-- Iain R. Learmonth <irl@debian.org> Fri, 29 Apr 2016 11:30:54 +0100
scapy (2.2.0-1) unstable; urgency=low
* New upstream release.
* Bug fix: "new upstream release 2.2 available", thanks to Michael
Prokop (Closes: #618732).
* Suggests python-pcapy, thanks to Jakub Wilk <jwilk@debian.org> (#589995).
* Bug fix: "import scapy.layers.dot11 fails on kfreebsd-*", thanks to
Christian Kastner (Closes: #589995). Patch by Jakub Wilk <jwilk@debian.org>
* cdbs/dh_pysupport to dh7/dh_python2 migration.
-- David Villa Alises <David.Villa@uclm.es> Sun, 17 Jul 2011 13:08:38 +0200
scapy (2.1.0-1) unstable; urgency=low
* New upstream release (Closes: #570343)
-- David Villa Alises <David.Villa@uclm.es> Wed, 24 Feb 2010 12:43:23 +0100
scapy (2.0.1-1) unstable; urgency=low
[ Sandro Tosi ]
* debian/control
- switch Vcs-Browser field to viewsvn
[ Yves-Alexis Perez ]
* new upstream release.
* debian/control:
- update standards version to 3.8.3.
- add ${misc:Depends} to depends since we use debhelper.
* debian/patches:
- both patches refreshed for new upstream.
[ David Villa ]
* new upstream release (Closes: #485767)
-- David Villa Alises <David.Villa@uclm.es> Wed, 30 Sep 2009 17:27:46 +0200
scapy (2.0.0.5-1) unstable; urgency=low
* New upstream release. Source taken from mercurial repository at
http://hg.secdev.org/scapy (tag 'v2.0.0.5')
-- David Villa Alises <David.Villa@uclm.es> Sun, 17 Aug 2008 18:02:55 +0200
scapy (1.1.1-4) UNRELEASED; urgency=low
[ Piotr Ożarowski ]
* Vcs-Svn, Vcs-Browser and Homepage fields added
[ Sandro Tosi ]
* debian/control
- uniforming Vcs-Browser field
-- Piotr Ożarowski <piotr@debian.org> Sat, 6 Oct 2007 23:47:25 +0200
scapy (1.1.1-3) unstable; urgency=low
* Upstream author made several important modificacions and bug
fixes, but he does not create a new upstream resease. I include
them as a patch in /debian/patches/scapy.py-upstream.patch
-- David Villa Alises <David.Villa@uclm.es> Fri, 07 Sep 2007 15:50:27 +0200
scapy (1.1.1-2) unstable; urgency=low
* debian/control
- XS-Python-Version: >= 2.4 (Closes: #426504)
-- David Villa Alises <David.Villa@uclm.es> Tue, 29 May 2007 11:03:49 +0200
scapy (1.1.1-1) unstable; urgency=low
* New upstream release
* debian/control
- Added Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
- build-depends-indep to build-depends: python-all-dev, python-support
- Changed Suggest: acroread to xpdf
* debian/python-scapy.install
- Changed to usr/lib/python2.*/site-packages/scapy.py (Closes: #421603)
* debian/copyright:
- Updated download location and author e-mail address
* Thanks to Scott Kitterman <scott@kitterman.com> for his patch
-- David Villa Alises <David.Villa@uclm.es> Thu, 10 May 2007 09:53:49 +0200
scapy (1.0.5.20-1) unstable; urgency=low
* New upstream release. (Closes: #407918)
* Include revision number in debian version. (Closes: #407920)
* Corrected copyright information. (Closes: #407916)
* Repacked upstream tarball with latest upstream revision, and
documented this in README.Debian.
* Added watch file.
* Bumped compat level to 5.
* debian/rules: Switch to CDBS.
* debian/control:
- Added Suggest: imagemagick and graphviz, for graph stuff. (Closes: #408130)
- Added Suggest: python-crypto, needed for decrypting WEP messages.
- Added Suggest: acroread, gv. (for psdump() and pdfdump())
- Added Suggest: sox (for VOIP stuff)
- Added Suggest: python-visual (for trace3D())
* Removed outdated file `scapy.html'.
* Thanks to Marcus Better <marcus@better.se> for his unrelesed version.
-- David Villa Alises <David.Villa@uclm.es> Sun, 4 Feb 2007 16:56:03 +0100
scapy (1.0.5-1) unstable; urgency=low
* New upstream release
* debian/rules: Updated to new python policy. Thanks to Francisco Moya
<francisco.moya@uclm.es> (Closes: #397958).
* debian/control:
- Binary package name changes according to Python Policy (Section 2.2)
- Added dummy transitional package to provide an upgrade path from scapy.
-- David Villa Alises <David.Villa@uclm.es> Tue, 2 Jan 2007 16:26:35 +0100
scapy (1.0.4-1) unstable; urgency=low
* New maintainer, with permission of previous maintainer
* New upstream release (Closes: #362655)
* Lets use scapy as library (Closes: #270267)
* debian/control
- Added Suggests: tcpdump
-- David Villa Alises <David.Villa@uclm.es> Fri, 14 Apr 2006 22:35:29 +0200
scapy (1.0.2-1) unstable; urgency=low
* New upstream release (Closes: #346271)
* debian/control:
- Changed Depends on python2.3 to python.
- Bumped Standards-Version to 3.6.1. No change.
- Added Suggests: python-gnuplot, python-pyx, ebtables
-- Alberto Gonzalez Iniesta <agi@inittab.org> Sat, 7 Jan 2006 14:40:04 +0100
scapy (1.0.0-1) unstable; urgency=low
* New upstream release (Closes: #322329)
-- Alberto Gonzalez Iniesta <agi@inittab.org> Sun, 28 Aug 2005 15:06:00 +0200
scapy (0.9.17-1) unstable; urgency=low
* New upstream release
* Modified scapy.py to point to the correct location of p0f.fp.
(Closes: #289397)
* Changed maintainer email address.
-- Alberto Gonzalez Iniesta <agi@inittab.org> Mon, 17 Jan 2005 20:09:47 +0100
scapy (0.9.15-2) unstable; urgency=low
* Added postrm to get rid of scapy.pyc on package removal.
-- Alberto Gonzalez Iniesta <agi@agi.as> Thu, 16 Oct 2003 17:06:01 +0200
scapy (0.9.15-1) unstable; urgency=low
* New upstream release
* Moved to debhelper compatability 4. Created debian/compat.
* Bumped Standards-Version to 3.6.1. No change.
* Changed Depends on python2.2 to python2.3
-- Alberto Gonzalez Iniesta <agi@agi.as> Thu, 16 Oct 2003 16:52:39 +0200
scapy (0.9.14-1) unstable; urgency=low
* New upstream version. (Closes: #198879)
-- Alberto Gonzalez Iniesta <agi@agi.as> Thu, 26 Jun 2003 19:04:38 +0200
scapy (0.9.12-1) unstable; urgency=low
* Initial Release. (Closes: #192169)
-- Alberto Gonzalez Iniesta <agi@agi.as> Thu, 08 May 2003 15:11:36 +0200
|