Update to sendmail-8.16.0.50.
This commit is contained in:
parent
2410111b5e
commit
cfd91a4c00
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.31 2020/05/21 10:03:14 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.32 2020/06/06 10:28:09 ajacoutot Exp $
|
||||
|
||||
COMMENT-main = mother of Mail Transfer Agents
|
||||
COMMENT-libmilter = mail filter support library for sendmail
|
||||
|
||||
V= 8.16.0.48
|
||||
V= 8.16.0.50
|
||||
DISTNAME = sendmail.${V}
|
||||
PKGNAME-main = sendmail-${V}
|
||||
PKGNAME-libmilter = libmilter-${V}
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (sendmail.8.16.0.48.tar.gz) = Qv2xU9GaBRZoUEOjlvkHeVj9sMEa8tSMW72RECqYX6U=
|
||||
SIZE (sendmail.8.16.0.48.tar.gz) = 2235757
|
||||
SHA256 (sendmail.8.16.0.50.tar.gz) = 6ihdOFLY3I5vsts4EdQBEIcKfYK85EImaGv2CwtlyKs=
|
||||
SIZE (sendmail.8.16.0.50.tar.gz) = 2238269
|
||||
|
@ -1,6 +1,8 @@
|
||||
$OpenBSD: patch-cf_cf_Makefile,v 1.1.1.1 2014/09/16 17:09:32 jca Exp $
|
||||
$OpenBSD: patch-cf_cf_Makefile,v 1.2 2020/06/06 10:28:09 ajacoutot Exp $
|
||||
|
||||
- hook .mc files from the OpenBSD tree
|
||||
- don\'t install submit.cf, thanks
|
||||
- don't install submit.cf
|
||||
|
||||
--- cf/cf/Makefile.orig Tue Jun 14 04:16:34 2005
|
||||
+++ cf/cf/Makefile Fri Apr 5 14:31:36 2013
|
||||
@@ -51,7 +51,9 @@ BERKELEY=cs-hpux9.cf cs-hpux10.cf cs-osf1.cf cs-solari
|
||||
|
@ -1,4 +1,5 @@
|
||||
$OpenBSD: patch-cf_feature_msp_m4,v 1.2 2016/03/07 14:19:50 matthieu Exp $
|
||||
$OpenBSD: patch-cf_feature_msp_m4,v 1.3 2020/06/06 10:28:09 ajacoutot Exp $
|
||||
|
||||
--- cf/feature/msp.m4.orig Wed Mar 5 01:59:45 2014
|
||||
+++ cf/feature/msp.m4 Mon Mar 7 09:55:28 2016
|
||||
@@ -20,7 +20,7 @@ define(`confPRIVACY_FLAGS', `goaway,noetrn,restrictqru
|
||||
|
@ -1,11 +1,11 @@
|
||||
$OpenBSD: patch-cf_m4_proto_m4,v 1.2 2017/07/22 17:45:38 ajacoutot Exp $
|
||||
$OpenBSD: patch-cf_m4_proto_m4,v 1.3 2020/06/06 10:28:09 ajacoutot Exp $
|
||||
|
||||
- net/uucp uses login _uucp
|
||||
net/uucp uses login _uucp
|
||||
|
||||
Index: cf/m4/proto.m4
|
||||
--- cf/m4/proto.m4.orig
|
||||
+++ cf/m4/proto.m4
|
||||
@@ -733,6 +733,7 @@ ifdef(`_USE_CT_FILE_', `', `#')Ft`'ifdef(`confCT_FILE'
|
||||
@@ -735,6 +735,7 @@ ifdef(`_USE_CT_FILE_', `', `#')Ft`'ifdef(`confCT_FILE'
|
||||
Troot
|
||||
Tdaemon
|
||||
ifdef(`_NO_UUCP_', `dnl', `Tuucp')
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-libsm_ldap_c,v 1.1 2020/05/21 10:03:15 ajacoutot Exp $
|
||||
$OpenBSD: patch-libsm_ldap_c,v 1.2 2020/06/06 10:28:09 ajacoutot Exp $
|
||||
|
||||
64-bit time_t
|
||||
|
||||
@ -9,8 +9,8 @@ Index: libsm/ldap.c
|
||||
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);
|
||||
- sm_dprintf("ldap_bind(%s)=%d, errno=%d, tmo=%ld\n",
|
||||
+ sm_dprintf("ldap_bind(%s)=%d, errno=%d, tmo=%lld\n",
|
||||
lmap->ldap_uri, msgid, save_errno,
|
||||
(long) tmo.tv_sec);
|
||||
if (-1 == msgid)
|
||||
{
|
||||
r = -1;
|
||||
|
@ -1,5 +1,7 @@
|
||||
$OpenBSD: patch-mail_local_Makefile_m4,v 1.1.1.1 2014/09/16 17:09:32 jca Exp $
|
||||
$OpenBSD: patch-mail_local_Makefile_m4,v 1.2 2020/06/06 10:28:09 ajacoutot Exp $
|
||||
|
||||
really install this bit
|
||||
|
||||
--- mail.local/Makefile.m4.orig Mon Apr 8 07:37:49 2013
|
||||
+++ mail.local/Makefile.m4 Mon Apr 8 07:38:29 2013
|
||||
@@ -21,13 +21,13 @@ define(`bldSOURCES', `mail.local.8')
|
||||
|
Loading…
x
Reference in New Issue
Block a user