[arch-commits] Commit in stunnel/trunk (PKGBUILD stunnel.install)
Kevin Piche
kevin at archlinux.org
Wed May 21 00:56:47 UTC 2008
Date: Tuesday, May 20, 2008 @ 20:56:47
Author: kevin
Revision: 1819
upgpkg: stunnel 4.24-1
update to 4.24, added license
Modified:
stunnel/trunk/PKGBUILD
stunnel/trunk/stunnel.install
-----------------+
PKGBUILD | 5 +++--
stunnel.install | 5 -----
2 files changed, 3 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2008-05-21 00:13:48 UTC (rev 1818)
+++ PKGBUILD 2008-05-21 00:56:47 UTC (rev 1819)
@@ -3,16 +3,17 @@
# Contributor: Manolis Tzanidakis
pkgname=stunnel
-pkgver=4.20
+pkgver=4.24
pkgrel=1
pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside SSL."
arch=(i686 x86_64)
+license=(GPL)
url="http://www.stunnel.org"
depends=('openssl' 'perl' 'tcp_wrappers' 'zlib')
source=(http://www.stunnel.org/download/stunnel/src/${pkgname}-${pkgver}.tar.gz
stunnel-nopem.patch stunnel)
install="$pkgname.install"
-md5sums=('cf9940395d3503018f721c962528d2ec' 'aec994e209405420eed197fd15ca09b0'\
+md5sums=('f2eea97f2e51f524b4add907ffae077b' 'aec994e209405420eed197fd15ca09b0'
'2e249654279cc2ffe41df58e68350e5b')
build() {
Modified: stunnel.install
===================================================================
--- stunnel.install 2008-05-21 00:13:48 UTC (rev 1818)
+++ stunnel.install 2008-05-21 00:56:47 UTC (rev 1819)
@@ -42,8 +42,3 @@
groupdel stunnel &> /dev/null
rm -rf /var/run/stunnel
}
-
-op=$1
-shift
-
-$op $*
More information about the arch-commits
mailing list