zx2c4 15/01/08 16:17:53 Added: opensmtpd-5.4.4_p1-setgroups-header.patch Log: Bump versions (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key A5DE03AE)
Revision Changes Path 1.1 mail-mta/opensmtpd/files/opensmtpd-5.4.4_p1-setgroups-header.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/opensmtpd/files/opensmtpd-5.4.4_p1-setgroups-header.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/opensmtpd/files/opensmtpd-5.4.4_p1-setgroups-header.patch?rev=1.1&content-type=text/plain Index: opensmtpd-5.4.4_p1-setgroups-header.patch =================================================================== diff -ru opensmtpd-5.4.4p1/smtpd/ca.c opensmtpd-5.4.4p1-modified/smtpd/ca.c --- opensmtpd-5.4.4p1/smtpd/ca.c 2014-12-24 11:46:55.000000000 +0100 +++ opensmtpd-5.4.4p1-modified/smtpd/ca.c 2015-01-08 17:09:37.845328217 +0100 @@ -30,6 +30,7 @@ #include <imsg.h> #include <pwd.h> #include <err.h> +#include <grp.h> #include <openssl/ssl.h> #include <openssl/pem.h> diff -ru opensmtpd-5.4.4p1/smtpd/pony.c opensmtpd-5.4.4p1-modified/smtpd/pony.c --- opensmtpd-5.4.4p1/smtpd/pony.c 2014-12-24 11:46:55.000000000 +0100 +++ opensmtpd-5.4.4p1-modified/smtpd/pony.c 2015-01-08 17:09:47.117393942 +0100 @@ -35,6 +35,7 @@ #include <time.h> #include <unistd.h> #include <vis.h> +#include <grp.h> #include "smtpd.h" #include "log.h"
