svn commit: r363750 - head/share/examples/etc

2020-07-31 Thread Gregory Neil Shapiro
Author: gshapiro
Date: Sat Aug  1 04:57:30 2020
New Revision: 363750
URL: https://svnweb.freebsd.org/changeset/base/363750

Log:
  Mirror recommendation from Handbook to avoid linking conflicts when
  pulling in SASL libraries.
  
  PR:   247959
  Reported by:  Scott Allendorf
  MFC after:3 days

Modified:
  head/share/examples/etc/make.conf

Modified: head/share/examples/etc/make.conf
==
--- head/share/examples/etc/make.conf   Sat Aug  1 02:21:20 2020
(r363749)
+++ head/share/examples/etc/make.conf   Sat Aug  1 04:57:30 2020
(r363750)
@@ -239,13 +239,11 @@
 #
 #with SASLv1:
 #  SENDMAIL_CFLAGS=-I/usr/local/include/sasl1 -DSASL
-#  SENDMAIL_LDFLAGS=-L/usr/local/lib
-#  SENDMAIL_LDADD=-lsasl
+#  SENDMAIL_LDADD=/usr/local/lib/libsasl.so
 #
 #with SASLv2:
 #  SENDMAIL_CFLAGS=-I/usr/local/include -DSASL=2
-#  SENDMAIL_LDFLAGS=-L/usr/local/lib
-#  SENDMAIL_LDADD=-lsasl2
+#  SENDMAIL_LDADD=/usr/local/lib/libsasl2.so
 #
 # Note: If you are using Cyrus SASL with other applications which require
 #  access to the sasldb file, you should add the following to your
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"


svn commit: r363234 - head

2020-07-15 Thread Gregory Neil Shapiro
Author: gshapiro
Date: Wed Jul 15 18:32:09 2020
New Revision: 363234
URL: https://svnweb.freebsd.org/changeset/base/363234

Log:
  Note the merge of sendmail 8.16.1 from vendor "branch"

Modified:
  head/RELNOTES

Modified: head/RELNOTES
==
--- head/RELNOTES   Wed Jul 15 18:28:54 2020(r363233)
+++ head/RELNOTES   Wed Jul 15 18:32:09 2020(r363234)
@@ -10,6 +10,9 @@ newline.  Entries should be separated by a newline.
 
 Changes to this file should not be MFCed.
 
+r363233:
+   Merge sendmail 8.16.1: See contrib/sendmail/RELEASE_NOTES for details.
+
 r363180:
The safexcel(4) crypto offload driver has been added.
 
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"


svn commit: r363233 - in head: contrib/sendmail contrib/sendmail/cf contrib/sendmail/cf/cf contrib/sendmail/cf/feature contrib/sendmail/cf/m4 contrib/sendmail/cf/ostype contrib/sendmail/contrib con...

2020-07-15 Thread Gregory Neil Shapiro
Author: gshapiro
Date: Wed Jul 15 18:28:54 2020
New Revision: 363233
URL: https://svnweb.freebsd.org/changeset/base/363233

Log:
  Merge sendmail 8.16.1 to HEAD: See contrib/sendmail/RELEASE_NOTES for details
  Includes build infrastructure & config updates required for changes in 8.16.1
  
  MFC after:5 days

Added:
 - copied unchanged from r363203, 
vendor/sendmail/dist/cf/feature/blocklist_recipients.m4
 - copied unchanged from r363203, 
vendor/sendmail/dist/cf/feature/check_cert_altnames.m4
 - copied unchanged from r363203, 
vendor/sendmail/dist/cf/feature/tls_failures.m4
  head/contrib/sendmail/include/sm/notify.h
 - copied unchanged from r363203, vendor/sendmail/dist/include/sm/notify.h
  head/contrib/sendmail/libsm/notify.c
 - copied, changed from r363203, vendor/sendmail/dist/libsm/notify.c
  head/contrib/sendmail/libsm/t-notify.c
 - copied unchanged from r363203, vendor/sendmail/dist/libsm/t-notify.c
  head/contrib/sendmail/libsmdb/smcdb.c
 - copied unchanged from r363203, vendor/sendmail/dist/libsmdb/smcdb.c
  head/contrib/sendmail/src/ratectrl.h
 - copied unchanged from r363203, vendor/sendmail/dist/src/ratectrl.h
  head/contrib/sendmail/src/tls.h
 - copied unchanged from r363203, vendor/sendmail/dist/src/tls.h
  head/contrib/sendmail/src/tlsh.c
 - copied unchanged from r363203, vendor/sendmail/dist/src/tlsh.c
Directory Properties:
  head/contrib/sendmail/cf/feature/blocklist_recipients.m4   (props changed)
  head/contrib/sendmail/cf/feature/check_cert_altnames.m4   (props changed)
  head/contrib/sendmail/cf/feature/tls_failures.m4   (props changed)
Modified:
  head/contrib/sendmail/CACerts
  head/contrib/sendmail/FREEBSD-upgrade
  head/contrib/sendmail/KNOWNBUGS
  head/contrib/sendmail/LICENSE
  head/contrib/sendmail/PGPKEYS
  head/contrib/sendmail/README
  head/contrib/sendmail/RELEASE_NOTES
  head/contrib/sendmail/cf/README
  head/contrib/sendmail/cf/cf/Makefile
  head/contrib/sendmail/cf/cf/knecht.mc
  head/contrib/sendmail/cf/cf/submit.cf
  head/contrib/sendmail/cf/feature/bcc.m4
  head/contrib/sendmail/cf/feature/blacklist_recipients.m4
  head/contrib/sendmail/cf/feature/dnsbl.m4
  head/contrib/sendmail/cf/feature/enhdnsbl.m4
  head/contrib/sendmail/cf/m4/cfhead.m4
  head/contrib/sendmail/cf/m4/proto.m4
  head/contrib/sendmail/cf/m4/version.m4
  head/contrib/sendmail/cf/ostype/hpux10.m4
  head/contrib/sendmail/cf/ostype/hpux9.m4
  head/contrib/sendmail/contrib/cidrexpand
  head/contrib/sendmail/contrib/dnsblaccess.m4
  head/contrib/sendmail/contrib/expn.pl
  head/contrib/sendmail/contrib/mmuegel
  head/contrib/sendmail/doc/op/op.me
  head/contrib/sendmail/editmap/Makefile
  head/contrib/sendmail/editmap/editmap.c
  head/contrib/sendmail/include/libmilter/mfapi.h
  head/contrib/sendmail/include/libmilter/mfdef.h
  head/contrib/sendmail/include/libsmdb/smdb.h
  head/contrib/sendmail/include/sendmail/pathnames.h
  head/contrib/sendmail/include/sendmail/sendmail.h
  head/contrib/sendmail/include/sm/assert.h
  head/contrib/sendmail/include/sm/bdb.h
  head/contrib/sendmail/include/sm/cdefs.h
  head/contrib/sendmail/include/sm/clock.h
  head/contrib/sendmail/include/sm/conf.h
  head/contrib/sendmail/include/sm/config.h
  head/contrib/sendmail/include/sm/debug.h
  head/contrib/sendmail/include/sm/errstring.h
  head/contrib/sendmail/include/sm/gen.h
  head/contrib/sendmail/include/sm/heap.h
  head/contrib/sendmail/include/sm/io.h
  head/contrib/sendmail/include/sm/ldap.h
  head/contrib/sendmail/include/sm/limits.h
  head/contrib/sendmail/include/sm/os/sm_os_freebsd.h
  head/contrib/sendmail/include/sm/rpool.h
  head/contrib/sendmail/include/sm/sem.h
  head/contrib/sendmail/include/sm/shm.h
  head/contrib/sendmail/include/sm/string.h
  head/contrib/sendmail/include/sm/test.h
  head/contrib/sendmail/include/sm/types.h
  head/contrib/sendmail/include/sm/varargs.h
  head/contrib/sendmail/include/sm/xtrap.h
  head/contrib/sendmail/libmilter/Makefile
  head/contrib/sendmail/libmilter/README
  head/contrib/sendmail/libmilter/comm.c
  head/contrib/sendmail/libmilter/docs/api.html
  head/contrib/sendmail/libmilter/docs/design.html
  head/contrib/sendmail/libmilter/docs/index.html
  head/contrib/sendmail/libmilter/docs/installation.html
  head/contrib/sendmail/libmilter/docs/overview.html
  head/contrib/sendmail/libmilter/docs/sample.html
  head/contrib/sendmail/libmilter/docs/smfi_addheader.html
  head/contrib/sendmail/libmilter/docs/smfi_addrcpt.html
  head/contrib/sendmail/libmilter/docs/smfi_addrcpt_par.html
  head/contrib/sendmail/libmilter/docs/smfi_chgfrom.html
  head/contrib/sendmail/libmilter/docs/smfi_chgheader.html
  head/contrib/sendmail/libmilter/docs/smfi_delrcpt.html
  head/contrib/sendmail/libmilter/docs/smfi_getpriv.html
  head/contrib/sendmail/libmilter/docs/smfi_getsymval.html
  head/contrib/sendmail/libmilter/docs/smfi_insheader.html
  head/contrib/sendmail/libmilter/docs/smfi_main.html
  

svn commit: r343729 - head/etc/mail

2019-02-03 Thread Gregory Neil Shapiro
Author: gshapiro
Date: Mon Feb  4 02:18:27 2019
New Revision: 343729
URL: https://svnweb.freebsd.org/changeset/base/343729

Log:
  Add support for the authinfo map
  
  Submitted by: keramida

Modified:
  head/etc/mail/Makefile

Modified: head/etc/mail/Makefile
==
--- head/etc/mail/Makefile  Mon Feb  4 01:24:10 2019(r343728)
+++ head/etc/mail/Makefile  Mon Feb  4 02:18:27 2019(r343729)
@@ -60,8 +60,8 @@
 # 
 #
 # The Makefile knows about the following maps:
-# access, bitdomain, domaintable, genericstable, mailertable, userdb,
-# uucpdomain, virtusertable
+# access, authinfo, bitdomain, domaintable, genericstable, mailertable,
+# userdb, uucpdomain, virtusertable
 #
 
 .ifndef SENDMAIL_MC
@@ -125,7 +125,7 @@ SENDMAIL_MAP_PERMS?=0640
 # type to use when calling makemap.
 #
 SENDMAIL_MAP_SRC+= mailertable domaintable bitdomain uucpdomain \
-   genericstable virtusertable access
+   genericstable virtusertable access authinfo
 SENDMAIL_MAP_OBJ=
 SENDMAIL_MAP_TYPE?=hash
 
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"


svn commit: r319843 - head/etc/rc.d

2017-06-11 Thread Gregory Neil Shapiro
Author: gshapiro
Date: Mon Jun 12 01:26:36 2017
New Revision: 319843
URL: https://svnweb.freebsd.org/changeset/base/319843

Log:
  Fix 'restart' action: rc.subr only expects to restart one service, not two.
  
  PR:   217393
  Reported by:  Martin Simmons
  MFC after:1 week

Modified:
  head/etc/rc.d/sendmail

Modified: head/etc/rc.d/sendmail
==
--- head/etc/rc.d/sendmail  Mon Jun 12 00:43:14 2017(r319842)
+++ head/etc/rc.d/sendmail  Mon Jun 12 01:26:36 2017(r319843)
@@ -206,12 +206,14 @@ required_files=
 if checkyesno sendmail_submit_enable; then
name="sendmail_submit"
rcvar="sendmail_submit_enable"
+   _rc_restart_done=false
run_rc_command "$1"
 fi
 
 if checkyesno sendmail_outbound_enable; then
name="sendmail_outbound"
rcvar="sendmail_outbound_enable"
+   _rc_restart_done=false
run_rc_command "$1"
 fi
 
@@ -219,4 +221,5 @@ name="sendmail_msp_queue"
 rcvar="sendmail_msp_queue_enable"
 pidfile="${sendmail_msp_queue_pidfile:-/var/spool/clientmqueue/sm-client.pid}"
 required_files="/etc/mail/submit.cf"
+_rc_restart_done=false
 run_rc_command "$1"
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"


svn commit: r292076 - head

2015-12-10 Thread Gregory Neil Shapiro
Author: gshapiro
Date: Fri Dec 11 05:26:46 2015
New Revision: 292076
URL: https://svnweb.freebsd.org/changeset/base/292076

Log:
  Retain maintership over sendmail pieces so I can keep upstream in sync

Modified:
  head/MAINTAINERS

Modified: head/MAINTAINERS
==
--- head/MAINTAINERSFri Dec 11 05:15:13 2015(r292075)
+++ head/MAINTAINERSFri Dec 11 05:26:46 2015(r292076)
@@ -37,6 +37,8 @@ contrib/llvm/tools/lldb   emaste  Pre-commi
 contrib/netbsd-tests   freebsd-testing,ngiePre-commit review requested.
 contrib/pjdfstest  freebsd-testing,ngie,pjdPre-commit review 
requested.
 dev/usb/wlan   adrian  Pre-commit review requested, send to 
freebsd-wirel...@freebsd.org
+etc/mail   gshapiroPre-commit review requested.  Keep in sync with 
-STABLE.
+etc/sendmail   gshapiroPre-commit review requested.  Keep in sync with 
-STABLE.
 fetch  des Pre-commit review requested.
 isci(4)jimharris   Pre-commit review requested.
 iwm(4) adrian  Pre-commit review requested, send to 
freebsd-wirel...@freebsd.org
@@ -63,6 +65,7 @@ pseudofs  des Pre-commit review requested
 release/release.sh gjb,re  Pre-commit review and regression tests
requested.
 sctp   rrs,tuexen  Pre-commit review requested (changes need to be 
backported to github).
+sendmail   gshapiroPre-commit review requested.
 sh(1)  jilles  Pre-commit review requested. This also applies
to kill(1), printf(1) and test(1) which are
compiled in as builtins.
@@ -104,11 +107,6 @@ cd(4)  ken Pre-commit review requested.
 pass(4)ken Pre-commit review requested.
 ch(4)  ken Pre-commit review requested.
 em(4)  jfv Pre-commit review requested.
-sendmail   gshapiroPre-commit review requested.
-etc/mail   gshapiroPre-commit review requested.
-   Keep in sync with -STABLE.
-etc/sendmail   gshapiroPre-commit review requested.
-   Keep in sync with -STABLE.
 nvipeter   Try not to break it.
 libz   peter   Try not to break it.
 groff  ru  Recommends pre-commit review.
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"


svn commit: r286400 - head/contrib/sendmail

2015-08-06 Thread Gregory Neil Shapiro
Author: gshapiro
Date: Fri Aug  7 04:58:35 2015
New Revision: 286400
URL: https://svnweb.freebsd.org/changeset/base/286400

Log:
  Reminder to check tools/build/mk/OptionalObsoleteFiles.inc on new
  version imports.
  
  Obtained from:garga@

Modified:
  head/contrib/sendmail/FREEBSD-upgrade

Modified: head/contrib/sendmail/FREEBSD-upgrade
==
--- head/contrib/sendmail/FREEBSD-upgrade   Fri Aug  7 04:38:13 2015
(r286399)
+++ head/contrib/sendmail/FREEBSD-upgrade   Fri Aug  7 04:58:35 2015
(r286400)
@@ -86,6 +86,7 @@ infrastructure in FreeBSD:
share/man/man8/rc.sendmail.8
share/mk/bsd.libnames.mk
share/sendmail/Makefile
+   tools/build/mk/OptionalObsoleteFiles.inc
usr.bin/Makefile
usr.bin/vacation/Makefile
usr.sbin/Makefile
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r285225 - head/usr.sbin/sendmail

2015-07-06 Thread Gregory Neil Shapiro
Author: gshapiro
Date: Tue Jul  7 02:30:35 2015
New Revision: 285225
URL: https://svnweb.freebsd.org/changeset/base/285225

Log:
  Temporarily disable WARNS while addressing a non-issue with the upstream code

Modified:
  head/usr.sbin/sendmail/Makefile

Modified: head/usr.sbin/sendmail/Makefile
==
--- head/usr.sbin/sendmail/Makefile Tue Jul  7 02:17:24 2015
(r285224)
+++ head/usr.sbin/sendmail/Makefile Tue Jul  7 02:30:35 2015
(r285225)
@@ -43,7 +43,7 @@ CFLAGS+= ${DBMDEF} ${NIS} -DTCPWRAPPERS 
 CFLAGS+= -DNETINET6
 .endif
 
-WARNS?=1
+WARNS?=0
 
 LIBADD=util wrap sm smutil
 
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r285226 - head/lib/libsm

2015-07-06 Thread Gregory Neil Shapiro
Author: gshapiro
Date: Tue Jul  7 02:35:06 2015
New Revision: 285226
URL: https://svnweb.freebsd.org/changeset/base/285226

Log:
  libsm/path.c is about to disappear in the merge of sendmail 8.15.2.  It is an
  empty file now so it is safe to remove before the merge.
  
  MFC after:3 days

Modified:
  head/lib/libsm/Makefile

Modified: head/lib/libsm/Makefile
==
--- head/lib/libsm/Makefile Tue Jul  7 02:30:35 2015(r285225)
+++ head/lib/libsm/Makefile Tue Jul  7 02:35:06 2015(r285226)
@@ -29,7 +29,7 @@ SRCS+=assert.c debug.c errstring.c exc.
smstdio.c snprintf.c sscanf.c stdio.c strio.c ungetc.c \
vasprintf.c vfprintf.c vfscanf.c vprintf.c vsnprintf.c \
wbuf.c wsetup.c string.c stringf.c \
-   xtrap.c strto.c test.c path.c strcasecmp.c strrevcmp.c \
+   xtrap.c strto.c test.c strcasecmp.c strrevcmp.c \
signal.c clock.c config.c sem.c shm.c mbdb.c strexit.c cf.c ldap.c \
niprop.c mpeix.c memstat.c util.c inet6_ntop.c
 CLEANFILES+=sm_os.h
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r285230 - head/etc/sendmail

2015-07-06 Thread Gregory Neil Shapiro
Author: gshapiro
Date: Tue Jul  7 03:00:57 2015
New Revision: 285230
URL: https://svnweb.freebsd.org/changeset/base/285230

Log:
  Minor changes to force commit these files so new freebsd*.cf files are
  built to use the new sendmail-8.15.2/cf tree.
  
  MFC after:3 days

Modified:
  head/etc/sendmail/freebsd.mc
  head/etc/sendmail/freebsd.submit.mc

Modified: head/etc/sendmail/freebsd.mc
==
--- head/etc/sendmail/freebsd.mcTue Jul  7 02:59:02 2015
(r285229)
+++ head/etc/sendmail/freebsd.mcTue Jul  7 03:00:57 2015
(r285230)
@@ -42,7 +42,6 @@ divert(-1)
 #  /usr/share/sendmail/cf/README or
 #  /usr/src/contrib/sendmail/cf/README
 # 
-#
 #  NOTE: If you enable RunAsUser, make sure that you adjust the permissions
 #  and owner of the SSL certificates and keys in /etc/mail/certs to be usable
 #  by that user.

Modified: head/etc/sendmail/freebsd.submit.mc
==
--- head/etc/sendmail/freebsd.submit.mc Tue Jul  7 02:59:02 2015
(r285229)
+++ head/etc/sendmail/freebsd.submit.mc Tue Jul  7 03:00:57 2015
(r285230)
@@ -7,7 +7,6 @@ divert(-1)
 # forth in the LICENSE file which can be found at the top level of
 # the sendmail distribution.
 #
-#
 
 #
 #  This is the FreeBSD configuration for a set-group-ID sm-msp sendmail
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r285231 - head/contrib/sendmail

2015-07-06 Thread Gregory Neil Shapiro
Author: gshapiro
Date: Tue Jul  7 03:02:07 2015
New Revision: 285231
URL: https://svnweb.freebsd.org/changeset/base/285231

Log:
  Update for sendmail 8.15.2 import
  
  MFC after:3 days

Modified:
  head/contrib/sendmail/FREEBSD-upgrade

Modified: head/contrib/sendmail/FREEBSD-upgrade
==
--- head/contrib/sendmail/FREEBSD-upgrade   Tue Jul  7 03:00:57 2015
(r285230)
+++ head/contrib/sendmail/FREEBSD-upgrade   Tue Jul  7 03:02:07 2015
(r285231)
@@ -1,6 +1,6 @@
 $FreeBSD$
 
-sendmail 8.14.9
+sendmail 8.15.2
originals can be found at: ftp://ftp.sendmail.org/pub/sendmail/
 
 For the import of sendmail, the following directories were renamed:
@@ -97,4 +97,4 @@ infrastructure in FreeBSD:
usr.sbin/mailwrapper/Makefile
 
 gshap...@freebsd.org
-21-May-2014
+06-July-2015
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r285232 - head

2015-07-06 Thread Gregory Neil Shapiro
Author: gshapiro
Date: Tue Jul  7 03:03:17 2015
New Revision: 285232
URL: https://svnweb.freebsd.org/changeset/base/285232

Log:
  Add warning about change of behavior for sendmail 8.15.2 under FreeBSD 11
  with regards to IPv6 address representation in configuration/maps/rulesets.

Modified:
  head/UPDATING

Modified: head/UPDATING
==
--- head/UPDATING   Tue Jul  7 03:02:07 2015(r285231)
+++ head/UPDATING   Tue Jul  7 03:03:17 2015(r285232)
@@ -31,6 +31,20 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11
disable the most expensive debugging functionality run
ln -s 'abort:false,junk:false' /etc/malloc.conf.)
 
+20150706:
+   sendmail has been updated to 8.15.2.  Starting with FreeBSD 11.0
+   and sendmail 8.15, sendmail uses uncompressed IPv6 addresses by
+   default, i.e., they will not contain ::.  For example, instead
+   of ::1, it will be 0:0:0:0:0:0:0:1.  This permits a zero subnet
+   to have a more specific match, such as different map entries for
+   IPv6:0:0 vs IPv6:0.  This change requires that configuration
+   data (including maps, files, classes, custom ruleset, etc.) must
+   use the same format, so make certain such configuration data is
+   upgrading.  As a very simple check search for patterns like
+   'IPv6:[0-9a-fA-F:]*::' and 'IPv6::'.  To return to the old
+   behavior, set the m4 option confUSE_COMPRESSED_IPV6_ADDRESSES or
+   the cf option UseCompressedIPv6Addresses.
+
 20150630:
The default kernel entropy-processing algorithm is now
Fortuna, replacing Yarrow.
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r285233 - head/release/doc/en_US.ISO8859-1/relnotes

2015-07-06 Thread Gregory Neil Shapiro
Author: gshapiro
Date: Tue Jul  7 03:06:56 2015
New Revision: 285233
URL: https://svnweb.freebsd.org/changeset/base/285233

Log:
  Note merge to head for sendmail 8.15.2 along with a special note for those
  upgrading to FreeBSD 11.
  
  MFC after:3 days

Modified:
  head/release/doc/en_US.ISO8859-1/relnotes/article.xml

Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml
==
--- head/release/doc/en_US.ISO8859-1/relnotes/article.xml   Tue Jul  7 
03:03:17 2015(r285232)
+++ head/release/doc/en_US.ISO8859-1/relnotes/article.xml   Tue Jul  7 
03:06:56 2015(r285233)
@@ -403,9 +403,20 @@
applicationClang/application have been updated to
version 3.4./para
 
