CVSROOT: /cvs Module name: src Changes by: es...@cvs.openbsd.org 2017/01/25 07:07:36
Modified files: usr.sbin/pkg_add/OpenBSD: PackageRepository.pm Log message: some run environnement do not properly reset signals (e.g., python) and as a result pkg_add + signify fails with weird error messages, as it relies on default SIGPIPE behavior. Finally fix the problem, sanitize our running environment before forking. Problem reported by various people.