diff options
author | adrianp <adrianp@pkgsrc.org> | 2005-01-10 18:46:18 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2005-01-10 18:46:18 +0000 |
commit | 46b57a80566ab454ffc661239651bf23729b54fb (patch) | |
tree | 5fc0467aac593e8f57d07804a63c3652924d9c9e /mail | |
parent | d67a64976812cfa84b868a94bc98657bb32a5cd0 (diff) | |
download | pkgsrc-46b57a80566ab454ffc661239651bf23729b54fb.tar.gz |
Removal of sendmail 8.11.x branch from pkgsrc. We already have the
8.12.x and 8.13.x branches in pkgsrc.
Diffstat (limited to 'mail')
23 files changed, 0 insertions, 646 deletions
diff --git a/mail/sendmail811/DESCR b/mail/sendmail811/DESCR deleted file mode 100644 index 3dd2e5933dd..00000000000 --- a/mail/sendmail811/DESCR +++ /dev/null @@ -1,8 +0,0 @@ -Sendmail acts a unified "post office" to which all mail can be submitted. -Address interpretation is controlled by a production system, which can -parse both domain-based addressing and old-style "ad hoc" addresses. -The production system is powerful enough to rewrite addresses in the message -header to conform to the standards of a number of common target networks, -including old (NCP/RFC733) Arpanet, new (TCP/RFC822) Arpanet, UUCP, and -Phonenet. Sendmail also implements an SMTP server, message queueing, and -aliasing. diff --git a/mail/sendmail811/MESSAGE b/mail/sendmail811/MESSAGE deleted file mode 100644 index 33c94cd1613..00000000000 --- a/mail/sendmail811/MESSAGE +++ /dev/null @@ -1,9 +0,0 @@ -=========================================================================== -$NetBSD: MESSAGE,v 1.2 2003/05/01 15:01:48 jmmv Exp $ - -To use "${PKGNAME}" as the system's mail transport agent you have -to install "${PREFIX}/share/examples/sendmail/mailer.conf" as global -mailwrapper configuration file. The command below will do that for you: - -ln -fs ${PREFIX}/share/examples/sendmail/mailer.conf /etc/mailer.conf -=========================================================================== diff --git a/mail/sendmail811/Makefile b/mail/sendmail811/Makefile deleted file mode 100644 index 5b0f8d85ab7..00000000000 --- a/mail/sendmail811/Makefile +++ /dev/null @@ -1,144 +0,0 @@ -# $NetBSD: Makefile,v 1.19 2004/10/03 00:12:54 tv Exp $ - -DISTNAME= sendmail.8.11.6 -PKGNAME= sendmail-8.11.6 -PKGREVISION= 8 -CATEGORIES= mail -MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/ \ - ftp://ftp.fu-berlin.de/unix/mail/sendmail/ \ - ftp://ftp.kyoto.wide.ad.jp/pub/mail/sendmail/ - -USE_WIDEPATCH?= YES -.if ${USE_WIDEPATCH} == "YES" -PATCH_SITES= ftp://ftp.kyoto.wide.ad.jp/pub/mail/smtpfeed/ -PATCHFILES= sendmail8.11.6+3.4W.patch.gz -PATCH_DIST_ARGS=-d ${WRKSRC}/sendmail -E ${PATCH_DIST_STRIP} -.if !(defined(PATCH_DEBUG) || defined(PKG_VERBOSE)) -PATCH_DIST_ARGS+=--forward --quiet -.endif -PATCH_DIST_STRIP= -p1 -.endif - -CR_PATCH=sendmail.8.11.6.security.cr.patch -PATCHFILES+= ${CR_PATCH} -SITES_${CR_PATCH}= ${MASTER_SITES} - -MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= http://www.sendmail.org/ -COMMENT= The well known Mail Transport Agent - -CONFLICTS+= postfix-[0-9]* fastforward>=0.51nb2 - -LICENSE= no-profit - -WRKSRC= ${WRKDIR}/${PKGNAME:C/nb[0-9]+$//} -USE_BUILDLINK3= yes -MAKE_ENV+= BSD_BINOWN="${BINOWN}" BSD_BINGRP="${BINGRP}" \ - BSD_MANOWN="${MANOWN}" BSD_MANGRP="${MANGRP}" \ - BUILDLINK_DIR="${BUILDLINK_DIR}" -SITECONFIG= ${WRKSRC}/devtools/Site/site.config.m4 - -BUILD_DEFS+= USE_WIDEPATCH USE_INET6 USE_TCPWRAPPERS USE_OPENLDAP USE_DB2 \ - USE_SASL USE_STARTTLS -MESSAGE_SRC= ${WRKDIR}/.MESSAGE_SRC -PLIST_SRC= ${WRKDIR}/.PLIST_SRC -DESCR_SRC= ${WRKDIR}/.DESCR_SRC - -.include "../../mk/bsd.prefs.mk" - -.if ${OPSYS} == "SunOS" -USE_DB2?= YES -.else -USE_DB2?= NO -.endif -.if ${USE_DB2} == "YES" -. include "../../databases/db/buildlink3.mk" -.endif - -.if defined(USE_OPENLDAP) && (${USE_OPENLDAP} == "YES") -. include "../../databases/openldap/buildlink3.mk" -.endif - -.if defined(USE_SASL) && (${USE_SASL} == "YES") -. include "../../security/cyrus-sasl/buildlink3.mk" -.endif - -.if defined(USE_STARTTLS) && (${USE_STARTTLS} == "YES") -. include "../../security/openssl/buildlink3.mk" -.endif - -USE_TCPWRAPPERS?= YES -.if ${USE_TCPWRAPPERS} == "YES" -. include "../../security/tcp_wrappers/buildlink3.mk" -.endif - -post-patch: - ${CP} ${FILESDIR}/site.config.m4 ${SITECONFIG} - ${CHMOD} +w ${SITECONFIG} - ${CP} ${PKGDIR}/DESCR ${DESCR_SRC} - ${ECHO} '---' >>${DESCR_SRC} - ${ECHO} -n 'compiled features:' >>${DESCR_SRC} -.if ${USE_WIDEPATCH} == YES - ${ECHO} -n ' WIDE' >>${DESCR_SRC} -.endif -.if defined(USE_INET6) && ${USE_INET6} == YES - ${CAT} ${FILESDIR}/site.config.m4-v6 >>${SITECONFIG} - ${ECHO} -n ' INET6' >>${DESCR_SRC} -.endif -.if ${USE_TCPWRAPPERS} == YES - ${CAT} ${FILESDIR}/site.config.m4-tcpwrappers >>${SITECONFIG} - ${ECHO} -n ' TCPWRAPPERS' >>${DESCR_SRC} -.endif -.if ${OPSYS} == "SunOS" - ${CAT} ${FILESDIR}/site.config.m4-solaris >>${SITECONFIG} -.endif -.if defined(USE_OPENLDAP) && ${USE_OPENLDAP} == YES - ${CAT} ${FILESDIR}/site.config.m4-ldap >>${SITECONFIG} - ${ECHO} -n ' LDAP' >>${DESCR_SRC} -.endif -.if ${USE_DB2} == YES - ${CAT} ${FILESDIR}/site.config.m4-db2 >>${SITECONFIG} - ${ECHO} -n ' DB2' >>${DESCR_SRC} -.endif -.if defined(USE_STARTTLS) && ${USE_STARTTLS} == YES - ${CAT} ${FILESDIR}/site.config.m4-starttls >>${SITECONFIG} - ${ECHO} -n ' STARTTLS' >>${DESCR_SRC} -.endif -.if defined(USE_SASL) && ${USE_SASL} == YES - ${CAT} ${FILESDIR}/site.config.m4-sasl >>${SITECONFIG} - ${ECHO} -n ' SASL' >>${DESCR_SRC} -.endif - ${ECHO} >>${DESCR_SRC} - -do-build: - cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ./Build - -post-build: - ${SED} -e 's#@@PREFIX@@#${PREFIX}#g' \ - <${FILESDIR}/mailer.conf >${WRKDIR}/mailer.conf.sendmail - ${CP} ${PKGDIR}/PLIST ${PLIST_SRC} - ${CP} ${PKGDIR}/MESSAGE ${MESSAGE_SRC} -.if ${USE_DB2} == "YES" - ${ECHO} "" >>${MESSAGE_SRC} - ${ECHO} "If you are upgrading from \"sendmail\" 8.8.x don't forget to rebuild all" >>${MESSAGE_SRC} - ${ECHO} "databases with \"${PREFIX}/bin/newaliases\" and \"${PREFIX}/sbin/makemap\"." >>${MESSAGE_SRC} - ${ECHO} >>${PLIST_SRC} "@exec mv -f /usr/sbin/makemap /usr/sbin/makemap.8.8 || true" - ${ECHO} >>${PLIST_SRC} "@unexec mv -f /usr/sbin/makemap.8.8 /usr/sbin/makemap || true" -.endif - -pre-install: - ${INSTALL_DATA_DIR} ${PREFIX}/libexec/sendmail - -post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/sendmail - ${INSTALL_DATA} ${WRKDIR}/mailer.conf.sendmail ${PREFIX}/share/examples/sendmail/mailer.conf - ${CP} -pr ${WRKSRC}/cf ${PREFIX}/share/sendmail - ${CHOWN} -R ${BINOWN}:${BINGRP} ${PREFIX}/share/sendmail -.if ${USE_DB2} == "YES" - ${MV} -f /usr/sbin/makemap /usr/sbin/makemap.8.8 || ${TRUE} -.endif - -.include "../../mk/bsd.pkg.mk" - -# has to be below include for bsd.pkg.mk, else substition fails -OBJDIR!= ${ECHO} obj.`${UNAME} -srm | ${TR} \ .` diff --git a/mail/sendmail811/PLIST b/mail/sendmail811/PLIST deleted file mode 100644 index fada2985735..00000000000 --- a/mail/sendmail811/PLIST +++ /dev/null @@ -1,192 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 2003/05/01 15:01:49 jmmv Exp $ -bin/newaliases -bin/mailq -bin/hoststat -bin/purgestat -bin/vacation -libexec/sendmail/sendmail -libexec/sendmail/smrsh -man/cat1/mailq.0 -man/cat1/newaliases.0 -man/cat1/vacation.0 -man/cat5/aliases.0 -man/cat8/makemap.0 -man/cat8/smrsh.0 -man/cat8/mailstats.0 -man/cat8/praliases.0 -man/cat8/sendmail.0 -sbin/mailstats -sbin/makemap -sbin/praliases -share/examples/sendmail/mailer.conf -share/misc/helpfile -share/sendmail/README -share/sendmail/cf/Build -share/sendmail/cf/Makefile -share/sendmail/cf/chez.cs.mc -share/sendmail/cf/clientproto.mc -share/sendmail/cf/cs-hpux10.mc -share/sendmail/cf/cs-hpux9.mc -share/sendmail/cf/cs-osf1.mc -share/sendmail/cf/cs-solaris2.mc -share/sendmail/cf/cs-sunos4.1.mc -share/sendmail/cf/cs-ultrix4.mc -share/sendmail/cf/cyrusproto.mc -share/sendmail/cf/generic-bsd4.4.cf -share/sendmail/cf/generic-bsd4.4.mc -share/sendmail/cf/generic-hpux10.cf -share/sendmail/cf/generic-hpux10.mc -share/sendmail/cf/generic-hpux9.cf -share/sendmail/cf/generic-hpux9.mc -share/sendmail/cf/generic-nextstep3.3.mc -share/sendmail/cf/generic-osf1.cf -share/sendmail/cf/generic-osf1.mc -share/sendmail/cf/generic-solaris2.cf -share/sendmail/cf/generic-solaris2.mc -share/sendmail/cf/generic-sunos4.1.cf -share/sendmail/cf/generic-sunos4.1.mc -share/sendmail/cf/generic-ultrix4.cf -share/sendmail/cf/generic-ultrix4.mc -share/sendmail/cf/huginn.cs.mc -share/sendmail/cf/knecht.mc -share/sendmail/cf/mail.cs.mc -share/sendmail/cf/mail.eecs.mc -share/sendmail/cf/mailspool.cs.mc -share/sendmail/cf/python.cs.mc -share/sendmail/cf/s2k-osf1.mc -share/sendmail/cf/s2k-ultrix4.mc -share/sendmail/cf/tcpproto.mc -share/sendmail/cf/ucbarpa.mc -share/sendmail/cf/ucbvax.mc -share/sendmail/cf/uucpproto.mc -share/sendmail/cf/vangogh.cs.mc -share/sendmail/domain/Berkeley.EDU.m4 -share/sendmail/domain/CS.Berkeley.EDU.m4 -share/sendmail/domain/EECS.Berkeley.EDU.m4 -share/sendmail/domain/S2K.Berkeley.EDU.m4 -share/sendmail/domain/berkeley-only.m4 -share/sendmail/domain/generic.m4 -share/sendmail/feature/accept_unqualified_senders.m4 -share/sendmail/feature/accept_unresolvable_domains.m4 -share/sendmail/feature/access_db.m4 -share/sendmail/feature/allmasquerade.m4 -share/sendmail/feature/always_add_domain.m4 -share/sendmail/feature/bestmx_is_local.m4 -share/sendmail/feature/bitdomain.m4 -share/sendmail/feature/blacklist_recipients.m4 -share/sendmail/feature/delay_checks.m4 -share/sendmail/feature/dnsbl.m4 -share/sendmail/feature/domaintable.m4 -share/sendmail/feature/generics_entire_domain.m4 -share/sendmail/feature/genericstable.m4 -share/sendmail/feature/ldap_routing.m4 -share/sendmail/feature/limited_masquerade.m4 -share/sendmail/feature/local_lmtp.m4 -share/sendmail/feature/local_procmail.m4 -share/sendmail/feature/loose_relay_check.m4 -share/sendmail/feature/mailertable.m4 -share/sendmail/feature/masquerade_entire_domain.m4 -share/sendmail/feature/masquerade_envelope.m4 -share/sendmail/feature/no_default_msa.m4 -share/sendmail/feature/nocanonify.m4 -share/sendmail/feature/nodns.m4 -share/sendmail/feature/notsticky.m4 -share/sendmail/feature/nouucp.m4 -share/sendmail/feature/nullclient.m4 -share/sendmail/feature/promiscuous_relay.m4 -share/sendmail/feature/rbl.m4 -share/sendmail/feature/redirect.m4 -share/sendmail/feature/relay_based_on_MX.m4 -share/sendmail/feature/relay_entire_domain.m4 -share/sendmail/feature/relay_hosts_only.m4 -share/sendmail/feature/relay_local_from.m4 -share/sendmail/feature/relay_mail_from.m4 -share/sendmail/feature/smrsh.m4 -share/sendmail/feature/stickyhost.m4 -share/sendmail/feature/use_ct_file.m4 -share/sendmail/feature/use_cw_file.m4 -share/sendmail/feature/uucpdomain.m4 -share/sendmail/feature/virtuser_entire_domain.m4 -share/sendmail/feature/virtusertable.m4 -share/sendmail/hack/cssubdomain.m4 -share/sendmail/m4/cf.m4 -share/sendmail/m4/cfhead.m4 -share/sendmail/m4/proto.m4 -share/sendmail/m4/version.m4 -share/sendmail/mailer/cyrus.m4 -share/sendmail/mailer/fax.m4 -share/sendmail/mailer/local.m4 -share/sendmail/mailer/mail11.m4 -share/sendmail/mailer/phquery.m4 -share/sendmail/mailer/pop.m4 -share/sendmail/mailer/procmail.m4 -share/sendmail/mailer/qpage.m4 -share/sendmail/mailer/smtp.m4 -share/sendmail/mailer/usenet.m4 -share/sendmail/mailer/uucp.m4 -share/sendmail/ostype/aix2.m4 -share/sendmail/ostype/aix3.m4 -share/sendmail/ostype/aix4.m4 -share/sendmail/ostype/aix5.m4 -share/sendmail/ostype/altos.m4 -share/sendmail/ostype/amdahl-uts.m4 -share/sendmail/ostype/aux.m4 -share/sendmail/ostype/bsd4.3.m4 -share/sendmail/ostype/bsd4.4.m4 -share/sendmail/ostype/bsdi.m4 -share/sendmail/ostype/bsdi1.0.m4 -share/sendmail/ostype/bsdi2.0.m4 -share/sendmail/ostype/darwin.m4 -share/sendmail/ostype/dgux.m4 -share/sendmail/ostype/domainos.m4 -share/sendmail/ostype/dynix3.2.m4 -share/sendmail/ostype/freebsd4.m4 -share/sendmail/ostype/gnu.m4 -share/sendmail/ostype/hpux10.m4 -share/sendmail/ostype/hpux11.m4 -share/sendmail/ostype/hpux9.m4 -share/sendmail/ostype/irix4.m4 -share/sendmail/ostype/irix5.m4 -share/sendmail/ostype/irix6.m4 -share/sendmail/ostype/isc4.1.m4 -share/sendmail/ostype/linux.m4 -share/sendmail/ostype/maxion.m4 -share/sendmail/ostype/mklinux.m4 -share/sendmail/ostype/nextstep.m4 -share/sendmail/ostype/openbsd.m4 -share/sendmail/ostype/osf1.m4 -share/sendmail/ostype/powerux.m4 -share/sendmail/ostype/ptx2.m4 -share/sendmail/ostype/qnx.m4 -share/sendmail/ostype/riscos4.5.m4 -share/sendmail/ostype/sco-uw-2.1.m4 -share/sendmail/ostype/sco3.2.m4 -share/sendmail/ostype/sinix.m4 -share/sendmail/ostype/solaris2.m4 -share/sendmail/ostype/solaris2.ml.m4 -share/sendmail/ostype/solaris2.pre5.m4 -share/sendmail/ostype/solaris8.m4 -share/sendmail/ostype/sunos3.5.m4 -share/sendmail/ostype/sunos4.1.m4 -share/sendmail/ostype/svr4.m4 -share/sendmail/ostype/ultrix4.m4 -share/sendmail/ostype/unixware7.m4 -share/sendmail/ostype/unknown.m4 -share/sendmail/ostype/uxpds.m4 -share/sendmail/sh/makeinfo.sh -share/sendmail/siteconfig/uucp.cogsci.m4 -share/sendmail/siteconfig/uucp.old.arpa.m4 -share/sendmail/siteconfig/uucp.ucbarpa.m4 -share/sendmail/siteconfig/uucp.ucbvax.m4 -@dirrm libexec/sendmail -@dirrm share/sendmail/siteconfig -@dirrm share/sendmail/sh -@dirrm share/sendmail/ostype -@dirrm share/sendmail/mailer -@dirrm share/sendmail/m4 -@dirrm share/sendmail/hack -@dirrm share/sendmail/feature -@dirrm share/sendmail/domain -@unexec ${RM} -rf %D/share/sendmail/cf -@dirrm share/sendmail -@dirrm share/examples/sendmail diff --git a/mail/sendmail811/distinfo b/mail/sendmail811/distinfo deleted file mode 100644 index 24f51652773..00000000000 --- a/mail/sendmail811/distinfo +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: distinfo,v 1.4 2003/09/18 17:10:36 taca Exp $ - -SHA1 (sendmail.8.11.6.tar.gz) = 8f24fc7824f6d99f1be08a9eec6fe18d56cab1be -Size (sendmail.8.11.6.tar.gz) = 1374835 bytes -SHA1 (sendmail8.11.6+3.4W.patch.gz) = bd1caae3cc99a41001045abb6b771e51b2d411a8 -Size (sendmail8.11.6+3.4W.patch.gz) = 29720 bytes -SHA1 (sendmail.8.11.6.security.cr.patch) = 3ef0243323990051505de5bd820527d16318dfe5 -Size (sendmail.8.11.6.security.cr.patch) = 11252 bytes -SHA1 (patch-aa) = 9458931dc99f8775574b26ed8ca5f530600d7506 -SHA1 (patch-ab) = 40d3643d4f82c9761cc4e5abfee90ccd9c65536b -SHA1 (patch-ac) = bfb83dbd4209879f58b95f0328d68bb8e56ac119 -SHA1 (patch-ad) = 93408922c222d5fe6a14cdd8a00060230a9195b9 -SHA1 (patch-ae) = 5e3efecc7ac7ffed40278b3c29dd1152990f3b33 -SHA1 (patch-af) = db9e5d94b1b1f4cd7e5c9f25b36772e90e2987fe -SHA1 (patch-ag) = 002f02fffce038bf9b7aeea8bce26f55c55f033f -SHA1 (patch-ah) = 4ecee7aa515647fabfb3a7dcd4874f7f301a38e2 -SHA1 (patch-ai) = 62001829421cd80cb087543964f2fa7b939a20ab diff --git a/mail/sendmail811/files/mailer.conf b/mail/sendmail811/files/mailer.conf deleted file mode 100644 index 4c5e4f71598..00000000000 --- a/mail/sendmail811/files/mailer.conf +++ /dev/null @@ -1,10 +0,0 @@ -# $NetBSD: mailer.conf,v 1.1.1.1 2002/09/23 12:38:45 markd Exp $ -# -# Execute the "real" sendmail program, named @@PREFIX@@/libexec/sendmail/sendmail -# -sendmail @@PREFIX@@/libexec/sendmail/sendmail -send-mail @@PREFIX@@/libexec/sendmail/sendmail -mailq @@PREFIX@@/libexec/sendmail/sendmail -newaliases @@PREFIX@@/libexec/sendmail/sendmail -hoststat @@PREFIX@@/libexec/sendmail/sendmail -purgestat @@PREFIX@@/libexec/sendmail/sendmail diff --git a/mail/sendmail811/files/site.config.m4 b/mail/sendmail811/files/site.config.m4 deleted file mode 100644 index 3e98bdbc519..00000000000 --- a/mail/sendmail811/files/site.config.m4 +++ /dev/null @@ -1,12 +0,0 @@ -# $NetBSD: site.config.m4,v 1.1.1.1 2002/09/23 12:38:45 markd Exp $ - -# pathnames specific to pkgsrc -# -define(`confEBINDIR', `${PREFIX}/libexec/sendmail') -define(`confMBINDIR', `${PREFIX}/libexec/sendmail') -define(`confSBINDIR', `${PREFIX}/sbin') -define(`confUBINDIR', `${PREFIX}/bin') -define(`confHFDIR', `${PREFIX}/share/misc') -define(`confMANROOT', `${PREFIX}/man/cat') -APPENDDEF(`confENVDEF', `-I${BUILDLINK_DIR}/include') -APPENDDEF(`confLIBS', `-L${BUILDLINK_DIR}/lib') diff --git a/mail/sendmail811/files/site.config.m4-db2 b/mail/sendmail811/files/site.config.m4-db2 deleted file mode 100644 index f1abc5b472a..00000000000 --- a/mail/sendmail811/files/site.config.m4-db2 +++ /dev/null @@ -1,3 +0,0 @@ -# enable db2 -APPENDDEF(`confENVDEF', `-I${BUILDLINK_DIR}/include/db2') -APPENDDEF(`confLIBS', `-ldb2') diff --git a/mail/sendmail811/files/site.config.m4-ldap b/mail/sendmail811/files/site.config.m4-ldap deleted file mode 100644 index f4b873105a7..00000000000 --- a/mail/sendmail811/files/site.config.m4-ldap +++ /dev/null @@ -1,3 +0,0 @@ -# enable ldap -APPENDDEF(`confMAPDEF', `-DLDAPMAP') -APPENDDEF(`confLIBS', `-lldap -llber') diff --git a/mail/sendmail811/files/site.config.m4-sasl b/mail/sendmail811/files/site.config.m4-sasl deleted file mode 100644 index fa1c322474d..00000000000 --- a/mail/sendmail811/files/site.config.m4-sasl +++ /dev/null @@ -1,5 +0,0 @@ -# $NetBSD: site.config.m4-sasl,v 1.1.1.1 2002/09/23 12:38:45 markd Exp $ - -# enable SASL -APPENDDEF(`confENVDEF', `-DSASL -D_FFR_UNSAFE_SASL') -APPENDDEF(`conf_sendmail_LIBS', `-lsasl') diff --git a/mail/sendmail811/files/site.config.m4-solaris b/mail/sendmail811/files/site.config.m4-solaris deleted file mode 100644 index 0f9b7a9dd65..00000000000 --- a/mail/sendmail811/files/site.config.m4-solaris +++ /dev/null @@ -1,9 +0,0 @@ -# $NetBSD: site.config.m4-solaris,v 1.1.1.1 2002/09/23 12:38:45 markd Exp $ - -# man pathnames specific for Solaris -# -define(`confMAN1EXT', `0') -define(`confMAN3EXT', `0') -define(`confMAN4EXT', `0') -define(`confMAN5EXT', `0') -define(`confMAN8EXT', `0') diff --git a/mail/sendmail811/files/site.config.m4-starttls b/mail/sendmail811/files/site.config.m4-starttls deleted file mode 100644 index d475ce82440..00000000000 --- a/mail/sendmail811/files/site.config.m4-starttls +++ /dev/null @@ -1,3 +0,0 @@ -# enable STARTTLS -APPENDDEF(`conf_sendmail_ENVDEF', `-DSTARTTLS -D_FFR_TLS_TOREK') -APPENDDEF(`conf_sendmail_LIBS', `-lssl -lcrypto') diff --git a/mail/sendmail811/files/site.config.m4-tcpwrappers b/mail/sendmail811/files/site.config.m4-tcpwrappers deleted file mode 100644 index 2f9cb92e336..00000000000 --- a/mail/sendmail811/files/site.config.m4-tcpwrappers +++ /dev/null @@ -1,3 +0,0 @@ -# enable tcpwrappers -APPENDDEF(`confENVDEF', `-DTCPWRAPPERS') -APPENDDEF(`conf_sendmail_LIBS', `-lwrap') diff --git a/mail/sendmail811/files/site.config.m4-v6 b/mail/sendmail811/files/site.config.m4-v6 deleted file mode 100644 index e249d65be54..00000000000 --- a/mail/sendmail811/files/site.config.m4-v6 +++ /dev/null @@ -1,3 +0,0 @@ -# enable IPv6 -APPENDDEF(`confENVDEF', `-DNETINET6') -APPENDDEF(`confENVDEF', `-DNEEDSGETIPNODE') diff --git a/mail/sendmail811/patches/patch-aa b/mail/sendmail811/patches/patch-aa deleted file mode 100644 index ce38b7daae0..00000000000 --- a/mail/sendmail811/patches/patch-aa +++ /dev/null @@ -1,25 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2002/09/23 12:38:45 markd Exp $ - ---- devtools/OS/NetBSD-orig Fri Apr 28 07:46:10 2000 -+++ devtools/OS/NetBSD Wed Jul 26 13:05:56 2000 -@@ -3,13 +3,15 @@ - define(`confENVDEF', ` -DNETISO') - define(`confDEPEND_TYPE', `CC-M') - define(`confSTDIO_TYPE', `torek') --define(`confSBINGRP', `wheel') --define(`confUBINOWN', `root') --define(`confUBINGRP', `wheel') --define(`confMANOWN', `root') --define(`confMANGRP', `wheel') -+define(`confSBINOWN', `${BSD_BINOWN}') -+define(`confSBINGRP', `${BSD_BINGRP}') -+define(`confUBINOWN', `${BSD_BINOWN}') -+define(`confUBINGRP', `${BSD_BINGRP}') -+define(`confMANOWN', `${BSD_MANOWN}') -+define(`confMANGRP', `${BSD_MANGRP}') - define(`confMAN1EXT', `0') - define(`confMAN3EXT', `0') - define(`confMAN4EXT', `0') - define(`confMAN5EXT', `0') - define(`confMAN8EXT', `0') -+define(`confLDOPTS', `${LDFLAGS}') diff --git a/mail/sendmail811/patches/patch-ab b/mail/sendmail811/patches/patch-ab deleted file mode 100644 index 406f5ea04b5..00000000000 --- a/mail/sendmail811/patches/patch-ab +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ab,v 1.1.1.1 2002/09/23 12:38:45 markd Exp $ - ---- devtools/OS/SunOS.5.6 Tue Jun 6 02:03:29 2000 -+++ devtools/OS/SunOS.5.6 Wed Jul 26 13:07:21 2000 -@@ -6,6 +6,7 @@ - define(`confMAPDEF', `-DNDBM -DNIS -DNISPLUS -DMAP_REGEX') - define(`confENVDEF', `-DSOLARIS=20600') - define(`confLIBS', `-lsocket -lnsl -lkstat') -+define(`confLDOPTS', `${LDFLAGS}') - define(`confMTLDOPTS', `-lpthread') - define(`confMBINDIR', `/usr/lib') - define(`confEBINDIR', `/usr/lib') diff --git a/mail/sendmail811/patches/patch-ac b/mail/sendmail811/patches/patch-ac deleted file mode 100644 index 39156e36ef5..00000000000 --- a/mail/sendmail811/patches/patch-ac +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ac,v 1.1.1.1 2002/09/23 12:38:45 markd Exp $ - ---- devtools/OS/SunOS.5.7 Tue Jun 6 02:03:29 2000 -+++ devtools/OS/SunOS.5.7 Wed Jul 26 13:07:08 2000 -@@ -6,6 +6,7 @@ - define(`confMAPDEF', `-DNDBM -DNIS -DNISPLUS -DMAP_REGEX') - define(`confENVDEF', `-DSOLARIS=20700') - define(`confLIBS', `-lsocket -lnsl') -+define(`confLDOPTS', `${LDFLAGS}') - define(`confMTLDOPTS', `-lpthread') - define(`confMBINDIR', `/usr/lib') - define(`confEBINDIR', `/usr/lib') diff --git a/mail/sendmail811/patches/patch-ad b/mail/sendmail811/patches/patch-ad deleted file mode 100644 index f63ec40cccb..00000000000 --- a/mail/sendmail811/patches/patch-ad +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ad,v 1.1.1.1 2002/09/23 12:38:46 markd Exp $ - ---- devtools/OS/SunOS.5.8.orig Tue Oct 10 19:21:59 2000 -+++ devtools/OS/SunOS.5.8 Tue Oct 10 19:23:59 2000 -@@ -4,4 +4,6 @@ - define(`confMAPDEF', `-DNDBM -DNIS -DNISPLUS -DMAP_REGEX -DLDAPMAP') -+define(`confMAPDEF', `-DNDBM -DNIS -DNISPLUS -DMAP_REGEX') - define(`confENVDEF', `-DSOLARIS=20800 -DNETINET6') --define(`confLIBS', `-lsocket -lnsl -lldap') -+define(`confLIBS', `-lsocket -lnsl') -+define(`confLDOPTS', `${LDFLAGS}') - define(`confMTLDOPTS', `-lpthread') diff --git a/mail/sendmail811/patches/patch-ae b/mail/sendmail811/patches/patch-ae deleted file mode 100644 index 38427bb0623..00000000000 --- a/mail/sendmail811/patches/patch-ae +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ae,v 1.1.1.1 2002/09/23 12:38:46 markd Exp $ - ---- devtools/OS/SunOS.5.9.orig Tue Oct 10 19:25:30 2000 -+++ devtools/OS/SunOS.5.9 Tue Oct 10 19:26:27 2000 -@@ -3,5 +3,6 @@ - define(`confBEFORE', `sysexits.h') --define(`confMAPDEF', `-DNDBM -DNIS -DNISPLUS -DMAP_REGEX -DLDAPMAP') -+define(`confMAPDEF', `-DNDBM -DNIS -DNISPLUS -DMAP_REGEX') - define(`confENVDEF', `-DSOLARIS=20900 -DNETINET6') --define(`confLIBS', `-lsocket -lnsl -lldap') -+define(`confLIBS', `-lsocket -lnsl') -+define(`confLDOPTS', `${LDFLAGS}') - define(`confMTLDOPTS', `-lpthread') diff --git a/mail/sendmail811/patches/patch-af b/mail/sendmail811/patches/patch-af deleted file mode 100644 index e02d2f453aa..00000000000 --- a/mail/sendmail811/patches/patch-af +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-af,v 1.1.1.1 2002/09/23 12:38:46 markd Exp $ - ---- sendmail/conf.c.orig Wed Feb 28 05:48:21 2001 -+++ sendmail/conf.c Wed Feb 28 12:48:30 2001 -@@ -4546,7 +4546,8 @@ - - #if NETINET6 - if (type == AF_INET6 && -- IN6_IS_ADDR_UNSPECIFIED((struct in6_addr *) addr)) -+ (IN6_IS_ADDR_UNSPECIFIED((struct in6_addr *) addr) || -+ IN6_IS_ADDR_LINKLOCAL((struct in6_addr *) addr))) - { - /* Avoid reverse lookup for IPv6 unspecified address */ - SM_SET_H_ERRNO(HOST_NOT_FOUND); diff --git a/mail/sendmail811/patches/patch-ag b/mail/sendmail811/patches/patch-ag deleted file mode 100644 index 37390444227..00000000000 --- a/mail/sendmail811/patches/patch-ag +++ /dev/null @@ -1,62 +0,0 @@ -$NetBSD: patch-ag,v 1.1 2002/10/08 06:12:22 itojun Exp $ - -http://www.sendmail.org/smrsh.adv.txt - ---- smrsh/smrsh.c.orig Wed Apr 25 14:24:11 2001 -+++ smrsh/smrsh.c Tue Oct 8 15:10:39 2002 -@@ -57,6 +57,8 @@ - #include <unistd.h> - #include <stdio.h> - #include <sys/file.h> -+#include <sys/types.h> -+#include <sys/stat.h> - #include <string.h> - #include <ctype.h> - #include <errno.h> -@@ -154,6 +156,7 @@ - char cmdbuf[1000]; - char pathbuf[1000]; - char specialbuf[32]; -+ struct stat st; - - #ifndef DEBUG - # ifndef LOG_MAIL -@@ -291,6 +294,38 @@ - #ifdef DEBUG - printf("Trying %s\n", cmdbuf); - #endif /* DEBUG */ -+ if (stat(cmdbuf, &st) < 0) -+ { -+ /* can't stat it */ -+ fprintf(stderr, -+ "%s: %s not available for sendmail programs (stat failed)\n", -+ prg, cmd); -+ if (p != NULL) -+ *p = ' '; -+#ifndef DEBUG -+ syslog(LOG_CRIT, "uid %d: attempt to use %s (stat failed)", -+ (int) getuid(), cmd); -+#endif /* ! DEBUG */ -+ exit(EX_UNAVAILABLE); -+ } -+ if (!S_ISREG(st.st_mode) -+#ifdef S_ISLNK -+ && !S_ISLNK(st.st_mode) -+#endif /* S_ISLNK */ -+ ) -+ { -+ /* can't stat it */ -+ fprintf(stderr, -+ "%s: %s not available for sendmail programs (not a file)\n", -+ prg, cmd); -+ if (p != NULL) -+ *p = ' '; -+#ifndef DEBUG -+ syslog(LOG_CRIT, "uid %d: attempt to use %s (not a file)", -+ (int) getuid(), cmd); -+#endif /* ! DEBUG */ -+ exit(EX_UNAVAILABLE); -+ } - if (access(cmdbuf, X_OK) < 0) - { - /* oops.... crack attack possiblity */ diff --git a/mail/sendmail811/patches/patch-ah b/mail/sendmail811/patches/patch-ah deleted file mode 100644 index 3815b4e40c8..00000000000 --- a/mail/sendmail811/patches/patch-ah +++ /dev/null @@ -1,66 +0,0 @@ -$NetBSD: patch-ah,v 1.1 2003/09/18 17:10:37 taca Exp $ - ---- sendmail/parseaddr.c.orig 2003-09-19 00:49:40.000000000 +0900 -+++ sendmail/parseaddr.c -@@ -645,7 +645,7 @@ int masklen; - } - #endif - --#define NOCHAR -1 /* signal nothing in lookahead token */ -+#define NOCHAR (-1) /* signal nothing in lookahead token */ - - char ** - prescan(addr, delim, pvpbuf, pvpbsize, delimptr, toktab) -@@ -731,22 +731,31 @@ prescan(addr, delim, pvpbuf, pvpbsize, d - /* see if there is room */ - if (q >= &pvpbuf[pvpbsize - 5]) - { -+ addrtoolong: - usrerr("553 5.1.1 Address too long"); - if (strlen(addr) > (SIZE_T) MAXNAME) - addr[MAXNAME] = '\0'; - returnnull: - if (delimptr != NULL) -+ { -+ if (p > addr) -+ --p; - *delimptr = p; -+ } - CurEnv->e_to = saveto; - return NULL; - } - - /* squirrel it away */ -+#if !ALLOW_255 -+ if ((char) c == (char) -1 && !tTd(82, 101)) -+ c &= 0x7f; -+#endif /* !ALLOW_255 */ - *q++ = c; - } - - /* read a new input character */ -- c = *p++; -+ c = (*p++) & 0x00ff; - if (c == '\0') - { - /* diagnose and patch up bad syntax */ -@@ -801,6 +810,9 @@ prescan(addr, delim, pvpbuf, pvpbsize, d - } - else if (c != '!' || state == QST) - { -+ /* see if there is room */ -+ if (q >= &pvpbuf[pvpbsize - 5]) -+ goto addrtoolong; - *q++ = '\\'; - continue; - } -@@ -885,6 +897,9 @@ prescan(addr, delim, pvpbuf, pvpbsize, d - /* new token */ - if (tok != q) - { -+ /* see if there is room */ -+ if (q >= &pvpbuf[pvpbsize - 5]) -+ goto addrtoolong; - *q++ = '\0'; - if (tTd(22, 36)) - { diff --git a/mail/sendmail811/patches/patch-ai b/mail/sendmail811/patches/patch-ai deleted file mode 100644 index 3666b98a366..00000000000 --- a/mail/sendmail811/patches/patch-ai +++ /dev/null @@ -1,9 +0,0 @@ -$NetBSD: patch-ai,v 1.1 2003/09/18 17:10:40 taca Exp $ - ---- sendmail/version.c.orig 2003-09-19 00:49:40.000000000 +0900 -+++ sendmail/version.c -@@ -17,3 +17,3 @@ static char Wid[] = "@(#)$Id: version.c, - #endif /* ! lint */ - --char Version[] = "8.11.6+3.4W"; -+char Version[] = "8.11.6p3+3.4W"; |