Re: [maintainer update] security/nuclei 3.2.6 to 3.3.9

2025-02-20 Thread lux
Yes, you can comment them. -- Original -- From: "Kirill A. Korinsky"

Re: [NEW] security/gitleaks

2024-05-24 Thread lux
On Sat, 2024-05-18 at 11:12 +0800, lux wrote: > Hello, > > Gitleaks is a SAST tool for detecting and preventing hardcoded > secrets like passwords, api keys, and tokens in git repos. Gitleaks  > is an easy-to-use, all-in-one solution for detecting secrets, past or  > pre

[NEW] security/gitleaks

2024-05-17 Thread lux
Hello, Gitleaks is a SAST tool for detecting and preventing hardcoded secrets like passwords, api keys, and tokens in git repos. Gitleaks  is an easy-to-use, all-in-one solution for detecting secrets, past or  present, in your code. Github: https://github.com/gitleaks/gitleaks Here is a port of

Re: [new] textproc/vgrep

2023-11-14 Thread lux
Hi, On Mon, 2023-11-13 at 11:06 +0100, Omar Polo wrote: > > > So, except the doubt regarding MODGO_VERSION format and why specifiying > v2.7.0 doesn't work (I tried also to append /v2 to MODGO_MODNAME), it's > okay for me to import. > > I think MODGO_VERSION just had to stay ugly: $ curl htt

Re: [new] textproc/vgrep

2023-11-12 Thread lux
On Wed, 2023-10-18 at 21:09 +0800, lux wrote: > On Sat, 2023-09-09 at 17:38 +, Omar Polo wrote: > > On 2023/09/09 23:51:20 +0800, lux wrote: > > > Github: https://github.com/vrothberg/vgrep > > > > > > The built-in grep command in OpenBSD is currently no

Re: [new] textproc/vgrep

2023-10-18 Thread lux
On Sat, 2023-09-09 at 17:38 +, Omar Polo wrote: > On 2023/09/09 23:51:20 +0800, lux wrote: > > Github: https://github.com/vrothberg/vgrep > > > > The built-in grep command in OpenBSD is currently not supported, but it > > works well with git-grep and ripgrep. I

Re: [new] net/simplehttpserver

2023-10-11 Thread lux
On Wed, 2023-10-11 at 16:39 +0100, Stuart Henderson wrote: > upstream says, "This project is intended for development purposes only; > it should not be used in production". is it really a good thing to have > in ports? > Hi, because this is not a long-term running web service, it is typically use

Re: [new] net/simplehttpserver

2023-10-11 Thread lux
On Sun, 2023-10-01 at 17:48 +0800, lux wrote: > Hi ports@, > > simplehttpserver with in addition a fully customizable TCP server, > both supporting TLS. > > Github: https://github.com/projectdiscovery/simplehttpserver > > Features: > > - HTTP/S Web Server >

[new] net/simplehttpserver

2023-10-01 Thread lux
Hi ports@, simplehttpserver with in addition a fully customizable TCP server, both supporting TLS. Github: https://github.com/projectdiscovery/simplehttpserver Features: - HTTP/S Web Server - File Server with arbitrary directory support - HTTP request/response dump - Configurable ip address

Re: [new] textproc/vgrep

2023-09-10 Thread lux
On Sat, 2023-09-09 at 19:38 +0200, Omar Polo wrote: > On 2023/09/09 23:51:20 +0800, lux wrote: > > Github: https://github.com/vrothberg/vgrep > > > > The built-in grep command in OpenBSD is currently not supported, > > but it > > works well with git-grep and r

[new] textproc/vgrep

2023-09-09 Thread lux
Hi ports@, vgrep is a pager for grep, git-grep, ripgrep and similar grep implementations, and allows for opening the indexed file locations in a user-specified editor such as vim or emacs. vgrep is inspired by the ancient cgvg scripts but extended to perform further operations such as listing st

Re: [Update] editors/emacs 28.2 -> 29.1

2023-07-31 Thread lux
On Mon, 2023-07-31 at 11:01 +0200, Omar Polo wrote: > > There are a couple of issues: > >  - x11/gtk3,-guic needs to be changed to x11/gtk4,-guic (done in diff > below) Hi OP, I apologize, but I couldn't find x11/gtk4,-guic.

[Update] editors/emacs 28.2 -> 29.1

2023-07-30 Thread lux
Hi, Emacs 29.1 was released yesterday, I update to 29.1. I attach a port file. Best regards Xi Lu emacs.tar.gz Description: application/compressed-tar

Re: [new] textproc/htmlq

2023-06-11 Thread lux
On Sun, 2023-06-11 at 09:31 +0100, Stuart Henderson wrote: > On 2023/06/10 21:13, lux wrote: > > Hi ports@, > > > > htmlq is a like `jq' tool, but for HTML. Uses CSS selectors to > > extract > > bits of content from HTML files. > > > > Github:

[new] textproc/htmlq

2023-06-10 Thread lux
Hi ports@, htmlq is a like `jq' tool, but for HTML. Uses CSS selectors to extract bits of content from HTML files. Github: https://github.com/mgdm/htmlq I'm make a port, and test on AMD64 7.3, works fine for me: $ uname -a OpenBSD openbsd 7.3 GENERIC.MP#1125 amd6 $ curl --silent www.openbsd.or

Re: [New] security/Nuclei 2.9.2 -> 2.9.3

2023-05-18 Thread lux
On Thu, 2023-05-18 at 16:44 +0100, Stuart Henderson wrote: > > I think you misunderstand - nuclei always prints that message even > when > it has only just downloaded/updated, so there's no chance they are > out > of date. > Hi, I reviewed the Nuclei code and it is a bug in the upstream code and

Re: [New] security/Nuclei 2.9.2 -> 2.9.3

2023-05-18 Thread lux
On Thu, 2023-05-18 at 16:48 +0100, Stuart Henderson wrote: > On 2023/05/18 23:07, lux wrote: > > Also I updated Nuclei to the latest version v2.9.4, and test ok. > > PS: > > The part which requires multiple committers to be involved is the > initial import. Updates can

Re: [New] security/Nuclei 2.9.2 -> 2.9.3

