pkgsrc/mail/sendmail/patches/patch-be
jnemeth 282034c653 Update to sendmail 8.14.9nb1: this is a pkgsrc bugfix update
- remove some HTML cruft from netbsd-proto.mc
- stop trying to set file ownership and group during stage-install
- initialize sm_res earlier and test before calling res_ninit()
- clear SSL_OP_TLSEXT_PADDING by defualt to fix interoperability issues
- eliminate stray call to res_search()
  - verified with nm that all deprecated resolver functions have been eradicated

The above should address the folling PRs:

- PR/47207 - Richard Palo -- attempt to set ownership when unprivileged
- PR/48566 - Emmanuel Dreyfus -- problem with TLS timeouts
- PR/48913 - Matthias Scheler -- attempt to set ownership when unprivileged
2014-06-20 05:24:32 +00:00

13 lines
440 B
Text

$NetBSD: patch-be,v 1.1 2014/06/20 05:24:32 jnemeth Exp $
--- rmail/Makefile.m4.orig 2014-03-06 17:31:31.000000000 +0000
+++ rmail/Makefile.m4
@@ -31,7 +31,7 @@ defeat-install:
force-install: install-rmail ifdef(`confNO_MAN_BUILD',, `install-docs')
install-rmail: rmail
- ${INSTALL} -c -o ${UBINOWN} -g ${UBINGRP} -m ${UBINMODE} rmail ${DESTDIR}${UBINDIR}
+ ${INSTALL} -c -m ${UBINMODE} rmail ${DESTDIR}${UBINDIR}
divert
bldFINISH