ettercap:master

Last commit made on 2024-03-18
Get this branch:
git clone -b master https://git.launchpad.net/ettercap

Branch merges

Branch information

Name:
master
Repository:
lp:ettercap

Recent commits

9063192... by Gianfranco Costamagna

Merge pull request #1247 from diamant3/improve-readme

Improve README

3fb7fa1... by Diamond Rivero <email address hidden>

Improve README

- convert readme file to markdown
- use GitHub markdown syntax to make it visually appealing

6800f4f... by Gianfranco Costamagna

Merge pull request #1245 from koeppea/fix-1244

etterfilter: fix regex to match a function call

805f22b... by Alexander Koeppe <email address hidden>

etterfilter: fix regex to match a function call

7bb2d7a... by =?utf-8?q?Alexander_K=C3=B6ppe?= <email address hidden>

Update TODO

f03a117... by =?utf-8?q?Alexander_K=C3=B6ppe?= <email address hidden>

Merge pull request #1220 from LocutusOfBorg/1219-fix

Define _GNU_SOURCE to make sure memmem is found when build with musl-clang

9ec4066... by Gianfranco Costamagna

Merge pull request #1221 from kraj/master

sslstrip: Enhance the libcurl version check to consider version 8+

4053466... by Khem Raj

sslstrip: Enhance the libcurl version check to consider version 8+

Lately curl has released version 8 and hence LIBCURL_VERSION_MAJOR is
reset to 0, current check assumes major version to be 7 at max and hence
on systems with libcurl 8+ this check breaks and build fails

Fixes

TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ettercap/0.8.3.1-r0/git/plug-ins/sslstrip/sslstrip.c:57:2: error: libcurl 7.26.0 or up is needed
 ^
1 error generated.

Signed-off-by: Khem Raj <email address hidden>

3ef5115... by Gianfranco Costamagna

Define _GNU_SOURCE to make sure memmem is found when musl library is used.
This fixes issue: #1219

Thanks Sam James for the suggestion!

037996b... by =?utf-8?q?Alexander_K=C3=B6ppe?= <email address hidden>

Merge pull request #1217 from LocutusOfBorg/1216-fix

Fixup pcre2_compile options, sync them with pcre_compile