mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
libraries/dnspython: Updated for version 1.9.2.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
53eb96e6f7
commit
349cf363ae
4 changed files with 13 additions and 13 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue