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

Lukas Fleischer lfleischer at nymeria.archlinux.org
Sun Mar 16 16:03:10 UTC 2014


    Date: Sunday, March 16, 2014 @ 17:03:10
  Author: lfleischer
Revision: 107289

upgpkg: stunnel 5.00-1

* Upstream update.
* PKGBUILD cleanups.

Modified:
  stunnel/trunk/Makefile.patch
  stunnel/trunk/PKGBUILD

----------------+
 Makefile.patch |    9 ---------
 PKGBUILD       |   19 +++++++++----------
 2 files changed, 9 insertions(+), 19 deletions(-)

Modified: Makefile.patch
===================================================================
--- Makefile.patch	2014-03-16 15:53:46 UTC (rev 107288)
+++ Makefile.patch	2014-03-16 16:03:10 UTC (rev 107289)
@@ -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 \

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-16 15:53:46 UTC (rev 107288)
+++ PKGBUILD	2014-03-16 16:03:10 UTC (rev 107289)
@@ -5,8 +5,8 @@
 # Contributor: Kevin Piche <kevin at 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"
@@ -13,13 +13,12 @@
 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() {
@@ -26,14 +25,13 @@
   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
 }
@@ -40,6 +38,7 @@
 
 package() {
   cd "$srcdir/$pkgname-$pkgver"
+
   make DESTDIR="$pkgdir" install
 
   install -Dm644 tools/stunnel.cnf "$pkgdir/etc/stunnel/stunnel-openssl.cnf-sample"




More information about the arch-commits mailing list