summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Larry Hajali2010-12-20 00:56:29 +0100
committer Robby Workman2010-12-21 05:44:03 +0100
commit349cf363ae58bc1da85c541b9c65b64bae59721e (patch)
tree0b16e286278e29e5eedf99b293ade9c178638050
parent53eb96e6f7e5af1a74ae01e2eae368f648da6592 (diff)
downloadslackbuilds-349cf363ae58bc1da85c541b9c65b64bae59721e.tar.gz
libraries/dnspython: Updated for version 1.9.2.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
-rw-r--r--libraries/dnspython/README2
-rw-r--r--libraries/dnspython/dnspython.SlackBuild4
-rw-r--r--libraries/dnspython/dnspython.info8
-rw-r--r--libraries/dnspython/slack-desc12
4 files changed, 13 insertions, 13 deletions
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 <larryhaja[at]gmail[dot]com>
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: