[arch-commits] Commit in stunnel/trunk (PKGBUILD stunnel.install)
Lukas Fleischer
lfleischer at archlinux.org
Wed Apr 22 06:13:19 UTC 2015
Date: Wednesday, April 22, 2015 @ 08:13:19
Author: lfleischer
Revision: 131883
upgpkg: stunnel 5.16-1
* Upstream update.
* Do not remove users on package removal.
Modified:
stunnel/trunk/PKGBUILD
stunnel/trunk/stunnel.install
-----------------+
PKGBUILD | 9 ++++-----
stunnel.install | 11 -----------
2 files changed, 4 insertions(+), 16 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-04-22 06:12:07 UTC (rev 131882)
+++ PKGBUILD 2015-04-22 06:13:19 UTC (rev 131883)
@@ -1,11 +1,10 @@
-# $Id$
-# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
# Contributor: Kaiting Chen <kaitocracy at gmail.com>
# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
# Contributor: Kevin Piche <kevin at archlinux.org>
pkgname=stunnel
-pkgver=5.10
+pkgver=5.16
pkgrel=1
pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside SSL"
arch=('i686' 'x86_64')
@@ -16,11 +15,11 @@
source=("https://www.stunnel.org/downloads/$pkgname-$pkgver.tar.gz"{,.asc}
'Makefile.patch'
'stunnel.tmpfiles.conf')
-md5sums=('a0edda805eb7d6ea600a230fb0979ea1'
+md5sums=('ffe666e8bf1f0f9dad67b8d7e9ead48a'
'SKIP'
'579f198ecb90a42fcbfd8a4e48006264'
'2e065a39998e57727ee79887bbd1751e')
-validpgpkeys=('F6B1BFC55F32243FB2C8919AFCD53E9D74C732D1')
+validpgpkeys=('AC915EA30645D9D3D4DAE4FEB1048932DD3AAAA3') # Michał Trojnara
build() {
cd "$srcdir/$pkgname-$pkgver"
Modified: stunnel.install
===================================================================
--- stunnel.install 2015-04-22 06:12:07 UTC (rev 131882)
+++ stunnel.install 2015-04-22 06:13:19 UTC (rev 131883)
@@ -18,14 +18,3 @@
post_upgrade() {
post_install "$@"
}
-
-pre_remove() {
- # remove users & groups
- if getent passwd stunnel >/dev/null 2>&1; then
- userdel stunnel
- fi
-
- if getent group stunnel >/dev/null 2>&1; then
- groupdel stunnel
- fi
-}
More information about the arch-commits
mailing list