public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-voip/captagent/
@ 2021-06-15  7:27 Joonas Niilola
  0 siblings, 0 replies; 3+ messages in thread
From: Joonas Niilola @ 2021-06-15  7:27 UTC (permalink / raw
  To: gentoo-commits

commit:     f1e3faf3520996577ab4f5b6792dc4b571012af6
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 15 07:16:13 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Jun 15 07:27:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1e3faf3

net-voip/captagent: update DESCRIPTION, don't replicate PN

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-voip/captagent/captagent-6.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-voip/captagent/captagent-6.3.1.ebuild b/net-voip/captagent/captagent-6.3.1.ebuild
index fecb259850e..40d99e2a93f 100644
--- a/net-voip/captagent/captagent-6.3.1.ebuild
+++ b/net-voip/captagent/captagent-6.3.1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 inherit autotools
 
-DESCRIPTION="CaptAgent: 100% Open-Source Packet Capture Agent for HEP"
+DESCRIPTION="100% Open-Source Packet Capture Agent for HEP"
 HOMEPAGE="https://sipcapture.org/ https://github.com/sipcapture/captagent"
 SRC_URI="https://github.com/sipcapture/captagent/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-voip/captagent/
@ 2021-06-15  7:27 Joonas Niilola
  0 siblings, 0 replies; 3+ messages in thread
From: Joonas Niilola @ 2021-06-15  7:27 UTC (permalink / raw
  To: gentoo-commits

commit:     564fd959be98cd3df674afdc17746a897f94a7b4
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 15 07:17:00 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Jun 15 07:27:38 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=564fd959

net-voip/captagent: add subslot binder to openssl

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-voip/captagent/captagent-6.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-voip/captagent/captagent-6.3.1.ebuild b/net-voip/captagent/captagent-6.3.1.ebuild
index 40d99e2a93f..7addb19c0e0 100644
--- a/net-voip/captagent/captagent-6.3.1.ebuild
+++ b/net-voip/captagent/captagent-6.3.1.ebuild
@@ -27,7 +27,7 @@ DEPEND="dev-libs/json-c
 	mysql? ( dev-db/mysql-connector-c )
 	pcre? ( dev-libs/libpcre )
 	redis? ( dev-db/redis )
-	ssl? ( dev-libs/openssl )"
+	ssl? ( dev-libs/openssl:= )"
 RDEPEND="${DEPEND}"
 
 src_prepare() {


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-voip/captagent/
@ 2022-01-20 14:08 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2022-01-20 14:08 UTC (permalink / raw
  To: gentoo-commits

commit:     7a4577d5a54675cd831490f2eae45a14678e6d36
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 20 14:07:59 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan 20 14:08:12 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a4577d5

net-voip/captagent: fix patch name

Closes: https://bugs.gentoo.org/831582
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-voip/captagent/captagent-6.3.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-voip/captagent/captagent-6.3.1-r1.ebuild b/net-voip/captagent/captagent-6.3.1-r1.ebuild
index 3023031778b2..b72ebf6929c4 100644
--- a/net-voip/captagent/captagent-6.3.1-r1.ebuild
+++ b/net-voip/captagent/captagent-6.3.1-r1.ebuild
@@ -18,7 +18,7 @@ PATCHES=(
 	# https://github.com/sipcapture/captagent/pull/239 (merged).
 	"${FILESDIR}/${P}-gcc10.patch"
 	# https://github.com/sipcapture/captagent/pull/245 (merged).
-	"${FILESDIR}/${P}-captagent-6.3.1-r1-clang.patch"
+	"${FILESDIR}/${PN}-6.3.1-r1-clang.patch"
 	# Already upstreamed for next version.
 	"${FILESDIR}/${P}-configure.patch"
 )


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-01-20 14:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-20 14:08 [gentoo-commits] repo/gentoo:master commit in: net-voip/captagent/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2021-06-15  7:27 Joonas Niilola
2021-06-15  7:27 Joonas Niilola

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox