Index | Thread | Search

From:
Stuart Henderson <stu@spacehopper.org>
Subject:
Re: MAINTAINER UPDATE security/routersploit
To:
Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
Cc:
alf <a.schlichting@lemarit.com>, ports <ports@openbsd.org>
Date:
Sat, 1 Nov 2025 12:16:50 +0000

Download raw body.

Thread
On 2025/10/31 21:24, Sebastian Reitenbach wrote:
> Hi,
> 
> attached patch updates routersploit from 3.4.0 -> 3.4.7, and while there unbreaks its usage. It
> requires the net/py-snmp update I just sent in previous mail.
> 
> comments or even OK?
> 
> Sebastian

Looks like patches/patch-rsf_py is obsolete since
https://github.com/threat9/routersploit/commit/c7ad64f117344b
and the change to write logs in $HOME rather than cwd isn't ideal.
Can this patch just be removed?

It uses pkg_resources at runtime, as of py3.12 this is not in python
itself any more, moved to setuptools, so it needs RUN_DEPENDS on
devel/py-setuptools.

Whitespace in the Makefile got a bit messy after a ports-wide change so
it would make sense to tidy that too when updating.

Not a blocker for updating, but this will break when we move to Python
3.13 so it would be a good idea to preemptively port "standard-telnetlib"
and add it as RUN_DEPENDS.