[arch-commits] Commit in stunnel/trunk (PKGBUILD)

Lukas Fleischer lfleischer at archlinux.org
Sun Sep 27 09:27:06 UTC 2015


    Date: Sunday, September 27, 2015 @ 11:27:06
  Author: lfleischer
Revision: 141673

upgpkg: stunnel 5.23-1

Upstream updae.

Modified:
  stunnel/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-09-27 09:22:10 UTC (rev 141672)
+++ PKGBUILD	2015-09-27 09:27:06 UTC (rev 141673)
@@ -4,7 +4,7 @@
 # Contributor: Kevin Piche <kevin at archlinux.org>
 
 pkgname=stunnel
-pkgver=5.20
+pkgver=5.23
 pkgrel=1
 pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside SSL"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 source=("https://www.stunnel.org/downloads/$pkgname-$pkgver.tar.gz"{,.asc}
         'Makefile.patch'
         'stunnel.tmpfiles.conf')
-md5sums=('3264375026c2b496b5d258e243222de8'
+md5sums=('55470899902f706e2cd39a614524ca1a'
          'SKIP'
          '579f198ecb90a42fcbfd8a4e48006264'
          '2e065a39998e57727ee79887bbd1751e')
@@ -41,7 +41,7 @@
 
   make DESTDIR="$pkgdir" install
 
-  install -Dm644 tools/stunnel.cnf "$pkgdir/etc/stunnel/stunnel-openssl.cnf-sample"
+  install -Dm644 tools/stunnel.conf "$pkgdir/etc/stunnel/stunnel-openssl.conf-sample"
   install -Dm644 tools/stunnel.service "$pkgdir/usr/lib/systemd/system/stunnel.service"
   install -Dm644 "$srcdir/stunnel.tmpfiles.conf" "$pkgdir/usr/lib/tmpfiles.d/stunnel.conf"
 



More information about the arch-commits mailing list