Description of problem: Based on the Debian bug: [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=712744 the following RFE has been filed upstream: [2] https://bugs.g10code.com/gnupg/issue1509 Version-Release number of selected component (if applicable): gnupg2-2.0.19-8.fc19 How reproducible: Always Steps to Reproduce: 1. In rpmbuild/BUILD/gnupg-2.0.20 directory: $ grep -rHn "PR_SET_DUMPABLE" * | wc -l 0 Actual results: PR_SET_DUMPABLE is not disabled (set to 0) for gpg-agent. Expected results: Producing of core dump files is disabled by default for gpg-agent (possibly new option is added allowing to restore the current [produce coredumps] behaviour for debugging purposes).
This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component.
Upstream change the bug URL to: https://dev.gnupg.org/T1509 They decided not to adjust this.