--- rpms/e-smith-email/sme10/e-smith-email.spec 2021/11/15 15:40:52 1.15 +++ rpms/e-smith-email/sme10/e-smith-email.spec 2022/04/16 16:32:01 1.16 @@ -1,10 +1,10 @@ -# $Id: e-smith-email.spec,v 1.14 2021/09/16 18:57:31 jpp Exp $ +# $Id: e-smith-email.spec,v 1.15 2021/11/15 15:40:52 jpp Exp $ Summary: e-smith server and gateway - email module %define name e-smith-email Name: %{name} %define version 5.6.0 -%define release 15 +%define release 16 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -21,6 +21,7 @@ Patch7: e-smith-email-5.6.0-bz11265-rar. Patch8: e-smith-email-5.6.0-bz11634-lock.patch Patch9: e-smith-email-5.6.0-bz11690-fixtypo.patch Patch10: e-smith-email-5.6.0-bz11716-untaint.patch +Patch11: e-smith-email-5.6.0-bz11799.patch BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot Requires: e-smith-base >= 4.15.0-39 @@ -57,6 +58,7 @@ rm -rf root/var/service/ root/service %patch8 -p1 %patch9 -p1 %patch10 -p1 +%patch11 -p1 %build perl createlinks @@ -96,6 +98,10 @@ fi e-smith server and gateway software - email module. %changelog +* Sat Apr 16 2022 Jean-Philippe Pialasse 5.6.0-16.sme +- fix missing dot in regex for untainting [SME: 11799] + would delete any account named with the string before the dot + * Mon Nov 15 2021 Jean-Philippe Pialasse 5.6.0-15.sme - untainting string correctly [SME: 11716]