public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/sslscan/
Date: Fri, 24 Jul 2020 04:15:04 +0000 (UTC)	[thread overview]
Message-ID: <1595564087.80fdf2510255030c19c0803693e717cadb3e717a.graaff@gentoo> (raw)

commit:     80fdf2510255030c19c0803693e717cadb3e717a
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 24 04:14:47 2020 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Jul 24 04:14:47 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80fdf251

net-analyzer/sslscan: add 2.0.0

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 net-analyzer/sslscan/Manifest             |  2 ++
 net-analyzer/sslscan/sslscan-2.0.0.ebuild | 50 +++++++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

diff --git a/net-analyzer/sslscan/Manifest b/net-analyzer/sslscan/Manifest
index 8d3a954d335..2b49942ffbf 100644
--- a/net-analyzer/sslscan/Manifest
+++ b/net-analyzer/sslscan/Manifest
@@ -2,3 +2,5 @@ DIST sslscan-1.11.12-rbsec-openssl.tar.gz 5523256 BLAKE2B d8f5aa8bf748310fe1186e
 DIST sslscan-1.11.12-rbsec.tar.gz 56346 BLAKE2B 0079a4be50c037c02bc716341315e0a2164742f270a54fa616ba223b5ecc56bdfa9cec3bc495cd57d4d20cdb4331c622bb78b705f2516fcff228306bb1e5c6ff SHA512 e667cc50f0ec71343b73ca11871a1a53aa9f255c671f16b7c5f33093125a1e60d6e7945e7bd7296f4a71aa6837c823dc939e18982f3e3f831acc061ead9e7ebb
 DIST sslscan-1.11.13-rbsec-openssl.tar.gz 5523256 BLAKE2B d8f5aa8bf748310fe1186ec9ab74ecc33425d6fa3db709d94516780d4efadbdd9cf6358798796704dfeb4032ec615298f3b67c8150e314f1e79a4d826c2589b7 SHA512 9bfdac0b6dcbb9e932ef41db9753f7298cf38ddc18731386968289114fd5ed10d81e95523d557b42b431377638d2f62fb710189e7d944ba89979fe5e3437fd3f
 DIST sslscan-1.11.13-rbsec.tar.gz 57006 BLAKE2B ea5e2754f5a8218ee1f3aba26e7efe2394fa87b79137955705edc4600d67139f2641ac7b4e7a92f7273878f5b150e3e1b159114c833dc180049688563cf5095b SHA512 51477e5b29a2fc87e2d6c8d76430eeb2a6feb388d47392938b9e2c572acc5926534a19dc249080a066256a1a6cbfe08b162e9f3839386c86116352e5eb57c544
+DIST sslscan-2.0.0.tar.gz 109677 BLAKE2B 728ca5f59e7d46cf6bf4ac03fce8eb8b7183f9984da58985c3964a3d82c2b5ba6e1f90361cb7c504db3555ff0d6edb739a97aa2b6b4c90970ababd1bf2faa9cd SHA512 faebf7014738a991be4d1d78fe0e9523f24a00c4154c19862fb46c3cc1674d5f8c3ab03e58975401e3265c9e2ada0cab9898d17c0f089dd3a20ba44b4fbf78ab
+DIST sslscan-OpenSSL_1_1_1g.tar.gz 9975550 BLAKE2B 22efa4ffe5d56a861bc4e2e1bc9a558e79265a3789acd9ca65d0a1162a1808a089a92a234e88c951f2a3cdabd3b1908ac7fe6d5f2b5fe554f229a22c11ab185b SHA512 bc8d24d7fc93542a8d77e13a57768de242ef679ef4db93c1b6b981a15a60646a5c5d869d066248448f3eb1ab2012e3ddc80bf301f486c0574d469a3f7db7b8d4

diff --git a/net-analyzer/sslscan/sslscan-2.0.0.ebuild b/net-analyzer/sslscan/sslscan-2.0.0.ebuild
new file mode 100644
index 00000000000..874d6c6593b
--- /dev/null
+++ b/net-analyzer/sslscan/sslscan-2.0.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# sslscan builds against a static openssl library to allow weak ciphers
+# to be enabled so that they can be tested.
+OPENSSL_RELEASE_TAG="OpenSSL_1_1_1g"
+
+inherit toolchain-funcs
+
+DESCRIPTION="Fast SSL configuration scanner"
+HOMEPAGE="https://github.com/rbsec/sslscan"
+#MY_FORK="rbsec"
+#SRC_URI="https://github.com/${MY_FORK}/${PN}/archive/${PV}-${MY_FORK}.tar.gz -> ${P}-${MY_FORK}.tar.gz
+#	https://github.com/PeterMosmans/openssl/archive/${MOSMANS_OPENSSL_COMMIT}.tar.gz -> ${P}-${MY_FORK}-openssl.tar.gz"
+SRC_URI="https://github.com/rbsec/sslscan/archive/${PV}.tar.gz -> ${P}.tar.gz
+		 https://github.com/openssl/openssl/archive/${OPENSSL_RELEASE_TAG}.tar.gz -> ${PN}-${OPENSSL_RELEASE_TAG}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-libs/openssl:*"
+RDEPEND="${DEPEND}"
+
+# Requires a docker environment
+RESTRICT="test"
+
+# S="${WORKDIR}/${P}-${MY_FORK}"
+
+src_prepare() {
+	ln -s ../openssl-${OPENSSL_RELEASE_TAG} openssl || die
+	touch .openssl_is_fresh || die
+	sed -i -e '/openssl\/.git/,/fi/d' \
+		-e '/openssl test/d' Makefile || die
+
+	default
+}
+
+src_compile() {
+	emake static
+}
+
+src_install() {
+	DESTDIR="${D}" emake install
+
+	dodoc Changelog README.md
+}


             reply	other threads:[~2020-07-24  4:15 UTC|newest]

