[Python-modules-commits] r6063 - in packages/python-dns/tags (10 files)
kitterma-guest at users.alioth.debian.org
kitterma-guest at users.alioth.debian.org
Sun Jul 27 20:04:57 UTC 2008
Date: Sunday, July 27, 2008 @ 20:04:56
Author: kitterma-guest
Revision: 6063
Tag 2.3.0-5.2 for stable-security DSA 1619-1
Added:
packages/python-dns/tags/2.3.0-5.2/
packages/python-dns/tags/2.3.0-5.2/debian/
packages/python-dns/tags/2.3.0-5.2/debian/changelog
packages/python-dns/tags/2.3.0-5.2/debian/compat
packages/python-dns/tags/2.3.0-5.2/debian/control
packages/python-dns/tags/2.3.0-5.2/debian/copyright
packages/python-dns/tags/2.3.0-5.2/debian/pycompat
packages/python-dns/tags/2.3.0-5.2/debian/python-dns.docs
packages/python-dns/tags/2.3.0-5.2/debian/python-dns.examples
packages/python-dns/tags/2.3.0-5.2/debian/rules
Added: packages/python-dns/tags/2.3.0-5.2/debian/changelog
===================================================================
--- packages/python-dns/tags/2.3.0-5.2/debian/changelog (rev 0)
+++ packages/python-dns/tags/2.3.0-5.2/debian/changelog 2008-07-27 20:04:56 UTC (rev 6063)
@@ -0,0 +1,77 @@
+python-dns (2.3.0-5.2) stable-security; urgency=high
+
+ * 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 at 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 at 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 at 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 at 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 at 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 at 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 at 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 at debian.org> Wed, 17 April 2002 20:10:32 +0200
Added: packages/python-dns/tags/2.3.0-5.2/debian/compat
===================================================================
--- packages/python-dns/tags/2.3.0-5.2/debian/compat (rev 0)
+++ packages/python-dns/tags/2.3.0-5.2/debian/compat 2008-07-27 20:04:56 UTC (rev 6063)
@@ -0,0 +1 @@
+4
Added: packages/python-dns/tags/2.3.0-5.2/debian/control
===================================================================
--- packages/python-dns/tags/2.3.0-5.2/debian/control (rev 0)
+++ packages/python-dns/tags/2.3.0-5.2/debian/control 2008-07-27 20:04:56 UTC (rev 6063)
@@ -0,0 +1,17 @@
+Source: python-dns
+Section: python
+Priority: optional
+Maintainer: Joerg Wendland <joergland at debian.org>
+Build-Depends: debhelper (>= 5.0.37.1), python-dev (>= 2.3.5-10), cdbs (>= 0.4.41)
+Build-Depends-Indep: python-support
+XS-Python-Version: all
+Standards-Version: 3.6.0
+
+Package: python-dns
+Architecture: all
+Depends: ${python:Depends}
+XB-Python-Version: ${python:Versions}
+Description: pydns - DNS client module for Python
+ This Python module provides an DNS API for looking up
+ DNS entries with Python applications.
+
Added: packages/python-dns/tags/2.3.0-5.2/debian/copyright
===================================================================
--- packages/python-dns/tags/2.3.0-5.2/debian/copyright (rev 0)
+++ packages/python-dns/tags/2.3.0-5.2/debian/copyright 2008-07-27 20:04:56 UTC (rev 6063)
@@ -0,0 +1,6 @@
+This Debian package was put together by Joerg Wendland <joergland at debian.org>.
+
+It was downloaded from http://pydns.sf.net
+The upstream authors are Anthony Baxter <anthony at interlink.com.au>
+and Michael Ströder <stroeder at users.sourceforge.net>.
+PyDNS is licensed under the Python License.
Added: packages/python-dns/tags/2.3.0-5.2/debian/pycompat
===================================================================
--- packages/python-dns/tags/2.3.0-5.2/debian/pycompat (rev 0)
+++ packages/python-dns/tags/2.3.0-5.2/debian/pycompat 2008-07-27 20:04:56 UTC (rev 6063)
@@ -0,0 +1 @@
+2
Added: packages/python-dns/tags/2.3.0-5.2/debian/python-dns.docs
===================================================================
--- packages/python-dns/tags/2.3.0-5.2/debian/python-dns.docs (rev 0)
+++ packages/python-dns/tags/2.3.0-5.2/debian/python-dns.docs 2008-07-27 20:04:56 UTC (rev 6063)
@@ -0,0 +1 @@
+README.txt
Added: packages/python-dns/tags/2.3.0-5.2/debian/python-dns.examples
===================================================================
--- packages/python-dns/tags/2.3.0-5.2/debian/python-dns.examples (rev 0)
+++ packages/python-dns/tags/2.3.0-5.2/debian/python-dns.examples 2008-07-27 20:04:56 UTC (rev 6063)
@@ -0,0 +1,8 @@
+tests/test.py
+tests/test2.py
+tests/test4.py
+tests/test5.py
+tests/testPackers.py
+tests/testsrv.py
+tools/caching.py
+tools/named-perf.py
Added: packages/python-dns/tags/2.3.0-5.2/debian/rules
===================================================================
--- packages/python-dns/tags/2.3.0-5.2/debian/rules (rev 0)
+++ packages/python-dns/tags/2.3.0-5.2/debian/rules 2008-07-27 20:04:56 UTC (rev 6063)
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+
+DEB_PYTHON_SYSTEM=pysupport
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+
+clean::
+ rm -f DNS/*.pyc
+
+install/python-dns::
+ find debian/python-dns -name win32dns.py | xargs rm -f
+
Property changes on: packages/python-dns/tags/2.3.0-5.2/debian/rules
___________________________________________________________________
Name: svn:executable
+ *
More information about the Python-modules-commits
mailing list