summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author Daniel LEVAI <leva@ecentrum.hu>2011-06-23 20:51:03 -0400
committer Niels Horn <niels.horn@slackbuilds.org>2011-07-14 21:54:00 -0300
commitfaf8a35f7c7e9773b6fec2d5487fe1ff03b7cbcc (patch)
tree9507b0c70598a4a4f844834365f97332d9f8afb1 /network
parente9f9e793e164d65b4add8455ff9c147e2ee6e368 (diff)
downloadslackbuilds-faf8a35f7c7e9773b6fec2d5487fe1ff03b7cbcc.tar.gz
slackbuilds-faf8a35f7c7e9773b6fec2d5487fe1ff03b7cbcc.tar.xz
network/sieve-connect: Updated for version 0.81.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r--network/sieve-connect/README14
-rw-r--r--network/sieve-connect/sieve-connect.SlackBuild10
-rw-r--r--network/sieve-connect/sieve-connect.info8
3 files changed, 23 insertions, 9 deletions
diff --git a/network/sieve-connect/README b/network/sieve-connect/README
index 8958ac1da3..50fff03733 100644
--- a/network/sieve-connect/README
+++ b/network/sieve-connect/README
@@ -1,3 +1,17 @@
sieve-connect is a Perl sieveshell-compatible ManageSieve client
intended both for scripting and interactive use; supports TLS,
certificate-based authentication support and tab-completion.
+
+depends:
++perl-digest-hmac
+`+perl-Authen-SASL
+
++perl-Socket6
+`+perl-IO-Socket-INET6
+
++Net-SSLeay
+`+perl-IO-Socket-SSL
+
++perl-net-dns
+
++perl-TermReadKey
diff --git a/network/sieve-connect/sieve-connect.SlackBuild b/network/sieve-connect/sieve-connect.SlackBuild
index 1835509368..6c29181ff2 100644
--- a/network/sieve-connect/sieve-connect.SlackBuild
+++ b/network/sieve-connect/sieve-connect.SlackBuild
@@ -1,8 +1,8 @@
#!/bin/sh
-
-# Copyright (c) 2010 Daniel LEVAI
+
+# Copyright (c) 2010, 2011 Daniel LEVAI
# All rights reserved.
-#
+#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyright
@@ -13,7 +13,7 @@
# * Neither the name of the <organization> nor the
# names of its contributors may be used to endorse or promote products
# derived from this software without specific prior written permission.
-#
+#
# THIS SOFTWARE IS PROVIDED ''AS IS'' AND ANY
# EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
@@ -28,7 +28,7 @@
# Build script for sieve-connect
PRGNAM=sieve-connect
-VERSION=0.77
+VERSION=0.81
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/network/sieve-connect/sieve-connect.info b/network/sieve-connect/sieve-connect.info
index f30b042d60..ebd6d78af3 100644
--- a/network/sieve-connect/sieve-connect.info
+++ b/network/sieve-connect/sieve-connect.info
@@ -1,10 +1,10 @@
PRGNAM="sieve-connect"
-VERSION="0.77"
+VERSION="0.81"
HOMEPAGE="http://people.spodhuis.org/phil.pennock/software/"
-DOWNLOAD="http://people.spodhuis.org/phil.pennock/software/sieve-connect-0.77.tar.bz2"
-MD5SUM="7efdffe15b49ceba3eb1b9ee0d3bf0aa"
+DOWNLOAD="http://people.spodhuis.org/phil.pennock/software/sieve-connect-0.81.tar.bz2"
+MD5SUM="dc279d9e1159614341387ab00b15e2eb"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Daniel LEVAI"
EMAIL="leva@ecentrum.hu"
-APPROVED="Niels Horn"
+APPROVED="dsomero"