diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2020-03-27 12:01:35 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2020-03-27 12:06:52 -0700 |
commit | c4b03805ffa1b6b59109e356ea4e5752f3514da6 (patch) | |
tree | cfc5618dfadda86ea77d7a6eba1b2580c159f7b5 /sys-libs/db/metadata.xml | |
parent | sci-mathematics/octave: new version 5.2.0 sans imagemagick support. (diff) | |
download | gentoo-c4b03805ffa1b6b59109e356ea4e5752f3514da6.tar.gz gentoo-c4b03805ffa1b6b59109e356ea4e5752f3514da6.tar.bz2 gentoo-c4b03805ffa1b6b59109e356ea4e5752f3514da6.zip |
sys-libs/db: remove USE=rpc support
Remove USE=rpc support for all 4.x releases. Upstream removed RPC
support in the 4.8 series, but it was still present in older releases.
The upstream RPC server component (berkeley_db_svc) is single-threaded,
has no security, and other limitations that make it not suited for many
uses.
It could be revived by porting to use libtirpc, see
net-analyzer/argus/files/argus-3.0.8.2-rpc.patch as an example of some
of the required changes.
Fixes: https://bugs.gentoo.org/699750
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'sys-libs/db/metadata.xml')
-rw-r--r-- | sys-libs/db/metadata.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys-libs/db/metadata.xml b/sys-libs/db/metadata.xml index 19c65222929a..4b0876002621 100644 --- a/sys-libs/db/metadata.xml +++ b/sys-libs/db/metadata.xml @@ -23,7 +23,4 @@ gedeeld geheugen caching en database herstel. DB ondersteund C, C++, Java en Perl API's. DB is beschikbaar voor veel UNIX platformen en Windows. </longdescription> -<use> - <flag name="rpc">Enable rpc client/server</flag> -</use> </pkgmetadata> |