Re: [update] net/scapy 2.5.0

2023-04-21 Thread Alexander Bluhm
On Fri, Apr 21, 2023 at 08:05:29AM +, Laurent Cheylus wrote: > Hi, > > a simple update for net/scapy version 2.5.0 : update Makefile and > pkg/PLIST for this version. The previous time when an update to scapy 2.4.5 was tried, it broke a bunch of OpenBSD regress tests. https://marc.info/?l=o

[update] net/scapy 2.5.0

2023-04-21 Thread Laurent Cheylus
Hi, a simple update for net/scapy version 2.5.0 : update Makefile and pkg/PLIST for this version. Changelog https://github.com/secdev/scapy/releases/tag/v2.5.0 Build and tests OK on current/amd64. Comments welcome and please commit if OK. Laurent Index: Makefile ==

Re: UPDATE: net/scapy

2022-02-25 Thread Alexander Bluhm
On Fri, Feb 25, 2022 at 09:41:45AM +, Ricardo wrote: > Attached is an update to net/scapy (changes: > https://github.com/secdev/scapy/releases/tag/v2.4.5). I have the same diff in my home for a while. But I never commited it as it breaks regress tests. I did not find time to look into it.

Re: UPDATE: net/scapy

2022-02-25 Thread Stuart Henderson
On 2022/02/25 12:18, Ricardo wrote: > Do you mean indentation? I like to keep everything aligned. It's also easier > to read. I use tabs though. And other people don't like to have loads of horizontal space ;)

Re: UPDATE: net/scapy

2022-02-25 Thread Stuart Henderson
On 2022/02/25 09:41, Ricardo wrote: > Hey ports@, > > Attached is an update to net/scapy (changes: > https://github.com/secdev/scapy/releases/tag/v2.4.5). > > Tested on amd64. > > Obrigado. > ~Ricardo Oh, the ".if ${PROPERTIES:Mcxx11}" should change to ".if ${PROPERTIES:Mrust}" btw you can u

Re: update net/scapy

2016-01-31 Thread Daniel Jakots
On Sun, 24 Jan 2016 16:10:03 +0100, Daniel Jakots wrote: ping ? > On Fri, 22 Jan 2016 14:44:48 +, Stuart Henderson > wrote: > > > There's this code in lib/scapy/arch/unix.py:in6_getifaddr which > > calls "ifconfig -l" which is expecting to see a list of interfaces: > > > > # List all

Re: update net/scapy

2016-01-24 Thread Daniel Jakots
On Fri, 22 Jan 2016 14:44:48 +, Stuart Henderson wrote: > There's this code in lib/scapy/arch/unix.py:in6_getifaddr which > calls "ifconfig -l" which is expecting to see a list of interfaces: > > # List all network interfaces > try: > f = os.popen("%s -l" % conf.prog.ifconfig

Re: update net/scapy

2016-01-22 Thread Stuart Henderson
Oh, testing it sends packets OK for me, but it shows this at startup (the PyX INFO line is expected/normal). $ scapy INFO: Can't import PyX. Won't be able to use psdump() or pdfdump(). usage: ifconfig [-AaC] [interface] [address_family] [address [dest_address]] [parameters] INFO: N

Re: update net/scapy

2016-01-22 Thread Jonathan Armani
Looks good to me too. OK 2016-01-22 14:00 GMT+01:00 Stuart Henderson : > Looks good to me, OK with you Jonathan? > > > On 2016/01/22 13:37, Daniel Jakots wrote: > > On Thu, 21 Jan 2016 23:44:08 +, Stuart Henderson > > wrote: > > > > > On 2016/01/21 21:52, Daniel Jakots wrote: > > > > -MASTE

Re: update net/scapy

2016-01-22 Thread Stuart Henderson
Looks good to me, OK with you Jonathan? On 2016/01/22 13:37, Daniel Jakots wrote: > On Thu, 21 Jan 2016 23:44:08 +, Stuart Henderson > wrote: > > > On 2016/01/21 21:52, Daniel Jakots wrote: > > > -MASTER_SITES=${HOMEPAGE}/files/ > > > -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} etherty

Re: update net/scapy

2016-01-22 Thread Daniel Jakots
On Thu, 21 Jan 2016 23:44:08 +, Stuart Henderson wrote: > On 2016/01/21 21:52, Daniel Jakots wrote: > > -MASTER_SITES= ${HOMEPAGE}/files/ > > -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ethertypes > > +MASTER_SITES0= http://git.netfilter.org/ebtables/plain/ > > +DISTFILES= ${DISTNAME}.tar

Re: update net/scapy

2016-01-21 Thread Stuart Henderson
On 2016/01/21 21:52, Daniel Jakots wrote: > -MASTER_SITES=${HOMEPAGE}/files/ > -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ethertypes > +MASTER_SITES0= http://git.netfilter.org/ebtables/plain/ > +DISTFILES= ${DISTNAME}.tar.gz ethertypes:0 please give that ethertypes file a versioned n

Re: update net/scapy

2016-01-21 Thread Daniel Jakots
On Thu, 21 Jan 2016 15:57:19 -0500, Michael McConville wrote: > Daniel Jakots wrote: > > Our scapy is old. Here's a diff to update it to latest stable. > > Upstream moved to github. > > > > While talking with them, they advised me to get ethertypes somewhere > > else than the website [1]. As it

Re: update net/scapy

2016-01-21 Thread Michael McConville
Daniel Jakots wrote: > Our scapy is old. Here's a diff to update it to latest stable. > Upstream moved to github. > > While talking with them, they advised me to get ethertypes somewhere > else than the website [1]. As it's the same name but with different > checksum, you'll have to use REFETCH=t

update net/scapy

2016-01-21 Thread Daniel Jakots
Hi, Our scapy is old. Here's a diff to update it to latest stable. Upstream moved to github. While talking with them, they advised me to get ethertypes somewhere else than the website [1]. As it's the same name but with different checksum, you'll have to use REFETCH=true. The difference with the

UPDATE: net/scapy -> 2.1.0

2009-12-23 Thread Emilien Gaspar
Hello, here is an update for net/scapy to 2.1.0. Unit tests (IPv4-compatible) work, except "Automaton *" here (as the previous version). Tested on i386. Comments ? eg. Index: Makefile === RCS file: /cvs/ports/net/scapy/Makefile,

Re: UPDATE: net/scapy to version 1.1.1

2007-04-27 Thread Claudio Jeker
On Thu, Apr 26, 2007 at 06:16:35PM +0200, Claudio Jeker wrote: > This diff brings the scapy port to the newest version. > This is needed to make scapy6 work -- I'll create a port for that too. > > I had to fix a few issues -- grrr grumble. Lesson to learn: never try to > parse netstat output assum

UPDATE: net/scapy to version 1.1.1

2007-04-26 Thread Claudio Jeker
This diff brings the scapy port to the newest version. This is needed to make scapy6 work -- I'll create a port for that too. I had to fix a few issues -- grrr grumble. Lesson to learn: never try to parse netstat output assuming that you can simply split it to seven fields! Locked MTU entries add