File:
[cvs.NetBSD.org] /
pkgsrc /
mail /
courier-mta /
patches /
patch-ab
Revision
1.8:
download - view:
text,
annotated -
select for diffs
Mon Feb 12 21:06:43 2024 UTC (11 months, 1 week ago) by
hans
Branches:
MAIN
CVS tags:
pkgsrc-2024Q4-base,
pkgsrc-2024Q4,
pkgsrc-2024Q3-base,
pkgsrc-2024Q3,
pkgsrc-2024Q2-base,
pkgsrc-2024Q2,
pkgsrc-2024Q1-base,
pkgsrc-2024Q1,
HEAD
Update Courier-MTA to 1.3.5
This updates the following packages that are all built from the same
source:
mail/courier-mta
mail/courier-maildir
net/couriertcpd
Changes since 0.68.1: Too many to list here (0.68.1 was released in 2012).
The full changelog can be found here:
https://sourceforge.net/p/courier/courier.git/ci/713d051033c8d94b594b6bc61f0652b0951af752/tree/courier/ChangeLog
Note that the Maildir unicode format has changed in the 1.0 release. See
mail/courier-maildir/MESSAGE.UTF8 for details.
$NetBSD: patch-ab,v 1.8 2024/02/12 21:06:43 hans Exp $
--- courier/configure.orig 2023-08-04 00:12:02.000000000 +0000
+++ courier/configure
@@ -19294,9 +19294,9 @@ done
# Automake stupidity
-INSTALL_PROGRAM='${INSTALL} -m 700'
-INSTALL_SCRIPT='${INSTALL} -m 700'
-INSTALL_DATA='${INSTALL} -m 600'
+INSTALL_PROGRAM='${BSD_INSTALL_PROGRAM}'
+INSTALL_SCRIPT='${BSD_INSTALL_SCRIPT}'
+INSTALL_DATA='${BSD_INSTALL_DATA}'
ac_ext=cpp
ac_cpp='$CXXCPP $CPPFLAGS'
CVSweb <webmaster@jp.NetBSD.org>