suds 0.4.1-2ubuntu1.1 source package in Ubuntu

Changelog

suds (0.4.1-2ubuntu1.1) precise-security; urgency=low

  * SECURITY UPDATE: insecure temporary directory usage
    - debian/patches/02-fix-unsecure-cache-path.patch: use mkdtemp() in
      suds/cache.py. Patch obtained from Debian's 0.4.1-8.
    - CVE-2013-2217
 -- Marc Deslauriers <email address hidden>   Thu, 04 Jul 2013 08:39:08 -0400

Upload details

Uploaded by:
Marc Deslauriers
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise updates main python
Precise security main python

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
suds_0.4.1.orig.tar.gz 102.5 KiB a4f2d78e0ec15423cb28c9f16822692fbf497ce9aac8c43f69d04e19cc8f574a
suds_0.4.1-2ubuntu1.1.debian.tar.gz 3.1 KiB 45b97741118494a861d7cb82312c0d7a4765536aa50a89624e287db3b5df4180
suds_0.4.1-2ubuntu1.1.dsc 2.1 KiB 24d87153f925705889cca1c28697ee82532ae8b78a08931690e81f06beb20468

View changes file

Binary packages built by this source

python-suds: Lightweight SOAP client for Python

 The suds project is a Python soap web services client lib. Suds leverages
 Python meta programming to provide an intuative API for consuming web services.
 Objectification of types defined in the WSDL is provided without class
 generation. Programmers rarely need to read the WSDL since services and WSDL
 based objects can be easily inspected. Supports pluggable soap bindings.