From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/stun/
Date: Fri, 18 Oct 2024 08:27:04 +0000 (UTC) [thread overview]
Message-ID: <1729239683.a73f4078c58d34682a62616314d36b03833d58df.flow@gentoo> (raw)
commit: a73f4078c58d34682a62616314d36b03833d58df
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 18 07:08:55 2024 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Oct 18 08:21:23 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a73f4078
dev-erlang/stun: add 1.2.14
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
dev-erlang/stun/Manifest | 1 +
dev-erlang/stun/stun-1.2.14.ebuild | 22 ++++++++++++++++++++++
2 files changed, 23 insertions(+)
diff --git a/dev-erlang/stun/Manifest b/dev-erlang/stun/Manifest
index 36849c4b60e9..17ac15e3096c 100644
--- a/dev-erlang/stun/Manifest
+++ b/dev-erlang/stun/Manifest
@@ -1,6 +1,7 @@
DIST stun-1.0.47.tar.gz 41277 BLAKE2B c40e326688dbddc37c82a0850cd2f8c4676898f208789960c0af346e0e27cc5aca199605e431ce7eb012dd2469b8938be39e02c59daea8d039d73c043f449ffd SHA512 921064bdaa6838d30c8fdd161f525ab11f91011700cfee222a9bac0c56a01efa63ad104bdf29068a32338387c3be5df1265612ebddd979e408b0c07825607d66
DIST stun-1.2.10.tar.gz 42518 BLAKE2B 092f270bb16be709f7f61f38c2dca82fcb78e218548c564fbc3ced0e9cf157857eb8418d46028b0c69f2c162921abdfde0d2b0ff29f98b5d1ebd313b96e137c0 SHA512 40b20ac85d9f28ce34472dc55245a6688f0b3e62117f0214913d3dffdea574e473ad94db86c8dd442bf5f7ea74ce51cc48c8f5c08f5d29c2f758de9e2aafad25
DIST stun-1.2.12.tar.gz 42548 BLAKE2B 5cba0db5e207de96f5d7599f32f7ea44898c28210bc0beaf47888e7c71d2605347baf150bc0116b02ea6e18470bdd6089782e24546e623cc0b4c1e6dbba835b1 SHA512 43557481cde2604903ea6d692381a608fe5c35e24cd28c989dddb83023ad6ec3938c48853b58c99b153c6298da6ce086eaa5776987e21b06d0ed402167741c45
+DIST stun-1.2.14.tar.gz 42566 BLAKE2B 0bfd9bb2c4ce69f2220b92f676a9bf65b1082d835778591e53bc7cdd973d003d45931013969339ef3b9895cbdaa2fc4b030924558251f1da9252021d86e6d11e SHA512 aaac2922543f4e52d7de7bf17ed1ffc1581b41e365ab231f78423123240f21eb23eeca713929edcc4ebeecb6cb868016be3304ddbb770dd6d9b3fedc3cdb8207
DIST stun-1.2.2.tar.gz 41090 BLAKE2B fbcebb9a30dc547ab4fcf75cd78f57d141368c726629f4958f019d670de1d2b4c1f98594cd99befaa08ea4fffbabb28822484f8684adf7b9624b1d2eda976e74 SHA512 ddbb13300c1cc2ac09d7049fbd97fcd67e7f2e0dbb56569279ea1b1e4fe5e106712178e683757a4c205ddc54d1b2a0291369affc42a23325d7ad6ad61b648fd9
DIST stun-1.2.6.tar.gz 42153 BLAKE2B 26d36d5ed878117f45105d3f8f65787026b8544e1e8568c249dc85bc7d7d14349450cb841c64e43ca4dcb27367dad5a0351ee5813edceb20da310371cb43da05 SHA512 6d6d0468c0272662326286a31402f748abce174c04edfcc9f49f08bf78019f6d34c62f706c8b3cf7e1d556ded72c227f55037926e2f4724f05cde9fac67cbe64
DIST stun-1.2.7.tar.gz 42155 BLAKE2B a4ae742963eda601e90f8957461bc3f57ba4500f728fd632c5fdd60b7dc72546621493213e346492e78a1be2932e1964a6ade28ef700590c8bda3f1f5aa744d9 SHA512 f97ec03e18e159f8352b023b6a340d5f4f4732e5b5ab925554d0a3b708c64b56f22772924fb369c683da5f647906b07571880d597a0789bd4fe89623827fa63e
diff --git a/dev-erlang/stun/stun-1.2.14.ebuild b/dev-erlang/stun/stun-1.2.14.ebuild
new file mode 100644
index 000000000000..964b7bc4f63c
--- /dev/null
+++ b/dev-erlang/stun/stun-1.2.14.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit rebar
+
+DESCRIPTION="STUN and TURN library for Erlang and Elixir"
+HOMEPAGE="https://github.com/processone/stun"
+SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~sparc ~x86"
+
+DEPEND="
+ >=dev-erlang/fast_tls-1.1.21
+ >=dev-erlang/p1_utils-1.0.26
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( CHANGELOG.md README.md )
next reply other threads:[~2024-10-18 8:27 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-18 8:27 Florian Schmaus [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-06 0:04 [gentoo-commits] repo/gentoo:master commit in: dev-erlang/stun/ Sam James
2025-04-05 18:25 Florian Schmaus
2024-11-08 20:21 Florian Schmaus
2024-10-18 8:36 Florian Schmaus
2024-06-10 20:05 Arthur Zamarin
2024-04-14 18:56 Arthur Zamarin
2024-03-10 20:10 Florian Schmaus
2023-12-10 10:53 Florian Schmaus
2023-02-10 20:36 Sam James
2023-02-10 12:40 Florian Schmaus
2022-10-28 20:57 Florian Schmaus
2022-07-05 8:52 Agostino Sarubbo
2022-05-17 20:02 Florian Schmaus
2022-04-10 17:40 Florian Schmaus
2022-01-20 20:10 Florian Schmaus
2021-12-10 13:06 Florian Schmaus
2021-07-08 18:37 Florian Schmaus
2021-07-08 15:37 Florian Schmaus
2021-06-01 9:35 Sam James
2020-10-14 10:14 Hanno Böck
2020-10-12 15:16 Hanno Böck
2020-08-06 11:52 Agostino Sarubbo
2020-08-06 11:47 Agostino Sarubbo
2020-07-03 6:01 Hanno Böck
2020-05-04 9:07 Hanno Böck
2020-04-01 9:44 Hanno Böck
2019-12-16 11:33 Hanno Böck
2019-11-03 8:23 Hanno Boeck
2019-09-16 19:07 Hanno Boeck
2019-09-13 12:26 Agostino Sarubbo
2019-09-13 12:01 Agostino Sarubbo
2019-09-13 6:36 Agostino Sarubbo
2018-10-16 21:50 Amadeusz Piotr Żołnowski
2017-12-16 8:20 Tobias Klausmann
2017-11-18 19:43 Sergei Trofimovich
2017-10-23 19:51 Thomas Deutschmann
2017-03-29 21:45 Amadeusz Piotr Żołnowski
2016-12-30 23:37 Amadeusz Piotr Żołnowski
2016-12-29 10:05 Agostino Sarubbo
2016-12-21 12:22 Tobias Klausmann
2016-11-11 20:15 Amadeusz Piotr Żołnowski
2016-08-20 21:15 Anthony G. Basile
2016-08-20 3:11 Matthias Maier
2016-06-07 22:24 Amadeusz Piotr Żołnowski
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=1729239683.a73f4078c58d34682a62616314d36b03833d58df.flow@gentoo \
--to=flow@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