From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ssldump/
Date: Sat, 28 May 2022 02:52:30 +0000 (UTC) [thread overview]
Message-ID: <1653706338.9be51e75bd6efc62c1139198a7a992d69ff32acf.sam@gentoo> (raw)
commit: 9be51e75bd6efc62c1139198a7a992d69ff32acf
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 28 02:23:08 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 28 02:52:18 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9be51e75
net-analyzer/ssldump: add 1.5
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-analyzer/ssldump/Manifest | 1 +
net-analyzer/ssldump/ssldump-1.5.ebuild | 32 ++++++++++++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/net-analyzer/ssldump/Manifest b/net-analyzer/ssldump/Manifest
index 5a4c9105087c..f1fb6428f860 100644
--- a/net-analyzer/ssldump/Manifest
+++ b/net-analyzer/ssldump/Manifest
@@ -1 +1,2 @@
DIST ssldump-1.4.tar.gz 129184 BLAKE2B db27f94deaa8b1f0e656d22e645db349bba872d8404a1d8a82098c3a2dd4c6d4b12bb3d430094825219a66bd203736cc27766967d3ce0923bd5fdd64a452d6cd SHA512 fb17c5610dcfce3e8020a5148d37be5b2fbc3083d78727281922ae32b5905c4aa882cd368c3581238f3492c6b5bab943dcff6a966d64160a3836d6a95bdc7682
+DIST ssldump-1.5.tar.gz 129388 BLAKE2B 9877bf604690911a3680cf4edfe0115a8a8e2ddf14abc260a99fdcc181bd727c5f3bfb0aa8864f502ff560ccab76e27a22266a3ed78eb516f019ed7cb44bef69 SHA512 4eb84744591539fdaf9b2454d23c917f5e97cb2e5f03e0c38393327caecc72dfc77ee7b734519b1f224a5e3a132185b8fccfeb9186fc9f1b586444fc748a3814
diff --git a/net-analyzer/ssldump/ssldump-1.5.ebuild b/net-analyzer/ssldump/ssldump-1.5.ebuild
new file mode 100644
index 000000000000..3935218c47f9
--- /dev/null
+++ b/net-analyzer/ssldump/ssldump-1.5.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="An SSLv3/TLS network protocol analyzer"
+HOMEPAGE="https://github.com/adulau/ssldump/"
+SRC_URI="https://github.com/adulau/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="openssl"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+
+RDEPEND="dev-libs/json-c:=
+ dev-libs/openssl:=
+ net-libs/libnet:1.1
+ net-libs/libpcap"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+ default
+
+ eautoreconf
+}
+
+src_install() {
+ dosbin ssldump
+ doman ssldump.1
+ dodoc ChangeLog CREDITS README README.md
+}
next reply other threads:[~2022-05-28 2:52 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-28 2:52 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-08 18:54 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ssldump/ Arthur Zamarin
2025-03-08 15:33 Sam James
2025-03-08 14:58 Arthur Zamarin
2025-03-08 14:26 Sam James
2024-12-23 20:01 Conrad Kostecki
2024-11-14 4:59 Jakov Smolić
2024-11-14 4:35 Sam James
2024-11-14 3:17 Sam James
2024-11-14 3:17 Sam James
2024-07-26 19:17 Arthur Zamarin
2022-12-18 19:35 Arthur Zamarin
2022-05-28 2:52 Sam James
2021-08-13 0:40 Sam James
2021-08-11 0:23 Sam James
2021-05-17 2:37 Sam James
2021-05-02 22:09 Sergei Trofimovich
2021-05-01 18:19 Agostino Sarubbo
2021-04-27 18:47 Sergei Trofimovich
2021-04-25 19:16 Sam James
2021-04-03 15:57 Sam James
2021-03-22 0:18 Sam James
2021-03-17 9:00 Sam James
2021-03-17 2:16 Sam James
2021-03-17 0:15 Sam James
2021-03-17 0:15 Sam James
2021-03-16 14:47 Sam James
2021-03-16 12:21 Sam James
2021-03-15 21:01 Sam James
2020-09-03 9:50 Jeroen Roovers
2019-02-27 22:24 Rick Farina
2016-07-27 5:12 Jeroen Roovers
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=1653706338.9be51e75bd6efc62c1139198a7a992d69ff32acf.sam@gentoo \
--to=sam@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