summaryrefslogtreecommitdiff
path: root/community/stunnel/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/stunnel/PKGBUILD')
-rw-r--r--community/stunnel/PKGBUILD21
1 files changed, 10 insertions, 11 deletions
diff --git a/community/stunnel/PKGBUILD b/community/stunnel/PKGBUILD
index 988e5c2e8..6a79c3e0e 100644
--- a/community/stunnel/PKGBUILD
+++ b/community/stunnel/PKGBUILD
@@ -1,45 +1,44 @@
-# $Id: PKGBUILD 103727 2014-01-10 21:25:08Z bgyorgy $
+# $Id: PKGBUILD 107290 2014-03-16 16:03:43Z lfleischer $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: Kaiting Chen <kaitocracy@gmail.com>
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
# Contributor: Kevin Piche <kevin@archlinux.org>
pkgname=stunnel
-pkgver=4.56
-pkgrel=4
+pkgver=5.00
+pkgrel=1
pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside SSL"
arch=('i686' 'x86_64')
url="http://www.stunnel.org"
license=('GPL')
depends=('openssl')
install=$pkgname.install
-source=("ftp://ftp.stunnel.org/stunnel/$pkgname-$pkgver.tar.gz"{,.asc}
+source=("https://www.stunnel.org/downloads/$pkgname-$pkgver.tar.gz"{,.asc}
'Makefile.patch'
'stunnel.tmpfiles.conf')
-
-md5sums=('ac4c4a30bd7a55b6687cbd62d864054c'
- 'd68c7dd65d515c678cdde15bbf0ce344'
- 'f15398497e10e080c2406d2fc541660c'
+md5sums=('4f00fd0faf99e3c9cf258a19dd83d14a'
+ 'SKIP'
+ '579f198ecb90a42fcbfd8a4e48006264'
'2e065a39998e57727ee79887bbd1751e')
build() {
cd "$srcdir/$pkgname-$pkgver"
# don't create a certificate...
- patch -p0 < "$srcdir/Makefile.patch"
+ patch -p0 <"$srcdir/Makefile.patch"
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--enable-ipv6 \
- --disable-libwrap \
- --disable-fips
+ --disable-libwrap
make
}
package() {
cd "$srcdir/$pkgname-$pkgver"
+
make DESTDIR="$pkgdir" install
install -Dm644 tools/stunnel.cnf "$pkgdir/etc/stunnel/stunnel-openssl.cnf-sample"