282034c653
- 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
13 lines
468 B
Text
13 lines
468 B
Text
$NetBSD: patch-bd,v 1.1 2014/06/20 05:24:32 jnemeth Exp $
|
|
|
|
--- mail.local/Makefile.m4.orig 2014-03-06 17:31:30.000000000 +0000
|
|
+++ mail.local/Makefile.m4
|
|
@@ -30,7 +30,7 @@ install:
|
|
force-install: install-mail.local ifdef(`confNO_MAN_BUILD',, `install-docs')
|
|
|
|
install-mail.local: mail.local
|
|
- ${INSTALL} -c -o ${UBINOWN} -g ${UBINGRP} -m ${UBINMODE} mail.local ${DESTDIR}${EBINDIR}
|
|
+ ${INSTALL} -c -m ${UBINMODE} mail.local ${DESTDIR}${EBINDIR}
|
|
divert
|
|
|
|
bldFINISH
|