浏览代码

- upgrade to Postfix 1.1.5 - disable with_tls by default (especially because it's still broken)

Ralf S. Engelschall 24 年之前
父节点
当前提交
16a316944d
共有 1 个文件被更改,包括 6 次插入2 次删除
  1. 6 2
      postfix/postfix.spec

+ 6 - 2
postfix/postfix.spec

@@ -24,12 +24,14 @@
 ##  
 
 #   involved versions
-%define       V_postfix   1.1.4
+%define       V_postfix   1.1.5
 %define       V_tls       0.8.4-1.1.4-0.9.6c
 %define       V_pflogsumm 1.0.4
 
 #   build options
-%define       with_tls    yes
+%ifndef       with_tls
+%define       with_tls    no
+%endif
 
 #   package information
 Name:         postfix
@@ -76,6 +78,8 @@ Provides:     MTA
     o Optional Berkeley-DB lookup table support
     o Optional PCRE matching support
 
+    Options: with_tls=%{with_tls}
+
 %prep
     %setup0 -q -c -a 0
 %if "%{with_tls}" == "yes"