net-analyzer / sslsplit

Transparent SSL/TLS interception

Official package sites : https://github.com/droe/sslsplit · https://www.roe.ch/SSLsplit ·

SSLsplit is a tool for man-in-the-middle attacks against SSL/TLS encrypted network connections. It is intended to be useful for network forensics, application security analysis and penetration testing.

v0.5.5-r1 :: 0 :: gentoo

Modified
License
BSD-2
Keywords
~amd64 ~arm64 ~x86
USE flags
test

General

test
Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)

dev-libs / check : A unit test framework for C

dev-libs / libevent : Library to execute a function when a specific event occurs on a file descriptor

dev-libs / openssl : Robust, full-featured Open Source Toolkit for the Transport Layer Security (TLS)

net-libs / libnet : Library for commonly used low-level network functions

net-libs / libpcap : A system-independent library for user-level network packet capture

sys-libs / fts-standalone : Standalone fts library for use with musl

dev-libs / libevent : Library to execute a function when a specific event occurs on a file descriptor

dev-libs / openssl : Robust, full-featured Open Source Toolkit for the Transport Layer Security (TLS)

net-libs / libnet : Library for commonly used low-level network functions

net-libs / libpcap : A system-independent library for user-level network packet capture

sys-libs / fts-standalone : Standalone fts library for use with musl

889214
net-analyzer/sslsplit-0.5.5 - emake failed: make: /bin/sh: No file descriptors available
Repository mirror & CI · gentoo
Merge updates from master
Mike Gilbert · gentoo
net-analyzer/sslsplit: adjust libevent dependency
Bug: https://bugs.gentoo.org/869722 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
net-analyzer/sslsplit: Keyword 0.5.5 arm64, #892545
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Petr Vaněk · gentoo
net-analyzer/sslsplit: use pkgconfig to detect libnet
SSLsplit uses custom localization of libnet library which does not work correctly in multilib environment. This commit fixes the issue by restoring pkgconfig detection from upstream commit 46a55de8040a ("Refactor location of packages, improve libnet detection"). Similar patch is also needed for tests, where libcrypto is also searched with pkgconfig. Closes: https://bugs.gentoo.org/731190 Closes: https://bugs.gentoo.org/874075 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/27631 Signed-off-by: Sam James <sam@gentoo.org>
Petr Vaněk · gentoo
net-analyzer/sslsplit: update HOMEPAGE
Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
Petr Vaněk · gentoo
net-analyzer/sslsplit: drop 9999
Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
Petr Vaněk · gentoo
net-analyzer/sslsplit: drop 0.5.4
Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Joonas Niilola · gentoo
net-analyzer/sslsplit: add subslot binder against libevent
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Petr Vaněk · gentoo
net-analyzer/sslsplit: fix openssl3 support
Upstream-issue: https://github.com/droe/sslsplit/issues/290 Closes: https://bugs.gentoo.org/805536 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/25611 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
David Seifert · gentoo
net-analyzer/sslsplit: remove implicit elibc_* flags
Signed-off-by: David Seifert <soap@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Petr Vaněk · gentoo
net-analyzer/sslsplit: Add missing dependencies
Closes: https://bugs.gentoo.org/724938 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/15954 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
*/*: [QA] Fix trivial cases of MissingTestRestrict
The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Petr Vaněk · gentoo
net-analyzer/sslsplit: version bump to 0.5.5
Closes: https://bugs.gentoo.org/696720 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/13162 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Petr Vaněk · gentoo
net-analyzer/sslsplit: Remove old version
Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/12621 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Petr Vaněk · gentoo
net-analyzer/sslsplit: update 9999 ebuild, EAPI-7 Bump
Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Petr Vaněk · gentoo
net-analyzer/sslsplit: Bump to version 0.5.4
Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michael Mair-Keimberger · gentoo
net-analyzer/sslsplit: use HTTPS.
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/10960 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Petr Vaněk · gentoo
net-analyzer/sslsplit: fix an error in network-sandboxed test
Closes: https://bugs.gentoo.org/650998 Closes: https://github.com/gentoo/gentoo/pull/7528 Package-Manager: Portage-2.3.24, Repoman-2.3.6
Petr Vaněk · gentoo
net-analyzer/sslsplit: explicit elibc_musl
Petr Vaněk · gentoo
net-analyzer/sslsplit: fix date
Petr Vaněk · gentoo
net-analyzer/sslsplit: New ebuild
Introduce a new ebuild for sslsplit, the tool for transparent SSL/TLS interception. Closes: https://bugs.gentoo.org/637926 Closes: https://github.com/gentoo/gentoo/pull/6210