]> git.pld-linux.org Git - packages/postfix.git/commitdiff
- most patches updated to postfix 2.1.3
authorJacek Konieczny <jajcus@pld-linux.org>
Tue, 22 Jun 2004 13:14:10 +0000 (13:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- pgsql and ns-mx-acl patch removed as the functionality is included in postfix 2.1.x
- polish bcond/patch commented-out (AFAIR it didn't work anyway), added to TODO list
- dict_ldap patch removed - postfix 2.1.3 includes improved LDAP support

Changed files:
    postfix.spec -> 1.212.2.3

postfix.spec

index baa8960cd201fff79e791a784cbc193b3136f980..ae7a14227b71485b527f6ed8ead03d2699aac057 100644 (file)
@@ -6,7 +6,10 @@
 %bcond_without sasl    # without SMTP AUTH support
 %bcond_without ssl     # without SSL/TLS support
 %bcond_without cdb     # without cdb map support
-%bcond_with    polish  # with double English+Polish messages
+#%bcond_with   polish  # with double English+Polish messages
+#
+# TODO:
+#      - check/fix 'polish' bcond
 #
 %define                _tls_ipv6_ver   1.25-pf-2.1.3
 Summary:       Postfix Mail Transport Agent
@@ -36,14 +39,11 @@ Source8:    http://www.ipnet6.org/postfix/download/tls+ipv6-%{_tls_ipv6_ver}.patch.
 Patch0:                %{name}-config.patch
 Patch1:                %{name}-conf_msg.patch
 Patch2:                %{name}-dynamicmaps.patch
-Patch3:                %{name}-pgsql.patch
 Patch4:                %{name}-master.cf_cyrus.patch
-Patch5:                %{name}-pl.patch
+#Patch5:       %{name}-pl.patch
 Patch6:                %{name}-cdb_man.patch
-Patch7:                %{name}-ns-mx-acl.patch
 Patch8:                %{name}-kill_warnings.patch
 Patch9:                %{name}-ipv6-kill_warnings.patch
-Patch10:       %{name}-dict_ldap.patch
 URL:           http://www.postfix.org/
 BuildRequires: awk
 %{?with_sasl:BuildRequires:    cyrus-sasl-devel}
@@ -210,15 +210,12 @@ zcat %{SOURCE8} | patch -p1 -s
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
 %patch4 -p1
-%{?with_polish:%patch5 -p1}
+#%{?with_polish:%patch5 -p1}
 %{?with_cdb:%patch6 -p1}
-%patch7 -p1
 %patch8 -p1
 %patch9 -p1
 %{?with_cdb:sh dict_cdb.sh}
-%patch10 -p1
 
 %build
 %{__make} -f Makefile.init makefiles
This page took 0.211121 seconds and 4 git commands to generate.