diff options
author | B. Watson <yalhcru@gmail.com> | 2012-12-29 08:28:56 +0100 |
---|---|---|
committer | Matteo Bernardini <ponce@slackbuilds.org> | 2012-12-29 08:29:17 +0100 |
commit | 4a02937bb543b995232501a081a0de7b2a8b869f (patch) | |
tree | efb5c5b259c573f3d07d59aed2977a72f130eaaa /network | |
parent | 25d18eb252b39987de0c9f0009fc202c4046819c (diff) | |
download | slackbuilds-4a02937bb543b995232501a081a0de7b2a8b869f.tar.gz |
network/authbind: Updated for version 2.1.1.
Added license, improved README and slack-desc
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/authbind/README | 6 | ||||
-rw-r--r-- | network/authbind/authbind.SlackBuild | 6 | ||||
-rw-r--r-- | network/authbind/authbind.info | 8 | ||||
-rw-r--r-- | network/authbind/slack-desc | 8 |
4 files changed, 16 insertions, 12 deletions
diff --git a/network/authbind/README b/network/authbind/README index 03a5013a77..81624ae1a2 100644 --- a/network/authbind/README +++ b/network/authbind/README @@ -1 +1,5 @@ -authbind allows non-root processes to bind to ports 1 to 511. +authbind (allows unprivileged processes to bind to low-numbered ports) + +authbind allows non-root processes to bind to TCP and UDP ports 1 to 512. +Access is controlled by config files located in /etc/authbind, and can +be configured per user (or group), per address, and per port. diff --git a/network/authbind/authbind.SlackBuild b/network/authbind/authbind.SlackBuild index 40fde2d99f..cf35c023c6 100644 --- a/network/authbind/authbind.SlackBuild +++ b/network/authbind/authbind.SlackBuild @@ -4,17 +4,17 @@ # Written by B. Watson (yalhcru@gmail.com) +# Licensed under the WTFPL. See http://sam.zoy.org/wtfpl/ for details. + PRGNAM=authbind -VERSION=${VERSION:-1.2.0} +VERSION=${VERSION:-2.1.1} 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/network/authbind/authbind.info b/network/authbind/authbind.info index be5a27c72f..8d877bf2d5 100644 --- a/network/authbind/authbind.info +++ b/network/authbind/authbind.info @@ -1,8 +1,8 @@ PRGNAM="authbind" -VERSION="1.2.0" -HOMEPAGE="http://www.chiark.greenend.org.uk/ucgi/~ijackson/cvsweb/authbind/" -DOWNLOAD="http://ftp.debian.org/debian/pool/main/a/authbind/authbind_1.2.0.tar.gz" -MD5SUM="6c3a105f4d366a8ebaa3224300a8c4db" +VERSION="2.1.1" +HOMEPAGE="http://packages.debian.org/sid/authbind" +DOWNLOAD="http://ftp.debian.org/debian/pool/main/a/authbind/authbind_2.1.1.tar.gz" +MD5SUM="ef3cd5eef28519b8daf248e3761dd9bd" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/network/authbind/slack-desc b/network/authbind/slack-desc index a65cf670c3..e45fed57ac 100644 --- a/network/authbind/slack-desc +++ b/network/authbind/slack-desc @@ -6,11 +6,11 @@ # customary to leave one space after the ':'. |-----handy-ruler------------------------------------------------------| -authbind: authbind (allow non-root processes to bind to ports 1 to 511) -authbind: -authbind: authbind allows non-root processes to bind to ports 1 to 511. -authbind: +authbind: authbind (allows unprivileged processes to bind to low-numbered ports) authbind: +authbind: authbind allows non-root processes to bind to TCP and UDP ports 1 +authbind: to 512. Access is controlled by config files located in /etc/authbind, +authbind: and can be configured per user (or group), per address, and per port. authbind: authbind: authbind: |