CMB / edbrowse

A command-line editor and web browser.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libpcre2

sylware opened this issue · comments

Hi, I wrote a patch as a attempt to port edbrowse to libpcre2. I understand nearly nothing, then it is probably garbage, but it seems to work.
The patch is on pastebin since github does not work with noscript/basic (x)html browser for patch submission (the name is weird, it is expected):
https://paste.c-net.org/TrailingMentions

Hi sylware
When I load your patch from edbrowse, I can receive your patch fine. I can tell that it's plain text. But when I load it from a GUI browser, my antivirus software Malwarebytes issues a warning, "malicious site." It's a false alarm but maybe it would be a good idea to delete the link after we've received it from you so that it does not sit here and confuse anyone else who passes through and clicks it. I would also not want github to penalize us if they have some kind of indiscriminate checker.

yeah, this is what I suspected, a near brain dead portage from libpcre1 to libpcre2 broke some stuff.
I don't have libpcre on my glibc/linux distro and I thought only libpcre2 was deployed (I did a naive search).

:) thx! I can keep my libpcre2 build script then :P