2023-05-18 Thread lux
Hi, thank you for your reply. On Thu, 2023-05-18 at 09:09 +0100, Stuart Henderson wrote: > - make test fails with "no required module provides package > github.com/projectdiscovery/nuclei/v2". can it be fixed? if not then > maybe NO_TEST is appropriate Not need test, `make test' is only for devel

Re: [New] security/Nuclei 2.9.2 -> 2.9.3

2023-05-16 Thread lux
On Fri, 2023-05-05 at 23:42 +0800, lux wrote: > On Fri, 2023-04-28 at 01:00 +0800, lux wrote: > > On Sat, 2023-04-15 at 21:02 +0200, Omar Polo wrote: > > > On 2023/04/14 21:30:26 +0800, lux wrote: > > > > On Wed, 2023-04-12 at 21:58 +0200, Omar Polo wrote: > >

Re: [Update] net/proxychains-ng 4.16

2023-05-11 Thread lux
On Sun, 2023-04-30 at 22:08 +0800, lux wrote: > Hi, > > Update for proxychains-ng to 4.16, and test ok. > > > > Index: Makefile > === > RCS file: /cvs/ports/net/proxychains-ng/Makefile,v > retrie

Re: [New] security/Nuclei 2.9.2 -> 2.9.3

2023-05-05 Thread lux
On Fri, 2023-04-28 at 01:00 +0800, lux wrote: > On Sat, 2023-04-15 at 21:02 +0200, Omar Polo wrote: > > On 2023/04/14 21:30:26 +0800, lux wrote: > > > On Wed, 2023-04-12 at 21:58 +0200, Omar Polo wrote: > > > > I haven't t

[Update] net/proxychains-ng 4.16

2023-04-30 Thread lux
Hi, Update for proxychains-ng to 4.16, and test ok. Index: Makefile === RCS file: /cvs/ports/net/proxychains-ng/Makefile,v retrieving revision 1.5 diff -u -p -r1.5 Makefile --- Makefile11 Mar 2022 19:46:58 -  1.5 +++ Ma

Re: [New] security/Nuclei 2.9.0 to 2.9.2

2023-04-27 Thread lux
On Sat, 2023-04-15 at 21:02 +0200, Omar Polo wrote: > On 2023/04/14 21:30:26 +0800, lux wrote: > > On Wed, 2023-04-12 at 21:58 +0200, Omar Polo wrote: > > > I haven't tested it, but the build ends with a > > > > > > : zsyscall_openbsd_amd64.s:213 >

Re: [security-update] editors/emacs.28.2

2023-04-16 Thread lux
On Sun, 2023-04-16 at 23:58 +0200, Jeremie Courreges-Anglas wrote: > The .desktop patch is so ugly.  Yes, I can only think of it as ASCII art..

[security-update] editors/emacs.28.2

2023-04-16 Thread lux
Hi, these patches fix CVE-2023-28617, CVE-2023-27985 and CVE-2023- 27986. The release of Emacs 28.3 has hit some snags[1], and I don't think it will be released anytime soon (will not even release), so I'll submit the security patch first. - [1] https://lists.gnu.org/archive/html/emacs-devel/2023

Re: [New] security/Nuclei 2.9.0

2023-04-16 Thread lux
On Sat, 2023-04-15 at 21:02 +0200, Omar Polo wrote: > > Yep, it comes since some dependency of nuclei is calling syscall() > directly.  Don't know how to tell which it is.  However, that doesn't > imply that the port is broken, it's just a hint that it *might* be > so. > I haven't tested, beside a

Re: [New] security/Nuclei 2.9.0

2023-04-14 Thread lux
Hi OP, thanks for helping me test and modify this patch, I compiled successfully and it works. On Wed, 2023-04-12 at 21:58 +0200, Omar Polo wrote: > > I haven't tested it, but the build ends with a > > : zsyscall_openbsd_amd64.s:213 > : (syscall/zsyscall_openbsd_amd64.s:213)([...]/go-link- > 124

Re: [New] security/Nuclei 2.9.0

2023-04-11 Thread lux
On Thu, 2023-03-30 at 08:53 +0800, lux wrote: > Hi > > Nuclei is a fast and customisable vulnerability scanner based on > simple > YAML based DSL. > > Nuclei is used to send requests across targets based on a template, > leading to zero false positives and providing fa

[New] security/Nuclei 2.9.0

2023-03-29 Thread lux
Hi Nuclei is a fast and customisable vulnerability scanner based on simple YAML based DSL. Nuclei is used to send requests across targets based on a template, leading to zero false positives and providing fast scanning on a large number of hosts. Nuclei offers scanning for a variety of protocols,

[Update] net/proxychains-ng 4.16

2023-03-29 Thread lux
Hi, Update for proxychains-ng to 4.16. Index: Makefile === RCS file: /cvs/ports/net/proxychains-ng/Makefile,v retrieving revision 1.5 diff -u -p -r1.5 Makefile --- Makefile11 Mar 2022 19:46:58 -  1.5 +++ Makefile18

Re: [Update] inputmethods/fcitx 5.0.22

2023-03-29 Thread lux
On Mon, 2023-03-20 at 08:18 +, Yifei Zhan wrote: > On 23/03/18 10:34AM, lux wrote: > > Hi, > > > > Update for fcitx5 to 5.0.22. > > > > Thanks for taking care of it :) > > As Stuart mentioned, we will be focusing on testing existing ports > ins

Re: [Update] inputmethods/fcitx 5.0.22

2023-03-18 Thread lux
On Sat, 2023-03-18 at 07:05 +, Stuart Henderson wrote: > > We are currently in release mode so won't be committing routine > updates for now > > That port has a maintainer, please CC them on any changes (I have > CC'd this mail) Ok, thanks. > > > -CXXFLAGS +=-I${LOCALBASE}/include -I${

[Update] net/proxychains-ng 4.16

2023-03-17 Thread lux
Hi, Update for proxychains-ng to 4.16. Index: Makefile === RCS file: /cvs/ports/net/proxychains-ng/Makefile,v retrieving revision 1.5 diff -u -p -r1.5 Makefile --- Makefile11 Mar 2022 19:46:58 - 1.5 +++ Makefile18

[Update] inputmethods/fcitx 5.0.22

2023-03-17 Thread lux
Hi, Update for fcitx5 to 5.0.22. Index: Makefile === RCS file: /cvs/ports/inputmethods/fcitx/Makefile,v retrieving revision 1.23 diff -u -p -r1.23 Makefile --- Makefile21 Jun 2022 10:35:49 - 1.23 +++ Makefile18 Mar

Re: [Update] editors/emacs.28.2

2023-03-15 Thread lux
On Tue, 2023-03-14 at 14:12 +0100, Jeremie Courreges-Anglas wrote: > On Sun, Mar 12 2023, "lux" wrote: > > Hi ports@: > >    > >    Here is a patch for Emacs.28.2, fixed CVE-2022-45939, CVE-2022- > > 48337, CVE-2022-48338 and CVE-2022-48339. > > Commit

[Update] editors/emacs.28.2

2023-03-11 Thread lux
Hi ports@: Here is a patch for Emacs.28.2, fixed CVE-2022-45939, CVE-2022- 48337, CVE-2022-48338 and CVE-2022-48339. emacs-28.2.patch Description: Binary data