|
|
|
@ -1,6 +1,11 @@
|
|
|
|
|
# plugins have unresolvable symbols in compile time
|
|
|
|
|
%undefine _strict_symbol_defs_build
|
|
|
|
|
|
|
|
|
|
%if 0%{?rhel} < 10
|
|
|
|
|
%bcond_without db
|
|
|
|
|
%else
|
|
|
|
|
%bcond_with db
|
|
|
|
|
%endif
|
|
|
|
|
%bcond_without mysql
|
|
|
|
|
%bcond_without pgsql
|
|
|
|
|
%bcond_without sqlite
|
|
|
|
@ -13,6 +18,12 @@
|
|
|
|
|
%bcond_without ipv6
|
|
|
|
|
%bcond_without pflogsumm
|
|
|
|
|
|
|
|
|
|
%if %{without db} && %{with lmdb}
|
|
|
|
|
%global defmap_lmdb 1
|
|
|
|
|
%else
|
|
|
|
|
%global defmap_lmdb 0
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%global sysv2systemdnvr 2.8.12-2
|
|
|
|
|
|
|
|
|
|
# hardened build if not overrided
|
|
|
|
@ -45,11 +56,11 @@
|
|
|
|
|
|
|
|
|
|
Name: postfix
|
|
|
|
|
Summary: Postfix Mail Transport Agent
|
|
|
|
|
Version: 3.5.9
|
|
|
|
|
Release: 24%{?dist}
|
|
|
|
|
Version: 3.8.5
|
|
|
|
|
Release: 7%{?dist}
|
|
|
|
|
Epoch: 2
|
|
|
|
|
URL: http://www.postfix.org
|
|
|
|
|
License: (IBM and GPLv2+) or (EPL-2.0 and GPLv2+)
|
|
|
|
|
License: (IPL-1.0 OR EPL-2.0) AND GPL-2.0-or-later AND BSD-4-Clause-UC
|
|
|
|
|
Requires(post): systemd systemd-sysv hostname
|
|
|
|
|
Requires(post): %{_sbindir}/alternatives
|
|
|
|
|
Requires(post): %{_bindir}/openssl
|
|
|
|
@ -85,27 +96,18 @@ Source101: postfix-pam.conf
|
|
|
|
|
|
|
|
|
|
# Patches
|
|
|
|
|
|
|
|
|
|
Patch1: postfix-3.5.0-config.patch
|
|
|
|
|
Patch1: postfix-3.8.0-config.patch
|
|
|
|
|
Patch2: postfix-3.4.0-files.patch
|
|
|
|
|
Patch3: postfix-3.3.3-alternatives.patch
|
|
|
|
|
Patch4: postfix-3.4.0-large-fs.patch
|
|
|
|
|
# probably rhbz#428996
|
|
|
|
|
Patch4: postfix-3.8.0-large-fs.patch
|
|
|
|
|
Patch9: pflogsumm-1.1.5-datecalc.patch
|
|
|
|
|
# rhbz#1384871, sent upstream
|
|
|
|
|
Patch10: pflogsumm-1.1.5-ipv6-warnings-fix.patch
|
|
|
|
|
Patch11: postfix-3.4.4-chroot-example-fix.patch
|
|
|
|
|
# unconditional glibc-2.34 API assumption, because it seems
|
|
|
|
|
# in RHEL-9 this feature was also backported to 2.33,
|
|
|
|
|
# upstream uses conditional check for 2.34 API
|
|
|
|
|
Patch12: postfix-3.5.9-glibc-234-build-fix.patch
|
|
|
|
|
# rhbz#1978901, sent upstream
|
|
|
|
|
Patch13: postfix-3.5.9-whitespace-name-fix.patch
|
|
|
|
|
Patch14: pflogsumm-1.1.5-syslog-name-underscore-fix.patch
|
|
|
|
|
# rhbz#1938847, backported from upstream
|
|
|
|
|
Patch15: postfix-3.5.9-coverity-fix.patch
|
|
|
|
|
# rhbz#2134789, backported feature from upstream
|
|
|
|
|
Patch16: postfix-3.5.9-SRV-resolve.patch
|
|
|
|
|
# rhbz#2193363 ZUUL CI uses kernel 6 and we have to add this to postfix
|
|
|
|
|
Patch17: postfix-3.5.9-makedefs.patch
|
|
|
|
|
# rhbz#1931403, sent upstream
|
|
|
|
|
Patch13: pflogsumm-1.1.5-syslog-name-underscore-fix.patch
|
|
|
|
|
Patch14: postfix-3.8.5-openssl-no-engine.patch
|
|
|
|
|
|
|
|
|
|
# Optional patches - set the appropriate environment variables to include
|
|
|
|
|
# them when building the package/spec file
|
|
|
|
@ -113,24 +115,35 @@ Patch17: postfix-3.5.9-makedefs.patch
|
|
|
|
|
|
|
|
|
|
# Determine the different packages required for building postfix
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: libdb-devel, perl-generators, pkgconfig, zlib-devel
|
|
|
|
|
BuildRequires: systemd-units, libicu-devel
|
|
|
|
|
BuildRequires: gcc, m4, findutils
|
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
|
BuildRequires: pkgconfig
|
|
|
|
|
BuildRequires: zlib-devel
|
|
|
|
|
BuildRequires: systemd-units
|
|
|
|
|
BuildRequires: libicu-devel
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: m4
|
|
|
|
|
BuildRequires: findutils
|
|
|
|
|
BuildRequires: systemd-rpm-macros
|
|
|
|
|
BuildRequires: sed
|
|
|
|
|
%if 0%{?rhel} < 9
|
|
|
|
|
BuildRequires: libnsl2-devel
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%{?with_db:BuildRequires: libdb-devel}
|
|
|
|
|
%{?with_ldap:BuildRequires: openldap-devel}
|
|
|
|
|
%{?with_lmdb:BuildRequires: lmdb-devel}
|
|
|
|
|
%{?with_sasl:BuildRequires: cyrus-sasl-devel}
|
|
|
|
|
%{?with_pcre:BuildRequires: pcre-devel}
|
|
|
|
|
%{?with_pcre:BuildRequires: pcre2-devel}
|
|
|
|
|
%{?with_mysql:BuildRequires: mariadb-connector-c-devel}
|
|
|
|
|
%{?with_pgsql:BuildRequires: libpq-devel}
|
|
|
|
|
%{?with_sqlite:BuildRequires: sqlite-devel}
|
|
|
|
|
%{?with_cdb:BuildRequires: tinycdb-devel}
|
|
|
|
|
%{?with_tls:BuildRequires: openssl-devel}
|
|
|
|
|
|
|
|
|
|
%if 0%{?defmap_lmdb}
|
|
|
|
|
Requires: %{name}-lmdb%{?_isa} = %{epoch}:%{version}-%{release}
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Postfix is a Mail Transport Agent (MTA).
|
|
|
|
|
|
|
|
|
@ -257,19 +270,28 @@ pushd pflogsumm-%{pflogsumm_ver}
|
|
|
|
|
popd
|
|
|
|
|
%endif
|
|
|
|
|
%patch11 -p1 -b .chroot-example-fix
|
|
|
|
|
%patch12 -p1 -b .glibc-234-build-fix
|
|
|
|
|
%patch13 -p1 -b .whitespace-name-fix
|
|
|
|
|
%patch14 -p1 -b .pflogsumm-1.1.5-syslog-name-underscore-fix
|
|
|
|
|
%patch15 -p1 -b .coverity-fix
|
|
|
|
|
%patch16 -p1 -b .SRV-resolution
|
|
|
|
|
%patch17 -p1 -b .makedefs
|
|
|
|
|
%patch13 -p1 -b .pflogsumm-1.1.5-syslog-name-underscore-fix
|
|
|
|
|
%patch14 -p1 -b .openssl-no-engine
|
|
|
|
|
|
|
|
|
|
# Backport 3.8-20221006 fix for uname -r detection
|
|
|
|
|
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}{_,}
|
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
# fix default maps
|
|
|
|
|
%if 0%{?defmap_lmdb}
|
|
|
|
|
sed -i '/^\s*alias_maps\s*=\s*hash:\/etc\/aliases/ s|hash:|lmdb:|g' conf/main.cf
|
|
|
|
|
sed -i '/^\s*alias_database\s*=\s*hash:\/etc\/aliases/ s|hash:|lmdb:|g' conf/main.cf
|
|
|
|
|
echo >> conf/main.cf
|
|
|
|
|
echo "default_database_type = lmdb" >> conf/main.cf
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%set_build_flags
|
|
|
|
|
unset AUXLIBS AUXLIBS_LDAP AUXLIBS_LMDB AUXLIBS_PCRE AUXLIBS_MYSQL AUXLIBS_PGSQL AUXLIBS_SQLITE AUXLIBS_CDB
|
|
|
|
|
CCARGS="-fPIC -fcommon"
|
|
|
|
|
%if 0%{?rhel} >= 9
|
|
|
|
@ -278,6 +300,10 @@ AUXLIBS=""
|
|
|
|
|
AUXLIBS="-lnsl"
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if %{without db}
|
|
|
|
|
CCARGS="${CCARGS} -DNO_DB"
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%ifarch s390 s390x ppc
|
|
|
|
|
CCARGS="${CCARGS} -fsigned-char"
|
|
|
|
|
%endif
|
|
|
|
@ -291,9 +317,8 @@ CCARGS="${CCARGS} -fsigned-char"
|
|
|
|
|
AUXLIBS_LMDB="-llmdb"
|
|
|
|
|
%endif
|
|
|
|
|
%if %{with pcre}
|
|
|
|
|
# -I option required for pcre 3.4 (and later?)
|
|
|
|
|
CCARGS="${CCARGS} -DHAS_PCRE -I%{_includedir}/pcre"
|
|
|
|
|
AUXLIBS_PCRE="-lpcre"
|
|
|
|
|
CCARGS="${CCARGS} -DHAS_PCRE=2 `pcre2-config --cflags`"
|
|
|
|
|
AUXLIBS_PCRE=`pcre2-config --libs8`
|
|
|
|
|
%endif
|
|
|
|
|
%if %{with mysql}
|
|
|
|
|
CCARGS="${CCARGS} -DHAS_MYSQL -I%{_includedir}/mysql"
|
|
|
|
@ -334,7 +359,7 @@ CCARGS="${CCARGS} $(getconf LFS_CFLAGS)"
|
|
|
|
|
%if 0%{?rhel} >= 9
|
|
|
|
|
CCARGS="${CCARGS} -DNO_NIS"
|
|
|
|
|
%endif
|
|
|
|
|
LDFLAGS="%{?__global_ldflags} %{?_hardened_build:-Wl,-z,relro,-z,now}"
|
|
|
|
|
LDFLAGS="$LDFLAGS %{?_hardened_build:-Wl,-z,relro,-z,now}"
|
|
|
|
|
|
|
|
|
|
# SHLIB_RPATH is needed to find private libraries
|
|
|
|
|
# LDFLAGS are added to SHLIB_RPATH because the postfix build system
|
|
|
|
@ -347,7 +372,7 @@ make -f Makefile.init makefiles shared=yes dynamicmaps=yes \
|
|
|
|
|
AUXLIBS_PGSQL="${AUXLIBS_PGSQL}" AUXLIBS_SQLITE="${AUXLIBS_SQLITE}" \
|
|
|
|
|
AUXLIBS_CDB="${AUXLIBS_CDB}" \
|
|
|
|
|
DEBUG="" SHLIB_RPATH="-Wl,-rpath,%{postfix_shlib_dir} $LDFLAGS" \
|
|
|
|
|
OPT="$RPM_OPT_FLAGS -fno-strict-aliasing -Wno-comment" \
|
|
|
|
|
OPT="$CFLAGS -fno-strict-aliasing -Wno-comment" \
|
|
|
|
|
POSTFIX_INSTALL_OPTS=-keep-build-mtime
|
|
|
|
|
|
|
|
|
|
%make_build
|
|
|
|
@ -380,6 +405,12 @@ make non-interactive-package \
|
|
|
|
|
sample_directory=%{postfix_sample_dir} \
|
|
|
|
|
readme_directory=%{postfix_readme_dir} || exit 1
|
|
|
|
|
|
|
|
|
|
%if 0%{?fedora} < 23 && 0%{?rhel} < 9
|
|
|
|
|
# This installs into the /etc/rc.d/init.d directory
|
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_initrddir}
|
|
|
|
|
install -c %{SOURCE1} $RPM_BUILD_ROOT%{_initrddir}/postfix
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
# Systemd
|
|
|
|
|
mkdir -p %{buildroot}%{_unitdir}
|
|
|
|
|
install -m 644 %{SOURCE2} %{buildroot}%{_unitdir}
|
|
|
|
@ -675,7 +706,7 @@ fi
|
|
|
|
|
%attr(0755, root, root) %{postfix_command_dir}/postfix
|
|
|
|
|
%attr(0755, root, root) %{postfix_command_dir}/postkick
|
|
|
|
|
%attr(0755, root, root) %{postfix_command_dir}/postlock
|
|
|
|
|
%attr(0755, root, root) %{postfix_command_dir}/postlog
|
|
|
|
|
%attr(2755, root, %{maildrop_group}) %{postfix_command_dir}/postlog
|
|
|
|
|
%attr(0755, root, root) %{postfix_command_dir}/postmap
|
|
|
|
|
%attr(0755, root, root) %{postfix_command_dir}/postmulti
|
|
|
|
|
%attr(2755, root, %{maildrop_group}) %{postfix_command_dir}/postqueue
|
|
|
|
@ -809,78 +840,193 @@ fi
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Aug 14 2023 Jaroslav Škarvada <jskarvad@redhat.com> - 2:3.5.9-24
|
|
|
|
|
* Sun Aug 25 2024 Jaroslav Škarvada <jskarvad@redhat.com> - 2:3.8.5-7
|
|
|
|
|
- Dropped mail group configuration / creation, it is provided by setup
|
|
|
|
|
Resolves: RHEL-27174
|
|
|
|
|
|
|
|
|
|
* Thu Jul 25 2024 Jaroslav Škarvada <jskarvad@redhat.com> - 2:3.8.5-6
|
|
|
|
|
- Fixed postlog RPM verification
|
|
|
|
|
Resolves: RHEL-50584
|
|
|
|
|
|
|
|
|
|
* Thu Jul 25 2024 Jaroslav Škarvada <jskarvad@redhat.com> - 2:3.8.5-5
|
|
|
|
|
- Explicitly set default_database_type if lmdb map is used
|
|
|
|
|
Resolves: RHEL-50557
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 2:3.8.5-4
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Feb 01 2024 Pete Walter <pwalter@fedoraproject.org> - 2:3.8.5-3
|
|
|
|
|
- Rebuild for ICU 74
|
|
|
|
|
|
|
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2:3.8.5-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jan 22 2024 Jaroslav Škarvada <jskarvad@redhat.com> - 2:3.8.5-1
|
|
|
|
|
- New version
|
|
|
|
|
Resolves: rhbz#2259469
|
|
|
|
|
|
|
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2:3.8.4-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jan 2 2024 Jaroslav Škarvada <jskarvad@redhat.com> - 2:3.8.4-1
|
|
|
|
|
- New version
|
|
|
|
|
Resolves: rhbz#2255641
|
|
|
|
|
- Fixed SMTP smuggling vulnerability
|
|
|
|
|
Resolves: CVE-2023-51764
|
|
|
|
|
|
|
|
|
|
* Tue Dec 12 2023 Jaroslav Škarvada <jskarvad@redhat.com> - 2:3.8.3-2
|
|
|
|
|
- Converted license tag to SPDX
|
|
|
|
|
|
|
|
|
|
* Thu Nov 2 2023 Jaroslav Škarvada <jskarvad@redhat.com> - 2:3.8.3-1
|
|
|
|
|
- New version
|
|
|
|
|
Resolves: rhbz#2247553
|
|
|
|
|
|
|
|
|
|
* Mon Oct 9 2023 Jaroslav Škarvada <jskarvad@redhat.com> - 2:3.8.2-2
|
|
|
|
|
- Drop libdb for RHEL>9
|
|
|
|
|
Related: rhbz#1788480
|
|
|
|
|
|
|
|
|
|
* Tue Sep 5 2023 Jaroslav Škarvada <jskarvad@redhat.com> - 2:3.8.2-1
|
|
|
|
|
- New version
|
|
|
|
|
Resolves: rhbz#2236828
|
|
|
|
|
|
|
|
|
|
* Mon Aug 14 2023 Jaroslav Škarvada <jskarvad@redhat.com> - 2:3.8.1-5
|
|
|
|
|
- Use systemd-sysusers, original patch by
|
|
|
|
|
Jonathan Wright <jonathan@almalinux.org>
|
|
|
|
|
|
|
|
|
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2:3.8.1-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jul 11 2023 František Zatloukal <fzatlouk@redhat.com> - 2:3.8.1-3
|
|
|
|
|
- Rebuilt for ICU 73.2
|
|
|
|
|
|
|
|
|
|
* Tue Jul 11 2023 Jaroslav Škarvada <jskarvad@redhat.com> - 2:3.8.1-2
|
|
|
|
|
- Fixed possible warning when postfix is restarted
|
|
|
|
|
Resolves: rhbz#2075571
|
|
|
|
|
Resolves: rhbz#2218058
|
|
|
|
|
|
|
|
|
|
* Mon Aug 14 2023 Jaroslav Škarvada <jskarvad@redhat.com> - 2:3.5.9-23
|
|
|
|
|
- Spec cleanup
|
|
|
|
|
Related: rhbz#2095454
|
|
|
|
|
* Tue Jun 6 2023 Jaroslav Škarvada <jskarvad@redhat.com> - 2:3.8.1-1
|
|
|
|
|
- New version
|
|
|
|
|
Resolves: rhbz#2212596
|
|
|
|
|
|
|
|
|
|
* Wed Jul 05 2023 Jonathan Wright <jonathan@almalinux.org> - 2:3.5.9-22
|
|
|
|
|
- Use systemd-sysusers
|
|
|
|
|
Resolves: rhbz#2095454
|
|
|
|
|
* Thu May 25 2023 Tomas Korbar <tkorbar@redhat.com> - 2:3.8.0-3
|
|
|
|
|
- Fix freed memory access
|
|
|
|
|
|
|
|
|
|
* Wed May 17 2023 Tomas Korbar <tkorbar@redhat.com> - 2:3.5.9-21
|
|
|
|
|
- Fix patch for SRV record resolution feature
|
|
|
|
|
Related: rhbz#2134789
|
|
|
|
|
* Wed Apr 26 2023 Jaroslav Škarvada <jskarvad@redhat.com> - 2:3.8.0-2
|
|
|
|
|
- Dropped whitespace-name-fix patch, not needed
|
|
|
|
|
|
|
|
|
|
* Thu May 04 2023 Tomas Korbar <tkorbar@redhat.com> - 2:3.5.9-20
|
|
|
|
|
- Backport dns SRV record resolution feature (RFC6186)
|
|
|
|
|
Resolves: rhbz#2134789
|
|
|
|
|
- Fix building in ZUUL CI
|
|
|
|
|
Resolves: rhbz#2193363
|
|
|
|
|
* Wed Apr 26 2023 Jaroslav Škarvada <jskarvad@redhat.com> - 2:3.8.0-1
|
|
|
|
|
- New version
|
|
|
|
|
Resolves: rhbz#2187121
|
|
|
|
|
|
|
|
|
|
* Wed Jan 25 2023 Jaroslav Škarvada <jskarvad@redhat.com> - 2:3.7.4-1
|
|
|
|
|
- New version
|
|
|
|
|
Resolves: rhbz#2162932
|
|
|
|
|
|
|
|
|
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2:3.7.3-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Dec 31 2022 Mamoru TASAKA <mtasaka@fedoraproject.org> - 2:3.7.3-3
|
|
|
|
|
- Backport upstream fix for uname -r detection with kernel 6.x
|
|
|
|
|
|
|
|
|
|
* Sat Dec 31 2022 Pete Walter <pwalter@fedoraproject.org> - 2:3.7.3-2
|
|
|
|
|
- Rebuild for ICU 72
|
|
|
|
|
|
|
|
|
|
* Mon Oct 10 2022 Jaroslav Škarvada <jskarvad@redhat.com> - 2:3.7.3-1
|
|
|
|
|
- New version
|
|
|
|
|
Resolves: rhbz#2133120
|
|
|
|
|
|
|
|
|
|
* Mon Aug 01 2022 Frantisek Zatloukal <fzatlouk@redhat.com> - 2:3.7.2-4
|
|
|
|
|
- Rebuilt for ICU 71.1
|
|
|
|
|
|
|
|
|
|
* Fri Aug 19 2022 Jaroslav Škarvada <jskarvad@redhat.com> - 2:3.5.9-19
|
|
|
|
|
* Sat Jul 23 2022 Stewart Smith <trawets@amazon.com> - 2:3.7.2-3
|
|
|
|
|
- Build with pcre2 instead of the deprecated pcre library
|
|
|
|
|
|
|
|
|
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2:3.7.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Apr 28 2022 Jaroslav Škarvada <jskarvad@redhat.com> - 2:3.7.2-1
|
|
|
|
|
- New version
|
|
|
|
|
Resolves: rhbz#2079634
|
|
|
|
|
|
|
|
|
|
* Tue Apr 19 2022 Jaroslav Škarvada <jskarvad@redhat.com> - 2:3.7.1-1
|
|
|
|
|
- New version
|
|
|
|
|
Resolves: rhbz#2076317
|
|
|
|
|
|
|
|
|
|
* Tue Feb 22 2022 Jaroslav Škarvada <jskarvad@redhat.com> - 2:3.7.0-1
|
|
|
|
|
- New version
|
|
|
|
|
Resolves: rhbz#2051046
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Jaroslav Škarvada <jskarvad@redhat.com> - 2:3.6.4-1
|
|
|
|
|
- New version
|
|
|
|
|
Resolves: rhbz#2040977
|
|
|
|
|
- Suppressed openssl output during SSL certificates generation
|
|
|
|
|
Resolves: rhbz#2041589
|
|
|
|
|
|
|
|
|
|
* Tue Feb 22 2022 Jaroslav Škarvada <jskarvad@redhat.com> - 2:3.5.9-18
|
|
|
|
|
* Mon Jan 17 2022 Jaroslav Škarvada <jskarvad@redhat.com> - 2:3.6.3-5
|
|
|
|
|
- Fixed pflogsumm to allow underscores in the syslog_name
|
|
|
|
|
Resolves: rhbz#1931403
|
|
|
|
|
|
|
|
|
|
* Tue Dec 14 2021 Jaroslav Škarvada <jskarvad@redhat.com> - 2:3.6.3-4
|
|
|
|
|
- Added SELinux workound for systemd service to work after 'postfix start'
|
|
|
|
|
Resolves: rhbz#2055915
|
|
|
|
|
|
|
|
|
|
* Tue Feb 15 2022 Jaroslav Škarvada <jskarvad@redhat.com> - 2:3.5.9-17
|
|
|
|
|
- Fixed problem in the dict_inline found by coverity
|
|
|
|
|
Resolves: rhbz#1938847
|
|
|
|
|
* Wed Dec 08 2021 Timm Bäder <tbaeder@redhat.com> - 2:3.6.3-3
|
|
|
|
|
- Use %%set_build_flags to set all build flags
|
|
|
|
|
|
|
|
|
|
* Fri Jan 28 2022 Jaroslav Škarvada <jskarvad@redhat.com> - 2:3.5.9-16
|
|
|
|
|
- Fixed pflogsumm to allow underscores in the syslog_name
|
|
|
|
|
Resolves: rhbz#2043059
|
|
|
|
|
* Fri Nov 12 2021 Björn Esser <besser82@fedoraproject.org> - 2:3.6.3-2
|
|
|
|
|
- Rebuild(libnsl2)
|
|
|
|
|
|
|
|
|
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 2:3.5.9-15
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
* Wed Nov 10 2021 Jaroslav Škarvada <jskarvad@redhat.com> - 2:3.6.3-1
|
|
|
|
|
- New version
|
|
|
|
|
Resolves: rhbz#2020984
|
|
|
|
|
|
|
|
|
|
* Thu Aug 5 2021 Jaroslav Škarvada <jskarvad@redhat.com> - 2:3.5.9-14
|
|
|
|
|
- Fixed cleanup crash when processing messages with whitespace only fullname
|
|
|
|
|
Resolves: rhbz#1978901
|
|
|
|
|
* Tue Sep 14 2021 Sahana Prasad <sahana@redhat.com> - 2:3.6.2-6
|
|
|
|
|
- Rebuilt with OpenSSL 3.0.0
|
|
|
|
|
|
|
|
|
|
* Thu Aug 5 2021 Jaroslav Škarvada <jskarvad@redhat.com> - 2:3.5.9-13
|
|
|
|
|
- Used upstream patch for fixing FTBFS with glibc-2.34
|
|
|
|
|
Related: rhbz#1984045
|
|
|
|
|
* Thu Aug 5 2021 Jaroslav Škarvada <jskarvad@redhat.com> - 2:3.6.2-5
|
|
|
|
|
- Fixed cleanup crash when processing messages with whitespace only fullname
|
|
|
|
|
- Fixed whitespaces in the glibc-234-build-fix patch
|
|
|
|
|
|
|
|
|
|
* Tue Aug 3 2021 Jaroslav Škarvada <jskarvad@redhat.com> - 2:3.5.9-12
|
|
|
|
|
- Fixed openssl req command parameter
|
|
|
|
|
Related: rhbz#1985918
|
|
|
|
|
* Thu Aug 5 2021 Jaroslav Škarvada <jskarvad@redhat.com> - 2:3.6.2-4
|
|
|
|
|
- Updated patch fixing FTBFS with the glibc-2.34
|
|
|
|
|
|
|
|
|
|
* Tue Aug 3 2021 Jaroslav Škarvada <jskarvad@redhat.com> - 2:3.5.9-11
|
|
|
|
|
- Fixed FTBFS with glibc-2.34
|
|
|
|
|
Resolves: rhbz#1984045
|
|
|
|
|
* Tue Aug 3 2021 Jaroslav Škarvada <jskarvad@redhat.com> - 2:3.6.2-3
|
|
|
|
|
- Fixed openssl req parameters
|
|
|
|
|
|
|
|
|
|
* Mon Aug 2 2021 Jaroslav Škarvada <jskarvad@redhat.com> - 2:3.5.9-10
|
|
|
|
|
* Mon Aug 2 2021 Jaroslav Škarvada <jskarvad@redhat.com> - 2:3.6.2-2
|
|
|
|
|
- Fixed scriptlets to work with openssl-3.0
|
|
|
|
|
Resolves: rhbz#1985918
|
|
|
|
|
|
|
|
|
|
* Wed Jun 16 2021 Mohan Boddu <mboddu@redhat.com> - 2:3.5.9-9
|
|
|
|
|
- Rebuilt for RHEL 9 BETA for openssl 3.0
|
|
|
|
|
Related: rhbz#1971065
|
|
|
|
|
* Thu Jul 29 2021 Jaroslav Škarvada <jskarvad@redhat.com> - 2:3.6.2-1
|
|
|
|
|
- New version
|
|
|
|
|
Resolves: rhbz#1985778
|
|
|
|
|
|
|
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2:3.6.1-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jul 2 2021 Jaroslav Škarvada <jskarvad@redhat.com> - 2:3.6.1-2
|
|
|
|
|
- Fixed build on rhel < 9
|
|
|
|
|
|
|
|
|
|
* Thu Apr 22 2021 Jaroslav Škarvada <jskarvad@redhat.com> - 2:3.5.9-8
|
|
|
|
|
* Mon Jun 14 2021 Jaroslav Škarvada <jskarvad@redhat.com> - 2:3.6.1-1
|
|
|
|
|
- New version
|
|
|
|
|
Resolves: rhbz#1971363
|
|
|
|
|
|
|
|
|
|
* Thu May 20 2021 Pete Walter <pwalter@fedoraproject.org> - 2:3.6.0-3
|
|
|
|
|
- Rebuild for ICU 69
|
|
|
|
|
|
|
|
|
|
* Wed May 19 2021 Pete Walter <pwalter@fedoraproject.org> - 2:3.6.0-2
|
|
|
|
|
- Rebuild for ICU 69
|
|
|
|
|
|
|
|
|
|
* Fri Apr 30 2021 Jaroslav Škarvada <jskarvad@redhat.com> - 2:3.6.0-1
|
|
|
|
|
- New version
|
|
|
|
|
Resolves: rhbz#1955369
|
|
|
|
|
|
|
|
|
|
* Thu Apr 22 2021 Jaroslav Škarvada <jskarvad@redhat.com> - 2:3.5.10-2
|
|
|
|
|
- Fixed NIS build requirements
|
|
|
|
|
Resolves: rhbz#1942369
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2:3.5.9-7
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
* Mon Apr 12 2021 Jaroslav Škarvada <jskarvad@redhat.com> - 2:3.5.10-1
|
|
|
|
|
- New version
|
|
|
|
|
Resolves: rhbz#1948306
|
|
|
|
|
|
|
|
|
|
* Thu Mar 25 2021 Jaroslav Škarvada <jskarvad@redhat.com> - 2:3.5.9-7
|
|
|
|
|
- Simplified macros related to NIS
|
|
|
|
|
|
|
|
|
|
* Wed Mar 24 2021 Jaroslav Škarvada <jskarvad@redhat.com> - 2:3.5.9-6
|
|
|
|
|
- Disable NIS support for RHEL9+ (patch from fjanus@redhat.com)
|
|
|
|
|