From dfc4e37a83dafe8c1e3202ca37c7d9c36fc5b4525656a60f47dbf2c9730fb048 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Mon, 20 May 2024 11:21:32 +0000 Subject: [PATCH] - Update to 1.4.6 (bsc#1224467, CVE-2024-34083): * STARTTLS is now fully enforced if used. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiosmtpd?expand=0&rev=30 --- aiosmtpd-1.4.5.tar.gz | 3 --- aiosmtpd-1.4.6.tar.gz | 3 +++ python-aiosmtpd.changes | 6 ++++++ python-aiosmtpd.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 aiosmtpd-1.4.5.tar.gz create mode 100644 aiosmtpd-1.4.6.tar.gz diff --git a/aiosmtpd-1.4.5.tar.gz b/aiosmtpd-1.4.5.tar.gz deleted file mode 100644 index 3c07d66..0000000 --- a/aiosmtpd-1.4.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dcc032dba23ffc26bdd40a1d27226d38eb25981de14ff761daffb2557e82d130 -size 153506 diff --git a/aiosmtpd-1.4.6.tar.gz b/aiosmtpd-1.4.6.tar.gz new file mode 100644 index 0000000..bbf5fbc --- /dev/null +++ b/aiosmtpd-1.4.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e045ee718790ece6880f1eae8a166859282ed7e1824bf9df5a4f631176c5723 +size 153632 diff --git a/python-aiosmtpd.changes b/python-aiosmtpd.changes index 69a8c2a..5a1f14f 100644 --- a/python-aiosmtpd.changes +++ b/python-aiosmtpd.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon May 20 11:20:49 UTC 2024 - Daniel Garcia + +- Update to 1.4.6 (bsc#1224467, CVE-2024-34083): + * STARTTLS is now fully enforced if used. + ------------------------------------------------------------------- Mon Apr 1 12:22:50 UTC 2024 - Daniel Garcia diff --git a/python-aiosmtpd.spec b/python-aiosmtpd.spec index 07423f9..270a948 100644 --- a/python-aiosmtpd.spec +++ b/python-aiosmtpd.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-aiosmtpd -Version: 1.4.5 +Version: 1.4.6 Release: 0 Summary: SMTP server based on asyncio License: Apache-2.0