-  para revision=266527
-   role=mergedapplicationSendmail/application has been
-   updated from 8.14.7 to 8.14.9./para
+  para revision=285229applicationsendmail/application
+   has been updated to 8.15.2.  Starting with FreeBSD 11.0 and
+   sendmail 8.15, sendmail uses uncompressed IPv6 addresses by
+   default, i.e., they will not contain ::.  For example,
+   instead of ::1, it will be 0:0:0:0:0:0:0:1.  This permits a
+   zero subnet to have a more specific match, such as different
+   map entries for IPv6:0:0 vs IPv6:0.  This change requires that
+   configuration data (including maps, files, classes, custom
+   ruleset, etc.) must use the same format, so make certain such
+   configuration data is upgrading.  As a very simple check
+   search for patterns like 'IPv6:[0-9a-fA-F:]*::' and 'IPv6::'.
+   To return to the old behavior, set the m4 option
+   confUSE_COMPRESSED_IPV6_ADDRESSES or the cf option
+   UseCompressedIPv6Addresses./para
 
   para revision=276577applicationfile/application has been
updated to version 5.22./para
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r285229 - in head/contrib/sendmail: . cf cf/cf cf/feature cf/hack cf/m4 contrib doc/op editmap include/sendmail include/sm libmilter libmilter/docs libsm libsmdb makemap src

2015-07-06 Thread Gregory Neil Shapiro
Author: gshapiro
Date: Tue Jul  7 02:59:02 2015
New Revision: 285229
URL: https://svnweb.freebsd.org/changeset/base/285229

Log:
  Merge sendmail 8.15.2 to HEAD
  
  MFC after:3 days

Added:
 - copied unchanged from r275719, vendor/sendmail/dist/cf/feature/bcc.m4
 - copied unchanged from r275719, 
vendor/sendmail/dist/cf/feature/nopercenthack.m4
 - copied unchanged from r275719, 
vendor/sendmail/dist/cf/feature/prefixmod.m4
 - copied unchanged from r285193, 
vendor/sendmail/dist/cf/feature/tls_session_features.m4
 - copied unchanged from r275719, vendor/sendmail/dist/cf/hack/xconnect.m4
 - copied unchanged from r275719, vendor/sendmail/dist/contrib/AuthRealm.p0
Directory Properties:
  head/contrib/sendmail/cf/feature/bcc.m4   (props changed)
  head/contrib/sendmail/cf/feature/nopercenthack.m4   (props changed)
  head/contrib/sendmail/cf/feature/prefixmod.m4   (props changed)
  head/contrib/sendmail/cf/feature/tls_session_features.m4   (props changed)
  head/contrib/sendmail/cf/hack/xconnect.m4   (props changed)
  head/contrib/sendmail/contrib/AuthRealm.p0   (props changed)
Deleted:
  head/contrib/sendmail/libsm/path.c
Modified:
  head/contrib/sendmail/CACerts
  head/contrib/sendmail/FAQ
  head/contrib/sendmail/INSTALL
  head/contrib/sendmail/KNOWNBUGS
  head/contrib/sendmail/PGPKEYS
  head/contrib/sendmail/README
  head/contrib/sendmail/RELEASE_NOTES
  head/contrib/sendmail/cf/README
  head/contrib/sendmail/cf/cf/Makefile
  head/contrib/sendmail/cf/cf/submit.cf
  head/contrib/sendmail/cf/cf/submit.mc
  head/contrib/sendmail/cf/feature/block_bad_helo.m4
  head/contrib/sendmail/cf/feature/ldap_routing.m4
  head/contrib/sendmail/cf/m4/cfhead.m4
  head/contrib/sendmail/cf/m4/proto.m4
  head/contrib/sendmail/cf/m4/version.m4
  head/contrib/sendmail/doc/op/op.me
  head/contrib/sendmail/editmap/editmap.c
  head/contrib/sendmail/include/sendmail/sendmail.h
  head/contrib/sendmail/include/sm/bdb.h
  head/contrib/sendmail/include/sm/cdefs.h
  head/contrib/sendmail/include/sm/conf.h
  head/contrib/sendmail/include/sm/errstring.h
  head/contrib/sendmail/include/sm/fdset.h
  head/contrib/sendmail/libmilter/docs/smfi_setsymlist.html
  head/contrib/sendmail/libmilter/engine.c
  head/contrib/sendmail/libmilter/handler.c
  head/contrib/sendmail/libmilter/listener.c
  head/contrib/sendmail/libmilter/signal.c
  head/contrib/sendmail/libmilter/smfi.c
  head/contrib/sendmail/libmilter/worker.c
  head/contrib/sendmail/libsm/Makefile.m4
  head/contrib/sendmail/libsm/errstring.c
  head/contrib/sendmail/libsm/local.h
  head/contrib/sendmail/libsm/mbdb.c
  head/contrib/sendmail/libsm/refill.c
  head/contrib/sendmail/libsm/stdio.c
  head/contrib/sendmail/libsm/vfprintf.c
  head/contrib/sendmail/libsmdb/smdb.c
  head/contrib/sendmail/makemap/makemap.c
  head/contrib/sendmail/src/README
  head/contrib/sendmail/src/TRACEFLAGS
  head/contrib/sendmail/src/TUNING
  head/contrib/sendmail/src/bf.c
  head/contrib/sendmail/src/collect.c
  head/contrib/sendmail/src/conf.c
  head/contrib/sendmail/src/daemon.c
  head/contrib/sendmail/src/deliver.c
  head/contrib/sendmail/src/envelope.c
  head/contrib/sendmail/src/err.c
  head/contrib/sendmail/src/headers.c
  head/contrib/sendmail/src/main.c
  head/contrib/sendmail/src/map.c
  head/contrib/sendmail/src/mci.c
  head/contrib/sendmail/src/milter.c
  head/contrib/sendmail/src/parseaddr.c
  head/contrib/sendmail/src/queue.c
  head/contrib/sendmail/src/readcf.c
  head/contrib/sendmail/src/recipient.c
  head/contrib/sendmail/src/savemail.c
  head/contrib/sendmail/src/sendmail.8
  head/contrib/sendmail/src/sendmail.h
  head/contrib/sendmail/src/sfsasl.c
  head/contrib/sendmail/src/sm_resolve.c
  head/contrib/sendmail/src/srvrsmtp.c
  head/contrib/sendmail/src/tls.c
  head/contrib/sendmail/src/usersmtp.c
  head/contrib/sendmail/src/util.c
  head/contrib/sendmail/src/version.c
Directory Properties:
  head/contrib/sendmail/   (props changed)

Modified: head/contrib/sendmail/CACerts
==
--- head/contrib/sendmail/CACerts   Tue Jul  7 02:42:48 2015
(r285228)
+++ head/contrib/sendmail/CACerts   Tue Jul  7 02:59:02 2015
(r285229)
@@ -10,6 +10,102 @@ Certificate:
 Data:
 Version: 3 (0x2)
 Serial Number:
+92:91:67:de:e0:ef:2c:e4
+Signature Algorithm: sha1WithRSAEncryption
+Issuer: C=US, ST=California, L=Berkeley, O=Endmail Org, OU=MTA, 
CN=Claus Assmann CA RSA 2015/emailAddress=ca+ca-rsa2...@esmtp.org
+Validity
+Not Before: Mar  2 19:15:29 2015 GMT
+Not After : Mar  1 19:15:29 2018 GMT
+Subject: C=US, ST=California, L=Berkeley, O=Endmail Org, OU=MTA, 
CN=Claus Assmann CA RSA 2015/emailAddress=ca+ca-rsa2...@esmtp.org
+Subject Public Key Info:
+Public Key Algorithm: rsaEncryption
+Public-Key: (2048 bit)
+Modulus:
+

svn commit: r284785 - head

2015-06-24 Thread Gregory Neil Shapiro
Author: gshapiro
Date: Thu Jun 25 01:42:59 2015
New Revision: 284785
URL: https://svnweb.freebsd.org/changeset/base/284785

Log:
  Add a note on the second sendmail fix for WeakDH interoperability.

Modified:
  head/UPDATING

Modified: head/UPDATING
==
--- head/UPDATING   Thu Jun 25 01:24:36 2015(r284784)
+++ head/UPDATING   Thu Jun 25 01:42:59 2015(r284785)
@@ -31,6 +31,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11
disable the most expensive debugging functionality run
ln -s 'abort:false,junk:false' /etc/malloc.conf.)
 
+20150623:
+   An additional fix for the issue described in the 20150614 sendmail
+   entry below has been been committed in revision 284717.
+
 20150616:
FreeBSD's old make (fmake) has been removed from the system. It is
available as the devel/fmake port or via pkg install fmake.
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r284717 - head/contrib/sendmail/src

2015-06-22 Thread Gregory Neil Shapiro
Author: gshapiro
Date: Tue Jun 23 04:33:54 2015
New Revision: 284717
URL: https://svnweb.freebsd.org/changeset/base/284717

Log:
  An additional fix for the openssl Weak DH remediation:
  
  The import of openssl to address the FreeBSD-SA-15:10.openssl security
  advisory includes a change which rejects handshakes with DH parameters
  below 768 bits.  sendmail releases prior to 8.15.2 (not yet released),
  defaulted to a 512 bit DH parameter setting for client connections.
  
  The first fix committed last week changed the default to 1024 bits.
  
  This commit fixes the case where the DHParameters option is set to a
  file which doesn't exist, which is the case on newer versions of
  FreeBSD which enable STARTTLS by default by auto-creating TLS
  certificates.
  
  MFC after:2 days

Modified:
  head/contrib/sendmail/src/sendmail.h

Modified: head/contrib/sendmail/src/sendmail.h
==
--- head/contrib/sendmail/src/sendmail.hTue Jun 23 04:17:12 2015
(r284716)
+++ head/contrib/sendmail/src/sendmail.hTue Jun 23 04:33:54 2015
(r284717)
@@ -1935,7 +1935,7 @@ struct termescape
 
 /* server requirements */
 #define TLS_I_SRV  (TLS_I_SRV_CERT | TLS_I_RSA_TMP | TLS_I_VRFY_PATH | \
-TLS_I_VRFY_LOC | TLS_I_TRY_DH | TLS_I_DH512 | \
+TLS_I_VRFY_LOC | TLS_I_TRY_DH | TLS_I_DH1024 | \
 TLS_I_CACHE)
 
 /* client requirements */
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r284436 - head/contrib/sendmail/src

2015-06-15 Thread Gregory Neil Shapiro
Author: gshapiro
Date: Tue Jun 16 02:58:50 2015
New Revision: 284436
URL: https://svnweb.freebsd.org/changeset/base/284436

Log:
  The import of openssl to address the FreeBSD-SA-15:10.openssl security
  advisory includes a change which rejects handshakes with DH parameters
  below 768 bits.  sendmail releases prior to 8.15.2 (not yet released),
  defaulted to a 512 bit DH parameter setting for client connections.
  This commit chages that default to 1024 bits.  sendmail 8.15.2, when
  released well use a default of 2048 bits.
  
  MFC after:1 day

Modified:
  head/contrib/sendmail/src/tls.c

Modified: head/contrib/sendmail/src/tls.c
==
--- head/contrib/sendmail/src/tls.c Tue Jun 16 02:31:11 2015
(r284435)
+++ head/contrib/sendmail/src/tls.c Tue Jun 16 02:58:50 2015
(r284436)
@@ -650,7 +650,7 @@ inittls(ctx, req, options, srv, certfile
**  1024generate 1024 bit parameters
**  2048generate 2048 bit parameters
**  /file/name  read parameters from /file/name
-   **  default is: 1024 for server, 512 for client (OK? XXX)
+   **  default is: 1024
*/
 
if (bitset(TLS_I_TRY_DH, req))
@@ -676,8 +676,8 @@ inittls(ctx, req, options, srv, certfile
}
if (dhparam == NULL)
{
-   dhparam = srv ? 1 : 5;
-   req |= (srv ? TLS_I_DH1024 : TLS_I_DH512);
+   dhparam = 1;
+   req |= TLS_I_DH1024;
}
else if (*dhparam == '/')
{
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r284437 - head

2015-06-15 Thread Gregory Neil Shapiro
Author: gshapiro
Date: Tue Jun 16 03:03:26 2015
New Revision: 284437
URL: https://svnweb.freebsd.org/changeset/base/284437

Log:
  The fix for the issue described in the 20150614 sendmail entry has
  been been committed in revision 284436.
  
  MFC after:1 day

Modified:
  head/UPDATING

Modified: head/UPDATING
==
--- head/UPDATING   Tue Jun 16 02:58:50 2015(r284436)
+++ head/UPDATING   Tue Jun 16 03:03:26 2015(r284437)
@@ -31,6 +31,13 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11
disable the most expensive debugging functionality run
ln -s 'abort:false,junk:false' /etc/malloc.conf.)
 
+20150615:
+   The fix for the issue described in the 20150614 sendmail entry
+   below has been been committed in revision 284436.  The work
+   around described in that entry is no longer needed unless the
+   default setting is overridden by a confDH_PARAMETERS configuration
+   setting of '5' or pointing to a 512 bit DH parameter file.
+
 20150614:
ALLOW_DEPRECATED_ATF_TOOLS/ATFFILE support has been removed from
atf.test.mk (included from bsd.test.mk). Please upgrade devel/atf
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r284403 - head

2015-06-14 Thread Gregory Neil Shapiro
Author: gshapiro
Date: Mon Jun 15 04:18:29 2015
New Revision: 284403
URL: https://svnweb.freebsd.org/changeset/base/284403

Log:
  Add a quick (?) note for users who may be having sendmail interoperability 
issues
  due to the recent (FreeBSD-SA-15:10.openssl) OpenSSL change to reject 512 bit
  DH parameters.  Affects 11-CURRENT and 10-STABLE.

Modified:
  head/UPDATING

Modified: head/UPDATING
==
--- head/UPDATING   Mon Jun 15 01:04:01 2015(r284402)
+++ head/UPDATING   Mon Jun 15 04:18:29 2015(r284403)
@@ -31,6 +31,30 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11
disable the most expensive debugging functionality run
ln -s 'abort:false,junk:false' /etc/malloc.conf.)
 
+20150614:
+   The import of openssl to address the FreeBSD-SA-15:10.openssl
+   security advisory includes a change which rejects handshakes
+   with DH parameters below 768 bits.  sendmail releases prior
+   to 8.15.2 (not yet released), defaulted to a 512 bit
+   DH parameter setting for client connections.  To work around
+   this interoperability, sendmail can be configured to use a
+   2048 bit DH parameter by:
+
+   1. Edit /etc/mail/`hostname`.mc 
+   2. If a setting for confDH_PARAMETERS does not exist or
+  exists and is set to a string beginning with '5',
+  replace it with '2'.
+   3. If a setting for confDH_PARAMETERS exists and is set to
+  a file path, create a new file with:
+   openssl dhparam -out /path/to/file 2048
+   4. Rebuild the .cf file:
+   cd /etc/mail/; make; make install
+   5. Restart sendmail:
+   cd /etc/mail/; make restart
+
+   A sendmail patch is coming, at which time this file will be
+   updated.
+
 20150604:
Generation of legacy formatted entries have been disabled by default
in pwd_mkdb(8), as all base system consumers of the legacy formatted
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r280155 - head/contrib/sendmail/src

2015-03-16 Thread Gregory Neil Shapiro
Author: gshapiro
Date: Mon Mar 16 20:24:37 2015
New Revision: 280155
URL: https://svnweb.freebsd.org/changeset/base/280155

Log:
  Default to turning off OpenSSL SSL_OP_TLSEXT_PADDING as it breaks
  compatibility with some sites
  
  This change comes from 8.15 but is being backported to FreeBSD releases
  not yet using 8.15.
  
  MFC after:3 days
  Noted by: julian@

Modified:
  head/contrib/sendmail/src/readcf.c

Modified: head/contrib/sendmail/src/readcf.c
==
--- head/contrib/sendmail/src/readcf.c  Mon Mar 16 20:13:25 2015
(r280154)
+++ head/contrib/sendmail/src/readcf.c  Mon Mar 16 20:24:37 2015
(r280155)
@@ -124,6 +124,11 @@ readcf(cfname, safe, e)
| SSL_OP_NO_TICKET
 #endif
;
+# ifdef SSL_OP_TLSEXT_PADDING
+   /* SSL_OP_TLSEXT_PADDING breaks compatibility with some sites */
+   Srv_SSL_Options = ~SSL_OP_TLSEXT_PADDING;
+   Clt_SSL_Options = ~SSL_OP_TLSEXT_PADDING;
+# endif /* SSL_OP_TLSEXT_PADDING */
 #endif /* STARTTLS */
if (DontLockReadFiles)
sff |= SFF_NOLOCK;
@@ -2406,6 +2411,9 @@ static struct ssl_options
 #ifdef SSL_OP_CRYPTOPRO_TLSEXT_BUG
{ SSL_OP_CRYPTOPRO_TLSEXT_BUG,SSL_OP_CRYPTOPRO_TLSEXT_BUG 
},
 #endif
+#ifdef SSL_OP_TLSEXT_PADDING
+   { SSL_OP_TLSEXT_PADDING,  SSL_OP_TLSEXT_PADDING   },
+#endif
{ NULL, 0   }
 };
 #endif /* STARTTLS  _FFR_TLS_1 */
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r277787 - in head: contrib/sendmail/cf/m4 etc/sendmail

2015-01-26 Thread Gregory Neil Shapiro
Author: gshapiro
Date: Tue Jan 27 04:06:47 2015
New Revision: 277787
URL: https://svnweb.freebsd.org/changeset/base/277787

Log:
  Remove build specific details from sendmail.cf/submit.cf in support of
  https://wiki.freebsd.org/ReproducibleBuilds
  
  The contrib/sendmail change will be made in the upstream source for a
  future sendmail release.
  
  Reviewed by:  des
  MFC after:3 days

Modified:
  head/contrib/sendmail/cf/m4/cfhead.m4
  head/etc/sendmail/Makefile

Modified: head/contrib/sendmail/cf/m4/cfhead.m4
==
--- head/contrib/sendmail/cf/m4/cfhead.m4   Tue Jan 27 03:37:58 2015
(r277786)
+++ head/contrib/sendmail/cf/m4/cfhead.m4   Tue Jan 27 04:06:47 2015
(r277787)
@@ -20,7 +20,7 @@
 ifdef(`__win32__', `dnl', `dnl
 ifdef(`TEMPFILE', `dnl', `define(`TEMPFILE', maketemp(/tmp/cfXX))dnl
 syscmd(sh _CF_DIR_`'sh/makeinfo.sh _CF_DIR_  TEMPFILE)dnl
-include(TEMPFILE)dnl
+ifdef(`_NO_MAKEINFO_',, `include(TEMPFILE)')dnl
 syscmd(rm -f TEMPFILE)dnl')')
 #
 ##

Modified: head/etc/sendmail/Makefile
==
--- head/etc/sendmail/Makefile  Tue Jan 27 03:37:58 2015(r277786)
+++ head/etc/sendmail/Makefile  Tue Jan 27 04:06:47 2015(r277787)
@@ -17,7 +17,8 @@ M4FILES!= find ${SENDMAIL_CF_DIR} -type 
 
 .mc.cf: ${M4FILES}
${RM} ${.TARGET}
-   ${M4} -D_CF_DIR_=${SENDMAIL_CF_DIR}/ ${SENDMAIL_M4_FLAGS} \
+   ${M4} -D_CF_DIR_=${SENDMAIL_CF_DIR}/ -D_NO_MAKEINFO_ \
+   ${SENDMAIL_M4_FLAGS} \
${SENDMAIL_CF_DIR}/m4/cf.m4 ${.IMPSRC}  ${.TARGET}
${CHMOD} ${ROMODE} ${.TARGET}
 
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r266702 - head/release/doc/en_US.ISO8859-1/relnotes

2014-05-26 Thread Gregory Neil Shapiro
Author: gshapiro
Date: Mon May 26 15:54:31 2014
New Revision: 266702
URL: http://svnweb.freebsd.org/changeset/base/266702

Log:
  Note proper revision number for sendmail 8.14.9 merge.

Modified:
  head/release/doc/en_US.ISO8859-1/relnotes/article.xml

Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml
==
--- head/release/doc/en_US.ISO8859-1/relnotes/article.xml   Mon May 26 
15:53:24 2014(r266701)
+++ head/release/doc/en_US.ISO8859-1/relnotes/article.xml   Mon May 26 
15:54:31 2014(r266702)
@@ -346,7 +346,7 @@
 para revision=261071man.jemalloc.3; has been updated to
   version 3.5.0./para
 
-para revision=261197 role=mergedapplicationSendmail/application
+para revision=266527 role=mergedapplicationSendmail/application
   has been updated from 8.14.7 to 8.14.9./para
 
 para revision=261212applicationbmake/application has been
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r266528 - head/contrib/sendmail

2014-05-21 Thread Gregory Neil Shapiro
Author: gshapiro
Date: Thu May 22 04:41:11 2014
New Revision: 266528
URL: http://svnweb.freebsd.org/changeset/base/266528

Log:
  Update for sendmail 8.14.9 import
  
  MFC after:3 days

Modified:
  head/contrib/sendmail/FREEBSD-upgrade

Modified: head/contrib/sendmail/FREEBSD-upgrade
==
--- head/contrib/sendmail/FREEBSD-upgrade   Thu May 22 04:39:17 2014
(r266527)
+++ head/contrib/sendmail/FREEBSD-upgrade   Thu May 22 04:41:11 2014
(r266528)
@@ -1,6 +1,6 @@
 $FreeBSD$
 
-sendmail 8.14.8
+sendmail 8.14.9
originals can be found at: ftp://ftp.sendmail.org/pub/sendmail/
 
 For the import of sendmail, the following directories were renamed:
@@ -97,4 +97,4 @@ infrastructure in FreeBSD:
usr.sbin/mailwrapper/Makefile
 
 gshap...@freebsd.org
-26-January-2014
+21-May-2014
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r266529 - head/etc/sendmail

2014-05-21 Thread Gregory Neil Shapiro
Author: gshapiro
Date: Thu May 22 04:43:40 2014
New Revision: 266529
URL: http://svnweb.freebsd.org/changeset/base/266529

Log:
  Minor changes to force commit these files so new freebsd*.cf files are
  built to use the new sendmail-8.14.9/cf tree.
  
  MFC after:3 days

Modified:
  head/etc/sendmail/freebsd.mc
  head/etc/sendmail/freebsd.submit.mc

Modified: head/etc/sendmail/freebsd.mc
==
--- head/etc/sendmail/freebsd.mcThu May 22 04:41:11 2014
(r266528)
+++ head/etc/sendmail/freebsd.mcThu May 22 04:43:40 2014
(r266529)
@@ -33,7 +33,6 @@ divert(-1)
 # SUCH DAMAGE.
 #
 
-
 #
 #  This is a generic configuration file for FreeBSD 6.X and later systems.
 #  If you want to customize it, copy it to a name appropriate for your

Modified: head/etc/sendmail/freebsd.submit.mc
==
--- head/etc/sendmail/freebsd.submit.mc Thu May 22 04:41:11 2014
(r266528)
+++ head/etc/sendmail/freebsd.submit.mc Thu May 22 04:43:40 2014
(r266529)
@@ -9,7 +9,6 @@ divert(-1)
 #
 #
 
-
 #
 #  This is the FreeBSD configuration for a set-group-ID sm-msp sendmail
 #  that acts as a initial mail submission program.
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r266530 - head/release/doc/en_US.ISO8859-1/relnotes

2014-05-21 Thread Gregory Neil Shapiro
Author: gshapiro
Date: Thu May 22 04:46:51 2014
New Revision: 266530
URL: http://svnweb.freebsd.org/changeset/base/266530

Log:
  Note merge to head for sendmail 8.14.9.
  
  MFC after:3 days

Modified:
  head/release/doc/en_US.ISO8859-1/relnotes/article.xml

Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml
==
--- head/release/doc/en_US.ISO8859-1/relnotes/article.xml   Thu May 22 
04:43:40 2014(r266529)
+++ head/release/doc/en_US.ISO8859-1/relnotes/article.xml   Thu May 22 
04:46:51 2014(r266530)
@@ -347,7 +347,7 @@
   version 3.5.0./para
 
 para revision=261197 role=mergedapplicationSendmail/application
