summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny2021-03-161-1/+1
| | | | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '/pkgmetadata/maintainer[substring(email, string-length(email) - string-length("@gentoo.org") + 1) != "@gentoo.org"]' \ -t attr -n proxied -v yes {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Add 'proxied="proxy"' for proxy-maint projectMichał Górny2021-03-161-1/+1
| | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '//maintainer[email="proxy-maint@gentoo.org"]' \ -t attr -n proxied -v proxy {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-analyzer/sslsplit: Add missing dependenciesPetr Vaněk2020-06-153-6/+9
| | | | | | | | 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>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-113-0/+3
| | | | | | | | | | | | | | | | | | 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>
* 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