Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.6.1 08 Nov 2024 08:32:30 |
Muhammad Moinur Rahman (bofh) |
net/scapy: Update version 2.6.0=>2.6.1
Changelog: https://github.com/secdev/scapy/releases/tag/v2.6.1 |
2.6.0 01 Oct 2024 13:33:57 |
Muhammad Moinur Rahman (bofh) |
net/scapy: Update version 2.5.0=>2.6.0
Changelog: https://github.com/secdev/scapy/releases/tag/v2.6.0 |
2.5.0_3 30 Jan 2024 21:39:26 |
Muhammad Moinur Rahman (bofh) |
net/scapy: Moved man to share/man |
2.5.0_2 24 Oct 2023 13:08:28 |
Muhammad Moinur Rahman (bofh) |
net/scapy: Remove test file
- Scapy installs tests file in confliciting locations. Although there
has been a new test framework introduced in the HEAD it's still not
released. So for now the file is deleted as there is no test framework
in scapt itself.
PR: 271169
Reported by: dvl richard@highwayman.com |
2.5.0_1 29 Sep 2023 14:19:56 |
Po-Chuan Hsieh (sunpoet) |
*: Replace USES=pycryptography* with USE_PYTHON=cryptography{,_build,_test}
- Introduce USE_PYTHON=cryptography{,_build,_test}
- Switch all 96 ports from USES=pycryptography to with
USE_PYTHON=cryptography{,_build,_test}
- Remove Mk/Uses/pycryptography.mk
PR: 273727
Approved by: tcberner (portmgr)
Exp-run by: antoine |
2.5.0_1 22 Jul 2023 07:46:38 |
Tobias C. Berner (tcberner) |
framework: convert tree to use USES=pycryptography
A future commit will update to security/py-cryptography will introduce a
rust dependency.
PR: 254853 |
2.5.0_1 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
2.5.0_1 30 Apr 2023 11:10:42 |
Felix Palmen (zirias) |
Mk/Uses/magick.mk: Bump all consumers
Bump all consumers of ImageMagick ports after flavorizing them.
Approved by: tcberner (mentor, implicit) |
2.5.0 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
2.5.0 31 Dec 2022 21:58:56 |
Muhammad Moinur Rahman (bofh) |
net/scapy: Update version 2.4.5=>2.5.0
Relnotes: https://github.com/secdev/scapy/releases/tag/v2.5.0 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.4.5 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.4.5 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
2.4.5 04 Jul 2022 15:46:48 |
Muhammad Moinur Rahman (bofh) |
net/scapy: Remove DEPRECATION
- Use security/py-pycryptodome instead of security/py-pycrypto which is
now defunct |
2.4.5 02 Jul 2022 09:31:15 |
Rene Ladan (rene) |
cleanup: expire consumers of security/py-pycrypto on 2022-09-30
These should probably use security/py-pycryptodome instead. |
2.4.5 04 Apr 2022 14:58:20 |
Mathieu Arnold (mat) |
net/scapy: garbage collect removed dependency |
2.4.5 11 Dec 2021 13:50:53 |
Tobias C. Berner (tcberner) |
framework: Add new USES 'magick' for graphics/ImageMagick*
A new USES has been added to depend on ImageMagick.
USES=magick
adds a LIB_DEPENDS on graphics/ImageMagick${IMAGEMAGICK_DEFAULT}.
If a specific version is required, use for example
USES=magick:6 resp. USES=magick:7
If only a build, run or test is required, use for example
USES=magick:build resp. USES=magick:6,build,test (Only the first 15 lines of the commit message are shown above ) |
2.4.5 31 Aug 2021 09:23:25 |
Bernhard Froehlich (decke) |
net/scapy: Add CPE information
Approved by: portmgr (blanket) |
2.4.5 10 May 2021 20:13:20 |
Thierry Thomas (thierry) |
math/py-matplotlib: chase minimum Python version in dependent ports
Since the previous update changed USES=python from 3.6+ to 3.7+, all
dependent ports must have USES=python:3.7+ as well, otherwise it breaks
the @py36 flavor.
PR: 255347
Reported by: sunpoet |
2.4.5 04 May 2021 23:27:09 |
Muhammad Moinur Rahman (bofh) |
net/scapy: Update version 2.4.4=>2.4.5
Relnotes: https://github.com/secdev/scapy/releases/tag/v2.4.5 |
2.4.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.4.4 28 Dec 2020 20:56:38 |
antoine |
Drop python 2.7 support |
2.4.4 30 Sep 2020 01:25:28 |
bofh |
net/scapy: Update version 2.4.3=>2.4.4
Relnotes: https://github.com/secdev/scapy/releases |
2.4.3_3 24 Apr 2020 09:32:30 |
amdmi3 |
- Update WWW
Approved by: portmgr blanket |
2.4.3_3 15 Apr 2020 20:17:22 |
bofh |
net/scapy: Fix FreeBSD HEAD CI
- After introducing nexthop objects in base@r359823 FreeBSD CI is failing
as netstat header has changed from Use to Nhop#. This patch is a
temporary workaround while I will work on libxo implementation in
scapy.
- Remove some unchanged files in post-patch
Reported by: kp |
2.4.3_2 16 Feb 2020 18:03:26 |
sunpoet |
Move graphics/py-PyX to graphics/py-pyx |
2.4.3_2 27 Jan 2020 14:59:51 |
rene |
net/scapy: remove optional dependency on expired py-gnuplot |
2.4.3_2 06 Nov 2019 17:56:47 |
lwhsu |
Add a patch which fixes both the alignment on (32bit) platforms where
sizeof(long) == 4 and for i386 the offset on the bpf_hdr struct as time_t
still is 32bit.
PR: 239380
Approved by: bofh (maintainer)
Sponsored by: Netflix (bz)
Sponsored by: The FreeBSD Foundation (lwhsu) |
2.4.3_1 22 Oct 2019 08:25:14 |
lwhsu |
- Enable concurrent installation
PR: 241396
Approved by: portmgr (blanket: framework compliance (python))
MFH: 2019Q4
Sponsored by: The FreeBSD Foundation |
2.4.3 11 Sep 2019 10:24:28 |
bofh |
inet/scapy: Update version 2.4.2=>2.4.3
- Use net/py-pypcap instead of net/py-pcap as dnet and py-pcap will be
deprecated in future scapy versions. One other reason is py-pcap is
failing with python3. [1]
- Change MASTER_SITE to PYPI for better availability [2]
- Update WWW [2]
PR: 239380 [1] 240493 [2]
Submitted by: lwhsu [1] [2] |
2.4.2_2 05 Sep 2019 20:33:11 |
antoine |
Revert r511187, it fails to fetch
Reported by: pkg-fallout |
2.4.3 05 Sep 2019 13:26:15 |
bofh |
net/scapy: Update version 2.4.2=>2.4.3
- Use net/py-pypcap instead of net/py-pcap as dnet and py-pcap will be
deprecated in future scapy versions. One other reason is py-pcap is
failing with python3. [1]
PR: 239380 [1]
Submitted by: lwhsu [1] |
2.4.2_2 14 May 2019 14:10:32 |
mat |
Fixup those depends again.
Pointy hat: mat |
2.4.2_2 14 May 2019 14:08:25 |
mat |
Fixup Python dependencies. |
2.4.2_2 23 Apr 2019 17:08:12 |
lwhsu |
Really make the previous patch apply in build
Approved by: maintainer (implicit)
Sponsored by: The FreeBSD Foundation |
2.4.2_1 18 Apr 2019 18:50:56 |
lwhsu |
Add a patch from upstream which solves the interface name may not end by digit
PR: 237305
Obtained from: https://github.com/secdev/scapy/pull/1991
Sponsored by: The FreeBSD Foundation |
2.4.2 10 Apr 2019 22:40:35 |
bofh |
net/scapy: Update version 2.3.3=>2.4.2
- Update LICENSE_FILE
- Works for both Python 2 and 3 [1]
- Fix pkg-descr
- MAINTAINER reset due to nearly 3 years maintainer inactivity;
PR: 230110
Submitted by: kai bofh [1]
Approved by: vanhu (implicitly) |
2.3.3 10 Nov 2018 19:57:08 |
kwm |
Update ImageMagick to 6.9.10.14 [1]
* Add PKGNAMESUFFIX and rename the directory. This was done to show
that IM6 is not the "main" version. But still fully supported by upstream.
* Convert a number of options to optionhelpers.
* Add option for ISO/IEC 23008-12:2017 HEIF suport
* Add comment to pkg-descr explaining IM6's "legacy" tag.
* Add comment to the patch-config_policy.xml file why it still needed.
Please note that IM7 is not a drop in replacement due to library API and
command arguments changes. And as a result ports need to decide for themself
which version to use.
Chase these changes in all the ports that using IM6.
PR: 225102 (based on, only the version update) [1]
Submitted by: Pascal Christen <pascal.christen@hostpoint.ch> |
2.3.3 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
2.3.3 04 Jan 2018 17:50:29 |
sbruno |
net/scapy: Update to upstream release 2.3.3
Update to latest tagged release
Upstream moved to github so we can now track releases there:
https://github.com/secdev/scapy/releases/tag/v2.3.3
Add upstream matplotlib support
Reviewed by: Sergey Kozlov <kozlov.sergey.404@gmail.com>
Approved by: Maintainer Timeout (2 weeks)
Differential Revision: https://reviews.freebsd.org/D13572 |
2.2.0_2 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
2.2.0_2 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
2.2.0_2 26 Aug 2015 15:50:04 |
amdmi3 |
- Switch graphics/py-PyX dependency to graphics/py-PyX12 which works with
python2
- While here, add LICENSE, NO_ARCH and pet portlint
PR: 201430
Submitted by: andrey@bsdnir.info
Approved by: maintainer timeout (vanhu, 7 weeks) |
2.2.0_1 19 Feb 2015 14:41:47 |
mat |
Depend on the correct file, so that the dependency *is* registered.
Sponsored by: Absolight |
2.2.0_1 24 Oct 2014 16:21:26 |
mva |
- Convert ports of net/ to new USES=python
Approved by: portmgr (implicit) |
2.2.0_1 15 Jun 2014 03:16:16 |
miwi |
- Fix typo
PR: 191026 |
2.2.0_1 22 Apr 2014 19:32:02 |
rm |
Return this port back to Yvan.
Reported by: thierry |
2.2.0_1 22 Apr 2014 08:08:28 |
rm |
net/scapy: take maintainership |
2.2.0_1 22 Apr 2014 02:55:43 |
linimon |
Reset vanhu@netasq.com: email bounces. |
2.2.0_1 04 Mar 2014 00:06:59 |
antoine |
Fix runtime on FreeBSD >= 10 |
2.2.0 02 Mar 2014 16:35:37 |
antoine |
- Stage support
- Use PYDISTUTILS_AUTOPLIST
- Use OPTIONS helpers |
2.2.0 13 Jan 2014 21:00:04 |
rene |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
2.2.0 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
2.2.0 09 Jan 2013 11:06:33 |
bapt |
Convert vanhu@ ports to new options framework
Removed optionnal dependency on the deprecated py-visual for net/scapy
Approved by: maintainer (vanhu) |
2.2.0 17 Mar 2011 17:36:18 |
miwi |
- Update to 2.2.0
Pr: 155151
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Approved by: maintainer |
2.1.1 28 Jul 2010 15:44:07 |
arved |
Update to 2.1.1
PR: 148850
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Approved by: maintainer |
2.1.0 06 Jan 2010 00:25:50 |
wen |
- Update to 2.1.0
- Remove 5 unneeded patches and add 6 new pathces
PR: ports/141471
Submitted by: Sofian Brabez <sbrabez@gmail.com>
Approved by: maintainer(timeout, >20days) |
2.0.1_2 28 Jul 2009 14:11:27 |
amdmi3 |
- Fix a Python import when importing of a pcap file in scapy
PR: 136798, 136924
Submitted by: Aurélien Ansel <aurelien.ansel@netasq.com>
Approved by: VANHULLEBUS Yvan <vanhu@netasq.com> (maintainer via private
email) |
2.0.1_1 06 Jul 2009 14:33:06 |
jadawin |
- Add some options (GRAPH, VPYTHON and SOX)
- Fix two dependencies (Queso and Nmap)
PR: ports/136160
Submitted by: Aurélien Ansel <aurelien.anse netasq.com>
Approved by: maintainer |
2.0.1 25 Jun 2009 02:15:47 |
wxs |
- Update to 2.0.1
PR: ports/135996
Submitted by: Vladimir Korkodinov <viper@perm.raid.ru>
Approved by: maintainer |
2.0.0.10 19 Nov 2008 20:41:56 |
lwhsu |
- Update to 2.0.0.10
PR: ports/128802
Submitted by: Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw>
Approved by: vanhu AT netasq.com (maintainer) |
1.1.1_1 24 Apr 2007 14:24:59 |
lwhsu |
- Add optional dependencies on p0f, nmap, queso and wireshark's databases
- Correct database files locations
- Bump PORTREVISION
PR: 111989
Submitted by: "R.Mahmatkhanov" <R.Mahmatkhanov AT SKYLINK.ru>
Approved by: VANHULLEBUS Yvan <yvan.vanhullebus AT netasq.com> (maintainer)
clsung (mentor, implicitly) |
1.1.1 17 Apr 2007 19:41:37 |
miwi |
- Update to 1.1.1
PR: 111518
Submitted by: R.Mahmatkhanov <R.Mahmatkhanov@SKYLINK.ru> (maintainer) |
1.0.5 05 Nov 2006 07:22:04 |
dinoex |
- update to 1.0.5
- new OPTIONS
PR: 104649
Submitted by: Anton Karpov
Approved by: VANHULLEBUS Yvan (maintainer) |
1.0.4 09 May 2006 17:37:13 |
mnag |
- Update to 1.0.4
PR: 96682
Submitted by: Martin Wilke <freebsd___unixfreunde.de>
Approved by: maintainer |
1.0.2 15 Dec 2005 14:29:01 |
garga |
Add scapy 1.0.2, powerful interactive packet manipulation program in
python.
PR: ports/90393
Submitted by: vanhu <vanhu@netasq.com> |