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

Lukas Fleischer lfleischer at nymeria.archlinux.org
Tue Jun 18 09:22:42 UTC 2013


    Date: Tuesday, June 18, 2013 @ 11:22:41
  Author: lfleischer
Revision: 92896

upgpkg: stunnel 4.56-3

Disable FIPS (fixes FS#34565).

Modified:
  stunnel/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-18 09:02:24 UTC (rev 92895)
+++ PKGBUILD	2013-06-18 09:22:41 UTC (rev 92896)
@@ -1,11 +1,12 @@
 # $Id$
-# Maintainer: Kaiting Chen <kaitocracy at gmail.com>
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# 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=4.56
-pkgrel=2
+pkgrel=3
 pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside SSL"
 arch=('i686' 'x86_64')
 url="http://www.stunnel.org"
@@ -32,7 +33,8 @@
     --sysconfdir=/etc \
     --localstatedir=/var \
     --enable-ipv6 \
-    --disable-libwrap
+    --disable-libwrap \
+    --disable-fips
 
   make
 }




More information about the arch-commits mailing list