-  has been updated from 8.14.7 to 8.14.8./para
+  has been updated from 8.14.7 to 8.14.9./para
 
 para revision=261212applicationbmake/application has been
   updated to version 20140101./para
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r261189 - head/contrib/sendmail

2014-01-26 Thread Gregory Neil Shapiro
Author: gshapiro
Date: Sun Jan 26 20:13:28 2014
New Revision: 261189
URL: http://svnweb.freebsd.org/changeset/base/261189

Log:
  Update link to vendor import instructions

Modified:
  head/contrib/sendmail/FREEBSD-upgrade

Modified: head/contrib/sendmail/FREEBSD-upgrade
==
--- head/contrib/sendmail/FREEBSD-upgrade   Sun Jan 26 19:49:54 2014
(r261188)
+++ head/contrib/sendmail/FREEBSD-upgrade   Sun Jan 26 20:13:28 2014
(r261189)
@@ -9,7 +9,7 @@ For the import of sendmail, the followin
 
 Imported using the instructions at:
 
-http://wiki.freebsd.org/SubversionPrimer/VendorImports
+http://www.freebsd.org/doc/en_US.ISO8859-1/articles/committers-guide/subversion-primer.html
 
 Then merged using:
 
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r261195 - head/lib/libsm

2014-01-26 Thread Gregory Neil Shapiro
Author: gshapiro
Date: Sun Jan 26 23:40:31 2014
New Revision: 261195
URL: http://svnweb.freebsd.org/changeset/base/261195

Log:
  Add new sendmail 8.14.8 file
  
  MFC after:5 days

Modified:
  head/lib/libsm/Makefile

Modified: head/lib/libsm/Makefile
==
--- head/lib/libsm/Makefile Sun Jan 26 23:39:11 2014(r261194)
+++ head/lib/libsm/Makefile Sun Jan 26 23:40:31 2014(r261195)
@@ -31,7 +31,7 @@ SRCS+=assert.c debug.c errstring.c exc.
wbuf.c wsetup.c string.c stringf.c \
xtrap.c strto.c test.c path.c strcasecmp.c strrevcmp.c \
signal.c clock.c config.c sem.c shm.c mbdb.c strexit.c cf.c ldap.c \
-   niprop.c mpeix.c memstat.c util.c
+   niprop.c mpeix.c memstat.c util.c inet6_ntop.c
 CLEANFILES+=sm_os.h
 
 INTERNALLIB=
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r261196 - head/contrib/sendmail/include/sm/os

2014-01-26 Thread Gregory Neil Shapiro
Author: gshapiro
Date: Sun Jan 26 23:42:40 2014
New Revision: 261196
URL: http://svnweb.freebsd.org/changeset/base/261196

Log:
  Remove local FreeBSD workaround now that upstream project has a better fix.
  
  MFC after:5 days

Modified:
  head/contrib/sendmail/include/sm/os/sm_os_freebsd.h

Modified: head/contrib/sendmail/include/sm/os/sm_os_freebsd.h
==
--- head/contrib/sendmail/include/sm/os/sm_os_freebsd.h Sun Jan 26 23:40:31 
2014(r261195)
+++ head/contrib/sendmail/include/sm/os/sm_os_freebsd.h Sun Jan 26 23:42:40 
2014(r261196)
@@ -39,7 +39,3 @@
 #ifndef SM_CONF_MSG
 # define SM_CONF_MSG   1
 #endif /* SM_CONF_MSG */
-
-#ifndef SM_IPNODEBYNAME_FLAGS
-# define SM_IPNODEBYNAME_FLAGS AI_DEFAULT|AI_ALL
-#endif /* SM_IPNODEBYNAME_FLAGS */
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r261197 - head/contrib/sendmail

2014-01-26 Thread Gregory Neil Shapiro
Author: gshapiro
Date: Sun Jan 26 23:44:12 2014
New Revision: 261197
URL: http://svnweb.freebsd.org/changeset/base/261197

Log:
  Update for sendmail 8.14.8 import
  
  MFC after:5 days

Modified:
  head/contrib/sendmail/FREEBSD-upgrade

Modified: head/contrib/sendmail/FREEBSD-upgrade
==
--- head/contrib/sendmail/FREEBSD-upgrade   Sun Jan 26 23:42:40 2014
(r261196)
+++ head/contrib/sendmail/FREEBSD-upgrade   Sun Jan 26 23:44:12 2014
(r261197)
@@ -1,6 +1,6 @@
 $FreeBSD$
 
-sendmail 8.14.7
+sendmail 8.14.8
originals can be found at: ftp://ftp.sendmail.org/pub/sendmail/
 
 For the import of sendmail, the following directories were renamed:
@@ -97,4 +97,4 @@ infrastructure in FreeBSD:
usr.sbin/mailwrapper/Makefile
 
 gshap...@freebsd.org
-21-April-2013
+26-January-2014
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r261198 - head/contrib/sendmail/libsm

2014-01-26 Thread Gregory Neil Shapiro
Author: gshapiro
Date: Sun Jan 26 23:47:03 2014
New Revision: 261198
URL: http://svnweb.freebsd.org/changeset/base/261198

Log:
  Add missing svn:keywords property to new files
  
  MFC after:5 days

Modified:
Directory Properties:
  head/contrib/sendmail/libsm/inet6_ntop.c   (props changed)
  head/contrib/sendmail/libsm/t-fget.c   (props changed)
  head/contrib/sendmail/libsm/t-inet6_ntop.c   (props changed)
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r261199 - head/etc/sendmail

2014-01-26 Thread Gregory Neil Shapiro
Author: gshapiro
Date: Sun Jan 26 23:51:16 2014
New Revision: 261199
URL: http://svnweb.freebsd.org/changeset/base/261199

Log:
  Minor changes to force commit these files so new freebsd*.cf files are
  built to use the new sendmail-8.14.8/cf tree.
  
  MFC after:5 days

Modified:
  head/etc/sendmail/freebsd.mc
  head/etc/sendmail/freebsd.submit.mc

Modified: head/etc/sendmail/freebsd.mc
==
--- head/etc/sendmail/freebsd.mcSun Jan 26 23:47:03 2014
(r261198)
+++ head/etc/sendmail/freebsd.mcSun Jan 26 23:51:16 2014
(r261199)
@@ -33,6 +33,7 @@ divert(-1)
 # SUCH DAMAGE.
 #
 
+
 #
 #  This is a generic configuration file for FreeBSD 6.X and later systems.
 #  If you want to customize it, copy it to a name appropriate for your

Modified: head/etc/sendmail/freebsd.submit.mc
==
--- head/etc/sendmail/freebsd.submit.mc Sun Jan 26 23:47:03 2014
(r261198)
+++ head/etc/sendmail/freebsd.submit.mc Sun Jan 26 23:51:16 2014
(r261199)
@@ -9,6 +9,7 @@ divert(-1)
 #
 #
 
+
 #
 #  This is the FreeBSD configuration for a set-group-ID sm-msp sendmail
 #  that acts as a initial mail submission program.
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r261200 - head/release/doc/en_US.ISO8859-1/relnotes

2014-01-26 Thread Gregory Neil Shapiro
Author: gshapiro
Date: Sun Jan 26 23:55:35 2014
New Revision: 261200
URL: http://svnweb.freebsd.org/changeset/base/261200

Log:
  Note merge to head for sendmail 8.14.8.
  
  MFC after:5 days

Modified:
  head/release/doc/en_US.ISO8859-1/relnotes/article.xml

Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml
==
--- head/release/doc/en_US.ISO8859-1/relnotes/article.xml   Sun Jan 26 
23:51:16 2014(r261199)
+++ head/release/doc/en_US.ISO8859-1/relnotes/article.xml   Sun Jan 26 
23:55:35 2014(r261200)
@@ -256,6 +256,9 @@
 
 para revision=261071man.jemalloc.3; has been updated to
   version 3.5.0./para
+
+para role=mergedapplicationsendmail/application has been
+  updated from 8.14.7 to 8.14.8./para
   /sect2
 
   sect2 xml:id=ports
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r254251 - head/contrib/sendmail/include/sm/os

2013-08-12 Thread Gregory Neil Shapiro
Author: gshapiro
Date: Mon Aug 12 17:22:39 2013
New Revision: 254251
URL: http://svnweb.freebsd.org/changeset/base/254251

Log:
  Temporarily revert sendmail 8.14.7 change to getipnodebyname() flags to
  prevent problems between the resolver and Microsoft DNS servers with
   lookups.  The upstream open source project will work on a more
  permanent fix for the next release.  Issue noted by Pavel Timofeev.
  
  MFC after:3 days

Modified:
  head/contrib/sendmail/include/sm/os/sm_os_freebsd.h

Modified: head/contrib/sendmail/include/sm/os/sm_os_freebsd.h
==
--- head/contrib/sendmail/include/sm/os/sm_os_freebsd.h Mon Aug 12 15:35:10 
2013(r254250)
+++ head/contrib/sendmail/include/sm/os/sm_os_freebsd.h Mon Aug 12 17:22:39 
2013(r254251)
@@ -39,3 +39,7 @@
 #ifndef SM_CONF_MSG
 # define SM_CONF_MSG   1
 #endif /* SM_CONF_MSG */
+
+#ifndef SM_IPNODEBYNAME_FLAGS
+# define SM_IPNODEBYNAME_FLAGS AI_DEFAULT|AI_ALL
+#endif /* SM_IPNODEBYNAME_FLAGS */
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r249729 - in head/contrib/sendmail: . cf/cf cf/m4 contrib doc/op include/sm libmilter libsm mailstats makemap praliases rmail src test vacation

2013-04-21 Thread Gregory Neil Shapiro
Author: gshapiro
Date: Sun Apr 21 17:08:44 2013
New Revision: 249729
URL: http://svnweb.freebsd.org/changeset/base/249729

Log:
  Merge sendmail 8.14.7 to HEAD
  
  MFC after:4 days

Added:
  head/contrib/sendmail/libsm/t-fget.c
 - copied unchanged from r249728, vendor/sendmail/dist/libsm/t-fget.c
Modified:
  head/contrib/sendmail/CACerts
  head/contrib/sendmail/PGPKEYS
  head/contrib/sendmail/RELEASE_NOTES
  head/contrib/sendmail/cf/cf/submit.cf
  head/contrib/sendmail/cf/m4/version.m4
  head/contrib/sendmail/contrib/etrn.pl
  head/contrib/sendmail/doc/op/op.me
  head/contrib/sendmail/include/sm/config.h
  head/contrib/sendmail/include/sm/io.h
  head/contrib/sendmail/libmilter/Makefile.m4
  head/contrib/sendmail/libmilter/sm_gethost.c
  head/contrib/sendmail/libsm/Makefile.m4
  head/contrib/sendmail/libsm/cf.c
  head/contrib/sendmail/libsm/fget.c
  head/contrib/sendmail/mailstats/mailstats.c
  head/contrib/sendmail/makemap/makemap.c
  head/contrib/sendmail/praliases/praliases.c
  head/contrib/sendmail/rmail/rmail.c
  head/contrib/sendmail/src/Makefile.m4
  head/contrib/sendmail/src/alias.c
  head/contrib/sendmail/src/collect.c
  head/contrib/sendmail/src/conf.c
  head/contrib/sendmail/src/control.c
  head/contrib/sendmail/src/deliver.c
  head/contrib/sendmail/src/main.c
  head/contrib/sendmail/src/map.c
  head/contrib/sendmail/src/mci.c
  head/contrib/sendmail/src/milter.c
  head/contrib/sendmail/src/mime.c
  head/contrib/sendmail/src/parseaddr.c
  head/contrib/sendmail/src/queue.c
  head/contrib/sendmail/src/readcf.c
  head/contrib/sendmail/src/recipient.c
  head/contrib/sendmail/src/savemail.c
  head/contrib/sendmail/src/sendmail.h
  head/contrib/sendmail/src/sfsasl.c
  head/contrib/sendmail/src/srvrsmtp.c
  head/contrib/sendmail/src/tls.c
  head/contrib/sendmail/src/usersmtp.c
  head/contrib/sendmail/src/util.c
  head/contrib/sendmail/src/version.c
  head/contrib/sendmail/test/Makefile.m4
  head/contrib/sendmail/vacation/vacation.c
