remove a patche committed upstream add a patch (committed upstream) to fix a use-after-free ok jca@ on a similar diff
25 lines
1.2 KiB
Plaintext
25 lines
1.2 KiB
Plaintext
$OpenBSD: patch-libs_maildir_Makefile_in,v 1.2 2015/04/28 07:24:43 giovanni Exp $
|
|
--- libs/maildir/Makefile.in.orig Sat Dec 13 16:08:20 2014
|
|
+++ libs/maildir/Makefile.in Thu Apr 23 23:23:38 2015
|
|
@@ -1083,16 +1083,16 @@ mailbot.h: config.status
|
|
echo '#define MAILBOT "@MAILBOT@"' >mailbot.h
|
|
|
|
maildirsharedrc.h: config.status
|
|
- echo '#define MAILDIRSHAREDRC "$(sysconfdir)/maildirshared"' >maildirsharedrc.h
|
|
+ echo '#define MAILDIRSHAREDRC "$(sysconfdir)/maildrop/maildirshared"' >maildirsharedrc.h
|
|
|
|
maildirfilterconfig.h: config.status
|
|
- echo '#define MAILDIRFILTERCONFIG "$(sysconfdir)/maildirfilterconfig"' >maildirfilterconfig.h
|
|
+ echo '#define MAILDIRFILTERCONFIG "$(sysconfdir)/maildrop/maildirfilterconfig"' >maildirfilterconfig.h
|
|
|
|
autoresponsequota.h: config.status
|
|
- echo '#define AUTORESPONSEQUOTA "$(sysconfdir)/autoresponsesquota"' >autoresponsequota.h
|
|
+ echo '#define AUTORESPONSEQUOTA "$(sysconfdir)/maildrop/autoresponsesquota"' >autoresponsequota.h
|
|
|
|
quotawarnmsg.h: config.status
|
|
- echo '#define QUOTAWARNMSG "$(sysconfdir)/quotawarnmsg"' >quotawarnmsg.h
|
|
+ echo '#define QUOTAWARNMSG "$(sysconfdir)/maildrop/quotawarnmsg"' >quotawarnmsg.h
|
|
maildir.libdeps: config.status
|
|
echo @LIBFAM@ >maildir.libdeps
|
|
|