The NetBSD Project

CVS log for pkgsrc/net/scapy/options.mk

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / net / scapy

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.15 / (download) - annotate - [select for diffs], Thu Jan 19 00:35:26 2023 UTC (10 months, 2 weeks ago) by gutteridge
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, HEAD
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

scapy: switch to use the project's own ethertypes definitions

There's no point shipping our own version of an ethertypes file which
is pretty incomplete compared to what scapy itself provides as its
internal definition should it not find one in the environment.

Revision 1.14 / (download) - annotate - [select for diffs], Thu Apr 21 11:00:00 2022 UTC (19 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2
Changes since 1.13: +3 -2 lines
Diff to previous 1.13 (colored)

*: convert to versioned_dependencies for py-cryptography

Revision 1.13 / (download) - annotate - [select for diffs], Tue Jan 25 01:44:22 2022 UTC (22 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1
Changes since 1.12: +2 -10 lines
Diff to previous 1.12 (colored)

scapy: remove default-off gnuplot option

py-gnuplot does not build and will be removed next

Revision 1.12 / (download) - annotate - [select for diffs], Mon Nov 4 05:48:26 2019 UTC (4 years, 1 month ago) by gutteridge
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.11: +13 -3 lines
Diff to previous 1.11 (colored)

scapy: update to 2.4.3

This latest version of scapy has improved BSD and SunOS support, among
other changes. I've continued our DragonFly support, since we were
already carrying patches for it. (These should be submitted upstream.)

(This also addresses PR pkg/54550, submitted by Gabriel Potter of
scapy. Thanks for the reminder, and for all your work on your project!)

I have tested a pkgsrc build and scapy regression suite in the
following environments:
NetBSD 8.1_STABLE with Python 3.6.9
NetBSD 9.99.17 with Python 3.7.5
DragonFly BSD 5.6.2 with Python 3.6.9
OpenIndiana Hipster 2019.04 with Python 3.7.5
Fedora Linux 30 with Python 3.7.5

Significant details from the upstream change summaries:

2.4.3

Main Changes
Core

    364 commits since v2.4.2
    better native support for FreeBSD, NetBSD, OpenBSD
    Windows: native RAW sockets support, load interfaces/routes using C calls, ...
    Solaris: fixed support
    latency improvements
    sniff() can be used to test BPF fiters on pcap files
    more unit tests and Python3 compatibility
    asynchronous sniffing
    UTScapy vim syntax highlighting
    drop distutils for setuptools
    Console / IPython integration improvements

Layers
Major changes
New

    HTTP (from the deprecated scapy-http module), TLS 1.3, ATA over Ethernet, OVD, IEC 60870-5-104, enip, ...

Improved

    NetflowV9, ISOTP, Zigbee, RTR, BLE, PPI, DNS, LLDP, ...
    Bluetooth/BTLE rework
    PPI / 802.11 improvements

2.4.2

Main changes

    Gabriel Potter is officially part of the Scapy maintainers team
    PEP08 compliance (see #1277)
    Speed improvements (see #642)

Core

    253 merged pull requests since v2.4.0
    Python 3.7 support
    Enhanced Windows support
    unit testing is now 100% tox based

Layers
Major changes

    Many automotive related layers added (ISO-TP...)

New

    EtherCat
    OPCDA
    SOCKS
    USBpcap
    RPKI

Improved

    MACsec, MQTT, MPLS, DNS, ARP, Dot15d4, Zigbee, Bluetooth4LE, RadioTap ...
    Enhanced monitor mode support

Other

    addresses a v2.4.0 vulnerability

2.4.0

Main changes

    Python3 support
    85% code coverage

Core

    Pcap/PcapNg improvements
    enhanced Windows support
    OpenBSD improvements
    OSX 802.11 monitor mode
    Krack AP module
    iPython support
    automatically tested on Linux, OSX & Windows
    ...

Layers
Major changes

TLS (including TLS1.3), X.509 ...
New

HTTP/2, EAP-TTLS, TACACS, MQTT ...
Improved

IPv6, SCTP, NTP, PPTP, CDP, BGP, ISIS ...

Revision 1.11 / (download) - annotate - [select for diffs], Sun Nov 3 11:45:52 2019 UTC (4 years, 1 month ago) by rillig
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

net: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.

Revision 1.10 / (download) - annotate - [select for diffs], Mon Sep 2 13:19:50 2019 UTC (4 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8

Revision 1.9 / (download) - annotate - [select for diffs], Fri Apr 26 13:14:10 2019 UTC (4 years, 7 months ago) by maya
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Omit mentions of python 34 and 35, after those were removed.

- Includes some whitespace changes, to be handled in a separate commit.

Revision 1.8 / (download) - annotate - [select for diffs], Tue Jul 3 05:03:29 2018 UTC (5 years, 5 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

extend PYTHON_VERSIONS_ for Python 3.7

Revision 1.7 / (download) - annotate - [select for diffs], Sun Jan 1 14:43:53 2017 UTC (6 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

Add python-3.6 to incompatible versions.

Revision 1.6 / (download) - annotate - [select for diffs], Sat Jul 9 13:04:02 2016 UTC (7 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Remove python33: adapt all packages that refer to it.

Revision 1.5 / (download) - annotate - [select for diffs], Sat Dec 5 21:25:55 2015 UTC (8 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Extend PYTHON_VERSIONS_INCOMPATIBLE to 35

Revision 1.4 / (download) - annotate - [select for diffs], Fri May 9 07:37:16 2014 UTC (9 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.

Revision 1.3 / (download) - annotate - [select for diffs], Sat Jan 25 10:30:18 2014 UTC (9 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1
Changes since 1.2: +4 -2 lines
Diff to previous 1.2 (colored)

Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.

Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.

Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.

Whitespace cleanups and other nits corrected, where necessary.

Revision 1.2 / (download) - annotate - [select for diffs], Sun Oct 16 04:16:49 2011 UTC (12 years, 1 month ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

* No need to buildlink with python modules, simple DEPENDS is sufficient.
* Convert PYDISTUTILSPKG to register egg-info.

Bump PKGREVISION.

Revision 1.1 / (download) - annotate - [select for diffs], Wed Jan 3 15:02:51 2007 UTC (16 years, 11 months ago) by adrianp
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, cwrapper, cube-native-xorg-base, cube-native-xorg

Update to 1.0.5

_lots_ of changes
In brief:

# Revision 1.0.0.7  2005/08/10 20:01:56  pbi
# - changed Ether.mysummary() (P. Lalet)
# - Update of Sebek protocols (P. Lalet)

# Revision 1.0.0.21  2005/09/06 17:05:19  pbi
# - new logging/warning facility using the logging module

# Revision 1.0.0.24  2005/09/08 14:13:36  pbi
# - added RandIP()

# Revision 1.0.0.33  2005/09/24 14:29:30  pbi
# - completed PrismHeader layer

# Revision 1.0.4.98  2006/10/06 16:31:41  pbi
# - added additionnal DHCP Options (ticket #11)

# Revision 1.0.4.84  2006/09/23 06:52:46  pbi
# - improved import_hexcap() to handle more hexdump outputs

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>