Directory Properties:
  head/contrib/sendmail/   (props changed)

Modified: head/contrib/sendmail/CACerts
==
--- head/contrib/sendmail/CACerts   Sun Apr 21 16:37:17 2013
(r249728)
+++ head/contrib/sendmail/CACerts   Sun Apr 21 17:08:44 2013
(r249729)
@@ -1,4 +1,4 @@
-# $Id: CACerts,v 8.5 2011/05/06 23:05:10 ca Exp $
+# $Id: CACerts,v 8.6 2013/01/18 15:14:17 ca Exp $
 # This file contains some CA certificates that are used to sign the
 # certificates of mail servers of members of the sendmail consortium
 # who may reply to questions etc sent to sendmail.org.
@@ -10,93 +10,93 @@ Certificate:
 Data:
 Version: 3 (0x2)
 Serial Number:
-c2:3c:61:67:3b:0a:cc:5e
-Signature Algorithm: md5WithRSAEncryption
-Issuer: C=US, ST=California, L=Berkeley, O=Endmail Org, OU=MTA, 
CN=Claus Assmann CA RSA 2009/emailAddress=ca+ca-rsa2...@esmtp.org
+f1:41:b3:3d:ba:bd:33:49
+Signature Algorithm: sha1WithRSAEncryption
+Issuer: C=US, ST=California, L=Berkeley, O=Endmail Org, OU=MTA, 
CN=Claus Assmann CA RSA 2012/emailAddress=ca+ca-rsa2...@esmtp.org
 Validity
-Not Before: May 14 04:42:18 2009 GMT
-Not After : May 13 04:42:18 2012 GMT
-Subject: C=US, ST=California, L=Berkeley, O=Endmail Org, OU=MTA, 
CN=Claus Assmann CA RSA 2009/emailAddress=ca+ca-rsa2...@esmtp.org
+Not Before: Mar 10 02:47:46 2012 GMT
+Not After : Mar 10 02:47:46 2015 GMT
+Subject: C=US, ST=California, L=Berkeley, O=Endmail Org, OU=MTA, 
CN=Claus Assmann CA RSA 2012/emailAddress=ca+ca-rsa2...@esmtp.org
 Subject Public Key Info:
 Public Key Algorithm: rsaEncryption
-RSA Public Key: (2048 bit)
-Modulus (2048 bit):
-00:d5:f8:d3:48:38:75:df:2e:6b:8b:c4:8d:1d:41:
-5e:ad:4b:96:3d:48:c2:dc:e5:ff:61:98:95:32:03:
-e9:b6:71:5a:68:31:bc:e1:5c:aa:0e:70:a7:bc:51:
-b7:13:6a:78:54:ae:a6:d0:44:49:1b:5e:37:5b:59:
-20:01:47:a7:ec:41:4c:11:79:8c:25:c1:1b:c0:ed:
-85:b2:de:0f:10:9f:e7:b2:a3:c4:f1:fc:85:51:aa:
-d6:68:49:51:3e:04:e1:eb:e9:cd:87:1b:d0:9d:97:
-7b:4c:e1:1e:b1:6a:be:01:0a:a9:97:9a:50:89:e3:
-66:06:4c:07:cb:7e:99:70:13:e8:b4:9c:e7:e6:52:
-38:c0:64:90:42:d0:f5:cf:22:46:22:60:e9:34:70:
-1d:e3:d1:13:33:3a:31:ba:13:06:a8:c2:34:90:47:
-c5:a1:bd:2d:7d:98:21:70:de:22:d0:13:11:e5:08:
-dd:a0:77:0b:df:34:a7:07:55:de:5a:71:f6:6c:9e:
-ec:f7:45:75:1f:22:a9:84:06:c6:4f:84:3d:4e:05:
-d7:e4:e5:98:41:61:7b:8e:c9:3b:a6:ed:31:80:7d:
-fd:fa:f0:dc:b7:07:82:b8:ec:27:20:39:5f:78:95:
-f1:0d:93:8d:f9:4d:21:08:fd:72:89:01:ff:2c:a0:
-  

svn commit: r249730 - head/contrib/sendmail

2013-04-21 Thread Gregory Neil Shapiro
Author: gshapiro
Date: Sun Apr 21 17:09:51 2013
New Revision: 249730
URL: http://svnweb.freebsd.org/changeset/base/249730

Log:
  Update for sendmail 8.14.7
  
  MFC after:4 days

Modified:
  head/contrib/sendmail/FREEBSD-upgrade

Modified: head/contrib/sendmail/FREEBSD-upgrade
==
--- head/contrib/sendmail/FREEBSD-upgrade   Sun Apr 21 17:08:44 2013
(r249729)
+++ head/contrib/sendmail/FREEBSD-upgrade   Sun Apr 21 17:09:51 2013
(r249730)
@@ -1,6 +1,6 @@
 $FreeBSD$
 
-sendmail 8.14.6
+sendmail 8.14.7
originals can be found at: ftp://ftp.sendmail.org/pub/sendmail/
 
 For the import of sendmail, the following directories were renamed:
@@ -97,4 +97,4 @@ infrastructure in FreeBSD:
usr.sbin/mailwrapper/Makefile
 
 gshap...@freebsd.org
-29-December-2012
+21-April-2013
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r249732 - head/etc/sendmail

2013-04-21 Thread Gregory Neil Shapiro
Author: gshapiro
Date: Sun Apr 21 17:11:45 2013
New Revision: 249732
URL: http://svnweb.freebsd.org/changeset/base/249732

Log:
  Minor changes to force commit these files so new freebsd*.cf files are
  built to use the new sendmail-8.14.6/cf tree.
  
  MFC after:4 days

Modified:
  head/etc/sendmail/freebsd.mc
  head/etc/sendmail/freebsd.submit.mc

Modified: head/etc/sendmail/freebsd.mc
==
--- head/etc/sendmail/freebsd.mcSun Apr 21 17:10:10 2013
(r249731)
+++ head/etc/sendmail/freebsd.mcSun Apr 21 17:11:45 2013
(r249732)
@@ -41,7 +41,7 @@ divert(-1)
 #  The best documentation for this .mc file is:
 #  /usr/share/sendmail/cf/README or
 #  /usr/src/contrib/sendmail/cf/README
