summaryrefslogtreecommitdiff
path: root/community/stunnel
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-04-22 00:02:56 +0000
committerroot <root@rshg054.dnsready.net>2012-04-22 00:02:56 +0000
commitaf1e6c210b43ea6b8e043524edccb1d0befd257f (patch)
tree39338a1d60483354554ee34df2afa262f8f201c0 /community/stunnel
parent905dec08e7144fe77aad1161778a6c3b74ff305c (diff)
Sun Apr 22 00:02:56 UTC 2012
Diffstat (limited to 'community/stunnel')
-rw-r--r--community/stunnel/PKGBUILD10
-rw-r--r--community/stunnel/stunnel.rc.d2
2 files changed, 6 insertions, 6 deletions
diff --git a/community/stunnel/PKGBUILD b/community/stunnel/PKGBUILD
index 609f2b556..14cfd5aef 100644
--- a/community/stunnel/PKGBUILD
+++ b/community/stunnel/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 69552 2012-04-18 09:36:36Z lfleischer $
+# $Id: PKGBUILD 69632 2012-04-20 19:47:13Z lfleischer $
# Maintainer: Kaiting Chen <kaitocracy@gmail.com>
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
# Contributor: Kevin Piche <kevin@archlinux.org>
pkgname=stunnel
-pkgver=4.52
+pkgver=4.53
pkgrel=2
pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside SSL"
arch=('i686' 'x86_64')
@@ -18,10 +18,10 @@ source=("ftp://ftp.stunnel.org/stunnel/$pkgname-$pkgver.tar.gz"{,.asc}
'stunnel.rc.d'
'stunnel.tmpfiles.conf')
-md5sums=('f5e713dda0e8efa659f372832ecd0c2c'
- '3e84d222525e724788d3c2b29b899610'
+md5sums=('ab3bfc915357d67da18c73f73610d593'
+ 'ea8d7637e072fa1bb8706c85e6ea0152'
'f15398497e10e080c2406d2fc541660c'
- 'd42a1dda7b44aab73fba670fbcfcc8a6'
+ '4c7e3634a9d4dc040102f5d4160fb123'
'2e065a39998e57727ee79887bbd1751e')
build() {
diff --git a/community/stunnel/stunnel.rc.d b/community/stunnel/stunnel.rc.d
index ee67e20ce..76f7b796a 100644
--- a/community/stunnel/stunnel.rc.d
+++ b/community/stunnel/stunnel.rc.d
@@ -3,7 +3,7 @@
. /etc/rc.conf
. /etc/rc.d/functions
-pidfile=/var/run/stunnel.pid
+pidfile=/var/run/stunnel/stunnel.pid
if [[ -r $pidfile ]]; then
read -r PID < "$pidfile"
if [[ $PID && ! -d /proc/$PID ]]; then