postfix-2.3-RC5
This commit is contained in:
parent
7d50e9ec4e
commit
f3002007bf
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.140 2006/07/05 06:21:09 jakob Exp $
|
||||
# $OpenBSD: Makefile,v 1.141 2006/07/05 06:29:42 jakob Exp $
|
||||
|
||||
VERSION= 2.3-RC3
|
||||
VERSION= 2.3-RC5
|
||||
DISTNAME= postfix-${VERSION}
|
||||
PKGNAME= postfix-${VERSION:S/-/./}p0
|
||||
PKGNAME= postfix-${VERSION:S/-/./}
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_POSTFIX:=experimental/}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (postfix/postfix-2.3-RC3.tar.gz) = abe50aa6e1ccb2b712f1e880c1d1e251
|
||||
RMD160 (postfix/postfix-2.3-RC3.tar.gz) = 915fa4eea9340ed8bae66dcbfe74068dc3a0a197
|
||||
SHA1 (postfix/postfix-2.3-RC3.tar.gz) = 643ea0d61a3907cd400ae1a4849c3bfa96604e3e
|
||||
SIZE (postfix/postfix-2.3-RC3.tar.gz) = 2759095
|
||||
MD5 (postfix/postfix-2.3-RC5.tar.gz) = ce108933876e63918b87c7dc66b91763
|
||||
RMD160 (postfix/postfix-2.3-RC5.tar.gz) = e64f6d3cf7c43321b216a16497b70156f93e1c8d
|
||||
SHA1 (postfix/postfix-2.3-RC5.tar.gz) = 707c58bc7ecb562f3928f425e7580fd83891b7ba
|
||||
SIZE (postfix/postfix-2.3-RC5.tar.gz) = 2759199
|
||||
|
@ -1,13 +0,0 @@
|
||||
$OpenBSD: patch-src_util_sys_defs_h,v 1.1 2006/06/04 18:11:28 jakob Exp $
|
||||
--- src/util/sys_defs.h.orig Tue May 16 22:19:45 2006
|
||||
+++ src/util/sys_defs.h Tue May 30 22:49:17 2006
|
||||
@@ -47,6 +47,9 @@
|
||||
#if (defined(__NetBSD_Version__) && __NetBSD_Version__ >= 104250000)
|
||||
#define ALIAS_DB_MAP "hash:/etc/mail/aliases" /* sendmail 8.10 */
|
||||
#endif
|
||||
+#if defined(OPENBSD3)
|
||||
+#define ALIAS_DB_MAP "hash:/etc/mail/aliases"
|
||||
+#endif
|
||||
#ifndef ALIAS_DB_MAP
|
||||
#define ALIAS_DB_MAP "hash:/etc/aliases"
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user