diff options
author | Jaco Kroon <jaco@uls.co.za> | 2019-11-10 20:29:19 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2019-11-30 09:48:56 +0200 |
commit | b44a1be8b8e28517ce843e630e30ccc1ddf3fae4 (patch) | |
tree | a47f202c53e402eb3a9ff6becd26185238e99cab /net-misc/asterisk/metadata.xml | |
parent | acct-user/asterisk: UID=242, for net-misc/asterisk. (diff) | |
download | gentoo-b44a1be8b8e28517ce843e630e30ccc1ddf3fae4.tar.gz gentoo-b44a1be8b8e28517ce843e630e30ccc1ddf3fae4.tar.bz2 gentoo-b44a1be8b8e28517ce843e630e30ccc1ddf3fae4.zip |
net-misc/asterisk: version bump to 13.29.1 + maintainership
Converted to GLEP 81 for user+group.
Consolidated a few DEPEND issues.
Dropped pkg_config phase function.
Took maintainership.
Fixed a bunch of other issues from pkgcheck (${D} and ${ROOT} not having
a / following it directly).
Bumped to EAPI=7
Use $ED over $D where applicable.
Fix statsd integration.
Update depend on virtual/mysql to db/mysql-connector-c
Enable NOISY_BUILD as requested (instructed) by slyfox.
Fix /usr/share/doc/${PV} being asterisk: owned.
Make SSL optional.
This commit enables progress on the GLSA bug: https://bugs.gentoo.org/689796
Might close: https://bugs.gentoo.org/594160 (SIGILL, may be GRSEC, or #667498)
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Closes: https://bugs.gentoo.org/631464
Closes: https://bugs.gentoo.org/654710
Closes: https://bugs.gentoo.org/656472
Closes: https://bugs.gentoo.org/666004
Closes: https://bugs.gentoo.org/667498
Closes: https://bugs.gentoo.org/670522
Closes: https://bugs.gentoo.org/679804
Closes: https://bugs.gentoo.org/686906
Closes: https://bugs.gentoo.org/692696
Signed-off-by: Jaco Kroon <jaco@uls.co.za>
Closes: https://github.com/gentoo/gentoo/pull/13649
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-misc/asterisk/metadata.xml')
-rw-r--r-- | net-misc/asterisk/metadata.xml | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/net-misc/asterisk/metadata.xml b/net-misc/asterisk/metadata.xml index 7790ac2d905f..c47b77295147 100644 --- a/net-misc/asterisk/metadata.xml +++ b/net-misc/asterisk/metadata.xml @@ -2,20 +2,25 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <maintainer type="person"> - <email>chainsaw@gentoo.org</email> - <name>Tony Vroon</name> + <email>jaco@uls.co.za</email> + <name>Jaco Kroon</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> </maintainer> <use> - <flag name="newt">Include additional tools that require redhats windowing toolkit</flag> + <flag name="cluster">Enable high-availability support through the Corosync Cluster Engine</flag> <flag name="dahdi">Support Digium compatible hardware (formerly known as Zaptel).</flag> - <flag name="span">Enable support for the spandsp codec</flag> - <flag name="samples">Install sample sound and configuration files (default: on)</flag> - <flag name="srtp">Enable support for encrypted voice transmission (secure RTP)</flag> <flag name="gtalk">Enable support for Google Talk services</flag> - <flag name="osplookup">Support secure peering using the Open Settlement Protocol</flag> <flag name="http">Enable embedded web server</flag> - <flag name="cluster">Enable high-availability support through the Corosync Cluster Engine</flag> <flag name="ilbc">Enable the Internet Low Bitrate Codec (iLBC)</flag> + <flag name="newt">Include additional tools that require redhats windowing toolkit</flag> + <flag name="osplookup">Support secure peering using the Open Settlement Protocol</flag> <flag name="pjproject">Enable support for pjproject (pjsip)</flag> + <flag name="samples">Install sample sound and configuration files (default: on)</flag> + <flag name="span">Enable support for the spandsp codec</flag> + <flag name="srtp">Enable support for encrypted voice transmission (secure RTP)</flag> + <flag name="statsd">Enable statsd integration</flag> </use> </pkgmetadata> |