1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89
|
python-dns (2.3.0-5.2+etch2) stable-security; urgency=high
* Non-maintainer upload by the security team; thanks (again) to Scott
Kitterman for preparing the fix
* Modify DNS/Lib.py so unicode DNS names don't cause a crash
(Closes: #499277)
* Update DNS/Base.py changes for #490217 to more robust upstream fix
-- Devin Carraway <devin@debian.org> Sun, 21 Sep 2008 22:32:41 -0700
python-dns (2.3.0-5.2+etch1) stable-security; urgency=high
* Non-maintainer upload by the security team; thanks to Scott Kitterman
for preparing the fix.
* SECURITY UPDATE: Modify DNS/Base.py to randomize both Transaction ID
(TID) and source port (Closes: #490217)
- CVE-2008-1447 DNS source port guessable
-- Scott Kitterman <scott@kitterman.com> Sat, 26 Jul 2008 21:46:00 -0400
python-dns (2.3.0-5.1) unstable; urgency=low
* Non-maintainer upload.
* Update for new python policy. Closes: #373528
* Fix lintian errors:
- Convert changelog in UTF8.
- Move debhelper, cdbs and python-dev to Build-Depends as they are needed
for the clean target.
-- Raphael Hertzog <hertzog@debian.org> Sat, 17 Jun 2006 22:22:03 +0200
python-dns (2.3.0-5) unstable; urgency=low
* debian/control:
Use ${python:Depends} for Depends, so that correct Depends are
generated by dh_python. (closes: Bug#205884)
* debian/python-dns.postinst
debian/python-dns.prerm:
Remove these files and let debhelper handle these issues.
-- Joerg Wendland <joergland@debian.org> Wed, 20 Aug 2003 14:25:29 +0200
python-dns (2.3.0-4) unstable; urgency=low
* debian/control:
- Build-Dep: should list cdbs and debhelper >= 4.1 if we are
using CDBS.
- Change order of python versions in Depends.
-- Joerg Wendland <joergland@debian.org> Sat, 9 Aug 2003 17:14:53 +0200
python-dns (2.3.0-3) unstable; urgency=low
* Convert package to CDBS.
* Update Standards-Version to 3.6.0, no changes required.
* python2.3 is released, yeehaa, add it as alternative to Depends.
* Remove #DEBHELPER from postinst because it does nothing really
useful for this package.
-- Joerg Wendland <joergland@debian.org> Mon, 4 Aug 2003 22:35:37 +0200
python-dns (2.3.0-2) unstable; urgency=low
* Move files from /usr/lib/python2.1 to /usr/lib/site-python
since we do not depend on any particular version of python.
Depend on python | python2.2 | python2.1 for this reason.
(closes: Bug#159649)
* Build-Depend on python-dev to be buildable with any version
of python.
* Remove win32dns.py from package because Debian/Win32 is no
official port yet.
* Bump Standards-Version to 3.5.8.
-- Joerg Wendland <joergland@debian.org> Mon, 6 Jan 2003 18:20:05 +0100
python-dns (2.3.0-1) unstable; urgency=low
* New upstream release.
* Add python2.1-dev to Build-dep. (closes: Bug#146917)
* Add examples from tests/ and tools/ to docs. (closes: Bug#150362)
* Add Michael Ströder to upstream authors.
-- Joerg Wendland <joergland@debian.org> Sun, 7 Jul 2002 14:26:29 +0200
python-dns (0.cvs+20020417-1) unstable; urgency=low
* Initial Debian release. (closes: Bug#136286)
-- Joerg Wendland <joergland@debian.org> Wed, 17 April 2002 20:10:32 +0200
|