summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-analyzer/sslsplit: version bump to 0.5.5Petr Vaněk2019-10-092-0/+47
| | | | | | | | 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>
* net-analyzer/sslsplit: Remove old versionPetr Vaněk2019-08-072-45/+0
| | | | | | | 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>
* net-analyzer/sslsplit: update 9999 ebuild, EAPI-7 BumpPetr Vaněk2019-08-071-6/+8
| | | | | | 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>
* net-analyzer/sslsplit: Bump to version 0.5.4Petr Vaněk2019-08-073-0/+77
| | | | | | 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>
* net-analyzer/sslsplit: use HTTPS.Michael Mair-Keimberger2019-02-052-4/+4
| | | | | | 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>
* net-analyzer/sslsplit: fix an error in network-sandboxed testPetr Vaněk2018-03-222-0/+2
| | | | | | Closes: https://bugs.gentoo.org/650998 Closes: https://github.com/gentoo/gentoo/pull/7528 Package-Manager: Portage-2.3.24, Repoman-2.3.6
* net-analyzer/sslsplit: explicit elibc_muslPetr Vaněk2018-03-222-2/+2
|
* net-analyzer/sslsplit: fix datePetr Vaněk2018-03-222-2/+2
|
* net-analyzer/sslsplit: New ebuildPetr Vaněk2018-03-184-0/+112
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