diff --git a/amqp-2.6.0.tar.gz b/amqp-2.6.0.tar.gz deleted file mode 100644 index 43a1516..0000000 --- a/amqp-2.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:24dbaff8ce4f30566bb88976b398e8c4e77637171af3af6f1b9650f48890e60b -size 119679 diff --git a/amqp-2.6.1.tar.gz b/amqp-2.6.1.tar.gz new file mode 100644 index 0000000..045a163 --- /dev/null +++ b/amqp-2.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70cdb10628468ff14e57ec2f751c7aa9e48e7e3651cfd62d431213c0c4e58f21 +size 119956 diff --git a/python-amqp.changes b/python-amqp.changes index 3d32616..110420b 100644 --- a/python-amqp.changes +++ b/python-amqp.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Aug 4 12:09:50 UTC 2020 - Dirk Mueller + +- update to 2.6.1: + - Fix buffer overflow in frame_writer after frame_max is increased. `frame_writer` + allocates a `bytearray` on intialization with a length based on the `connection.frame_max` + value. If `connection.frame_max` is changed to a larger value, this causes an + error like `pack_into requires a buffer of at least 408736 bytes`. + ------------------------------------------------------------------- Mon Jun 8 13:29:28 UTC 2020 - Dirk Mueller diff --git a/python-amqp.spec b/python-amqp.spec index 495c61a..8e16134 100644 --- a/python-amqp.spec +++ b/python-amqp.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-amqp -Version: 2.6.0 +Version: 2.6.1 Release: 0 Summary: Low-level AMQP client for Python (fork of amqplib) License: LGPL-2.1-or-later