Next | Query returned 52 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2021-10-26 13:07:15 by Nia Alarie | Files touched by this commit (958)
Log message:
net: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Not committed (merge conflicts...):

net/radsecproxy/distinfo

The following distfiles could not be fetched (fetched conditionally?):

./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz
./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch
./net/djbdns/distinfo djbdns-1.05-test28.diff.xz
./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch
./net/djbdns/distinfo djbdns-1.05-multiip.diff
./net/djbdns/distinfo djbdns-cachestats.patch
   2021-10-07 16:43:07 by Nia Alarie | Files touched by this commit (962)
Log message:
net: Remove SHA1 hashes for distfiles
   2021-05-16 21:58:17 by David H. Gutteridge | Files touched by this commit (1) | Package updated
Log message:
scapy: update DESCR
   2021-05-02 21:28:15 by David H. Gutteridge | Files touched by this commit (2)
Log message:
scapy: note upstream PR for patch-test_run__tests
   2021-04-27 23:53:11 by David H. Gutteridge | Files touched by this commit (7) | Package updated
Log message:
scapy: update to 2.4.5

Changelog
Core

    354 commits to master since v2.4.4, from 73 contributors
    Python 3.9 support
    New interfaces system. conf.iface is now an object (retro-compatible as a \ 
string) which contains additional information about the interface and allows for \ 
an automatic selection of the socket type. conf.ifaces now lists all available \ 
interfaces.
    Fix *BSD support. Improve filters handling on Linux and libpcap
    Automaton: support for STOP event - allows to cleanly end an Automata. \ 
Implemented in all Scapy's automatons
    [Deprecated] Naming different fields with the same name will now raise a \ 
deprecation warning. This behavior has never properly worked and should never be \ 
necessary
    Enhance Net and Net6
    Improvements to scapy's logging, colored output and to UTscapy
    Fix edge-cases with ConditionalField and MultipleTypeField to make them more \ 
resilient
    [Doc] Enhancements: improved MultipleTypeField handling, add view source.
    [Internal] Move the test suite to GitHub Actions
    [Internal] Unit test housekeeping
    [Internal] Begin type hinting

Layers

    6LoWPAN refactor
    TLS improvements (TLS 1.3 server downgrade, TLS 1.2 EXT MS...)
    HTTP improvements (http_request, support for zstd...)
    Refactor TunTap support
    Cleanup MACsec
    Many small bug fixes or improvements to layers (SMB2, BFD, DNS, Zigbee, EAP, \ 
HomeplugGP, DHCPv6, 802.11...)

Automotive

    Renaming of ENET to HSFZ
    Added XCP layer
    Added DoIP layer
    [Internal] Cleanup of interface preparation code in unit tests
    Renaming of ECU to Ecu
    Refactoring of EcuState class to be more versatile
    [Internal] Started with typing
    [Internal] Multiple minor cleanups
    Minor updates to the documentation
   2021-03-23 03:03:11 by David H. Gutteridge | Files touched by this commit (3)
Log message:
scapy: amend a patch and add a test dependency

Fix another spot that would be an issue with 32-bit environments. While
here, tcpreplay is a test dependency.
   2021-03-21 20:50:54 by David H. Gutteridge | Files touched by this commit (7) | Package updated
Log message:
scapy: update to 2.4.4

Main Changes
Core

    784 commits to master since this v2.4.3
    fix how timestamps are measured on layer 3 (broken since 2.4.1)
    drop DNET support (deprecated since 2.4.0)
    Scapy will now use libpcap instead of tcpdump to compile the filters \ 
(tcpdump is still used to filter pcaps)
    major changes to the online doc: add an automatically generated API \ 
reference with visual representation of each layer, move to Sphinx 3.0.0, new \ 
layer-specific doc...
    *BSD fixes
    more doc to many functions

Layers

    New layers (homeplug sg, smb2, NSH, RPL, ERSPAN, BFD, ROCE...)
    TLS: TLS 1.3 support & many fixes
    802.11 improvements / WPA3 detection
    Netflow 9 fixes
    Major refactor & changes of the Automotive layers
    HTTP changes
    DHCPv6 fixes according to revision of the RFC
    Bluetooth improvements (+BLE)
    minor fixes to Radius, PPP, GTP, IPsec, CDP, VTP, HTTP/2, ...
   2020-12-04 21:45:51 by Nia Alarie | Files touched by this commit (456)
Log message:
Revbump packages with a runtime Python dep but no version prefix.

For the Python 3.8 default switch.
   2019-11-05 02:02:50 by David H. Gutteridge | Files touched by this commit (3)
Log message:
scapy: add a fix for Python 2.7 builds
   2019-11-04 06:48:26 by David H. Gutteridge | Files touched by this commit (11) | Package updated
Log message:
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 ...

Next | Query returned 52 messages, browsing 11 to 20 | Previous