!40 update postfix to 3.7.4

From: @xinghe_1 
Reviewed-by: @seuzw 
Signed-off-by: @seuzw
This commit is contained in:
openeuler-ci-bot 2023-03-11 11:46:36 +00:00 committed by Gitee
commit c150fe0bd2
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 12 additions and 3 deletions

Binary file not shown.

BIN
postfix-3.7.4.tar.gz Normal file

Binary file not shown.

View File

@ -22,12 +22,12 @@
Name: postfix
Summary: Postfix Mail Transport Agent
Version: 3.7.2
Release: 4
Version: 3.7.4
Release: 1
Epoch: 2
URL: http://www.postfix.org
License: (IPL-1.0 and GPLv2+) or (EPL-2.0 and GPLv2+)
Source0: ftp://ftp.porcupine.org/mirrors/postfix-release/official/%{name}-%{version}.tar.gz
Source0: http://ftp.porcupine.org/mirrors/postfix-release/official/%{name}-%{version}.tar.gz
Source1: postfix-etc-init.d-postfix
Source2: postfix.service
Source3: postfix.aliasesdb
@ -121,6 +121,9 @@ pushd pflogsumm-1.1.5
%patch6 -p1 -b .ipv6-warnings-fix
popd
sed -i makedefs -e '\@Linux\.@s|345|3456|'
sed -i src/util/sys_defs.h -e 's@defined(LINUX5)@defined(LINUX5) || defined(LINUX6)@'
for f in README_FILES/TLS_{LEGACY_,}README TLS_ACKNOWLEDGEMENTS; do
iconv -f iso8859-1 -t utf8 -o ${f}{_,} &&
touch -r ${f}{,_} && mv -f ${f}{_,}
@ -555,6 +558,12 @@ fi
%{postfix_doc_dir}/README_FILES/*
%changelog
* Sat Mar 11 2023 xinghe <xinghe2@h-partners.com> - 2:3.7.4-1
- Type:requirements
- ID:NA
- SUG:NA
- DESC:update postfix to 3.7.4
* Fri Mar 10 2023 gaihuiying <eaglegai@163.com> - 2:3.7.2-4
- Type:bugfix
- ID:NA