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, 17 Dec 2021 06:50:09 +0000 (UTC) [thread overview]
Message-ID: <1639723806.915992cd41ab50e492b17aa8f4e8e59898841bd3.graaff@gentoo> (raw)
commit: 915992cd41ab50e492b17aa8f4e8e59898841bd3
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 17 06:46:45 2021 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Dec 17 06:50:06 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=915992cd
net-analyzer/sslscan: add 2.0.11
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
net-analyzer/sslscan/Manifest | 2 ++
net-analyzer/sslscan/sslscan-2.0.11.ebuild | 41 ++++++++++++++++++++++++++++++
2 files changed, 43 insertions(+)
diff --git a/net-analyzer/sslscan/Manifest b/net-analyzer/sslscan/Manifest
index 897aeacb27c7..8f5c0cd46011 100644
--- a/net-analyzer/sslscan/Manifest
+++ b/net-analyzer/sslscan/Manifest
@@ -1,2 +1,4 @@
DIST sslscan-2.0.10.tar.gz 110417 BLAKE2B 88c095096dd615b13e3c68e6ece7eff8588e7debe65c5c6b228392d78c806029a2bc18a6c42bee480e2bb669b39753b39de160917eafbb654f5d8b64ba50d309 SHA512 d6adc76579dd99648359e9694b615bf1d9be90d71736e49305fefa0c0e1e386af2457c534136d8da2219c080b1119873f54a4cdf1b82675f0ce24f4e6ae068ee
+DIST sslscan-2.0.11.tar.gz 110704 BLAKE2B 4d4db6fa7b8f6f611e752d0f97ff1219fcbd064280bc4133dd38d1268cb268847801d25403eeb6bc475579a931e944c9a21d90e40fed6bed2a6a6bc535540f7d SHA512 99681cd8b7240cf85dedfaf210cae11ba3dbf2d56c3fa8ef3f3cdcabb6b29916b640e5955a7876ebb9be36dbe326da303e5bda7537b48743ff0a8c1bd35dbf0c
DIST sslscan-OpenSSL_1_1_1k.tar.gz 9996510 BLAKE2B 755bbdfa5738e2f2d0a72b0e01861acb2df33f499e140b46a40562b0d6035992f5aae084c480d9fe4e82e4a4f74929e686c31b04f126859375357a0f9c207b5b SHA512 b963e24f598d4c95455733a1b06f73b802ccf18c3a4aa8e1436ef597aba3daa6020d032051439b35f72bd566e9e62d24aaacce770567e2b9e5c82958698d3d97
+DIST sslscan-OpenSSL_1_1_1m.tar.gz 10023608 BLAKE2B a6951bfcddea224a4920f18b7352feb427b979965f8f563b9adf3dc3152133fd44d7a3c490c522986066db6b23c2e878f135a7a9160f564d435e66c2cce0c51f SHA512 af85d15c9db06eb9cdfa9e16ef9f859df752d823aa7c7f0c1b334cd71ba924878c686a65e756fd09c7630b650aad1a2bbe02acdfd6c389b52c2560d32d4150fb
diff --git a/net-analyzer/sslscan/sslscan-2.0.11.ebuild b/net-analyzer/sslscan/sslscan-2.0.11.ebuild
new file mode 100644
index 000000000000..52fba6fc3921
--- /dev/null
+++ b/net-analyzer/sslscan/sslscan-2.0.11.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# 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_1m"
+
+DESCRIPTION="Fast SSL configuration scanner"
+HOMEPAGE="https://github.com/rbsec/sslscan"
+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"
+
+# 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
+}
next reply other threads:[~2021-12-17 6:50 UTC|newest]
Thread overview: 88+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-17 6:50 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-04 9:15 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/sslscan/ 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-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
2020-07-24 4:15 Hans de Graaff
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=1639723806.915992cd41ab50e492b17aa8f4e8e59898841bd3.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