0536001aad
* lib/saslutil.c: Fixed CERT VU#238019 (make sure sasl_encode64() always NUL terminates output or returns SASL_BUFOVER).
13 lines
615 B
Plaintext
13 lines
615 B
Plaintext
$OpenBSD: patch-saslauthd_Makefile_in,v 1.9 2009/05/16 09:09:59 ajacoutot Exp $
|
|
--- saslauthd/Makefile.in.orig Thu May 7 16:25:39 2009
|
|
+++ saslauthd/Makefile.in Sat May 16 10:26:19 2009
|
|
@@ -622,7 +622,7 @@ saslauthd.8: saslauthd.mdoc
|
|
|
|
install-data-local: saslauthd.8
|
|
$(mkinstalldirs) $(DESTDIR)$(mandir)/man8
|
|
- $(INSTALL_DATA) $(srcdir)/saslauthd.8 $(DESTDIR)$(mandir)/man8/saslauthd.8
|
|
+ $(INSTALL_DATA) $(srcdir)/saslauthd.8 $(DESTDIR)$(mandir)/cat8/saslauthd.0
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
.NOEXPORT:
|