[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
exim-4.44p0
- To: ports_(_at_)_openbsd_(_dot_)_org
- Subject: exim-4.44p0
- From: "Andrey N. Oktyabrski" <ano_(_at_)_antora_(_dot_)_ru>
- Date: Tue, 18 Jan 2005 13:20:12 +0300
Good day.
Can anybody test and commit this patch for exim port (current ant 3.6)?
diff -uwpr exim-4.41/Makefile exim/Makefile
--- exim-4.41/Makefile Wed Jan 5 11:35:37 2005
+++ exim/Makefile Tue Jan 18 11:59:42 2005
@@ -1,7 +1,7 @@
# $OpenBSD: Makefile,v 1.47 2005/01/02 12:56:04 alek Exp $
COMMENT= "Flexible mail transfer agent"
-VERSION= 4.41
+VERSION= 4.44
DISTNAME= exim-${VERSION}
PKGNAME= ${DISTNAME}p0
CATEGORIES= mail
@@ -27,7 +27,7 @@ FLAVOR?=
NO_REGRESS=Yes
.if !${FLAVOR:L:Mno_exiscan}
-PATCHFILES= exiscan-acl-4.41-24.patch:0
+PATCHFILES= exiscan-acl-4.44-28.patch:0
PATCH_DIST_STRIP= -p1
.endif
diff -uwpr exim-4.41/distinfo exim/distinfo
--- exim-4.41/distinfo Mon Jan 10 17:13:09 2005
+++ exim/distinfo Tue Jan 18 12:02:44 2005
@@ -1,8 +1,8 @@
-MD5 (exim-4.41.tar.gz) = a301e711d26e0e1849a839497008234d
-MD5 (exiscan-acl-4.41-24.patch) = 6cdc86a7700d6b83a2bfb227e51805e1
-RMD160 (exim-4.41.tar.gz) = 7353a794ef0a443d52362ee11bb43221b3edf06f
-RMD160 (exiscan-acl-4.41-24.patch) = 4cf67d67ea9544aedd51c02178dd5933edfde539
-SHA1 (exim-4.41.tar.gz) = 5771b1dbf5766c5a1a013ce4d1ba2accd8e94671
-SHA1 (exiscan-acl-4.41-24.patch) = c85531f9d4a4ef9323ef34d5e840f02beed5d65b
-SIZE (exim-4.41.tar.gz) = 1730082
-SIZE (exiscan-acl-4.41-24.patch) = 424790
+MD5 (exim-4.44.tar.gz) = de72dce38668e3b703358cea0a0de479
+MD5 (exiscan-acl-4.44-28.patch) = 5dfc7c99d2ea13d5f2d4c62cb7c43146
+RMD160 (exim-4.44.tar.gz) = 5bea9030550fe523290b83d8428388e0076bd133
+RMD160 (exiscan-acl-4.44-28.patch) = eab0f5a2eddcca9cb14ec851e4e2d7df8c00523a
+SHA1 (exim-4.44.tar.gz) = 816648ef479dea085d138ce48f07bf1706183c6e
+SHA1 (exiscan-acl-4.44-28.patch) = 916c6804dce9c195428a116208031bc1e89b1cb5
+SIZE (exim-4.44.tar.gz) = 1760488
+SIZE (exiscan-acl-4.44-28.patch) = 440341
Only in exim-4.41/patches: patch-OS_Makefile-OpenBSD
diff -uwpr exim-4.41/patches/patch-scripts_exim_install exim/patches/patch-scripts_exim_install
--- exim-4.41/patches/patch-scripts_exim_install Tue Jul 27 10:54:48 2004
+++ exim/patches/patch-scripts_exim_install Tue Jan 18 12:12:37 2005
@@ -1,12 +1,12 @@
---- scripts/exim_install.orig Mon May 10 12:31:20 2004
-+++ scripts/exim_install Thu Jul 15 17:39:22 2004
-@@ -192,8 +192,7 @@ while [ $# -gt 0 ]; do
+--- scripts/exim_install.orig Tue Jan 18 12:09:57 2005
++++ scripts/exim_install Tue Jan 18 12:10:49 2005
+@@ -192,8 +192,7 @@
# The exim binary is handled specially
if [ $name = exim${EXE} ]; then
- version=exim-`./exim -bV -C /dev/null | \
- awk '/Exim version/ { OFS=""; print $3,"-",substr($4,2,length($4)-1) }'`${EXE}
-+ version=exim-4.41
++ version=exim-4.44
- if [ "${version}" = "exim-" ]; then
+ if [ "${version}" = "exim-${EXE}" ]; then
echo $com ""
diff -uwpr exim-4.41/pkg/PLIST exim/pkg/PLIST
--- exim-4.41/pkg/PLIST Tue Nov 23 11:41:21 2004
+++ exim/pkg/PLIST Tue Jan 18 12:23:13 2005
@@ -4,7 +4,7 @@
bin/exicyclog
bin/exigrep
bin/exim
-bin/exim-4.41
+bin/exim-4.44
bin/exim_checkaccess
bin/exim_dbmbuild
bin/exim_dumpdb
Only in exim/pkg: PLIST.orig
diff exim-4.41/Makefile exim/Makefile
--- exim-4.41/Makefile Tue Aug 10 13:14:48 2004
+++ exim/Makefile Tue Jan 18 12:48:17 2005
@@ -1,7 +1,7 @@
# $OpenBSD: Makefile,v 1.44 2004/08/10 09:14:48 xsa Exp $
COMMENT= "Flexible mail transfer agent"
-VERSION= 4.41
+VERSION= 4.44
DISTNAME= exim-${VERSION}
CATEGORIES= mail
MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/ \
@@ -25,7 +25,7 @@
NO_REGRESS=Yes
.if !${FLAVOR:L:Mno_exiscan}
-PATCHFILES= exiscan-acl-4.41-24.patch:0
+PATCHFILES= exiscan-acl-4.44-28.patch:0
PATCH_DIST_STRIP= -p1
.endif
diff exim-4.41/distinfo exim/distinfo
--- exim-4.41/distinfo Mon Jul 26 14:56:01 2004
+++ exim/distinfo Tue Jan 18 12:49:13 2005
@@ -1,6 +1,6 @@
-MD5 (exim-4.41.tar.gz) = a301e711d26e0e1849a839497008234d
-MD5 (exiscan-acl-4.41-24.patch) = 6cdc86a7700d6b83a2bfb227e51805e1
-RMD160 (exim-4.41.tar.gz) = 7353a794ef0a443d52362ee11bb43221b3edf06f
-RMD160 (exiscan-acl-4.41-24.patch) = 4cf67d67ea9544aedd51c02178dd5933edfde539
-SHA1 (exim-4.41.tar.gz) = 5771b1dbf5766c5a1a013ce4d1ba2accd8e94671
-SHA1 (exiscan-acl-4.41-24.patch) = c85531f9d4a4ef9323ef34d5e840f02beed5d65b
+MD5 (exim-4.44.tar.gz) = de72dce38668e3b703358cea0a0de479
+MD5 (exiscan-acl-4.44-28.patch) = 5dfc7c99d2ea13d5f2d4c62cb7c43146
+RMD160 (exim-4.44.tar.gz) = 5bea9030550fe523290b83d8428388e0076bd133
+RMD160 (exiscan-acl-4.44-28.patch) = eab0f5a2eddcca9cb14ec851e4e2d7df8c00523a
+SHA1 (exim-4.44.tar.gz) = 816648ef479dea085d138ce48f07bf1706183c6e
+SHA1 (exiscan-acl-4.44-28.patch) = 916c6804dce9c195428a116208031bc1e89b1cb5
Only in exim-4.41/patches: patch-OS_Makefile-OpenBSD
diff exim-4.41/patches/patch-scripts_exim_install exim/patches/patch-scripts_exim_install
--- exim-4.41/patches/patch-scripts_exim_install Tue Jul 27 10:54:48 2004
+++ exim/patches/patch-scripts_exim_install Tue Jan 18 13:04:33 2005
@@ -1,12 +1,12 @@
---- scripts/exim_install.orig Mon May 10 12:31:20 2004
-+++ scripts/exim_install Thu Jul 15 17:39:22 2004
-@@ -192,8 +192,7 @@ while [ $# -gt 0 ]; do
+--- scripts/exim_install.orig Tue Jan 18 13:03:11 2005
++++ scripts/exim_install Tue Jan 18 13:03:42 2005
+@@ -192,8 +192,7 @@
# The exim binary is handled specially
if [ $name = exim${EXE} ]; then
- version=exim-`./exim -bV -C /dev/null | \
- awk '/Exim version/ { OFS=""; print $3,"-",substr($4,2,length($4)-1) }'`${EXE}
-+ version=exim-4.41
++ version=exim-4.44
- if [ "${version}" = "exim-" ]; then
+ if [ "${version}" = "exim-${EXE}" ]; then
echo $com ""
diff exim-4.41/pkg/PFRAG.no-no_exiscan exim/pkg/PFRAG.no-no_exiscan
--- exim-4.41/pkg/PFRAG.no-no_exiscan Mon Jul 26 14:56:01 2004
+++ exim/pkg/PFRAG.no-no_exiscan Tue Jan 18 13:06:51 2005
@@ -1,2 +1,3 @@
+_(_at_)_comment $OpenBSD$
share/doc/exim/exiscan-acl-examples.txt
share/doc/exim/exiscan-acl-spec.txt
Only in exim/pkg: PFRAG.no-no_exiscan.orig
diff exim-4.41/pkg/PFRAG.no-no_x11 exim/pkg/PFRAG.no-no_x11
--- exim-4.41/pkg/PFRAG.no-no_x11 Mon Jul 26 14:56:01 2004
+++ exim/pkg/PFRAG.no-no_x11 Tue Jan 18 13:06:51 2005
@@ -1,2 +1 @@
-bin/eximon
-bin/eximon.bin
+_(_at_)_comment $OpenBSD$
Only in exim/pkg: PFRAG.no-no_x11.orig
diff exim-4.41/pkg/PLIST exim/pkg/PLIST
--- exim-4.41/pkg/PLIST Fri Jul 30 02:15:15 2004
+++ exim/pkg/PLIST Tue Jan 18 13:06:51 2005
@@ -1,10 +1,8 @@
-!%%no_x11%%
-!%%no_exiscan%%
@comment $OpenBSD: PLIST,v 1.10 2004/07/29 22:15:15 naddy Exp $
bin/exicyclog
bin/exigrep
bin/exim
-bin/exim-4.41
+bin/exim-4.44
bin/exim_checkaccess
bin/exim_dbmbuild
bin/exim_dumpdb
@@ -17,14 +15,16 @@
bin/exiqgrep
bin/exiqsumm
bin/exiwhat
-man/man8/exim.8
+_(_at_)_man man/man8/exim.8
+share/doc/exim/
share/doc/exim/README.SIEVE
share/doc/exim/filter.txt
share/doc/exim/spec.txt
+share/examples/exim/
share/examples/exim/configure
share/examples/exim/convert4r4
-_(_at_)_dirrm share/examples/exim
-_(_at_)_dirrm share/doc/exim
+!%%no_x11%%
+!%%no_exiscan%%
@extra ${SYSCONFDIR}/exim/
@extraunexec groupdel _exim
@extraunexec userdel -r _exim
Only in exim/pkg: PLIST.orig
Visit your host, monkey.org