Update to sendmail-8.16.0.48.

This commit is contained in:
ajacoutot 2020-05-21 10:03:14 +00:00
parent 8753fc0713
commit d32f85e12b
3 changed files with 20 additions and 4 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.30 2020/05/14 12:28:41 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.31 2020/05/21 10:03:14 ajacoutot Exp $
COMMENT-main = mother of Mail Transfer Agents
COMMENT-libmilter = mail filter support library for sendmail
V= 8.16.0.47
V= 8.16.0.48
DISTNAME = sendmail.${V}
PKGNAME-main = sendmail-${V}
PKGNAME-libmilter = libmilter-${V}

View File

@ -1,2 +1,2 @@
SHA256 (sendmail.8.16.0.47.tar.gz) = ZXA5tPrz23bCDesD6FmBNVVegH5Mh4OLNjeMpLvjuP4=
SIZE (sendmail.8.16.0.47.tar.gz) = 2235126
SHA256 (sendmail.8.16.0.48.tar.gz) = Qv2xU9GaBRZoUEOjlvkHeVj9sMEa8tSMW72RECqYX6U=
SIZE (sendmail.8.16.0.48.tar.gz) = 2235757

View File

@ -0,0 +1,16 @@
$OpenBSD: patch-libsm_ldap_c,v 1.1 2020/05/21 10:03:15 ajacoutot Exp $
64-bit time_t
Index: libsm/ldap.c
--- libsm/ldap.c.orig
+++ libsm/ldap.c
@@ -441,7 +441,7 @@ sm_ldap_start(name, lmap)
lmap->ldap_method);
save_errno = errno;
if (sm_debug_active(&SmLDAPTrace, 9))
- sm_dprintf("ldap_bind(%s)=%d, errno=%d, tmo=%ld\n", lmap->ldap_uri, msgid, save_errno, tmo.tv_sec);
+ sm_dprintf("ldap_bind(%s)=%d, errno=%d, tmo=%lld\n", lmap->ldap_uri, msgid, save_errno, tmo.tv_sec);
if (-1 == msgid)
{
r = -1;