From 349cf363ae58bc1da85c541b9c65b64bae59721e Mon Sep 17 00:00:00 2001 From: Larry Hajali Date: Sun, 19 Dec 2010 21:56:29 -0200 Subject: libraries/dnspython: Updated for version 1.9.2. Signed-off-by: Niels Horn --- libraries/dnspython/README | 2 ++ libraries/dnspython/dnspython.SlackBuild | 4 +--- libraries/dnspython/dnspython.info | 8 ++++---- libraries/dnspython/slack-desc | 12 ++++++------ 4 files changed, 13 insertions(+), 13 deletions(-) (limited to 'libraries') diff --git a/libraries/dnspython/README b/libraries/dnspython/README index 983875ac1e..5190a47b0b 100644 --- a/libraries/dnspython/README +++ b/libraries/dnspython/README @@ -6,3 +6,5 @@ dnspython provides both high and low level access to DNS. The high level classes perform queries for data of a given name, type, and class, and return an answer set. The low level classes allow direct manipulation of DNS zones, messages, names, and records. + +Optionally, dnspython can use pycrypto for DNSSEC functionality. diff --git a/libraries/dnspython/dnspython.SlackBuild b/libraries/dnspython/dnspython.SlackBuild index 47550c6cde..af553b0c96 100644 --- a/libraries/dnspython/dnspython.SlackBuild +++ b/libraries/dnspython/dnspython.SlackBuild @@ -3,16 +3,14 @@ # Written by Larry Hajali PRGNAM=dnspython -VERSION=${VERSION:-1.8.0} +VERSION=1.9.2 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi diff --git a/libraries/dnspython/dnspython.info b/libraries/dnspython/dnspython.info index 7908da2db5..139c9dc67a 100644 --- a/libraries/dnspython/dnspython.info +++ b/libraries/dnspython/dnspython.info @@ -1,10 +1,10 @@ PRGNAM="dnspython" -VERSION="1.8.0" +VERSION="1.9.2" HOMEPAGE="http://www.dnspython.org/" -DOWNLOAD="http://www.dnspython.org/kits/1.8.0/dnspython-1.8.0.tar.gz" -MD5SUM="77f379e0cb21e11470a35359e6211c53" +DOWNLOAD="http://www.dnspython.org/kits/1.9.2/dnspython-1.9.2.tar.gz" +MD5SUM="26426043e619d34b47c7c30dc0a02f1c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Larry Hajali" EMAIL="larryhaja[at]gmail[dot]com" -APPROVED="dsomero" +APPROVED="dsomero,Niels Horn" diff --git a/libraries/dnspython/slack-desc b/libraries/dnspython/slack-desc index 89997fd367..095d3cd5fe 100644 --- a/libraries/dnspython/slack-desc +++ b/libraries/dnspython/slack-desc @@ -7,13 +7,13 @@ |-----handy-ruler------------------------------------------------------| dnspython: dnspython (Python API for DNS) -dnspython: +dnspython: dnspython: dnspython is a DNS toolkit for Python. It supports almost all record dnspython: types. It can be used for queries, zone transfers, and dynamic dnspython: updates. It supports TSIG authenticated messages and EDNS0. -dnspython: +dnspython: dnspython: Homepage: http://www.dnspython.org/ -dnspython: -dnspython: -dnspython: -dnspython: +dnspython: +dnspython: +dnspython: +dnspython: -- cgit v1.2.3