-#
+# 
 
 divert(0)
 VERSIONID(`$FreeBSD$')

Modified: head/etc/sendmail/freebsd.submit.mc
==
--- head/etc/sendmail/freebsd.submit.mc Sun Apr 21 17:10:10 2013
(r249731)
+++ head/etc/sendmail/freebsd.submit.mc Sun Apr 21 17:11:45 2013
(r249732)
@@ -9,7 +9,6 @@ divert(-1)
 #
 #
 
-
 #
 #  This is the FreeBSD configuration for a set-group-ID sm-msp sendmail
 #  that acts as a initial mail submission program.
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r249733 - head/release/doc/en_US.ISO8859-1/relnotes

2013-04-21 Thread Gregory Neil Shapiro
Author: gshapiro
Date: Sun Apr 21 17:13:58 2013
New Revision: 249733
URL: http://svnweb.freebsd.org/changeset/base/249733

Log:
  Note merge to head for sendmail 8.14.7.

Modified:
  head/release/doc/en_US.ISO8859-1/relnotes/article.xml

Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml
==
--- head/release/doc/en_US.ISO8859-1/relnotes/article.xml   Sun Apr 21 
17:11:45 2013(r249732)
+++ head/release/doc/en_US.ISO8859-1/relnotes/article.xml   Sun Apr 21 
17:13:58 2013(r249733)
@@ -488,7 +488,7 @@
   Figwort release to the Hydrangea release./para
 
 para role=mergedapplicationsendmail/application has been updated 
from
-  8.14.1 to 8.14.5./para
+  8.14.1 to 8.14.7./para
 
 para role=mergedThe timezone database has been updated from
   the applicationtzdata2008h/application release to
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r246947 - head/contrib/sendmail/src

2013-02-18 Thread Gregory Neil Shapiro
Author: gshapiro
Date: Mon Feb 18 19:33:07 2013
New Revision: 246947
URL: http://svnweb.freebsd.org/changeset/base/246947

Log:
  Merge sendmail 8.14.6 errata issue
  
  MFC after:3 days

Modified:
  head/contrib/sendmail/src/milter.c
Directory Properties:
  head/contrib/sendmail/   (props changed)

Modified: head/contrib/sendmail/src/milter.c
==
--- head/contrib/sendmail/src/milter.c  Mon Feb 18 19:23:41 2013
(r246946)
+++ head/contrib/sendmail/src/milter.c  Mon Feb 18 19:33:07 2013
(r246947)
@@ -4048,7 +4048,7 @@ milter_helo(helo, e, state)
}
 
response = milter_command(SMFIC_HELO, helo, strlen(helo) + 1,
- SMFIM_EOH, e, state, helo, false);
+ SMFIM_HELO, e, state, helo, false);
milter_per_connection_check(e);
return response;
 }
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r244830 - head/etc/sendmail

2012-12-29 Thread Gregory Neil Shapiro
Author: gshapiro
Date: Sat Dec 29 19:57:52 2012
New Revision: 244830
URL: http://svnweb.freebsd.org/changeset/base/244830

Log:
  Add missing closing quote on commented out example
  
  PR:   bin/174108
  Obtained from:Julian H. Stacey
  MFC after:1 day

Modified:
  head/etc/sendmail/freebsd.mc

Modified: head/etc/sendmail/freebsd.mc
==
--- head/etc/sendmail/freebsd.mcSat Dec 29 19:13:16 2012
(r244829)
+++ head/etc/sendmail/freebsd.mcSat Dec 29 19:57:52 2012
(r244830)
@@ -69,7 +69,7 @@ dnl http://www.google.com/Top/Computers/
 dnl Uncomment to activate your chosen DNS based blacklist
 dnl FEATURE(dnsbl, `dnsbl.example.com')
 dnl Alternatively, you can provide your own server and rejection message:
-dnl FEATURE(dnsbl, `dnsbl.example.com', ``550 Mail from  ${client_addr}  
rejected'')
+dnl FEATURE(dnsbl, `dnsbl.example.com', ``550 Mail from  ${client_addr}  
rejected'')
 
 dnl Dialup users should uncomment and define this appropriately
 dnl define(`SMART_HOST', `your.isp.mail.server')
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r244833 - in head/contrib/sendmail: . cf cf/cf cf/feature cf/m4 doc/op include/libmilter include/sm libmilter libmilter/docs src

2012-12-29 Thread Gregory Neil Shapiro
Author: gshapiro
Date: Sat Dec 29 20:30:46 2012
New Revision: 244833
URL: http://svnweb.freebsd.org/changeset/base/244833

Log:
  Merge sendmail 8.14.6 to HEAD
  
  MFC after:4 days

Modified:
  head/contrib/sendmail/LICENSE
  head/contrib/sendmail/PGPKEYS
  head/contrib/sendmail/RELEASE_NOTES
  head/contrib/sendmail/cf/README
  head/contrib/sendmail/cf/cf/submit.cf
  head/contrib/sendmail/cf/feature/ldap_routing.m4
  head/contrib/sendmail/cf/m4/proto.m4
  head/contrib/sendmail/cf/m4/version.m4
  head/contrib/sendmail/doc/op/op.me
  head/contrib/sendmail/include/libmilter/mfapi.h
  head/contrib/sendmail/include/sm/clock.h
  head/contrib/sendmail/include/sm/tailq.h
  head/contrib/sendmail/libmilter/Makefile.m4
  head/contrib/sendmail/libmilter/docs/api.html
  head/contrib/sendmail/libmilter/docs/smfi_setsymlist.html
  head/contrib/sendmail/libmilter/docs/smfi_settimeout.html
  head/contrib/sendmail/libmilter/worker.c
  head/contrib/sendmail/src/Makefile.m4
  head/contrib/sendmail/src/TRACEFLAGS
  head/contrib/sendmail/src/collect.c
  head/contrib/sendmail/src/conf.c
  head/contrib/sendmail/src/daemon.c
  head/contrib/sendmail/src/deliver.c
  head/contrib/sendmail/src/headers.c
  head/contrib/sendmail/src/main.c
  head/contrib/sendmail/src/map.c
  head/contrib/sendmail/src/milter.c
  head/contrib/sendmail/src/parseaddr.c
  head/contrib/sendmail/src/queue.c
  head/contrib/sendmail/src/sasl.c
  head/contrib/sendmail/src/savemail.c
  head/contrib/sendmail/src/sendmail.h
  head/contrib/sendmail/src/srvrsmtp.c
  head/contrib/sendmail/src/stab.c
  head/contrib/sendmail/src/util.c
  head/contrib/sendmail/src/version.c
Directory Properties:
  head/contrib/sendmail/   (props changed)

Modified: head/contrib/sendmail/LICENSE
==
--- head/contrib/sendmail/LICENSE   Sat Dec 29 20:15:07 2012
(r244832)
+++ head/contrib/sendmail/LICENSE   Sat Dec 29 20:30:46 2012
(r244833)
@@ -35,7 +35,7 @@ each of the following conditions is met:
forth as paragraph 6 below, in the documentation and/or other materials
provided with the distribution.  For the purposes of binary distribution
the Copyright Notice refers to the following language:
-   Copyright (c) 1998-2010 Sendmail, Inc.  All rights reserved.
+   Copyright (c) 1998-2012 Sendmail, Inc.  All rights reserved.
 
 4. Neither the name of Sendmail, Inc. nor the University of California nor
names of their contributors may be used to endorse or promote
@@ -78,4 +78,4 @@ each of the following conditions is met:
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
 
-$Revision: 8.17 $, Last updated $Date: 2010/12/03 01:10:00 $, Document 
139848.1
+$Revision: 8.18 $, Last updated $Date: 2012/05/15 21:49:03 $, Document 
139848.1

Modified: head/contrib/sendmail/PGPKEYS
==
--- head/contrib/sendmail/PGPKEYS   Sat Dec 29 20:15:07 2012
(r244832)
+++ head/contrib/sendmail/PGPKEYS   Sat Dec 29 20:30:46 2012
(r244833)
@@ -142,7 +142,149 @@ gpExpdV7qPrw9k01j5rod5PjZlG8zV0=
 -END PGP PUBLIC KEY BLOCK-
 
 Type Bits KeyID  CreatedExpiresAlgorithm   Use
-pub  2048 A97884B0  2011-01-04  ---RSA Sign  Encrypt
+pub  2048 CEEEF43B   2011-12-14 ---RSA Sign  Encrypt
+fingerprint: CA7A 8F39 A241 9FFF B0A9  AB27 8E5A E9FB CEEE F43B
+uid  Sendmail Signing Key/2012 sendm...@sendmail.org
+
+-BEGIN PGP PUBLIC KEY BLOCK-
+Version: GnuPG v1.4.9 (OpenBSD)
+
+mQENBE7pIE8BCACutGAvfg9rwfaVBRb6EKjcWABZUFsLt1yF+hzrhR6llVVAv/P9
+aYiSwJHYUSu/GfZ53HL12NhowhhmjkFt4MeIo67gmVmxlTkMVXrb+TROqr67f3H8
+pM/vCKMnc9iCBNXgv0QjeM4qr8gz+TIroxq3ip3RNcZXOMvSOEmflK3Ts56vhnMK
+nzWMlfIhKXmXG6o57Qb6pwYLcT9Sp1rrJaal/GnkwEScDmFv90jBIk/RWVao1NAG
+8sJruv4kLUTRwwddvd954/cC6S/3F3VNxisVXNEagNTaedTc+pBVXWv9yn2P4Jvm
+gSYzrvq3QP8PH8hJdtiWvgOnm2YkrZ+Xz37TABEBAAG0MVNlbmRtYWlsIFNpZ25p
+bmcgS2V5LzIwMTIgPHNlbmRtYWlsQFNlbmRtYWlsLk9SRz6JATkEEwECACMFAk7p
+IE8CGwMHCwkIBwMCAQYVCAIJCgsEFgIDAQIeAQIXgAAKCRCOWun7zu70O4MSCACN
+dAjK+prDB6YdIQZdjn1rV0Ba8pWX0PSv2HY7wlduBlec5HOV1s0Yram6yOQwv6Uj
+Ns/3t/7+ikA5/HpvSHo5uuxKLjL+duprCUSQko8XlLVZCiKjpFyD/ZFsCBlbaVCc
+u2OjjJ2Kg1FRwijIJdZfers4fbm9Aa+gLcMqdtmSa+gI7mkpEJJWIz3rPHbIcYPe
+Hy2wMSSpk3eSQtU5JzA18vUhdVujzwcRvs925JOT6g3VZ7Qhf53QSo7IaoPPPEVT
+g3BW3iQKaXz94k4EDhODBL3g2Q7zYOhxceNnL23vNxs+yWPcyg645nrcsfcK9osM
+sHxlsh0zLl8dm6HnkUAxiQEcBBABAgAGBQJO6SCWAAoJEDmkx32peISwEUkH+wXg
+N4/NlcKJwRgmXRqiiADEI8L3otyWI/v2Yp/8nFCyxzhSH8p+4ggDNDgngPHJuV5l
+WGQuGr+UbqDAicIOPeyKD2/EAUFm41aN8ATN/KlAhxeW7iK4LxPWUlPLkfQu1Gng
+dj0vzaYMR7v5B8y3bg0yJCo3PlHIkWmYhEJmv5xajKLMpz3+K6igrjH8GzUfoMp3
+Q6VrIdvVd+E6/wm/qZw3xu0bXclip/YYDxOLvKF/vpVfiHiLpI3lBoGQig1keHOw
+0TD0ol3WwifqarwlMWdaLQCH41CnjMT01mkHd2ew78dAlfNkW4OiHxJd0AcQrqAO

svn commit: r244834 - head/contrib/sendmail

2012-12-29 Thread Gregory Neil Shapiro
Author: gshapiro
Date: Sat Dec 29 20:38:57 2012
New Revision: 244834
URL: http://svnweb.freebsd.org/changeset/base/244834

Log:
  Update import info based on recent experiences and sendmail 8.14.6 import.
  
  MFC after:4 days

Modified:
  head/contrib/sendmail/FREEBSD-upgrade

Modified: head/contrib/sendmail/FREEBSD-upgrade
==
--- head/contrib/sendmail/FREEBSD-upgrade   Sat Dec 29 20:30:46 2012
(r244833)
+++ head/contrib/sendmail/FREEBSD-upgrade   Sat Dec 29 20:38:57 2012
(r244834)
@@ -1,24 +1,12 @@
 $FreeBSD$
 
-sendmail 8.14.5
+sendmail 8.14.6
originals can be found at: ftp://ftp.sendmail.org/pub/sendmail/
 
 For the import of sendmail, the following directories were renamed:
 
sendmail - src
 
-For the merge of sendmail, the following files were removed:
-
-   Build
-   cf/cf/Build
-   cf/cf/generic-*.cf
-   devtools/*
-   doc/op/op.ps
-   */Build
-   [e-v]*/*.0
-   sendmail/makesendmail
-   sendmail/sysexits.h
-
 Imported using the instructions at:
 
 http://wiki.freebsd.org/SubversionPrimer/VendorImports
@@ -39,9 +27,8 @@ Then merged using:
 % svn commit
 
 After importing, bump the version of src/etc/sendmail/freebsd*mc
-so mergemaster will merge /etc/mail/freebsd*cf:
-
-   (svn command TBD) cvs commit -f src/etc/sendmail/freebsd*mc
+so mergemaster will merge /etc/mail/freebsd*cf by making a minor
+change and committing.
 
 To make local changes to sendmail, simply patch and commit to the head.
 Never make local changes in the vendor area (/vendor/sendmail/).
@@ -57,7 +44,7 @@ infrastructure in FreeBSD:
bin/rmail/Makefile
contrib/sendmail/
etc/Makefile
-   etc/defaults/make.conf (RELENG_4)
+   etc/defaults/make.conf (obsolete)
etc/defaults/periodic.conf
etc/defaults/rc.conf
etc/mail/Makefile
@@ -90,7 +77,7 @@ infrastructure in FreeBSD:
share/Makefile
share/doc/smm/Makefile
share/doc/smm/08.sendmailop/Makefile
-   share/examples/etc/make.conf (HEAD)
+   share/examples/etc/make.conf
share/man/man5/make.conf.5
share/man/man5/periodic.conf.5
share/man/man5/rc.conf.5
@@ -110,4 +97,4 @@ infrastructure in FreeBSD:
usr.sbin/mailwrapper/Makefile
 
 gshap...@freebsd.org
-13-June-2011
+29-December-2012
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r244835 - head/etc/sendmail

2012-12-29 Thread Gregory Neil Shapiro
Author: gshapiro
Date: Sat Dec 29 20:42:28 2012
New Revision: 244835
URL: http://svnweb.freebsd.org/changeset/base/244835

Log:
  Minor changes to force commit these files so new freebsd*.cf files are
  built to use the new sendmail-8.14.6/cf tree.
  
  While here, update DNSBL link once again.
  
  MFC after:4 days

Modified:
  head/etc/sendmail/freebsd.mc
  head/etc/sendmail/freebsd.submit.mc

Modified: head/etc/sendmail/freebsd.mc
==
--- head/etc/sendmail/freebsd.mcSat Dec 29 20:38:57 2012
(r244834)
+++ head/etc/sendmail/freebsd.mcSat Dec 29 20:42:28 2012
(r244835)
@@ -63,8 +63,8 @@ dnl DNS based black hole lists
 dnl 
 dnl DNS based black hole lists come and go on a regular basis
 dnl so this file will not serve as a database of the available servers.
-dnl For that, visit
-dnl http://www.google.com/Top/Computers/Internet/E-mail/Spam/Blacklists/
+dnl For more information, visit
+dnl http://en.wikipedia.org/wiki/DNSBL
 
 dnl Uncomment to activate your chosen DNS based blacklist
 dnl FEATURE(dnsbl, `dnsbl.example.com')

Modified: head/etc/sendmail/freebsd.submit.mc
==
--- head/etc/sendmail/freebsd.submit.mc Sat Dec 29 20:38:57 2012
(r244834)
+++ head/etc/sendmail/freebsd.submit.mc Sat Dec 29 20:42:28 2012
(r244835)
@@ -9,6 +9,7 @@ divert(-1)
 #
 #
 
+
 #
 #  This is the FreeBSD configuration for a set-group-ID sm-msp sendmail
 #  that acts as a initial mail submission program.
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r240292 - head/contrib/sendmail/include/libmilter

2012-09-09 Thread Gregory Neil Shapiro
Author: gshapiro
Date: Mon Sep 10 01:15:51 2012
New Revision: 240292
URL: http://svn.freebsd.org/changeset/base/240292

Log:
  Properly define true/false when defining __bool_true_false_are_defined
  for filters which pull in mfapi.h before stdbool.h.  Issue reported by
  Petr Rehor, maintainer of amavisd-milter port.
  
  MFC after:3 days

Modified:
  head/contrib/sendmail/include/libmilter/mfapi.h

Modified: head/contrib/sendmail/include/libmilter/mfapi.h
==
--- head/contrib/sendmail/include/libmilter/mfapi.h Sun Sep  9 22:12:15 
2012(r240291)
+++ head/contrib/sendmail/include/libmilter/mfapi.h Mon Sep 10 01:15:51 
2012(r240292)
@@ -96,6 +96,8 @@ typedef int   sfsistat;
 #  ifndef bool
 #   ifndef __bool_true_false_are_defined
 typedef intbool;
+#define false  0
+#define true   1
 #define __bool_true_false_are_defined  1
 #   endif /* ! __bool_true_false_are_defined */
 #  endif /* bool */
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r223071 - head/contrib/sendmail

2011-06-14 Thread Gregory Neil Shapiro
Author: gshapiro
Date: Tue Jun 14 06:44:42 2011
New Revision: 223071
URL: http://svn.freebsd.org/changeset/base/223071

Log:
  Update notes regarding FreeBSD import

Modified:
  head/contrib/sendmail/FREEBSD-upgrade

Modified: head/contrib/sendmail/FREEBSD-upgrade
==
--- head/contrib/sendmail/FREEBSD-upgrade   Tue Jun 14 04:37:09 2011
(r223070)
+++ head/contrib/sendmail/FREEBSD-upgrade   Tue Jun 14 06:44:42 2011
(r223071)
@@ -1,6 +1,6 @@
 $FreeBSD$
 
-sendmail 8.14.4
+sendmail 8.14.5
originals can be found at: ftp://ftp.sendmail.org/pub/sendmail/
 
 For the import of sendmail, the following directories were renamed:
@@ -110,4 +110,4 @@ infrastructure in FreeBSD:
usr.sbin/mailwrapper/Makefile
 
 gshap...@freebsd.org
-25-January-2010
+13-June-2011
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r223072 - head/release/doc/en_US.ISO8859-1/relnotes

2011-06-14 Thread Gregory Neil Shapiro
Author: gshapiro
Date: Tue Jun 14 06:45:48 2011
New Revision: 223072
URL: http://svn.freebsd.org/changeset/base/223072

Log:
  sendmail has been updated to 8.14.5

Modified:
  head/release/doc/en_US.ISO8859-1/relnotes/article.sgml

Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.sgml
==
--- head/release/doc/en_US.ISO8859-1/relnotes/article.sgml  Tue Jun 14 
06:44:42 2011(r223071)
+++ head/release/doc/en_US.ISO8859-1/relnotes/article.sgml  Tue Jun 14 
06:45:48 2011(r223072)
@@ -480,7 +480,7 @@
   Figwort release to the Hydrangea release./para
 
 para role=mergedapplicationsendmail/application has been updated 
from
-  8.14.1 to 8.14.4./para
+  8.14.1 to 8.14.5./para
 
 para role=mergedThe timezone database has been updated from
   the applicationtzdata2008h/application release to
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r223067 - in head/contrib/sendmail: . cf/cf cf/feature cf/m4 cf/ostype contrib doc/op include/sm libmilter libmilter/docs libsm makemap src

2011-06-13 Thread Gregory Neil Shapiro
Author: gshapiro
Date: Tue Jun 14 04:20:18 2011
New Revision: 223067
URL: http://svn.freebsd.org/changeset/base/223067

Log:
  Merge sendmail 8.14.5 to HEAD
  
  MFC after:4 days

Added:
 - copied unchanged from r223065, 
vendor/sendmail/dist/cf/ostype/solaris11.m4
Directory Properties:
  head/contrib/sendmail/cf/ostype/solaris11.m4   (props changed)
Modified:
  head/contrib/sendmail/CACerts
  head/contrib/sendmail/KNOWNBUGS
  head/contrib/sendmail/LICENSE
  head/contrib/sendmail/PGPKEYS
  head/contrib/sendmail/RELEASE_NOTES
  head/contrib/sendmail/cf/cf/submit.cf
  head/contrib/sendmail/cf/feature/ldap_routing.m4
  head/contrib/sendmail/cf/m4/cfhead.m4
  head/contrib/sendmail/cf/m4/proto.m4
  head/contrib/sendmail/cf/m4/version.m4
  head/contrib/sendmail/contrib/qtool.pl
  head/contrib/sendmail/doc/op/op.me
  head/contrib/sendmail/include/sm/conf.h
  head/contrib/sendmail/libmilter/docs/overview.html
  head/contrib/sendmail/libmilter/docs/smfi_stop.html
  head/contrib/sendmail/libmilter/docs/xxfi_envrcpt.html
  head/contrib/sendmail/libmilter/engine.c
  head/contrib/sendmail/libmilter/sm_gethost.c
  head/contrib/sendmail/libmilter/worker.c
  head/contrib/sendmail/libsm/ldap.c
  head/contrib/sendmail/makemap/makemap.c
  head/contrib/sendmail/src/Makefile.m4
  head/contrib/sendmail/src/conf.c
  head/contrib/sendmail/src/daemon.c
  head/contrib/sendmail/src/deliver.c
  head/contrib/sendmail/src/domain.c
  head/contrib/sendmail/src/envelope.c
  head/contrib/sendmail/src/err.c
  head/contrib/sendmail/src/main.c
  head/contrib/sendmail/src/map.c
  head/contrib/sendmail/src/mci.c
  head/contrib/sendmail/src/parseaddr.c
  head/contrib/sendmail/src/queue.c
  head/contrib/sendmail/src/readcf.c
  head/contrib/sendmail/src/sendmail.8
  head/contrib/sendmail/src/sendmail.h
  head/contrib/sendmail/src/sm_resolve.c
  head/contrib/sendmail/src/srvrsmtp.c
  head/contrib/sendmail/src/tls.c
  head/contrib/sendmail/src/udb.c
  head/contrib/sendmail/src/usersmtp.c
  head/contrib/sendmail/src/version.c
Directory Properties:
  head/contrib/sendmail/   (props changed)

Modified: head/contrib/sendmail/CACerts
==
--- head/contrib/sendmail/CACerts   Tue Jun 14 04:20:17 2011
(r223066)
+++ head/contrib/sendmail/CACerts   Tue Jun 14 04:20:18 2011
(r223067)
@@ -1,4 +1,4 @@
-# $Id: CACerts,v 8.4 2009/06/26 05:46:10 ca Exp $
+# $Id: CACerts,v 8.5 2011/05/06 23:05:10 ca Exp $
 # This file contains some CA certificates that are used to sign the
 # certificates of mail servers of members of the sendmail consortium
 # who may reply to questions etc sent to sendmail.org.
@@ -9,73 +9,6 @@
 Certificate:
 Data:
 Version: 3 (0x2)
-Serial Number: 0 (0x0)
-Signature Algorithm: md5WithRSAEncryption
-Issuer: C=US, ST=Illinois, L=De Kalb, O=Northern Illinois University, 
OU=Computer Science, CN=Neil Rickert/emailAddress=rick...@cs.niu.edu
-Validity
-Not Before: May 12 00:40:50 2000 GMT
-Not After : May 20 00:40:50 2010 GMT
-Subject: C=US, ST=Illinois, L=De Kalb, O=Northern Illinois University, 
OU=Computer Science, CN=Neil Rickert/emailAddress=rick...@cs.niu.edu
-Subject Public Key Info:
-Public Key Algorithm: rsaEncryption
-RSA Public Key: (1024 bit)
-Modulus (1024 bit):
-00:b1:1b:49:06:ef:3f:44:e0:93:ad:8c:a7:f7:21:
-7c:87:cb:da:35:f6:4b:a2:fd:8a:a0:07:5b:cc:6a:
-9b:89:33:fc:24:f5:b1:24:59:5a:25:50:fd:16:d7:
-d4:bc:c7:04:1d:df:90:9b:5e:c3:a8:e9:8b:7d:a3:
-5d:9a:e9:7f:e5:2b:ea:15:a7:ad:ba:58:26:0a:11:
-49:4f:da:9a:67:7f:b0:a6:66:f4:27:b6:61:4e:3c:
-c8:3e:a0:2f:6a:b4:0e:15:d6:39:f8:92:60:85:df:
-a6:34:f3:fa:a4:a5:e4:47:49:e7:87:a4:a5:5c:8e:
-6a:2f:13:76:5f:29:f3:64:73
-Exponent: 65537 (0x10001)
-X509v3 extensions:
-X509v3 Subject Key Identifier: 
-B6:31:78:BB:7E:AA:4D:A1:5D:FD:A2:24:18:C6:90:5A:2D:2F:19:48
-X509v3 Authority Key Identifier: 
-keyid:B6:31:78:BB:7E:AA:4D:A1:5D:FD:A2:24:18:C6:90:5A:2D:2F:19:48
-DirName:/C=US/ST=Illinois/L=De Kalb/O=Northern Illinois 
University/OU=Computer Science/CN=Neil Rickert/emailAddress=rick...@cs.niu.edu
-serial:00
-
-X509v3 Basic Constraints: 
-CA:TRUE
-Signature Algorithm: md5WithRSAEncryption
-60:69:23:65:97:51:5c:06:a4:42:cb:00:e7:9a:dc:39:70:c3:
-d3:5d:bf:0f:e0:04:54:4d:d9:dc:12:57:12:6c:67:fd:5b:b0:
-39:63:ea:c4:12:65:51:bb:3d:f1:f7:25:b4:cd:0b:f6:5b:7a:
-61:25:ad:06:0a:01:55:dc:71:05:29:0d:73:e9:30:51:be:d3:
-e1:b2:89:fc:0f:28:f7:06:75:96:1b:34:75:e0:07:e5:3b:b3:
-0b:28:24:e5:79:ea:55:39:e7:d2:ee:ec:63:b4:e4:c6:ee:cb:
-

svn commit: r223068 - head/etc/sendmail

2011-06-13 Thread Gregory Neil Shapiro
Author: gshapiro
Date: Tue Jun 14 04:33:43 2011
New Revision: 223068
URL: http://svn.freebsd.org/changeset/base/223068

Log:
  Update DNSBL information (MAPS has been acquired, used a generic example)

Modified:
  head/etc/sendmail/freebsd.mc

Modified: head/etc/sendmail/freebsd.mc
==
--- head/etc/sendmail/freebsd.mcTue Jun 14 04:20:18 2011
(r223067)
+++ head/etc/sendmail/freebsd.mcTue Jun 14 04:33:43 2011
(r223068)
@@ -66,12 +66,10 @@ dnl so this file will not serve as a dat
 dnl For that, visit
 dnl http://www.google.com/Top/Computers/Internet/E-mail/Spam/Blacklists/
 
-dnl Uncomment to activate Realtime Blackhole List
-dnl information available at http://www.mail-abuse.com/
-dnl NOTE: This is a subscription service as of July 31, 2001
-dnl FEATURE(dnsbl)
+dnl Uncomment to activate your chosen DNS based blacklist
+dnl FEATURE(dnsbl, `dnsbl.example.com')
 dnl Alternatively, you can provide your own server and rejection message:
-dnl FEATURE(dnsbl, `blackholes.mail-abuse.org', ``550 Mail from  
${client_addr}  rejected, see http://mail-abuse.org/cgi-bin/lookup?; 
${client_addr}'')
+dnl FEATURE(dnsbl, `dnsbl.example.com', ``550 Mail from  ${client_addr}  
rejected'')
 
 dnl Dialup users should uncomment and define this appropriately
 dnl define(`SMART_HOST', `your.isp.mail.server')
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r223069 - head/etc/sendmail

2011-06-13 Thread Gregory Neil Shapiro
Author: gshapiro
Date: Tue Jun 14 04:34:20 2011
New Revision: 223069
URL: http://svn.freebsd.org/changeset/base/223069

Log:
  Minor change to force commit this file so new freebsd*.cf files are
  built to use the new sendmail-8.14.5/cf tree.
  
  MFC after:4 days

Modified:
  head/etc/sendmail/freebsd.submit.mc

Modified: head/etc/sendmail/freebsd.submit.mc
==
--- head/etc/sendmail/freebsd.submit.mc Tue Jun 14 04:33:43 2011
(r223068)
+++ head/etc/sendmail/freebsd.submit.mc Tue Jun 14 04:34:20 2011
(r223069)
@@ -25,4 +25,3 @@ define(`confBIND_OPTS', `WorkAroundBroke
 dnl
 dnl If you use IPv6 only, change [127.0.0.1] to [IPv6:::1]
 FEATURE(`msp', `[127.0.0.1]')dnl
-
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org