summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-08-16 00:05:56 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-08-16 00:05:56 +0000
commitfe8efee720cac46ed7fac7971fb2df2c7842e25b (patch)
tree9e19a41756478f480a70272d9185327d96f824c8 /net-libs/libzrtpcpp
parentversion bump (diff)
downloadgentoo-2-fe8efee720cac46ed7fac7971fb2df2c7842e25b.tar.gz
gentoo-2-fe8efee720cac46ed7fac7971fb2df2c7842e25b.tar.bz2
gentoo-2-fe8efee720cac46ed7fac7971fb2df2c7842e25b.zip
Version bump, security bug #481228.
(Portage version: 2.1.12.2/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-libs/libzrtpcpp')
-rw-r--r--net-libs/libzrtpcpp/ChangeLog8
-rw-r--r--net-libs/libzrtpcpp/libzrtpcpp-2.3.4.ebuild26
2 files changed, 33 insertions, 1 deletions
diff --git a/net-libs/libzrtpcpp/ChangeLog b/net-libs/libzrtpcpp/ChangeLog
index b486efbfe2fc..77a95b4fc20b 100644
--- a/net-libs/libzrtpcpp/ChangeLog
+++ b/net-libs/libzrtpcpp/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-libs/libzrtpcpp
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libzrtpcpp/ChangeLog,v 1.17 2013/02/13 11:09:23 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libzrtpcpp/ChangeLog,v 1.18 2013/08/16 00:05:56 chithanh Exp $
+
+*libzrtpcpp-2.3.4 (16 Aug 2013)
+
+ 16 Aug 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +libzrtpcpp-2.3.4.ebuild:
+ Version bump, security bug #481228.
*libzrtpcpp-2.3.2 (13 Feb 2013)
diff --git a/net-libs/libzrtpcpp/libzrtpcpp-2.3.4.ebuild b/net-libs/libzrtpcpp/libzrtpcpp-2.3.4.ebuild
new file mode 100644
index 000000000000..d743d4164eb0
--- /dev/null
+++ b/net-libs/libzrtpcpp/libzrtpcpp-2.3.4.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libzrtpcpp/libzrtpcpp-2.3.4.ebuild,v 1.1 2013/08/16 00:05:56 chithanh Exp $
+
+EAPI=5
+
+inherit cmake-utils
+
+DESCRIPTION="GNU RTP stack for the zrtp protocol developed by Phil Zimmermann"
+HOMEPAGE="http://www.gnutelephony.org/index.php/GNU_ZRTP"
+SRC_URI="mirror://gnu/ccrtp/${P}.tar.gz"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+LICENSE="GPL-3"
+IUSE=""
+SLOT="0"
+
+RDEPEND=">=net-libs/ccrtp-2
+ >=dev-cpp/commoncpp2-1.5.1
+ || (
+ >=dev-libs/openssl-0.9.8[-bindist]
+ dev-libs/libgcrypt:0=
+ )"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+
+DOCS=( AUTHORS README.md )