summaryrefslogtreecommitdiff
path: root/community/stunnel
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-03-17 03:42:22 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-03-17 03:42:22 +0000
commitd8fdc79f0eff1e0a0c630ec38a5792640c0f8311 (patch)
treeefb83c2c44bb7e9057d3d83cbc5e664c98596e4d /community/stunnel
parentdac65ee415245f1e492217dd3a3e1ea6d04a29ff (diff)
Mon Mar 17 03:39:34 UTC 2014
Diffstat (limited to 'community/stunnel')
-rw-r--r--community/stunnel/Makefile.patch9
-rw-r--r--community/stunnel/PKGBUILD21
2 files changed, 10 insertions, 20 deletions
diff --git a/community/stunnel/Makefile.patch b/community/stunnel/Makefile.patch
index 27be911d6..6b169c263 100644
--- a/community/stunnel/Makefile.patch
+++ b/community/stunnel/Makefile.patch
@@ -10,12 +10,3 @@
install-dvi: install-dvi-am
-@@ -377,7 +376,7 @@
- clean-local distclean distclean-generic distclean-libtool \
- distdir dvi dvi-am html html-am info info-am install \
- install-am install-confDATA install-data install-data-am \
-- install-data-local install-dvi install-dvi-am \
-+ install-dvi install-dvi-am \
- install-examplesDATA install-exec install-exec-am install-html \
- install-html-am install-info install-info-am install-man \
- install-pdf install-pdf-am install-ps install-ps-am \
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"