Thread overview: 90+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-24  4:15 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-19 11:55 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/sslscan/ Hans de Graaff
2025-03-19 11:54 Hans de Graaff
2024-12-04  9:15 Sam James
2024-12-03 11:14 Sam James
2024-12-02  9:24 Hans de Graaff
2024-06-20  5:38 Hans de Graaff
2024-02-19 17:59 Hans de Graaff
2024-01-23 18:46 Sam James
2024-01-23 16:40 Sam James
2024-01-23 10:54 Hans de Graaff
2024-01-23 10:54 Hans de Graaff
2023-11-16 17:17 Arthur Zamarin
2023-11-16 17:17 Arthur Zamarin
2023-11-16  6:59 Hans de Graaff
2023-11-16  6:59 Hans de Graaff
2023-09-20  4:37 Hans de Graaff
2023-09-06  5:34 Hans de Graaff
2023-07-10  9:28 Arthur Zamarin
2023-07-10  9:28 Arthur Zamarin
2023-07-10  7:36 Hans de Graaff
2023-04-09  7:42 Sam James
2023-04-09  7:42 Sam James
2023-04-09  7:42 Hans de Graaff
2023-04-09  7:42 Hans de Graaff
2022-07-04  5:21 Hans de Graaff
2022-06-25 13:28 Jakov Smolić
2022-06-25 13:28 Jakov Smolić
2022-06-25  6:07 Hans de Graaff
2022-06-25  6:07 Hans de Graaff
2022-06-17 11:48 Jakov Smolić
2022-04-04  5:41 Hans de Graaff
2022-03-16  6:41 Hans de Graaff
2022-03-16  6:41 Hans de Graaff
2022-02-25 10:08 Jakov Smolić
2022-02-25 10:08 Jakov Smolić
2022-02-25  8:17 Hans de Graaff
2021-12-17  6:50 Hans de Graaff
2021-12-04 10:20 Hans de Graaff
2021-12-03 15:58 Sam James
2021-12-03  7:46 Arthur Zamarin
2021-12-03  6:44 Hans de Graaff
2021-04-28 17:26 Hans de Graaff
2021-04-03 15:57 Sam James
2021-03-26  6:36 Hans de Graaff
2021-03-26  6:36 Hans de Graaff
2021-02-21  6:47 Hans de Graaff
2021-02-11  6:55 Hans de Graaff
2021-02-05 12:31 Sam James
2021-02-05 10:40 Sam James
2021-02-05  7:16 Hans de Graaff
2020-11-04  6:27 Hans de Graaff
2020-10-26  6:46 Hans de Graaff
2020-10-26  6:46 Hans de Graaff
2020-10-15  5:07 Hans de Graaff
2020-10-13  4:26 Hans de Graaff
2020-10-09  8:06 Hans de Graaff
2020-10-09  8:06 Hans de Graaff
2020-10-05  5:17 Hans de Graaff
2020-09-21 17:24 Hans de Graaff
2020-08-30  5:35 Hans de Graaff
2020-08-29 17:57 Thomas Deutschmann
2020-07-24 15:09 Agostino Sarubbo
2019-10-13  8:46 Hans de Graaff
2019-05-13  5:31 Hans de Graaff
2019-05-12 20:56 Thomas Deutschmann
2019-04-02  4:11 Hans de Graaff
2018-10-25  7:28 Hans de Graaff
2018-10-25  7:28 Hans de Graaff
2018-07-21  4:05 Hans de Graaff
2018-07-20 22:40 Thomas Deutschmann
2018-01-27 11:37 Hans de Graaff
2018-01-09  6:14 Hans de Graaff
2018-01-08 22:50 Thomas Deutschmann
2018-01-07  7:48 Hans de Graaff
2017-07-21 17:01 Hans de Graaff
2017-06-27  3:55 Hans de Graaff
2017-06-26 20:52 Hans de Graaff
2017-06-26 20:52 Hans de Graaff
2017-04-10  5:23 Hans de Graaff
2016-12-28  8:14 Hans de Graaff
2016-12-28  8:14 Hans de Graaff
2016-09-04  6:23 Hans de Graaff
2016-07-01 13:02 Hans de Graaff
2016-05-28  7:16 Hans de Graaff
2016-03-07 19:40 Hans de Graaff
2016-03-04 16:46 Jason Donenfeld
2016-03-04 16:16 Jason Donenfeld
2016-03-03 17:14 Jason Donenfeld
2016-03-03 17:11 Jason Donenfeld

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1595564087.80fdf2510255030c19c0803693e717cadb3e717a.graaff@gentoo \
    --to=graaff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox