[arch-commits] Commit in stunnel/repos (16 files)

2017-07-22 Thread Lukas Fleischer
Date: Saturday, July 22, 2017 @ 14:03:32
  Author: lfleischer
Revision: 245979

archrelease: copy trunk to community-i686, community-x86_64

Added:
  stunnel/repos/community-i686/Makefile.patch
(from rev 245978, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-i686/PKGBUILD
(from rev 245978, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-i686/stunnel.install
(from rev 245978, stunnel/trunk/stunnel.install)
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
(from rev 245978, stunnel/trunk/stunnel.tmpfiles.conf)
  stunnel/repos/community-x86_64/Makefile.patch
(from rev 245978, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-x86_64/PKGBUILD
(from rev 245978, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-x86_64/stunnel.install
(from rev 245978, stunnel/trunk/stunnel.install)
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf
(from rev 245978, stunnel/trunk/stunnel.tmpfiles.conf)
Deleted:
  stunnel/repos/community-i686/Makefile.patch
  stunnel/repos/community-i686/PKGBUILD
  stunnel/repos/community-i686/stunnel.install
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
  stunnel/repos/community-x86_64/Makefile.patch
  stunnel/repos/community-x86_64/PKGBUILD
  stunnel/repos/community-x86_64/stunnel.install
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf

+
 /Makefile.patch|   24 +++
 /PKGBUILD  |  104 +++
 /stunnel.install   |   40 +++
 /stunnel.tmpfiles.conf |2 
 community-i686/Makefile.patch  |   12 ---
 community-i686/PKGBUILD|   52 ---
 community-i686/stunnel.install |   20 -
 community-i686/stunnel.tmpfiles.conf   |1 
 community-x86_64/Makefile.patch|   12 ---
 community-x86_64/PKGBUILD  |   52 ---
 community-x86_64/stunnel.install   |   20 -
 community-x86_64/stunnel.tmpfiles.conf |1 
 12 files changed, 170 insertions(+), 170 deletions(-)

Deleted: community-i686/Makefile.patch
===
--- community-i686/Makefile.patch   2017-07-22 14:03:25 UTC (rev 245978)
+++ community-i686/Makefile.patch   2017-07-22 14:03:32 UTC (rev 245979)
@@ -1,12 +0,0 @@
 tools/Makefile.in  2010-03-31 04:45:09.0 -0500
-+++ tools/Makefile.in  2010-04-11 17:17:41.0 -0500
-@@ -334,8 +334,7 @@
- 
- info-am:
- 
--install-data-am: install-confDATA install-data-local \
--  install-examplesDATA
-+install-data-am: install-confDATA install-examplesDATA
- 
- install-dvi: install-dvi-am
- 

Copied: stunnel/repos/community-i686/Makefile.patch (from rev 245978, 
stunnel/trunk/Makefile.patch)
===
--- community-i686/Makefile.patch   (rev 0)
+++ community-i686/Makefile.patch   2017-07-22 14:03:32 UTC (rev 245979)
@@ -0,0 +1,12 @@
+--- tools/Makefile.in  2010-03-31 04:45:09.0 -0500
 tools/Makefile.in  2010-04-11 17:17:41.0 -0500
+@@ -334,8 +334,7 @@
+ 
+ info-am:
+ 
+-install-data-am: install-confDATA install-data-local \
+-  install-examplesDATA
++install-data-am: install-confDATA install-examplesDATA
+ 
+ install-dvi: install-dvi-am
+ 

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-22 14:03:25 UTC (rev 245978)
+++ community-i686/PKGBUILD 2017-07-22 14:03:32 UTC (rev 245979)
@@ -1,52 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Kaiting Chen 
-# Contributor: Daniel J Griffiths 
-# Contributor: Kevin Piche 
-
-pkgname=stunnel
-pkgver=5.41
-pkgrel=1
-pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside 
SSL"
-arch=('i686' 'x86_64')
-url="https://www.stunnel.org/;
-license=('GPL')
-depends=('openssl')
-makedepends=('systemd')
-install=$pkgname.install
-source=("https://www.stunnel.org/downloads/archive/5.x/$pkgname-$pkgver.tar.gz"{,.asc}
-'Makefile.patch'
-'stunnel.tmpfiles.conf')
-md5sums=('583bb43e4344e4a7190acb636f8b5024'
- 'SKIP'
- '579f198ecb90a42fcbfd8a4e48006264'
- '2e065a39998e57727ee79887bbd1751e')
-validpgpkeys=('AC915EA30645D9D3D4DAE4FEB1048932DD33') # Michał Trojnara
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # don't create a certificate...
-  patch -p0 <"$srcdir/Makefile.patch"
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-ipv6 \
---disable-libwrap
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 tools/stunnel.service 
"$pkgdir/usr/lib/systemd/system/stunnel.service"
-  install -Dm644 

[arch-commits] Commit in stunnel/repos (16 files)

2017-04-04 Thread Lukas Fleischer
Date: Wednesday, April 5, 2017 @ 04:47:07
  Author: lfleischer
Revision: 220520

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  stunnel/repos/community-testing-i686/Makefile.patch
(from rev 220519, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-testing-i686/PKGBUILD
(from rev 220519, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-testing-i686/stunnel.install
(from rev 220519, stunnel/trunk/stunnel.install)
  stunnel/repos/community-testing-i686/stunnel.tmpfiles.conf
(from rev 220519, stunnel/trunk/stunnel.tmpfiles.conf)
  stunnel/repos/community-testing-x86_64/Makefile.patch
(from rev 220519, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-testing-x86_64/PKGBUILD
(from rev 220519, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-testing-x86_64/stunnel.install
(from rev 220519, stunnel/trunk/stunnel.install)
  stunnel/repos/community-testing-x86_64/stunnel.tmpfiles.conf
(from rev 220519, stunnel/trunk/stunnel.tmpfiles.conf)
Deleted:
  stunnel/repos/community-testing-i686/Makefile.patch
  stunnel/repos/community-testing-i686/PKGBUILD
  stunnel/repos/community-testing-i686/stunnel.install
  stunnel/repos/community-testing-i686/stunnel.tmpfiles.conf
  stunnel/repos/community-testing-x86_64/Makefile.patch
  stunnel/repos/community-testing-x86_64/PKGBUILD
  stunnel/repos/community-testing-x86_64/stunnel.install
  stunnel/repos/community-testing-x86_64/stunnel.tmpfiles.conf

+
 /Makefile.patch|   24 +
 /PKGBUILD  |  104 +++
 /stunnel.install   |   40 
 /stunnel.tmpfiles.conf |2 
 community-testing-i686/Makefile.patch  |   12 --
 community-testing-i686/PKGBUILD|   52 ---
 community-testing-i686/stunnel.install |   20 
 community-testing-i686/stunnel.tmpfiles.conf   |1 
 community-testing-x86_64/Makefile.patch|   12 --
 community-testing-x86_64/PKGBUILD  |   52 ---
 community-testing-x86_64/stunnel.install   |   20 
 community-testing-x86_64/stunnel.tmpfiles.conf |1 
 12 files changed, 170 insertions(+), 170 deletions(-)

Deleted: community-testing-i686/Makefile.patch
===
--- community-testing-i686/Makefile.patch   2017-04-05 04:46:57 UTC (rev 
220519)
+++ community-testing-i686/Makefile.patch   2017-04-05 04:47:07 UTC (rev 
220520)
@@ -1,12 +0,0 @@
 tools/Makefile.in  2010-03-31 04:45:09.0 -0500
-+++ tools/Makefile.in  2010-04-11 17:17:41.0 -0500
-@@ -334,8 +334,7 @@
- 
- info-am:
- 
--install-data-am: install-confDATA install-data-local \
--  install-examplesDATA
-+install-data-am: install-confDATA install-examplesDATA
- 
- install-dvi: install-dvi-am
- 

Copied: stunnel/repos/community-testing-i686/Makefile.patch (from rev 220519, 
stunnel/trunk/Makefile.patch)
===
--- community-testing-i686/Makefile.patch   (rev 0)
+++ community-testing-i686/Makefile.patch   2017-04-05 04:47:07 UTC (rev 
220520)
@@ -0,0 +1,12 @@
+--- tools/Makefile.in  2010-03-31 04:45:09.0 -0500
 tools/Makefile.in  2010-04-11 17:17:41.0 -0500
+@@ -334,8 +334,7 @@
+ 
+ info-am:
+ 
+-install-data-am: install-confDATA install-data-local \
+-  install-examplesDATA
++install-data-am: install-confDATA install-examplesDATA
+ 
+ install-dvi: install-dvi-am
+ 

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2017-04-05 04:46:57 UTC (rev 220519)
+++ community-testing-i686/PKGBUILD 2017-04-05 04:47:07 UTC (rev 220520)
@@ -1,52 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Kaiting Chen 
-# Contributor: Daniel J Griffiths 
-# Contributor: Kevin Piche 
-
-pkgname=stunnel
-pkgver=5.40
-pkgrel=2
-pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside 
SSL"
-arch=('i686' 'x86_64')
-url="https://www.stunnel.org/;
-license=('GPL')
-depends=('openssl')
-makedepends=('systemd')
-install=$pkgname.install
-source=("https://www.stunnel.org/downloads/archive/5.x/$pkgname-$pkgver.tar.gz"{,.asc}
-'Makefile.patch'
-'stunnel.tmpfiles.conf')
-md5sums=('4125b7c7f0f8c46266b4fa245ee8cda6'
- 'SKIP'
- '579f198ecb90a42fcbfd8a4e48006264'
- '2e065a39998e57727ee79887bbd1751e')
-validpgpkeys=('AC915EA30645D9D3D4DAE4FEB1048932DD33') # Michał Trojnara
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # don't create a certificate...
-  patch -p0 <"$srcdir/Makefile.patch"
-
-  ./configure --prefix=/usr \
-

[arch-commits] Commit in stunnel/repos (16 files)

2017-02-12 Thread Lukas Fleischer
Date: Sunday, February 12, 2017 @ 12:26:19
  Author: lfleischer
Revision: 212021

archrelease: copy trunk to community-i686, community-x86_64

Added:
  stunnel/repos/community-i686/Makefile.patch
(from rev 212020, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-i686/PKGBUILD
(from rev 212020, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-i686/stunnel.install
(from rev 212020, stunnel/trunk/stunnel.install)
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
(from rev 212020, stunnel/trunk/stunnel.tmpfiles.conf)
  stunnel/repos/community-x86_64/Makefile.patch
(from rev 212020, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-x86_64/PKGBUILD
(from rev 212020, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-x86_64/stunnel.install
(from rev 212020, stunnel/trunk/stunnel.install)
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf
(from rev 212020, stunnel/trunk/stunnel.tmpfiles.conf)
Deleted:
  stunnel/repos/community-i686/Makefile.patch
  stunnel/repos/community-i686/PKGBUILD
  stunnel/repos/community-i686/stunnel.install
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
  stunnel/repos/community-x86_64/Makefile.patch
  stunnel/repos/community-x86_64/PKGBUILD
  stunnel/repos/community-x86_64/stunnel.install
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf

+
 /Makefile.patch|   24 +++
 /PKGBUILD  |  104 +++
 /stunnel.install   |   40 +++
 /stunnel.tmpfiles.conf |2 
 community-i686/Makefile.patch  |   12 ---
 community-i686/PKGBUILD|   52 ---
 community-i686/stunnel.install |   20 -
 community-i686/stunnel.tmpfiles.conf   |1 
 community-x86_64/Makefile.patch|   12 ---
 community-x86_64/PKGBUILD  |   52 ---
 community-x86_64/stunnel.install   |   20 -
 community-x86_64/stunnel.tmpfiles.conf |1 
 12 files changed, 170 insertions(+), 170 deletions(-)

Deleted: community-i686/Makefile.patch
===
--- community-i686/Makefile.patch   2017-02-12 12:26:11 UTC (rev 212020)
+++ community-i686/Makefile.patch   2017-02-12 12:26:19 UTC (rev 212021)
@@ -1,12 +0,0 @@
 tools/Makefile.in  2010-03-31 04:45:09.0 -0500
-+++ tools/Makefile.in  2010-04-11 17:17:41.0 -0500
-@@ -334,8 +334,7 @@
- 
- info-am:
- 
--install-data-am: install-confDATA install-data-local \
--  install-examplesDATA
-+install-data-am: install-confDATA install-examplesDATA
- 
- install-dvi: install-dvi-am
- 

Copied: stunnel/repos/community-i686/Makefile.patch (from rev 212020, 
stunnel/trunk/Makefile.patch)
===
--- community-i686/Makefile.patch   (rev 0)
+++ community-i686/Makefile.patch   2017-02-12 12:26:19 UTC (rev 212021)
@@ -0,0 +1,12 @@
+--- tools/Makefile.in  2010-03-31 04:45:09.0 -0500
 tools/Makefile.in  2010-04-11 17:17:41.0 -0500
+@@ -334,8 +334,7 @@
+ 
+ info-am:
+ 
+-install-data-am: install-confDATA install-data-local \
+-  install-examplesDATA
++install-data-am: install-confDATA install-examplesDATA
+ 
+ install-dvi: install-dvi-am
+ 

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-12 12:26:11 UTC (rev 212020)
+++ community-i686/PKGBUILD 2017-02-12 12:26:19 UTC (rev 212021)
@@ -1,52 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Kaiting Chen 
-# Contributor: Daniel J Griffiths 
-# Contributor: Kevin Piche 
-
-pkgname=stunnel
-pkgver=5.39
-pkgrel=1
-pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside 
SSL"
-arch=('i686' 'x86_64')
-url="https://www.stunnel.org/;
-license=('GPL')
-depends=('openssl')
-makedepends=('systemd')
-install=$pkgname.install
-source=("https://www.stunnel.org/downloads/archive/5.x/$pkgname-$pkgver.tar.gz"{,.asc}
-'Makefile.patch'
-'stunnel.tmpfiles.conf')
-md5sums=('7832130e86ef3081d8daed5c31936f78'
- 'SKIP'
- '579f198ecb90a42fcbfd8a4e48006264'
- '2e065a39998e57727ee79887bbd1751e')
-validpgpkeys=('AC915EA30645D9D3D4DAE4FEB1048932DD33') # Michał Trojnara
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # don't create a certificate...
-  patch -p0 <"$srcdir/Makefile.patch"
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-ipv6 \
---disable-libwrap
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 tools/stunnel.service 
"$pkgdir/usr/lib/systemd/system/stunnel.service"
-  install -Dm644 

[arch-commits] Commit in stunnel/repos (16 files)

2017-01-12 Thread Lukas Fleischer
Date: Thursday, January 12, 2017 @ 16:50:11
  Author: lfleischer
Revision: 207024

archrelease: copy trunk to community-i686, community-x86_64

Added:
  stunnel/repos/community-i686/Makefile.patch
(from rev 207023, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-i686/PKGBUILD
(from rev 207023, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-i686/stunnel.install
(from rev 207023, stunnel/trunk/stunnel.install)
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
(from rev 207023, stunnel/trunk/stunnel.tmpfiles.conf)
  stunnel/repos/community-x86_64/Makefile.patch
(from rev 207023, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-x86_64/PKGBUILD
(from rev 207023, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-x86_64/stunnel.install
(from rev 207023, stunnel/trunk/stunnel.install)
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf
(from rev 207023, stunnel/trunk/stunnel.tmpfiles.conf)
Deleted:
  stunnel/repos/community-i686/Makefile.patch
  stunnel/repos/community-i686/PKGBUILD
  stunnel/repos/community-i686/stunnel.install
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
  stunnel/repos/community-x86_64/Makefile.patch
  stunnel/repos/community-x86_64/PKGBUILD
  stunnel/repos/community-x86_64/stunnel.install
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf

+
 /Makefile.patch|   24 +++
 /PKGBUILD  |  104 +++
 /stunnel.install   |   40 +++
 /stunnel.tmpfiles.conf |2 
 community-i686/Makefile.patch  |   12 ---
 community-i686/PKGBUILD|   52 ---
 community-i686/stunnel.install |   20 -
 community-i686/stunnel.tmpfiles.conf   |1 
 community-x86_64/Makefile.patch|   12 ---
 community-x86_64/PKGBUILD  |   52 ---
 community-x86_64/stunnel.install   |   20 -
 community-x86_64/stunnel.tmpfiles.conf |1 
 12 files changed, 170 insertions(+), 170 deletions(-)

Deleted: community-i686/Makefile.patch
===
--- community-i686/Makefile.patch   2017-01-12 16:50:02 UTC (rev 207023)
+++ community-i686/Makefile.patch   2017-01-12 16:50:11 UTC (rev 207024)
@@ -1,12 +0,0 @@
 tools/Makefile.in  2010-03-31 04:45:09.0 -0500
-+++ tools/Makefile.in  2010-04-11 17:17:41.0 -0500
-@@ -334,8 +334,7 @@
- 
- info-am:
- 
--install-data-am: install-confDATA install-data-local \
--  install-examplesDATA
-+install-data-am: install-confDATA install-examplesDATA
- 
- install-dvi: install-dvi-am
- 

Copied: stunnel/repos/community-i686/Makefile.patch (from rev 207023, 
stunnel/trunk/Makefile.patch)
===
--- community-i686/Makefile.patch   (rev 0)
+++ community-i686/Makefile.patch   2017-01-12 16:50:11 UTC (rev 207024)
@@ -0,0 +1,12 @@
+--- tools/Makefile.in  2010-03-31 04:45:09.0 -0500
 tools/Makefile.in  2010-04-11 17:17:41.0 -0500
+@@ -334,8 +334,7 @@
+ 
+ info-am:
+ 
+-install-data-am: install-confDATA install-data-local \
+-  install-examplesDATA
++install-data-am: install-confDATA install-examplesDATA
+ 
+ install-dvi: install-dvi-am
+ 

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-12 16:50:02 UTC (rev 207023)
+++ community-i686/PKGBUILD 2017-01-12 16:50:11 UTC (rev 207024)
@@ -1,52 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Kaiting Chen 
-# Contributor: Daniel J Griffiths 
-# Contributor: Kevin Piche 
-
-pkgname=stunnel
-pkgver=5.38
-pkgrel=1
-pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside 
SSL"
-arch=('i686' 'x86_64')
-url="https://www.stunnel.org/;
-license=('GPL')
-depends=('openssl')
-makedepends=('systemd')
-install=$pkgname.install
-source=("https://www.stunnel.org/downloads/archive/5.x/$pkgname-$pkgver.tar.gz"{,.asc}
-'Makefile.patch'
-'stunnel.tmpfiles.conf')
-md5sums=('4f91715f097da5f061eb0c8b635ad440'
- 'SKIP'
- '579f198ecb90a42fcbfd8a4e48006264'
- '2e065a39998e57727ee79887bbd1751e')
-validpgpkeys=('AC915EA30645D9D3D4DAE4FEB1048932DD33') # Michał Trojnara
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # don't create a certificate...
-  patch -p0 <"$srcdir/Makefile.patch"
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-ipv6 \
---disable-libwrap
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 tools/stunnel.service 
"$pkgdir/usr/lib/systemd/system/stunnel.service"
-  install -Dm644 

[arch-commits] Commit in stunnel/repos (16 files)

2016-12-15 Thread Lukas Fleischer
Date: Thursday, December 15, 2016 @ 20:44:23
  Author: lfleischer
Revision: 199602

archrelease: copy trunk to community-i686, community-x86_64

Added:
  stunnel/repos/community-i686/Makefile.patch
(from rev 199601, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-i686/PKGBUILD
(from rev 199601, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-i686/stunnel.install
(from rev 199601, stunnel/trunk/stunnel.install)
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
(from rev 199601, stunnel/trunk/stunnel.tmpfiles.conf)
  stunnel/repos/community-x86_64/Makefile.patch
(from rev 199601, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-x86_64/PKGBUILD
(from rev 199601, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-x86_64/stunnel.install
(from rev 199601, stunnel/trunk/stunnel.install)
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf
(from rev 199601, stunnel/trunk/stunnel.tmpfiles.conf)
Deleted:
  stunnel/repos/community-i686/Makefile.patch
  stunnel/repos/community-i686/PKGBUILD
  stunnel/repos/community-i686/stunnel.install
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
  stunnel/repos/community-x86_64/Makefile.patch
  stunnel/repos/community-x86_64/PKGBUILD
  stunnel/repos/community-x86_64/stunnel.install
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf

+
 /Makefile.patch|   24 +++
 /PKGBUILD  |  104 +++
 /stunnel.install   |   40 +++
 /stunnel.tmpfiles.conf |2 
 community-i686/Makefile.patch  |   12 ---
 community-i686/PKGBUILD|   51 ---
 community-i686/stunnel.install |   20 -
 community-i686/stunnel.tmpfiles.conf   |1 
 community-x86_64/Makefile.patch|   12 ---
 community-x86_64/PKGBUILD  |   51 ---
 community-x86_64/stunnel.install   |   20 -
 community-x86_64/stunnel.tmpfiles.conf |1 
 12 files changed, 170 insertions(+), 168 deletions(-)

Deleted: community-i686/Makefile.patch
===
--- community-i686/Makefile.patch   2016-12-15 20:44:10 UTC (rev 199601)
+++ community-i686/Makefile.patch   2016-12-15 20:44:23 UTC (rev 199602)
@@ -1,12 +0,0 @@
 tools/Makefile.in  2010-03-31 04:45:09.0 -0500
-+++ tools/Makefile.in  2010-04-11 17:17:41.0 -0500
-@@ -334,8 +334,7 @@
- 
- info-am:
- 
--install-data-am: install-confDATA install-data-local \
--  install-examplesDATA
-+install-data-am: install-confDATA install-examplesDATA
- 
- install-dvi: install-dvi-am
- 

Copied: stunnel/repos/community-i686/Makefile.patch (from rev 199601, 
stunnel/trunk/Makefile.patch)
===
--- community-i686/Makefile.patch   (rev 0)
+++ community-i686/Makefile.patch   2016-12-15 20:44:23 UTC (rev 199602)
@@ -0,0 +1,12 @@
+--- tools/Makefile.in  2010-03-31 04:45:09.0 -0500
 tools/Makefile.in  2010-04-11 17:17:41.0 -0500
+@@ -334,8 +334,7 @@
+ 
+ info-am:
+ 
+-install-data-am: install-confDATA install-data-local \
+-  install-examplesDATA
++install-data-am: install-confDATA install-examplesDATA
+ 
+ install-dvi: install-dvi-am
+ 

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-15 20:44:10 UTC (rev 199601)
+++ community-i686/PKGBUILD 2016-12-15 20:44:23 UTC (rev 199602)
@@ -1,51 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Kaiting Chen 
-# Contributor: Daniel J Griffiths 
-# Contributor: Kevin Piche 
-
-pkgname=stunnel
-pkgver=5.37
-pkgrel=1
-pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside 
SSL"
-arch=('i686' 'x86_64')
-url="https://www.stunnel.org/;
-license=('GPL')
-depends=('openssl')
-install=$pkgname.install
-source=("https://www.stunnel.org/downloads/archive/5.x/$pkgname-$pkgver.tar.gz"{,.asc}
-'Makefile.patch'
-'stunnel.tmpfiles.conf')
-md5sums=('96de707ac49db271cfaca35c36a44cbf'
- 'SKIP'
- '579f198ecb90a42fcbfd8a4e48006264'
- '2e065a39998e57727ee79887bbd1751e')
-validpgpkeys=('AC915EA30645D9D3D4DAE4FEB1048932DD33') # Michał Trojnara
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # don't create a certificate...
-  patch -p0 <"$srcdir/Makefile.patch"
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-ipv6 \
---disable-libwrap
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 tools/stunnel.service 
"$pkgdir/usr/lib/systemd/system/stunnel.service"
-  install -Dm644 "$srcdir/stunnel.tmpfiles.conf" 

[arch-commits] Commit in stunnel/repos (16 files)

2016-11-11 Thread Lukas Fleischer
Date: Friday, November 11, 2016 @ 19:43:08
  Author: lfleischer
Revision: 195397

archrelease: copy trunk to community-i686, community-x86_64

Added:
  stunnel/repos/community-i686/Makefile.patch
(from rev 195396, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-i686/PKGBUILD
(from rev 195396, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-i686/stunnel.install
(from rev 195396, stunnel/trunk/stunnel.install)
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
(from rev 195396, stunnel/trunk/stunnel.tmpfiles.conf)
  stunnel/repos/community-x86_64/Makefile.patch
(from rev 195396, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-x86_64/PKGBUILD
(from rev 195396, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-x86_64/stunnel.install
(from rev 195396, stunnel/trunk/stunnel.install)
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf
(from rev 195396, stunnel/trunk/stunnel.tmpfiles.conf)
Deleted:
  stunnel/repos/community-i686/Makefile.patch
  stunnel/repos/community-i686/PKGBUILD
  stunnel/repos/community-i686/stunnel.install
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
  stunnel/repos/community-x86_64/Makefile.patch
  stunnel/repos/community-x86_64/PKGBUILD
  stunnel/repos/community-x86_64/stunnel.install
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf

+
 /Makefile.patch|   24 +++
 /PKGBUILD  |  102 +++
 /stunnel.install   |   40 
 /stunnel.tmpfiles.conf |2 
 community-i686/Makefile.patch  |   12 ---
 community-i686/PKGBUILD|   51 ---
 community-i686/stunnel.install |   20 --
 community-i686/stunnel.tmpfiles.conf   |1 
 community-x86_64/Makefile.patch|   12 ---
 community-x86_64/PKGBUILD  |   51 ---
 community-x86_64/stunnel.install   |   20 --
 community-x86_64/stunnel.tmpfiles.conf |1 
 12 files changed, 168 insertions(+), 168 deletions(-)

Deleted: community-i686/Makefile.patch
===
--- community-i686/Makefile.patch   2016-11-11 19:42:58 UTC (rev 195396)
+++ community-i686/Makefile.patch   2016-11-11 19:43:08 UTC (rev 195397)
@@ -1,12 +0,0 @@
 tools/Makefile.in  2010-03-31 04:45:09.0 -0500
-+++ tools/Makefile.in  2010-04-11 17:17:41.0 -0500
-@@ -334,8 +334,7 @@
- 
- info-am:
- 
--install-data-am: install-confDATA install-data-local \
--  install-examplesDATA
-+install-data-am: install-confDATA install-examplesDATA
- 
- install-dvi: install-dvi-am
- 

Copied: stunnel/repos/community-i686/Makefile.patch (from rev 195396, 
stunnel/trunk/Makefile.patch)
===
--- community-i686/Makefile.patch   (rev 0)
+++ community-i686/Makefile.patch   2016-11-11 19:43:08 UTC (rev 195397)
@@ -0,0 +1,12 @@
+--- tools/Makefile.in  2010-03-31 04:45:09.0 -0500
 tools/Makefile.in  2010-04-11 17:17:41.0 -0500
+@@ -334,8 +334,7 @@
+ 
+ info-am:
+ 
+-install-data-am: install-confDATA install-data-local \
+-  install-examplesDATA
++install-data-am: install-confDATA install-examplesDATA
+ 
+ install-dvi: install-dvi-am
+ 

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-11 19:42:58 UTC (rev 195396)
+++ community-i686/PKGBUILD 2016-11-11 19:43:08 UTC (rev 195397)
@@ -1,51 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Kaiting Chen 
-# Contributor: Daniel J Griffiths 
-# Contributor: Kevin Piche 
-
-pkgname=stunnel
-pkgver=5.36
-pkgrel=1
-pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside 
SSL"
-arch=('i686' 'x86_64')
-url="https://www.stunnel.org/;
-license=('GPL')
-depends=('openssl')
-install=$pkgname.install
-source=("https://www.stunnel.org/downloads/archive/5.x/$pkgname-$pkgver.tar.gz"{,.asc}
-'Makefile.patch'
-'stunnel.tmpfiles.conf')
-md5sums=('b3c002c312e757d9a40caf95363800b3'
- 'SKIP'
- '579f198ecb90a42fcbfd8a4e48006264'
- '2e065a39998e57727ee79887bbd1751e')
-validpgpkeys=('AC915EA30645D9D3D4DAE4FEB1048932DD33') # Michał Trojnara
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # don't create a certificate...
-  patch -p0 <"$srcdir/Makefile.patch"
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-ipv6 \
---disable-libwrap
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 tools/stunnel.service 
"$pkgdir/usr/lib/systemd/system/stunnel.service"
-  install -Dm644 "$srcdir/stunnel.tmpfiles.conf" 

[arch-commits] Commit in stunnel/repos (16 files)

2016-10-27 Thread Lukas Fleischer
Date: Thursday, October 27, 2016 @ 19:45:56
  Author: lfleischer
Revision: 193797

archrelease: copy trunk to community-i686, community-x86_64

Added:
  stunnel/repos/community-i686/Makefile.patch
(from rev 193796, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-i686/PKGBUILD
(from rev 193796, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-i686/stunnel.install
(from rev 193796, stunnel/trunk/stunnel.install)
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
(from rev 193796, stunnel/trunk/stunnel.tmpfiles.conf)
  stunnel/repos/community-x86_64/Makefile.patch
(from rev 193796, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-x86_64/PKGBUILD
(from rev 193796, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-x86_64/stunnel.install
(from rev 193796, stunnel/trunk/stunnel.install)
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf
(from rev 193796, stunnel/trunk/stunnel.tmpfiles.conf)
Deleted:
  stunnel/repos/community-i686/Makefile.patch
  stunnel/repos/community-i686/PKGBUILD
  stunnel/repos/community-i686/stunnel.install
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
  stunnel/repos/community-x86_64/Makefile.patch
  stunnel/repos/community-x86_64/PKGBUILD
  stunnel/repos/community-x86_64/stunnel.install
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf

+
 /Makefile.patch|   24 +++
 /PKGBUILD  |  102 +++
 /stunnel.install   |   40 
 /stunnel.tmpfiles.conf |2 
 community-i686/Makefile.patch  |   12 ---
 community-i686/PKGBUILD|   51 ---
 community-i686/stunnel.install |   20 --
 community-i686/stunnel.tmpfiles.conf   |1 
 community-x86_64/Makefile.patch|   12 ---
 community-x86_64/PKGBUILD  |   51 ---
 community-x86_64/stunnel.install   |   20 --
 community-x86_64/stunnel.tmpfiles.conf |1 
 12 files changed, 168 insertions(+), 168 deletions(-)

Deleted: community-i686/Makefile.patch
===
--- community-i686/Makefile.patch   2016-10-27 19:45:43 UTC (rev 193796)
+++ community-i686/Makefile.patch   2016-10-27 19:45:56 UTC (rev 193797)
@@ -1,12 +0,0 @@
 tools/Makefile.in  2010-03-31 04:45:09.0 -0500
-+++ tools/Makefile.in  2010-04-11 17:17:41.0 -0500
-@@ -334,8 +334,7 @@
- 
- info-am:
- 
--install-data-am: install-confDATA install-data-local \
--  install-examplesDATA
-+install-data-am: install-confDATA install-examplesDATA
- 
- install-dvi: install-dvi-am
- 

Copied: stunnel/repos/community-i686/Makefile.patch (from rev 193796, 
stunnel/trunk/Makefile.patch)
===
--- community-i686/Makefile.patch   (rev 0)
+++ community-i686/Makefile.patch   2016-10-27 19:45:56 UTC (rev 193797)
@@ -0,0 +1,12 @@
+--- tools/Makefile.in  2010-03-31 04:45:09.0 -0500
 tools/Makefile.in  2010-04-11 17:17:41.0 -0500
+@@ -334,8 +334,7 @@
+ 
+ info-am:
+ 
+-install-data-am: install-confDATA install-data-local \
+-  install-examplesDATA
++install-data-am: install-confDATA install-examplesDATA
+ 
+ install-dvi: install-dvi-am
+ 

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-27 19:45:43 UTC (rev 193796)
+++ community-i686/PKGBUILD 2016-10-27 19:45:56 UTC (rev 193797)
@@ -1,51 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Kaiting Chen 
-# Contributor: Daniel J Griffiths 
-# Contributor: Kevin Piche 
-
-pkgname=stunnel
-pkgver=5.35
-pkgrel=1
-pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside 
SSL"
-arch=('i686' 'x86_64')
-url="https://www.stunnel.org/;
-license=('GPL')
-depends=('openssl')
-install=$pkgname.install
-source=("https://www.stunnel.org/downloads/archive/5.x/$pkgname-$pkgver.tar.gz"{,.asc}
-'Makefile.patch'
-'stunnel.tmpfiles.conf')
-md5sums=('9079f5fafbccaf88b7d92b227d78249a'
- 'SKIP'
- '579f198ecb90a42fcbfd8a4e48006264'
- '2e065a39998e57727ee79887bbd1751e')
-validpgpkeys=('AC915EA30645D9D3D4DAE4FEB1048932DD33') # Michał Trojnara
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # don't create a certificate...
-  patch -p0 <"$srcdir/Makefile.patch"
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-ipv6 \
---disable-libwrap
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 tools/stunnel.service 
"$pkgdir/usr/lib/systemd/system/stunnel.service"
-  install -Dm644 "$srcdir/stunnel.tmpfiles.conf" 

[arch-commits] Commit in stunnel/repos (16 files)

2016-07-18 Thread Lukas Fleischer
Date: Monday, July 18, 2016 @ 18:34:49
  Author: lfleischer
Revision: 183080

archrelease: copy trunk to community-i686, community-x86_64

Added:
  stunnel/repos/community-i686/Makefile.patch
(from rev 183079, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-i686/PKGBUILD
(from rev 183079, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-i686/stunnel.install
(from rev 183079, stunnel/trunk/stunnel.install)
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
(from rev 183079, stunnel/trunk/stunnel.tmpfiles.conf)
  stunnel/repos/community-x86_64/Makefile.patch
(from rev 183079, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-x86_64/PKGBUILD
(from rev 183079, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-x86_64/stunnel.install
(from rev 183079, stunnel/trunk/stunnel.install)
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf
(from rev 183079, stunnel/trunk/stunnel.tmpfiles.conf)
Deleted:
  stunnel/repos/community-i686/Makefile.patch
  stunnel/repos/community-i686/PKGBUILD
  stunnel/repos/community-i686/stunnel.install
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
  stunnel/repos/community-x86_64/Makefile.patch
  stunnel/repos/community-x86_64/PKGBUILD
  stunnel/repos/community-x86_64/stunnel.install
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf

+
 /Makefile.patch|   24 +++
 /PKGBUILD  |  102 +++
 /stunnel.install   |   40 
 /stunnel.tmpfiles.conf |2 
 community-i686/Makefile.patch  |   12 ---
 community-i686/PKGBUILD|   51 ---
 community-i686/stunnel.install |   20 --
 community-i686/stunnel.tmpfiles.conf   |1 
 community-x86_64/Makefile.patch|   12 ---
 community-x86_64/PKGBUILD  |   51 ---
 community-x86_64/stunnel.install   |   20 --
 community-x86_64/stunnel.tmpfiles.conf |1 
 12 files changed, 168 insertions(+), 168 deletions(-)

Deleted: community-i686/Makefile.patch
===
--- community-i686/Makefile.patch   2016-07-18 18:34:43 UTC (rev 183079)
+++ community-i686/Makefile.patch   2016-07-18 18:34:49 UTC (rev 183080)
@@ -1,12 +0,0 @@
 tools/Makefile.in  2010-03-31 04:45:09.0 -0500
-+++ tools/Makefile.in  2010-04-11 17:17:41.0 -0500
-@@ -334,8 +334,7 @@
- 
- info-am:
- 
--install-data-am: install-confDATA install-data-local \
--  install-examplesDATA
-+install-data-am: install-confDATA install-examplesDATA
- 
- install-dvi: install-dvi-am
- 

Copied: stunnel/repos/community-i686/Makefile.patch (from rev 183079, 
stunnel/trunk/Makefile.patch)
===
--- community-i686/Makefile.patch   (rev 0)
+++ community-i686/Makefile.patch   2016-07-18 18:34:49 UTC (rev 183080)
@@ -0,0 +1,12 @@
+--- tools/Makefile.in  2010-03-31 04:45:09.0 -0500
 tools/Makefile.in  2010-04-11 17:17:41.0 -0500
+@@ -334,8 +334,7 @@
+ 
+ info-am:
+ 
+-install-data-am: install-confDATA install-data-local \
+-  install-examplesDATA
++install-data-am: install-confDATA install-examplesDATA
+ 
+ install-dvi: install-dvi-am
+ 

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-18 18:34:43 UTC (rev 183079)
+++ community-i686/PKGBUILD 2016-07-18 18:34:49 UTC (rev 183080)
@@ -1,51 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Kaiting Chen 
-# Contributor: Daniel J Griffiths 
-# Contributor: Kevin Piche 
-
-pkgname=stunnel
-pkgver=5.33
-pkgrel=1
-pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside 
SSL"
-arch=('i686' 'x86_64')
-url="https://www.stunnel.org/;
-license=('GPL')
-depends=('openssl')
-install=$pkgname.install
-source=("https://www.stunnel.org/downloads/archive/5.x/$pkgname-$pkgver.tar.gz"{,.asc}
-'Makefile.patch'
-'stunnel.tmpfiles.conf')
-md5sums=('39f9da50d5d02c88f58ba3e372f1db29'
- 'SKIP'
- '579f198ecb90a42fcbfd8a4e48006264'
- '2e065a39998e57727ee79887bbd1751e')
-validpgpkeys=('AC915EA30645D9D3D4DAE4FEB1048932DD33') # Michał Trojnara
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # don't create a certificate...
-  patch -p0 <"$srcdir/Makefile.patch"
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-ipv6 \
---disable-libwrap
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 tools/stunnel.service 
"$pkgdir/usr/lib/systemd/system/stunnel.service"
-  install -Dm644 "$srcdir/stunnel.tmpfiles.conf" 

[arch-commits] Commit in stunnel/repos (16 files)

2016-07-01 Thread Lukas Fleischer
Date: Friday, July 1, 2016 @ 06:11:40
  Author: lfleischer
Revision: 181659

archrelease: copy trunk to community-i686, community-x86_64

Added:
  stunnel/repos/community-i686/Makefile.patch
(from rev 181658, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-i686/PKGBUILD
(from rev 181658, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-i686/stunnel.install
(from rev 181658, stunnel/trunk/stunnel.install)
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
(from rev 181658, stunnel/trunk/stunnel.tmpfiles.conf)
  stunnel/repos/community-x86_64/Makefile.patch
(from rev 181658, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-x86_64/PKGBUILD
(from rev 181658, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-x86_64/stunnel.install
(from rev 181658, stunnel/trunk/stunnel.install)
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf
(from rev 181658, stunnel/trunk/stunnel.tmpfiles.conf)
Deleted:
  stunnel/repos/community-i686/Makefile.patch
  stunnel/repos/community-i686/PKGBUILD
  stunnel/repos/community-i686/stunnel.install
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
  stunnel/repos/community-x86_64/Makefile.patch
  stunnel/repos/community-x86_64/PKGBUILD
  stunnel/repos/community-x86_64/stunnel.install
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf

+
 /Makefile.patch|   24 +++
 /PKGBUILD  |  102 +++
 /stunnel.install   |   40 
 /stunnel.tmpfiles.conf |2 
 community-i686/Makefile.patch  |   12 ---
 community-i686/PKGBUILD|   51 ---
 community-i686/stunnel.install |   20 --
 community-i686/stunnel.tmpfiles.conf   |1 
 community-x86_64/Makefile.patch|   12 ---
 community-x86_64/PKGBUILD  |   51 ---
 community-x86_64/stunnel.install   |   20 --
 community-x86_64/stunnel.tmpfiles.conf |1 
 12 files changed, 168 insertions(+), 168 deletions(-)

Deleted: community-i686/Makefile.patch
===
--- community-i686/Makefile.patch   2016-07-01 06:11:34 UTC (rev 181658)
+++ community-i686/Makefile.patch   2016-07-01 06:11:40 UTC (rev 181659)
@@ -1,12 +0,0 @@
 tools/Makefile.in  2010-03-31 04:45:09.0 -0500
-+++ tools/Makefile.in  2010-04-11 17:17:41.0 -0500
-@@ -334,8 +334,7 @@
- 
- info-am:
- 
--install-data-am: install-confDATA install-data-local \
--  install-examplesDATA
-+install-data-am: install-confDATA install-examplesDATA
- 
- install-dvi: install-dvi-am
- 

Copied: stunnel/repos/community-i686/Makefile.patch (from rev 181658, 
stunnel/trunk/Makefile.patch)
===
--- community-i686/Makefile.patch   (rev 0)
+++ community-i686/Makefile.patch   2016-07-01 06:11:40 UTC (rev 181659)
@@ -0,0 +1,12 @@
+--- tools/Makefile.in  2010-03-31 04:45:09.0 -0500
 tools/Makefile.in  2010-04-11 17:17:41.0 -0500
+@@ -334,8 +334,7 @@
+ 
+ info-am:
+ 
+-install-data-am: install-confDATA install-data-local \
+-  install-examplesDATA
++install-data-am: install-confDATA install-examplesDATA
+ 
+ install-dvi: install-dvi-am
+ 

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-01 06:11:34 UTC (rev 181658)
+++ community-i686/PKGBUILD 2016-07-01 06:11:40 UTC (rev 181659)
@@ -1,51 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Kaiting Chen 
-# Contributor: Daniel J Griffiths 
-# Contributor: Kevin Piche 
-
-pkgname=stunnel
-pkgver=5.32
-pkgrel=1
-pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside 
SSL"
-arch=('i686' 'x86_64')
-url="https://www.stunnel.org/;
-license=('GPL')
-depends=('openssl')
-install=$pkgname.install
-source=("https://www.stunnel.org/downloads/archive/5.x/$pkgname-$pkgver.tar.gz"{,.asc}
-'Makefile.patch'
-'stunnel.tmpfiles.conf')
-md5sums=('60462f97b62e745288541089e8c0877c'
- 'SKIP'
- '579f198ecb90a42fcbfd8a4e48006264'
- '2e065a39998e57727ee79887bbd1751e')
-validpgpkeys=('AC915EA30645D9D3D4DAE4FEB1048932DD33') # Michał Trojnara
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # don't create a certificate...
-  patch -p0 <"$srcdir/Makefile.patch"
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-ipv6 \
---disable-libwrap
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 tools/stunnel.service 
"$pkgdir/usr/lib/systemd/system/stunnel.service"
-  install -Dm644 "$srcdir/stunnel.tmpfiles.conf" 

[arch-commits] Commit in stunnel/repos (16 files)

2016-05-11 Thread Lukas Fleischer
Date: Wednesday, May 11, 2016 @ 20:43:41
  Author: lfleischer
Revision: 174830

archrelease: copy trunk to community-i686, community-x86_64

Added:
  stunnel/repos/community-i686/Makefile.patch
(from rev 174829, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-i686/PKGBUILD
(from rev 174829, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-i686/stunnel.install
(from rev 174829, stunnel/trunk/stunnel.install)
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
(from rev 174829, stunnel/trunk/stunnel.tmpfiles.conf)
  stunnel/repos/community-x86_64/Makefile.patch
(from rev 174829, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-x86_64/PKGBUILD
(from rev 174829, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-x86_64/stunnel.install
(from rev 174829, stunnel/trunk/stunnel.install)
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf
(from rev 174829, stunnel/trunk/stunnel.tmpfiles.conf)
Deleted:
  stunnel/repos/community-i686/Makefile.patch
  stunnel/repos/community-i686/PKGBUILD
  stunnel/repos/community-i686/stunnel.install
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
  stunnel/repos/community-x86_64/Makefile.patch
  stunnel/repos/community-x86_64/PKGBUILD
  stunnel/repos/community-x86_64/stunnel.install
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf

+
 /Makefile.patch|   24 +++
 /PKGBUILD  |  102 +++
 /stunnel.install   |   40 
 /stunnel.tmpfiles.conf |2 
 community-i686/Makefile.patch  |   12 ---
 community-i686/PKGBUILD|   51 ---
 community-i686/stunnel.install |   20 --
 community-i686/stunnel.tmpfiles.conf   |1 
 community-x86_64/Makefile.patch|   12 ---
 community-x86_64/PKGBUILD  |   51 ---
 community-x86_64/stunnel.install   |   20 --
 community-x86_64/stunnel.tmpfiles.conf |1 
 12 files changed, 168 insertions(+), 168 deletions(-)

Deleted: community-i686/Makefile.patch
===
--- community-i686/Makefile.patch   2016-05-11 18:43:29 UTC (rev 174829)
+++ community-i686/Makefile.patch   2016-05-11 18:43:41 UTC (rev 174830)
@@ -1,12 +0,0 @@
 tools/Makefile.in  2010-03-31 04:45:09.0 -0500
-+++ tools/Makefile.in  2010-04-11 17:17:41.0 -0500
-@@ -334,8 +334,7 @@
- 
- info-am:
- 
--install-data-am: install-confDATA install-data-local \
--  install-examplesDATA
-+install-data-am: install-confDATA install-examplesDATA
- 
- install-dvi: install-dvi-am
- 

Copied: stunnel/repos/community-i686/Makefile.patch (from rev 174829, 
stunnel/trunk/Makefile.patch)
===
--- community-i686/Makefile.patch   (rev 0)
+++ community-i686/Makefile.patch   2016-05-11 18:43:41 UTC (rev 174830)
@@ -0,0 +1,12 @@
+--- tools/Makefile.in  2010-03-31 04:45:09.0 -0500
 tools/Makefile.in  2010-04-11 17:17:41.0 -0500
+@@ -334,8 +334,7 @@
+ 
+ info-am:
+ 
+-install-data-am: install-confDATA install-data-local \
+-  install-examplesDATA
++install-data-am: install-confDATA install-examplesDATA
+ 
+ install-dvi: install-dvi-am
+ 

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-11 18:43:29 UTC (rev 174829)
+++ community-i686/PKGBUILD 2016-05-11 18:43:41 UTC (rev 174830)
@@ -1,51 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Kaiting Chen 
-# Contributor: Daniel J Griffiths 
-# Contributor: Kevin Piche 
-
-pkgname=stunnel
-pkgver=5.31
-pkgrel=2
-pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside 
SSL"
-arch=('i686' 'x86_64')
-url="https://www.stunnel.org/;
-license=('GPL')
-depends=('openssl')
-install=$pkgname.install
-source=("https://www.stunnel.org/downloads/archive/5.x/$pkgname-$pkgver.tar.gz"{,.asc}
-'Makefile.patch'
-'stunnel.tmpfiles.conf')
-md5sums=('a39b89624984cefc6d229a54f34b33ec'
- 'SKIP'
- '579f198ecb90a42fcbfd8a4e48006264'
- '2e065a39998e57727ee79887bbd1751e')
-validpgpkeys=('AC915EA30645D9D3D4DAE4FEB1048932DD33') # Michał Trojnara
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # don't create a certificate...
-  patch -p0 <"$srcdir/Makefile.patch"
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-ipv6 \
---disable-libwrap
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 tools/stunnel.service 
"$pkgdir/usr/lib/systemd/system/stunnel.service"
-  install -Dm644 "$srcdir/stunnel.tmpfiles.conf" 

[arch-commits] Commit in stunnel/repos (16 files)

2016-04-17 Thread Lukas Fleischer
Date: Sunday, April 17, 2016 @ 08:46:13
  Author: lfleischer
Revision: 171236

archrelease: copy trunk to community-i686, community-x86_64

Added:
  stunnel/repos/community-i686/Makefile.patch
(from rev 171235, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-i686/PKGBUILD
(from rev 171235, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-i686/stunnel.install
(from rev 171235, stunnel/trunk/stunnel.install)
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
(from rev 171235, stunnel/trunk/stunnel.tmpfiles.conf)
  stunnel/repos/community-x86_64/Makefile.patch
(from rev 171235, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-x86_64/PKGBUILD
(from rev 171235, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-x86_64/stunnel.install
(from rev 171235, stunnel/trunk/stunnel.install)
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf
(from rev 171235, stunnel/trunk/stunnel.tmpfiles.conf)
Deleted:
  stunnel/repos/community-i686/Makefile.patch
  stunnel/repos/community-i686/PKGBUILD
  stunnel/repos/community-i686/stunnel.install
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
  stunnel/repos/community-x86_64/Makefile.patch
  stunnel/repos/community-x86_64/PKGBUILD
  stunnel/repos/community-x86_64/stunnel.install
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf

+
 /Makefile.patch|   24 +++
 /PKGBUILD  |  102 +++
 /stunnel.install   |   40 
 /stunnel.tmpfiles.conf |2 
 community-i686/Makefile.patch  |   12 ---
 community-i686/PKGBUILD|   52 ---
 community-i686/stunnel.install |   20 --
 community-i686/stunnel.tmpfiles.conf   |1 
 community-x86_64/Makefile.patch|   12 ---
 community-x86_64/PKGBUILD  |   52 ---
 community-x86_64/stunnel.install   |   20 --
 community-x86_64/stunnel.tmpfiles.conf |1 
 12 files changed, 168 insertions(+), 170 deletions(-)

Deleted: community-i686/Makefile.patch
===
--- community-i686/Makefile.patch   2016-04-17 06:46:02 UTC (rev 171235)
+++ community-i686/Makefile.patch   2016-04-17 06:46:13 UTC (rev 171236)
@@ -1,12 +0,0 @@
 tools/Makefile.in  2010-03-31 04:45:09.0 -0500
-+++ tools/Makefile.in  2010-04-11 17:17:41.0 -0500
-@@ -334,8 +334,7 @@
- 
- info-am:
- 
--install-data-am: install-confDATA install-data-local \
--  install-examplesDATA
-+install-data-am: install-confDATA install-examplesDATA
- 
- install-dvi: install-dvi-am
- 

Copied: stunnel/repos/community-i686/Makefile.patch (from rev 171235, 
stunnel/trunk/Makefile.patch)
===
--- community-i686/Makefile.patch   (rev 0)
+++ community-i686/Makefile.patch   2016-04-17 06:46:13 UTC (rev 171236)
@@ -0,0 +1,12 @@
+--- tools/Makefile.in  2010-03-31 04:45:09.0 -0500
 tools/Makefile.in  2010-04-11 17:17:41.0 -0500
+@@ -334,8 +334,7 @@
+ 
+ info-am:
+ 
+-install-data-am: install-confDATA install-data-local \
+-  install-examplesDATA
++install-data-am: install-confDATA install-examplesDATA
+ 
+ install-dvi: install-dvi-am
+ 

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-17 06:46:02 UTC (rev 171235)
+++ community-i686/PKGBUILD 2016-04-17 06:46:13 UTC (rev 171236)
@@ -1,52 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Kaiting Chen 
-# Contributor: Daniel J Griffiths 
-# Contributor: Kevin Piche 
-
-pkgname=stunnel
-pkgver=5.31
-pkgrel=1
-pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside 
SSL"
-arch=('i686' 'x86_64')
-url="https://www.stunnel.org/;
-license=('GPL')
-depends=('openssl')
-install=$pkgname.install
-source=("https://www.stunnel.org/downloads/archive/5.x/$pkgname-$pkgver.tar.gz"{,.asc}
-'Makefile.patch'
-'stunnel.tmpfiles.conf')
-md5sums=('a39b89624984cefc6d229a54f34b33ec'
- 'SKIP'
- '579f198ecb90a42fcbfd8a4e48006264'
- '2e065a39998e57727ee79887bbd1751e')
-validpgpkeys=('AC915EA30645D9D3D4DAE4FEB1048932DD33') # Michał Trojnara
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # don't create a certificate...
-  patch -p0 <"$srcdir/Makefile.patch"
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-ipv6 \
---disable-libwrap
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 tools/stunnel.conf 
"$pkgdir/etc/stunnel/stunnel-openssl.conf-sample"
-  install -Dm644 tools/stunnel.service 

[arch-commits] Commit in stunnel/repos (16 files)

2016-03-09 Thread Lukas Fleischer
Date: Wednesday, March 9, 2016 @ 21:52:03
  Author: lfleischer
Revision: 165784

archrelease: copy trunk to community-i686, community-x86_64

Added:
  stunnel/repos/community-i686/Makefile.patch
(from rev 165783, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-i686/PKGBUILD
(from rev 165783, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-i686/stunnel.install
(from rev 165783, stunnel/trunk/stunnel.install)
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
(from rev 165783, stunnel/trunk/stunnel.tmpfiles.conf)
  stunnel/repos/community-x86_64/Makefile.patch
(from rev 165783, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-x86_64/PKGBUILD
(from rev 165783, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-x86_64/stunnel.install
(from rev 165783, stunnel/trunk/stunnel.install)
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf
(from rev 165783, stunnel/trunk/stunnel.tmpfiles.conf)
Deleted:
  stunnel/repos/community-i686/Makefile.patch
  stunnel/repos/community-i686/PKGBUILD
  stunnel/repos/community-i686/stunnel.install
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
  stunnel/repos/community-x86_64/Makefile.patch
  stunnel/repos/community-x86_64/PKGBUILD
  stunnel/repos/community-x86_64/stunnel.install
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf

+
 /Makefile.patch|   24 +++
 /PKGBUILD  |  104 +++
 /stunnel.install   |   40 +++
 /stunnel.tmpfiles.conf |2 
 community-i686/Makefile.patch  |   12 ---
 community-i686/PKGBUILD|   52 ---
 community-i686/stunnel.install |   20 -
 community-i686/stunnel.tmpfiles.conf   |1 
 community-x86_64/Makefile.patch|   12 ---
 community-x86_64/PKGBUILD  |   52 ---
 community-x86_64/stunnel.install   |   20 -
 community-x86_64/stunnel.tmpfiles.conf |1 
 12 files changed, 170 insertions(+), 170 deletions(-)

Deleted: community-i686/Makefile.patch
===
--- community-i686/Makefile.patch   2016-03-09 20:51:52 UTC (rev 165783)
+++ community-i686/Makefile.patch   2016-03-09 20:52:03 UTC (rev 165784)
@@ -1,12 +0,0 @@
 tools/Makefile.in  2010-03-31 04:45:09.0 -0500
-+++ tools/Makefile.in  2010-04-11 17:17:41.0 -0500
-@@ -334,8 +334,7 @@
- 
- info-am:
- 
--install-data-am: install-confDATA install-data-local \
--  install-examplesDATA
-+install-data-am: install-confDATA install-examplesDATA
- 
- install-dvi: install-dvi-am
- 

Copied: stunnel/repos/community-i686/Makefile.patch (from rev 165783, 
stunnel/trunk/Makefile.patch)
===
--- community-i686/Makefile.patch   (rev 0)
+++ community-i686/Makefile.patch   2016-03-09 20:52:03 UTC (rev 165784)
@@ -0,0 +1,12 @@
+--- tools/Makefile.in  2010-03-31 04:45:09.0 -0500
 tools/Makefile.in  2010-04-11 17:17:41.0 -0500
+@@ -334,8 +334,7 @@
+ 
+ info-am:
+ 
+-install-data-am: install-confDATA install-data-local \
+-  install-examplesDATA
++install-data-am: install-confDATA install-examplesDATA
+ 
+ install-dvi: install-dvi-am
+ 

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-09 20:51:52 UTC (rev 165783)
+++ community-i686/PKGBUILD 2016-03-09 20:52:03 UTC (rev 165784)
@@ -1,52 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Kaiting Chen 
-# Contributor: Daniel J Griffiths 
-# Contributor: Kevin Piche 
-
-pkgname=stunnel
-pkgver=5.30
-pkgrel=3
-pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside 
SSL"
-arch=('i686' 'x86_64')
-url="https://www.stunnel.org/;
-license=('GPL')
-depends=('openssl')
-install=$pkgname.install
-source=("https://www.stunnel.org/downloads/archive/5.x/$pkgname-$pkgver.tar.gz"{,.asc}
-'Makefile.patch'
-'stunnel.tmpfiles.conf')
-md5sums=('7bbf27296a83c0b752f6bb6d1b750b19'
- 'SKIP'
- '579f198ecb90a42fcbfd8a4e48006264'
- '2e065a39998e57727ee79887bbd1751e')
-validpgpkeys=('AC915EA30645D9D3D4DAE4FEB1048932DD33') # Michał Trojnara
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # don't create a certificate...
-  patch -p0 <"$srcdir/Makefile.patch"
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-ipv6 \
---disable-libwrap
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 tools/stunnel.conf 
"$pkgdir/etc/stunnel/stunnel-openssl.conf-sample"
-  install -Dm644 tools/stunnel.service 

[arch-commits] Commit in stunnel/repos (16 files)

2016-02-07 Thread Lukas Fleischer
Date: Sunday, February 7, 2016 @ 12:21:42
  Author: lfleischer
Revision: 160525

archrelease: copy trunk to community-i686, community-x86_64

Added:
  stunnel/repos/community-i686/Makefile.patch
(from rev 160524, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-i686/PKGBUILD
(from rev 160524, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-i686/stunnel.install
(from rev 160524, stunnel/trunk/stunnel.install)
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
(from rev 160524, stunnel/trunk/stunnel.tmpfiles.conf)
  stunnel/repos/community-x86_64/Makefile.patch
(from rev 160524, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-x86_64/PKGBUILD
(from rev 160524, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-x86_64/stunnel.install
(from rev 160524, stunnel/trunk/stunnel.install)
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf
(from rev 160524, stunnel/trunk/stunnel.tmpfiles.conf)
Deleted:
  stunnel/repos/community-i686/Makefile.patch
  stunnel/repos/community-i686/PKGBUILD
  stunnel/repos/community-i686/stunnel.install
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
  stunnel/repos/community-x86_64/Makefile.patch
  stunnel/repos/community-x86_64/PKGBUILD
  stunnel/repos/community-x86_64/stunnel.install
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf

+
 /Makefile.patch|   24 +++
 /PKGBUILD  |  104 +++
 /stunnel.install   |   40 +++
 /stunnel.tmpfiles.conf |2 
 community-i686/Makefile.patch  |   12 ---
 community-i686/PKGBUILD|   52 ---
 community-i686/stunnel.install |   20 -
 community-i686/stunnel.tmpfiles.conf   |1 
 community-x86_64/Makefile.patch|   12 ---
 community-x86_64/PKGBUILD  |   52 ---
 community-x86_64/stunnel.install   |   20 -
 community-x86_64/stunnel.tmpfiles.conf |1 
 12 files changed, 170 insertions(+), 170 deletions(-)

Deleted: community-i686/Makefile.patch
===
--- community-i686/Makefile.patch   2016-02-07 11:20:58 UTC (rev 160524)
+++ community-i686/Makefile.patch   2016-02-07 11:21:42 UTC (rev 160525)
@@ -1,12 +0,0 @@
 tools/Makefile.in  2010-03-31 04:45:09.0 -0500
-+++ tools/Makefile.in  2010-04-11 17:17:41.0 -0500
-@@ -334,8 +334,7 @@
- 
- info-am:
- 
--install-data-am: install-confDATA install-data-local \
--  install-examplesDATA
-+install-data-am: install-confDATA install-examplesDATA
- 
- install-dvi: install-dvi-am
- 

Copied: stunnel/repos/community-i686/Makefile.patch (from rev 160524, 
stunnel/trunk/Makefile.patch)
===
--- community-i686/Makefile.patch   (rev 0)
+++ community-i686/Makefile.patch   2016-02-07 11:21:42 UTC (rev 160525)
@@ -0,0 +1,12 @@
+--- tools/Makefile.in  2010-03-31 04:45:09.0 -0500
 tools/Makefile.in  2010-04-11 17:17:41.0 -0500
+@@ -334,8 +334,7 @@
+ 
+ info-am:
+ 
+-install-data-am: install-confDATA install-data-local \
+-  install-examplesDATA
++install-data-am: install-confDATA install-examplesDATA
+ 
+ install-dvi: install-dvi-am
+ 

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-07 11:20:58 UTC (rev 160524)
+++ community-i686/PKGBUILD 2016-02-07 11:21:42 UTC (rev 160525)
@@ -1,52 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Kaiting Chen 
-# Contributor: Daniel J Griffiths 
-# Contributor: Kevin Piche 
-
-pkgname=stunnel
-pkgver=5.29
-pkgrel=1
-pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside 
SSL"
-arch=('i686' 'x86_64')
-url="http://www.stunnel.org;
-license=('GPL')
-depends=('openssl')
-install=$pkgname.install
-source=("https://www.stunnel.org/downloads/$pkgname-$pkgver.tar.gz"{,.asc}
-'Makefile.patch'
-'stunnel.tmpfiles.conf')
-md5sums=('bf4c13ea9705156adbd04f1d766093ea'
- 'SKIP'
- '579f198ecb90a42fcbfd8a4e48006264'
- '2e065a39998e57727ee79887bbd1751e')
-validpgpkeys=('AC915EA30645D9D3D4DAE4FEB1048932DD33') # Michał Trojnara
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # don't create a certificate...
-  patch -p0 <"$srcdir/Makefile.patch"
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-ipv6 \
---disable-libwrap
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 tools/stunnel.conf 
"$pkgdir/etc/stunnel/stunnel-openssl.conf-sample"
-  install -Dm644 tools/stunnel.service 

[arch-commits] Commit in stunnel/repos (16 files)

2016-01-17 Thread Lukas Fleischer
Date: Sunday, January 17, 2016 @ 11:31:49
  Author: lfleischer
Revision: 157071

archrelease: copy trunk to community-i686, community-x86_64

Added:
  stunnel/repos/community-i686/Makefile.patch
(from rev 157070, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-i686/PKGBUILD
(from rev 157070, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-i686/stunnel.install
(from rev 157070, stunnel/trunk/stunnel.install)
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
(from rev 157070, stunnel/trunk/stunnel.tmpfiles.conf)
  stunnel/repos/community-x86_64/Makefile.patch
(from rev 157070, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-x86_64/PKGBUILD
(from rev 157070, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-x86_64/stunnel.install
(from rev 157070, stunnel/trunk/stunnel.install)
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf
(from rev 157070, stunnel/trunk/stunnel.tmpfiles.conf)
Deleted:
  stunnel/repos/community-i686/Makefile.patch
  stunnel/repos/community-i686/PKGBUILD
  stunnel/repos/community-i686/stunnel.install
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
  stunnel/repos/community-x86_64/Makefile.patch
  stunnel/repos/community-x86_64/PKGBUILD
  stunnel/repos/community-x86_64/stunnel.install
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf

+
 /Makefile.patch|   24 +++
 /PKGBUILD  |  104 +++
 /stunnel.install   |   40 +++
 /stunnel.tmpfiles.conf |2 
 community-i686/Makefile.patch  |   12 ---
 community-i686/PKGBUILD|   52 ---
 community-i686/stunnel.install |   20 -
 community-i686/stunnel.tmpfiles.conf   |1 
 community-x86_64/Makefile.patch|   12 ---
 community-x86_64/PKGBUILD  |   52 ---
 community-x86_64/stunnel.install   |   20 -
 community-x86_64/stunnel.tmpfiles.conf |1 
 12 files changed, 170 insertions(+), 170 deletions(-)

Deleted: community-i686/Makefile.patch
===
--- community-i686/Makefile.patch   2016-01-17 10:31:29 UTC (rev 157070)
+++ community-i686/Makefile.patch   2016-01-17 10:31:49 UTC (rev 157071)
@@ -1,12 +0,0 @@
 tools/Makefile.in  2010-03-31 04:45:09.0 -0500
-+++ tools/Makefile.in  2010-04-11 17:17:41.0 -0500
-@@ -334,8 +334,7 @@
- 
- info-am:
- 
--install-data-am: install-confDATA install-data-local \
--  install-examplesDATA
-+install-data-am: install-confDATA install-examplesDATA
- 
- install-dvi: install-dvi-am
- 

Copied: stunnel/repos/community-i686/Makefile.patch (from rev 157070, 
stunnel/trunk/Makefile.patch)
===
--- community-i686/Makefile.patch   (rev 0)
+++ community-i686/Makefile.patch   2016-01-17 10:31:49 UTC (rev 157071)
@@ -0,0 +1,12 @@
+--- tools/Makefile.in  2010-03-31 04:45:09.0 -0500
 tools/Makefile.in  2010-04-11 17:17:41.0 -0500
+@@ -334,8 +334,7 @@
+ 
+ info-am:
+ 
+-install-data-am: install-confDATA install-data-local \
+-  install-examplesDATA
++install-data-am: install-confDATA install-examplesDATA
+ 
+ install-dvi: install-dvi-am
+ 

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-17 10:31:29 UTC (rev 157070)
+++ community-i686/PKGBUILD 2016-01-17 10:31:49 UTC (rev 157071)
@@ -1,52 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Kaiting Chen 
-# Contributor: Daniel J Griffiths 
-# Contributor: Kevin Piche 
-
-pkgname=stunnel
-pkgver=5.28
-pkgrel=1
-pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside 
SSL"
-arch=('i686' 'x86_64')
-url="http://www.stunnel.org;
-license=('GPL')
-depends=('openssl')
-install=$pkgname.install
-source=("https://www.stunnel.org/downloads/$pkgname-$pkgver.tar.gz"{,.asc}
-'Makefile.patch'
-'stunnel.tmpfiles.conf')
-md5sums=('2c39ae0be771f91bf5b0205beafddca6'
- 'SKIP'
- '579f198ecb90a42fcbfd8a4e48006264'
- '2e065a39998e57727ee79887bbd1751e')
-validpgpkeys=('AC915EA30645D9D3D4DAE4FEB1048932DD33') # Michał Trojnara
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # don't create a certificate...
-  patch -p0 <"$srcdir/Makefile.patch"
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-ipv6 \
---disable-libwrap
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 tools/stunnel.conf 
"$pkgdir/etc/stunnel/stunnel-openssl.conf-sample"
-  install -Dm644 tools/stunnel.service 

[arch-commits] Commit in stunnel/repos (16 files)

2016-01-04 Thread Lukas Fleischer
Date: Monday, January 4, 2016 @ 22:14:57
  Author: lfleischer
Revision: 155489

archrelease: copy trunk to community-i686, community-x86_64

Added:
  stunnel/repos/community-i686/Makefile.patch
(from rev 155488, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-i686/PKGBUILD
(from rev 155488, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-i686/stunnel.install
(from rev 155488, stunnel/trunk/stunnel.install)
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
(from rev 155488, stunnel/trunk/stunnel.tmpfiles.conf)
  stunnel/repos/community-x86_64/Makefile.patch
(from rev 155488, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-x86_64/PKGBUILD
(from rev 155488, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-x86_64/stunnel.install
(from rev 155488, stunnel/trunk/stunnel.install)
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf
(from rev 155488, stunnel/trunk/stunnel.tmpfiles.conf)
Deleted:
  stunnel/repos/community-i686/Makefile.patch
  stunnel/repos/community-i686/PKGBUILD
  stunnel/repos/community-i686/stunnel.install
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
  stunnel/repos/community-x86_64/Makefile.patch
  stunnel/repos/community-x86_64/PKGBUILD
  stunnel/repos/community-x86_64/stunnel.install
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf

+
 /Makefile.patch|   24 +++
 /PKGBUILD  |  104 +++
 /stunnel.install   |   40 +++
 /stunnel.tmpfiles.conf |2 
 community-i686/Makefile.patch  |   12 ---
 community-i686/PKGBUILD|   52 ---
 community-i686/stunnel.install |   20 -
 community-i686/stunnel.tmpfiles.conf   |1 
 community-x86_64/Makefile.patch|   12 ---
 community-x86_64/PKGBUILD  |   52 ---
 community-x86_64/stunnel.install   |   20 -
 community-x86_64/stunnel.tmpfiles.conf |1 
 12 files changed, 170 insertions(+), 170 deletions(-)

Deleted: community-i686/Makefile.patch
===
--- community-i686/Makefile.patch   2016-01-04 21:14:45 UTC (rev 155488)
+++ community-i686/Makefile.patch   2016-01-04 21:14:57 UTC (rev 155489)
@@ -1,12 +0,0 @@
 tools/Makefile.in  2010-03-31 04:45:09.0 -0500
-+++ tools/Makefile.in  2010-04-11 17:17:41.0 -0500
-@@ -334,8 +334,7 @@
- 
- info-am:
- 
--install-data-am: install-confDATA install-data-local \
--  install-examplesDATA
-+install-data-am: install-confDATA install-examplesDATA
- 
- install-dvi: install-dvi-am
- 

Copied: stunnel/repos/community-i686/Makefile.patch (from rev 155488, 
stunnel/trunk/Makefile.patch)
===
--- community-i686/Makefile.patch   (rev 0)
+++ community-i686/Makefile.patch   2016-01-04 21:14:57 UTC (rev 155489)
@@ -0,0 +1,12 @@
+--- tools/Makefile.in  2010-03-31 04:45:09.0 -0500
 tools/Makefile.in  2010-04-11 17:17:41.0 -0500
+@@ -334,8 +334,7 @@
+ 
+ info-am:
+ 
+-install-data-am: install-confDATA install-data-local \
+-  install-examplesDATA
++install-data-am: install-confDATA install-examplesDATA
+ 
+ install-dvi: install-dvi-am
+ 

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-04 21:14:45 UTC (rev 155488)
+++ community-i686/PKGBUILD 2016-01-04 21:14:57 UTC (rev 155489)
@@ -1,52 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Kaiting Chen 
-# Contributor: Daniel J Griffiths 
-# Contributor: Kevin Piche 
-
-pkgname=stunnel
-pkgver=5.26
-pkgrel=1
-pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside 
SSL"
-arch=('i686' 'x86_64')
-url="http://www.stunnel.org;
-license=('GPL')
-depends=('openssl')
-install=$pkgname.install
-source=("https://www.stunnel.org/downloads/$pkgname-$pkgver.tar.gz"{,.asc}
-'Makefile.patch'
-'stunnel.tmpfiles.conf')
-md5sums=('cd72bf9b7fb3577a0330df315cd88b0a'
- 'SKIP'
- '579f198ecb90a42fcbfd8a4e48006264'
- '2e065a39998e57727ee79887bbd1751e')
-validpgpkeys=('AC915EA30645D9D3D4DAE4FEB1048932DD33') # Michał Trojnara
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # don't create a certificate...
-  patch -p0 <"$srcdir/Makefile.patch"
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-ipv6 \
---disable-libwrap
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 tools/stunnel.conf 
"$pkgdir/etc/stunnel/stunnel-openssl.conf-sample"
-  install -Dm644 tools/stunnel.service 

[arch-commits] Commit in stunnel/repos (16 files)

2015-11-07 Thread Lukas Fleischer
Date: Saturday, November 7, 2015 @ 13:18:51
  Author: lfleischer
Revision: 146368

archrelease: copy trunk to community-i686, community-x86_64

Added:
  stunnel/repos/community-i686/Makefile.patch
(from rev 146366, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-i686/PKGBUILD
(from rev 146366, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-i686/stunnel.install
(from rev 146366, stunnel/trunk/stunnel.install)
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
(from rev 146366, stunnel/trunk/stunnel.tmpfiles.conf)
  stunnel/repos/community-x86_64/Makefile.patch
(from rev 146366, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-x86_64/PKGBUILD
(from rev 146366, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-x86_64/stunnel.install
(from rev 146366, stunnel/trunk/stunnel.install)
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf
(from rev 146366, stunnel/trunk/stunnel.tmpfiles.conf)
Deleted:
  stunnel/repos/community-i686/Makefile.patch
  stunnel/repos/community-i686/PKGBUILD
  stunnel/repos/community-i686/stunnel.install
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
  stunnel/repos/community-x86_64/Makefile.patch
  stunnel/repos/community-x86_64/PKGBUILD
  stunnel/repos/community-x86_64/stunnel.install
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf

+
 /Makefile.patch|   24 +++
 /PKGBUILD  |  104 +++
 /stunnel.install   |   40 +++
 /stunnel.tmpfiles.conf |2 
 community-i686/Makefile.patch  |   12 ---
 community-i686/PKGBUILD|   52 ---
 community-i686/stunnel.install |   20 -
 community-i686/stunnel.tmpfiles.conf   |1 
 community-x86_64/Makefile.patch|   12 ---
 community-x86_64/PKGBUILD  |   52 ---
 community-x86_64/stunnel.install   |   20 -
 community-x86_64/stunnel.tmpfiles.conf |1 
 12 files changed, 170 insertions(+), 170 deletions(-)

Deleted: community-i686/Makefile.patch
===
--- community-i686/Makefile.patch   2015-11-07 12:18:41 UTC (rev 146367)
+++ community-i686/Makefile.patch   2015-11-07 12:18:51 UTC (rev 146368)
@@ -1,12 +0,0 @@
 tools/Makefile.in  2010-03-31 04:45:09.0 -0500
-+++ tools/Makefile.in  2010-04-11 17:17:41.0 -0500
-@@ -334,8 +334,7 @@
- 
- info-am:
- 
--install-data-am: install-confDATA install-data-local \
--  install-examplesDATA
-+install-data-am: install-confDATA install-examplesDATA
- 
- install-dvi: install-dvi-am
- 

Copied: stunnel/repos/community-i686/Makefile.patch (from rev 146366, 
stunnel/trunk/Makefile.patch)
===
--- community-i686/Makefile.patch   (rev 0)
+++ community-i686/Makefile.patch   2015-11-07 12:18:51 UTC (rev 146368)
@@ -0,0 +1,12 @@
+--- tools/Makefile.in  2010-03-31 04:45:09.0 -0500
 tools/Makefile.in  2010-04-11 17:17:41.0 -0500
+@@ -334,8 +334,7 @@
+ 
+ info-am:
+ 
+-install-data-am: install-confDATA install-data-local \
+-  install-examplesDATA
++install-data-am: install-confDATA install-examplesDATA
+ 
+ install-dvi: install-dvi-am
+ 

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-07 12:18:41 UTC (rev 146367)
+++ community-i686/PKGBUILD 2015-11-07 12:18:51 UTC (rev 146368)
@@ -1,52 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Kaiting Chen 
-# Contributor: Daniel J Griffiths 
-# Contributor: Kevin Piche 
-
-pkgname=stunnel
-pkgver=5.24
-pkgrel=1
-pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside 
SSL"
-arch=('i686' 'x86_64')
-url="http://www.stunnel.org;
-license=('GPL')
-depends=('openssl')
-install=$pkgname.install
-source=("https://www.stunnel.org/downloads/$pkgname-$pkgver.tar.gz"{,.asc}
-'Makefile.patch'
-'stunnel.tmpfiles.conf')
-md5sums=('24ad1f10525181edcf82433aac8bad0b'
- 'SKIP'
- '579f198ecb90a42fcbfd8a4e48006264'
- '2e065a39998e57727ee79887bbd1751e')
-validpgpkeys=('AC915EA30645D9D3D4DAE4FEB1048932DD33') # Michał Trojnara
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # don't create a certificate...
-  patch -p0 <"$srcdir/Makefile.patch"
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-ipv6 \
---disable-libwrap
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 tools/stunnel.conf 
"$pkgdir/etc/stunnel/stunnel-openssl.conf-sample"
-  install -Dm644 tools/stunnel.service 

[arch-commits] Commit in stunnel/repos (16 files)

2015-10-13 Thread Felix Yan
Date: Wednesday, October 14, 2015 @ 04:01:42
  Author: fyan
Revision: 143953

archrelease: copy trunk to community-i686, community-x86_64

Added:
  stunnel/repos/community-i686/Makefile.patch
(from rev 143952, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-i686/PKGBUILD
(from rev 143952, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-i686/stunnel.install
(from rev 143952, stunnel/trunk/stunnel.install)
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
(from rev 143952, stunnel/trunk/stunnel.tmpfiles.conf)
  stunnel/repos/community-x86_64/Makefile.patch
(from rev 143952, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-x86_64/PKGBUILD
(from rev 143952, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-x86_64/stunnel.install
(from rev 143952, stunnel/trunk/stunnel.install)
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf
(from rev 143952, stunnel/trunk/stunnel.tmpfiles.conf)
Deleted:
  stunnel/repos/community-i686/Makefile.patch
  stunnel/repos/community-i686/PKGBUILD
  stunnel/repos/community-i686/stunnel.install
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
  stunnel/repos/community-x86_64/Makefile.patch
  stunnel/repos/community-x86_64/PKGBUILD
  stunnel/repos/community-x86_64/stunnel.install
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf

+
 /Makefile.patch|   24 +++
 /PKGBUILD  |  104 +++
 /stunnel.install   |   40 +++
 /stunnel.tmpfiles.conf |2 
 community-i686/Makefile.patch  |   12 ---
 community-i686/PKGBUILD|   52 ---
 community-i686/stunnel.install |   20 -
 community-i686/stunnel.tmpfiles.conf   |1 
 community-x86_64/Makefile.patch|   12 ---
 community-x86_64/PKGBUILD  |   52 ---
 community-x86_64/stunnel.install   |   20 -
 community-x86_64/stunnel.tmpfiles.conf |1 
 12 files changed, 170 insertions(+), 170 deletions(-)

Deleted: community-i686/Makefile.patch
===
--- community-i686/Makefile.patch   2015-10-14 02:00:46 UTC (rev 143952)
+++ community-i686/Makefile.patch   2015-10-14 02:01:42 UTC (rev 143953)
@@ -1,12 +0,0 @@
 tools/Makefile.in  2010-03-31 04:45:09.0 -0500
-+++ tools/Makefile.in  2010-04-11 17:17:41.0 -0500
-@@ -334,8 +334,7 @@
- 
- info-am:
- 
--install-data-am: install-confDATA install-data-local \
--  install-examplesDATA
-+install-data-am: install-confDATA install-examplesDATA
- 
- install-dvi: install-dvi-am
- 

Copied: stunnel/repos/community-i686/Makefile.patch (from rev 143952, 
stunnel/trunk/Makefile.patch)
===
--- community-i686/Makefile.patch   (rev 0)
+++ community-i686/Makefile.patch   2015-10-14 02:01:42 UTC (rev 143953)
@@ -0,0 +1,12 @@
+--- tools/Makefile.in  2010-03-31 04:45:09.0 -0500
 tools/Makefile.in  2010-04-11 17:17:41.0 -0500
+@@ -334,8 +334,7 @@
+ 
+ info-am:
+ 
+-install-data-am: install-confDATA install-data-local \
+-  install-examplesDATA
++install-data-am: install-confDATA install-examplesDATA
+ 
+ install-dvi: install-dvi-am
+ 

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-14 02:00:46 UTC (rev 143952)
+++ community-i686/PKGBUILD 2015-10-14 02:01:42 UTC (rev 143953)
@@ -1,52 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Kaiting Chen 
-# Contributor: Daniel J Griffiths 
-# Contributor: Kevin Piche 
-
-pkgname=stunnel
-pkgver=5.23
-pkgrel=1
-pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside 
SSL"
-arch=('i686' 'x86_64')
-url="http://www.stunnel.org;
-license=('GPL')
-depends=('openssl')
-install=$pkgname.install
-source=("https://www.stunnel.org/downloads/$pkgname-$pkgver.tar.gz"{,.asc}
-'Makefile.patch'
-'stunnel.tmpfiles.conf')
-md5sums=('55470899902f706e2cd39a614524ca1a'
- 'SKIP'
- '579f198ecb90a42fcbfd8a4e48006264'
- '2e065a39998e57727ee79887bbd1751e')
-validpgpkeys=('AC915EA30645D9D3D4DAE4FEB1048932DD33') # Michał Trojnara
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # don't create a certificate...
-  patch -p0 <"$srcdir/Makefile.patch"
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-ipv6 \
---disable-libwrap
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 tools/stunnel.conf 
"$pkgdir/etc/stunnel/stunnel-openssl.conf-sample"
-  install -Dm644 tools/stunnel.service 

[arch-commits] Commit in stunnel/repos (16 files)

2015-09-27 Thread Lukas Fleischer
Date: Sunday, September 27, 2015 @ 11:27:20
  Author: lfleischer
Revision: 141674

archrelease: copy trunk to community-i686, community-x86_64

Added:
  stunnel/repos/community-i686/Makefile.patch
(from rev 141673, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-i686/PKGBUILD
(from rev 141673, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-i686/stunnel.install
(from rev 141673, stunnel/trunk/stunnel.install)
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
(from rev 141673, stunnel/trunk/stunnel.tmpfiles.conf)
  stunnel/repos/community-x86_64/Makefile.patch
(from rev 141673, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-x86_64/PKGBUILD
(from rev 141673, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-x86_64/stunnel.install
(from rev 141673, stunnel/trunk/stunnel.install)
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf
(from rev 141673, stunnel/trunk/stunnel.tmpfiles.conf)
Deleted:
  stunnel/repos/community-i686/Makefile.patch
  stunnel/repos/community-i686/PKGBUILD
  stunnel/repos/community-i686/stunnel.install
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
  stunnel/repos/community-x86_64/Makefile.patch
  stunnel/repos/community-x86_64/PKGBUILD
  stunnel/repos/community-x86_64/stunnel.install
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf

+
 /Makefile.patch|   24 +++
 /PKGBUILD  |  104 +++
 /stunnel.install   |   40 +++
 /stunnel.tmpfiles.conf |2 
 community-i686/Makefile.patch  |   12 ---
 community-i686/PKGBUILD|   52 ---
 community-i686/stunnel.install |   20 -
 community-i686/stunnel.tmpfiles.conf   |1 
 community-x86_64/Makefile.patch|   12 ---
 community-x86_64/PKGBUILD  |   52 ---
 community-x86_64/stunnel.install   |   20 -
 community-x86_64/stunnel.tmpfiles.conf |1 
 12 files changed, 170 insertions(+), 170 deletions(-)

Deleted: community-i686/Makefile.patch
===
--- community-i686/Makefile.patch   2015-09-27 09:27:06 UTC (rev 141673)
+++ community-i686/Makefile.patch   2015-09-27 09:27:20 UTC (rev 141674)
@@ -1,12 +0,0 @@
 tools/Makefile.in  2010-03-31 04:45:09.0 -0500
-+++ tools/Makefile.in  2010-04-11 17:17:41.0 -0500
-@@ -334,8 +334,7 @@
- 
- info-am:
- 
--install-data-am: install-confDATA install-data-local \
--  install-examplesDATA
-+install-data-am: install-confDATA install-examplesDATA
- 
- install-dvi: install-dvi-am
- 

Copied: stunnel/repos/community-i686/Makefile.patch (from rev 141673, 
stunnel/trunk/Makefile.patch)
===
--- community-i686/Makefile.patch   (rev 0)
+++ community-i686/Makefile.patch   2015-09-27 09:27:20 UTC (rev 141674)
@@ -0,0 +1,12 @@
+--- tools/Makefile.in  2010-03-31 04:45:09.0 -0500
 tools/Makefile.in  2010-04-11 17:17:41.0 -0500
+@@ -334,8 +334,7 @@
+ 
+ info-am:
+ 
+-install-data-am: install-confDATA install-data-local \
+-  install-examplesDATA
++install-data-am: install-confDATA install-examplesDATA
+ 
+ install-dvi: install-dvi-am
+ 

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-27 09:27:06 UTC (rev 141673)
+++ community-i686/PKGBUILD 2015-09-27 09:27:20 UTC (rev 141674)
@@ -1,52 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Kaiting Chen 
-# Contributor: Daniel J Griffiths 
-# Contributor: Kevin Piche 
-
-pkgname=stunnel
-pkgver=5.20
-pkgrel=1
-pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside 
SSL"
-arch=('i686' 'x86_64')
-url="http://www.stunnel.org;
-license=('GPL')
-depends=('openssl')
-install=$pkgname.install
-source=("https://www.stunnel.org/downloads/$pkgname-$pkgver.tar.gz"{,.asc}
-'Makefile.patch'
-'stunnel.tmpfiles.conf')
-md5sums=('3264375026c2b496b5d258e243222de8'
- 'SKIP'
- '579f198ecb90a42fcbfd8a4e48006264'
- '2e065a39998e57727ee79887bbd1751e')
-validpgpkeys=('AC915EA30645D9D3D4DAE4FEB1048932DD33') # Michał Trojnara
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # don't create a certificate...
-  patch -p0 <"$srcdir/Makefile.patch"
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-ipv6 \
---disable-libwrap
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 tools/stunnel.cnf 
"$pkgdir/etc/stunnel/stunnel-openssl.cnf-sample"
-  install -Dm644 tools/stunnel.service 

[arch-commits] Commit in stunnel/repos (16 files)

2015-07-13 Thread Lukas Fleischer
Date: Monday, July 13, 2015 @ 10:08:01
  Author: lfleischer
Revision: 136758

archrelease: copy trunk to community-i686, community-x86_64

Added:
  stunnel/repos/community-i686/Makefile.patch
(from rev 136757, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-i686/PKGBUILD
(from rev 136757, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-i686/stunnel.install
(from rev 136757, stunnel/trunk/stunnel.install)
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
(from rev 136757, stunnel/trunk/stunnel.tmpfiles.conf)
  stunnel/repos/community-x86_64/Makefile.patch
(from rev 136757, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-x86_64/PKGBUILD
(from rev 136757, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-x86_64/stunnel.install
(from rev 136757, stunnel/trunk/stunnel.install)
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf
(from rev 136757, stunnel/trunk/stunnel.tmpfiles.conf)
Deleted:
  stunnel/repos/community-i686/Makefile.patch
  stunnel/repos/community-i686/PKGBUILD
  stunnel/repos/community-i686/stunnel.install
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
  stunnel/repos/community-x86_64/Makefile.patch
  stunnel/repos/community-x86_64/PKGBUILD
  stunnel/repos/community-x86_64/stunnel.install
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf

+
 /Makefile.patch|   24 +++
 /PKGBUILD  |  104 +++
 /stunnel.install   |   40 +++
 /stunnel.tmpfiles.conf |2 
 community-i686/Makefile.patch  |   12 ---
 community-i686/PKGBUILD|   52 ---
 community-i686/stunnel.install |   20 -
 community-i686/stunnel.tmpfiles.conf   |1 
 community-x86_64/Makefile.patch|   12 ---
 community-x86_64/PKGBUILD  |   52 ---
 community-x86_64/stunnel.install   |   20 -
 community-x86_64/stunnel.tmpfiles.conf |1 
 12 files changed, 170 insertions(+), 170 deletions(-)

Deleted: community-i686/Makefile.patch
===
--- community-i686/Makefile.patch   2015-07-13 08:07:52 UTC (rev 136757)
+++ community-i686/Makefile.patch   2015-07-13 08:08:01 UTC (rev 136758)
@@ -1,12 +0,0 @@
 tools/Makefile.in  2010-03-31 04:45:09.0 -0500
-+++ tools/Makefile.in  2010-04-11 17:17:41.0 -0500
-@@ -334,8 +334,7 @@
- 
- info-am:
- 
--install-data-am: install-confDATA install-data-local \
--  install-examplesDATA
-+install-data-am: install-confDATA install-examplesDATA
- 
- install-dvi: install-dvi-am
- 

Copied: stunnel/repos/community-i686/Makefile.patch (from rev 136757, 
stunnel/trunk/Makefile.patch)
===
--- community-i686/Makefile.patch   (rev 0)
+++ community-i686/Makefile.patch   2015-07-13 08:08:01 UTC (rev 136758)
@@ -0,0 +1,12 @@
+--- tools/Makefile.in  2010-03-31 04:45:09.0 -0500
 tools/Makefile.in  2010-04-11 17:17:41.0 -0500
+@@ -334,8 +334,7 @@
+ 
+ info-am:
+ 
+-install-data-am: install-confDATA install-data-local \
+-  install-examplesDATA
++install-data-am: install-confDATA install-examplesDATA
+ 
+ install-dvi: install-dvi-am
+ 

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-13 08:07:52 UTC (rev 136757)
+++ community-i686/PKGBUILD 2015-07-13 08:08:01 UTC (rev 136758)
@@ -1,52 +0,0 @@
-# Maintainer: Lukas Fleischer lfleisc...@archlinux.org
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Contributor: Kevin Piche ke...@archlinux.org
-
-pkgname=stunnel
-pkgver=5.19
-pkgrel=1
-pkgdesc=A program that allows you to encrypt arbitrary TCP connections inside 
SSL
-arch=('i686' 'x86_64')
-url=http://www.stunnel.org;
-license=('GPL')
-depends=('openssl')
-install=$pkgname.install
-source=(https://www.stunnel.org/downloads/$pkgname-$pkgver.tar.gz{,.asc}
-'Makefile.patch'
-'stunnel.tmpfiles.conf')
-md5sums=('5642c0feb14f480b8a0739b6eb8b39e5'
- 'SKIP'
- '579f198ecb90a42fcbfd8a4e48006264'
- '2e065a39998e57727ee79887bbd1751e')
-validpgpkeys=('AC915EA30645D9D3D4DAE4FEB1048932DD33') # Michał Trojnara
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # don't create a certificate...
-  patch -p0 $srcdir/Makefile.patch
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-ipv6 \
---disable-libwrap
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  install -Dm644 tools/stunnel.cnf 
$pkgdir/etc/stunnel/stunnel-openssl.cnf-sample
-  install -Dm644 tools/stunnel.service 
$pkgdir/usr/lib/systemd/system/stunnel.service
-  install 

[arch-commits] Commit in stunnel/repos (16 files)

2015-07-09 Thread Lukas Fleischer
Date: Thursday, July 9, 2015 @ 15:02:02
  Author: lfleischer
Revision: 136581

archrelease: copy trunk to community-i686, community-x86_64

Added:
  stunnel/repos/community-i686/Makefile.patch
(from rev 136580, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-i686/PKGBUILD
(from rev 136580, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-i686/stunnel.install
(from rev 136580, stunnel/trunk/stunnel.install)
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
(from rev 136580, stunnel/trunk/stunnel.tmpfiles.conf)
  stunnel/repos/community-x86_64/Makefile.patch
(from rev 136580, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-x86_64/PKGBUILD
(from rev 136580, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-x86_64/stunnel.install
(from rev 136580, stunnel/trunk/stunnel.install)
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf
(from rev 136580, stunnel/trunk/stunnel.tmpfiles.conf)
Deleted:
  stunnel/repos/community-i686/Makefile.patch
  stunnel/repos/community-i686/PKGBUILD
  stunnel/repos/community-i686/stunnel.install
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
  stunnel/repos/community-x86_64/Makefile.patch
  stunnel/repos/community-x86_64/PKGBUILD
  stunnel/repos/community-x86_64/stunnel.install
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf

+
 /Makefile.patch|   24 +++
 /PKGBUILD  |  104 +++
 /stunnel.install   |   40 +++
 /stunnel.tmpfiles.conf |2 
 community-i686/Makefile.patch  |   12 ---
 community-i686/PKGBUILD|   52 ---
 community-i686/stunnel.install |   20 -
 community-i686/stunnel.tmpfiles.conf   |1 
 community-x86_64/Makefile.patch|   12 ---
 community-x86_64/PKGBUILD  |   52 ---
 community-x86_64/stunnel.install   |   20 -
 community-x86_64/stunnel.tmpfiles.conf |1 
 12 files changed, 170 insertions(+), 170 deletions(-)

Deleted: community-i686/Makefile.patch
===
--- community-i686/Makefile.patch   2015-07-09 13:01:50 UTC (rev 136580)
+++ community-i686/Makefile.patch   2015-07-09 13:02:02 UTC (rev 136581)
@@ -1,12 +0,0 @@
 tools/Makefile.in  2010-03-31 04:45:09.0 -0500
-+++ tools/Makefile.in  2010-04-11 17:17:41.0 -0500
-@@ -334,8 +334,7 @@
- 
- info-am:
- 
--install-data-am: install-confDATA install-data-local \
--  install-examplesDATA
-+install-data-am: install-confDATA install-examplesDATA
- 
- install-dvi: install-dvi-am
- 

Copied: stunnel/repos/community-i686/Makefile.patch (from rev 136580, 
stunnel/trunk/Makefile.patch)
===
--- community-i686/Makefile.patch   (rev 0)
+++ community-i686/Makefile.patch   2015-07-09 13:02:02 UTC (rev 136581)
@@ -0,0 +1,12 @@
+--- tools/Makefile.in  2010-03-31 04:45:09.0 -0500
 tools/Makefile.in  2010-04-11 17:17:41.0 -0500
+@@ -334,8 +334,7 @@
+ 
+ info-am:
+ 
+-install-data-am: install-confDATA install-data-local \
+-  install-examplesDATA
++install-data-am: install-confDATA install-examplesDATA
+ 
+ install-dvi: install-dvi-am
+ 

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-09 13:01:50 UTC (rev 136580)
+++ community-i686/PKGBUILD 2015-07-09 13:02:02 UTC (rev 136581)
@@ -1,52 +0,0 @@
-# Maintainer: Lukas Fleischer lfleisc...@archlinux.org
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Contributor: Kevin Piche ke...@archlinux.org
-
-pkgname=stunnel
-pkgver=5.17
-pkgrel=1
-pkgdesc=A program that allows you to encrypt arbitrary TCP connections inside 
SSL
-arch=('i686' 'x86_64')
-url=http://www.stunnel.org;
-license=('GPL')
-depends=('openssl')
-install=$pkgname.install
-source=(https://www.stunnel.org/downloads/$pkgname-$pkgver.tar.gz{,.asc}
-'Makefile.patch'
-'stunnel.tmpfiles.conf')
-md5sums=('e70f001ee190105c5a10a74f4bd54901'
- 'SKIP'
- '579f198ecb90a42fcbfd8a4e48006264'
- '2e065a39998e57727ee79887bbd1751e')
-validpgpkeys=('AC915EA30645D9D3D4DAE4FEB1048932DD33') # Michał Trojnara
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # don't create a certificate...
-  patch -p0 $srcdir/Makefile.patch
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-ipv6 \
---disable-libwrap
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  install -Dm644 tools/stunnel.cnf 
$pkgdir/etc/stunnel/stunnel-openssl.cnf-sample
-  install -Dm644 tools/stunnel.service 
$pkgdir/usr/lib/systemd/system/stunnel.service
-  install 

[arch-commits] Commit in stunnel/repos (16 files)

2015-05-20 Thread Lukas Fleischer
Date: Wednesday, May 20, 2015 @ 11:07:50
  Author: lfleischer
Revision: 133874

archrelease: copy trunk to community-i686, community-x86_64

Added:
  stunnel/repos/community-i686/Makefile.patch
(from rev 133873, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-i686/PKGBUILD
(from rev 133873, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-i686/stunnel.install
(from rev 133873, stunnel/trunk/stunnel.install)
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
(from rev 133873, stunnel/trunk/stunnel.tmpfiles.conf)
  stunnel/repos/community-x86_64/Makefile.patch
(from rev 133873, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-x86_64/PKGBUILD
(from rev 133873, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-x86_64/stunnel.install
(from rev 133873, stunnel/trunk/stunnel.install)
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf
(from rev 133873, stunnel/trunk/stunnel.tmpfiles.conf)
Deleted:
  stunnel/repos/community-i686/Makefile.patch
  stunnel/repos/community-i686/PKGBUILD
  stunnel/repos/community-i686/stunnel.install
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
  stunnel/repos/community-x86_64/Makefile.patch
  stunnel/repos/community-x86_64/PKGBUILD
  stunnel/repos/community-x86_64/stunnel.install
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf

+
 /Makefile.patch|   24 +++
 /PKGBUILD  |  104 +++
 /stunnel.install   |   40 +++
 /stunnel.tmpfiles.conf |2 
 community-i686/Makefile.patch  |   12 ---
 community-i686/PKGBUILD|   52 ---
 community-i686/stunnel.install |   20 -
 community-i686/stunnel.tmpfiles.conf   |1 
 community-x86_64/Makefile.patch|   12 ---
 community-x86_64/PKGBUILD  |   52 ---
 community-x86_64/stunnel.install   |   20 -
 community-x86_64/stunnel.tmpfiles.conf |1 
 12 files changed, 170 insertions(+), 170 deletions(-)

Deleted: community-i686/Makefile.patch
===
--- community-i686/Makefile.patch   2015-05-20 09:07:23 UTC (rev 133873)
+++ community-i686/Makefile.patch   2015-05-20 09:07:50 UTC (rev 133874)
@@ -1,12 +0,0 @@
 tools/Makefile.in  2010-03-31 04:45:09.0 -0500
-+++ tools/Makefile.in  2010-04-11 17:17:41.0 -0500
-@@ -334,8 +334,7 @@
- 
- info-am:
- 
--install-data-am: install-confDATA install-data-local \
--  install-examplesDATA
-+install-data-am: install-confDATA install-examplesDATA
- 
- install-dvi: install-dvi-am
- 

Copied: stunnel/repos/community-i686/Makefile.patch (from rev 133873, 
stunnel/trunk/Makefile.patch)
===
--- community-i686/Makefile.patch   (rev 0)
+++ community-i686/Makefile.patch   2015-05-20 09:07:50 UTC (rev 133874)
@@ -0,0 +1,12 @@
+--- tools/Makefile.in  2010-03-31 04:45:09.0 -0500
 tools/Makefile.in  2010-04-11 17:17:41.0 -0500
+@@ -334,8 +334,7 @@
+ 
+ info-am:
+ 
+-install-data-am: install-confDATA install-data-local \
+-  install-examplesDATA
++install-data-am: install-confDATA install-examplesDATA
+ 
+ install-dvi: install-dvi-am
+ 

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-20 09:07:23 UTC (rev 133873)
+++ community-i686/PKGBUILD 2015-05-20 09:07:50 UTC (rev 133874)
@@ -1,52 +0,0 @@
-# Maintainer: Lukas Fleischer lfleisc...@archlinux.org
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Contributor: Kevin Piche ke...@archlinux.org
-
-pkgname=stunnel
-pkgver=5.16
-pkgrel=1
-pkgdesc=A program that allows you to encrypt arbitrary TCP connections inside 
SSL
-arch=('i686' 'x86_64')
-url=http://www.stunnel.org;
-license=('GPL')
-depends=('openssl')
-install=$pkgname.install
-source=(https://www.stunnel.org/downloads/$pkgname-$pkgver.tar.gz{,.asc}
-'Makefile.patch'
-'stunnel.tmpfiles.conf')
-md5sums=('ffe666e8bf1f0f9dad67b8d7e9ead48a'
- 'SKIP'
- '579f198ecb90a42fcbfd8a4e48006264'
- '2e065a39998e57727ee79887bbd1751e')
-validpgpkeys=('AC915EA30645D9D3D4DAE4FEB1048932DD33') # Michał Trojnara
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # don't create a certificate...
-  patch -p0 $srcdir/Makefile.patch
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-ipv6 \
---disable-libwrap
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  install -Dm644 tools/stunnel.cnf 
$pkgdir/etc/stunnel/stunnel-openssl.cnf-sample
-  install -Dm644 tools/stunnel.service 
$pkgdir/usr/lib/systemd/system/stunnel.service
-  

[arch-commits] Commit in stunnel/repos (16 files)

2015-04-22 Thread Lukas Fleischer
Date: Wednesday, April 22, 2015 @ 08:13:28
  Author: lfleischer
Revision: 131884

archrelease: copy trunk to community-i686, community-x86_64

Added:
  stunnel/repos/community-i686/Makefile.patch
(from rev 131883, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-i686/PKGBUILD
(from rev 131883, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-i686/stunnel.install
(from rev 131883, stunnel/trunk/stunnel.install)
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
(from rev 131883, stunnel/trunk/stunnel.tmpfiles.conf)
  stunnel/repos/community-x86_64/Makefile.patch
(from rev 131883, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-x86_64/PKGBUILD
(from rev 131883, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-x86_64/stunnel.install
(from rev 131883, stunnel/trunk/stunnel.install)
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf
(from rev 131883, stunnel/trunk/stunnel.tmpfiles.conf)
Deleted:
  stunnel/repos/community-i686/Makefile.patch
  stunnel/repos/community-i686/PKGBUILD
  stunnel/repos/community-i686/stunnel.install
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
  stunnel/repos/community-x86_64/Makefile.patch
  stunnel/repos/community-x86_64/PKGBUILD
  stunnel/repos/community-x86_64/stunnel.install
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf

+
 /Makefile.patch|   24 +++
 /PKGBUILD  |  104 +++
 /stunnel.install   |   40 +++
 /stunnel.tmpfiles.conf |2 
 community-i686/Makefile.patch  |   12 ---
 community-i686/PKGBUILD|   53 ---
 community-i686/stunnel.install |   31 -
 community-i686/stunnel.tmpfiles.conf   |1 
 community-x86_64/Makefile.patch|   12 ---
 community-x86_64/PKGBUILD  |   53 ---
 community-x86_64/stunnel.install   |   31 -
 community-x86_64/stunnel.tmpfiles.conf |1 
 12 files changed, 170 insertions(+), 194 deletions(-)

Deleted: community-i686/Makefile.patch
===
--- community-i686/Makefile.patch   2015-04-22 06:13:19 UTC (rev 131883)
+++ community-i686/Makefile.patch   2015-04-22 06:13:28 UTC (rev 131884)
@@ -1,12 +0,0 @@
 tools/Makefile.in  2010-03-31 04:45:09.0 -0500
-+++ tools/Makefile.in  2010-04-11 17:17:41.0 -0500
-@@ -334,8 +334,7 @@
- 
- info-am:
- 
--install-data-am: install-confDATA install-data-local \
--  install-examplesDATA
-+install-data-am: install-confDATA install-examplesDATA
- 
- install-dvi: install-dvi-am
- 

Copied: stunnel/repos/community-i686/Makefile.patch (from rev 131883, 
stunnel/trunk/Makefile.patch)
===
--- community-i686/Makefile.patch   (rev 0)
+++ community-i686/Makefile.patch   2015-04-22 06:13:28 UTC (rev 131884)
@@ -0,0 +1,12 @@
+--- tools/Makefile.in  2010-03-31 04:45:09.0 -0500
 tools/Makefile.in  2010-04-11 17:17:41.0 -0500
+@@ -334,8 +334,7 @@
+ 
+ info-am:
+ 
+-install-data-am: install-confDATA install-data-local \
+-  install-examplesDATA
++install-data-am: install-confDATA install-examplesDATA
+ 
+ install-dvi: install-dvi-am
+ 

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-22 06:13:19 UTC (rev 131883)
+++ community-i686/PKGBUILD 2015-04-22 06:13:28 UTC (rev 131884)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Contributor: Kevin Piche ke...@archlinux.org
-
-pkgname=stunnel
-pkgver=5.10
-pkgrel=1
-pkgdesc=A program that allows you to encrypt arbitrary TCP connections inside 
SSL
-arch=('i686' 'x86_64')
-url=http://www.stunnel.org;
-license=('GPL')
-depends=('openssl')
-install=$pkgname.install
-source=(https://www.stunnel.org/downloads/$pkgname-$pkgver.tar.gz{,.asc}
-'Makefile.patch'
-'stunnel.tmpfiles.conf')
-md5sums=('a0edda805eb7d6ea600a230fb0979ea1'
- 'SKIP'
- '579f198ecb90a42fcbfd8a4e48006264'
- '2e065a39998e57727ee79887bbd1751e')
-validpgpkeys=('F6B1BFC55F32243FB2C8919AFCD53E9D74C732D1')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # don't create a certificate...
-  patch -p0 $srcdir/Makefile.patch
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-ipv6 \
---disable-libwrap
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  install -Dm644 tools/stunnel.cnf 
$pkgdir/etc/stunnel/stunnel-openssl.cnf-sample
-  install -Dm644 tools/stunnel.service 
$pkgdir/usr/lib/systemd/system/stunnel.service
-  

[arch-commits] Commit in stunnel/repos (16 files)

2015-01-25 Thread Lukas Fleischer
Date: Sunday, January 25, 2015 @ 09:34:03
  Author: lfleischer
Revision: 126548

archrelease: copy trunk to community-i686, community-x86_64

Added:
  stunnel/repos/community-i686/Makefile.patch
(from rev 126547, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-i686/PKGBUILD
(from rev 126547, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-i686/stunnel.install
(from rev 126547, stunnel/trunk/stunnel.install)
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
(from rev 126547, stunnel/trunk/stunnel.tmpfiles.conf)
  stunnel/repos/community-x86_64/Makefile.patch
(from rev 126547, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-x86_64/PKGBUILD
(from rev 126547, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-x86_64/stunnel.install
(from rev 126547, stunnel/trunk/stunnel.install)
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf
(from rev 126547, stunnel/trunk/stunnel.tmpfiles.conf)
Deleted:
  stunnel/repos/community-i686/Makefile.patch
  stunnel/repos/community-i686/PKGBUILD
  stunnel/repos/community-i686/stunnel.install
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
  stunnel/repos/community-x86_64/Makefile.patch
  stunnel/repos/community-x86_64/PKGBUILD
  stunnel/repos/community-x86_64/stunnel.install
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf

+
 /Makefile.patch|   24 +++
 /PKGBUILD  |  106 +++
 /stunnel.install   |   62 ++
 /stunnel.tmpfiles.conf |2 
 community-i686/Makefile.patch  |   12 ---
 community-i686/PKGBUILD|   53 ---
 community-i686/stunnel.install |   31 -
 community-i686/stunnel.tmpfiles.conf   |1 
 community-x86_64/Makefile.patch|   12 ---
 community-x86_64/PKGBUILD  |   53 ---
 community-x86_64/stunnel.install   |   31 -
 community-x86_64/stunnel.tmpfiles.conf |1 
 12 files changed, 194 insertions(+), 194 deletions(-)

Deleted: community-i686/Makefile.patch
===
--- community-i686/Makefile.patch   2015-01-25 08:33:47 UTC (rev 126547)
+++ community-i686/Makefile.patch   2015-01-25 08:34:03 UTC (rev 126548)
@@ -1,12 +0,0 @@
 tools/Makefile.in  2010-03-31 04:45:09.0 -0500
-+++ tools/Makefile.in  2010-04-11 17:17:41.0 -0500
-@@ -334,8 +334,7 @@
- 
- info-am:
- 
--install-data-am: install-confDATA install-data-local \
--  install-examplesDATA
-+install-data-am: install-confDATA install-examplesDATA
- 
- install-dvi: install-dvi-am
- 

Copied: stunnel/repos/community-i686/Makefile.patch (from rev 126547, 
stunnel/trunk/Makefile.patch)
===
--- community-i686/Makefile.patch   (rev 0)
+++ community-i686/Makefile.patch   2015-01-25 08:34:03 UTC (rev 126548)
@@ -0,0 +1,12 @@
+--- tools/Makefile.in  2010-03-31 04:45:09.0 -0500
 tools/Makefile.in  2010-04-11 17:17:41.0 -0500
+@@ -334,8 +334,7 @@
+ 
+ info-am:
+ 
+-install-data-am: install-confDATA install-data-local \
+-  install-examplesDATA
++install-data-am: install-confDATA install-examplesDATA
+ 
+ install-dvi: install-dvi-am
+ 

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-25 08:33:47 UTC (rev 126547)
+++ community-i686/PKGBUILD 2015-01-25 08:34:03 UTC (rev 126548)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Contributor: Kevin Piche ke...@archlinux.org
-
-pkgname=stunnel
-pkgver=5.09
-pkgrel=1
-pkgdesc=A program that allows you to encrypt arbitrary TCP connections inside 
SSL
-arch=('i686' 'x86_64')
-url=http://www.stunnel.org;
-license=('GPL')
-depends=('openssl')
-install=$pkgname.install
-source=(https://www.stunnel.org/downloads/$pkgname-$pkgver.tar.gz{,.asc}
-'Makefile.patch'
-'stunnel.tmpfiles.conf')
-md5sums=('deab04ec8b78ec3102b36113b28b4cce'
- 'SKIP'
- '579f198ecb90a42fcbfd8a4e48006264'
- '2e065a39998e57727ee79887bbd1751e')
-validpgpkeys=('F6B1BFC55F32243FB2C8919AFCD53E9D74C732D1')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # don't create a certificate...
-  patch -p0 $srcdir/Makefile.patch
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-ipv6 \
---disable-libwrap
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  install -Dm644 tools/stunnel.cnf 
$pkgdir/etc/stunnel/stunnel-openssl.cnf-sample
-  install -Dm644 tools/stunnel.service 

[arch-commits] Commit in stunnel/repos (16 files)

2015-01-08 Thread Lukas Fleischer
Date: Thursday, January 8, 2015 @ 10:03:00
  Author: lfleischer
Revision: 125587

archrelease: copy trunk to community-i686, community-x86_64

Added:
  stunnel/repos/community-i686/Makefile.patch
(from rev 125586, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-i686/PKGBUILD
(from rev 125586, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-i686/stunnel.install
(from rev 125586, stunnel/trunk/stunnel.install)
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
(from rev 125586, stunnel/trunk/stunnel.tmpfiles.conf)
  stunnel/repos/community-x86_64/Makefile.patch
(from rev 125586, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-x86_64/PKGBUILD
(from rev 125586, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-x86_64/stunnel.install
(from rev 125586, stunnel/trunk/stunnel.install)
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf
(from rev 125586, stunnel/trunk/stunnel.tmpfiles.conf)
Deleted:
  stunnel/repos/community-i686/Makefile.patch
  stunnel/repos/community-i686/PKGBUILD
  stunnel/repos/community-i686/stunnel.install
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
  stunnel/repos/community-x86_64/Makefile.patch
  stunnel/repos/community-x86_64/PKGBUILD
  stunnel/repos/community-x86_64/stunnel.install
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf

+
 /Makefile.patch|   24 +++
 /PKGBUILD  |  106 +++
 /stunnel.install   |   62 ++
 /stunnel.tmpfiles.conf |2 
 community-i686/Makefile.patch  |   12 ---
 community-i686/PKGBUILD|   52 ---
 community-i686/stunnel.install |   31 -
 community-i686/stunnel.tmpfiles.conf   |1 
 community-x86_64/Makefile.patch|   12 ---
 community-x86_64/PKGBUILD  |   52 ---
 community-x86_64/stunnel.install   |   31 -
 community-x86_64/stunnel.tmpfiles.conf |1 
 12 files changed, 194 insertions(+), 192 deletions(-)

Deleted: community-i686/Makefile.patch
===
--- community-i686/Makefile.patch   2015-01-08 09:02:48 UTC (rev 125586)
+++ community-i686/Makefile.patch   2015-01-08 09:03:00 UTC (rev 125587)
@@ -1,12 +0,0 @@
 tools/Makefile.in  2010-03-31 04:45:09.0 -0500
-+++ tools/Makefile.in  2010-04-11 17:17:41.0 -0500
-@@ -334,8 +334,7 @@
- 
- info-am:
- 
--install-data-am: install-confDATA install-data-local \
--  install-examplesDATA
-+install-data-am: install-confDATA install-examplesDATA
- 
- install-dvi: install-dvi-am
- 

Copied: stunnel/repos/community-i686/Makefile.patch (from rev 125586, 
stunnel/trunk/Makefile.patch)
===
--- community-i686/Makefile.patch   (rev 0)
+++ community-i686/Makefile.patch   2015-01-08 09:03:00 UTC (rev 125587)
@@ -0,0 +1,12 @@
+--- tools/Makefile.in  2010-03-31 04:45:09.0 -0500
 tools/Makefile.in  2010-04-11 17:17:41.0 -0500
+@@ -334,8 +334,7 @@
+ 
+ info-am:
+ 
+-install-data-am: install-confDATA install-data-local \
+-  install-examplesDATA
++install-data-am: install-confDATA install-examplesDATA
+ 
+ install-dvi: install-dvi-am
+ 

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-08 09:02:48 UTC (rev 125586)
+++ community-i686/PKGBUILD 2015-01-08 09:03:00 UTC (rev 125587)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Contributor: Kevin Piche ke...@archlinux.org
-
-pkgname=stunnel
-pkgver=5.06
-pkgrel=1
-pkgdesc=A program that allows you to encrypt arbitrary TCP connections inside 
SSL
-arch=('i686' 'x86_64')
-url=http://www.stunnel.org;
-license=('GPL')
-depends=('openssl')
-install=$pkgname.install
-source=(https://www.stunnel.org/downloads/$pkgname-$pkgver.tar.gz{,.asc}
-'Makefile.patch'
-'stunnel.tmpfiles.conf')
-md5sums=('827901cd4690796eadf17f792b658573'
- 'SKIP'
- '579f198ecb90a42fcbfd8a4e48006264'
- '2e065a39998e57727ee79887bbd1751e')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # don't create a certificate...
-  patch -p0 $srcdir/Makefile.patch
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-ipv6 \
---disable-libwrap
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  install -Dm644 tools/stunnel.cnf 
$pkgdir/etc/stunnel/stunnel-openssl.cnf-sample
-  install -Dm644 tools/stunnel.service 
$pkgdir/usr/lib/systemd/system/stunnel.service
-  install -Dm644 $srcdir/stunnel.tmpfiles.conf 

[arch-commits] Commit in stunnel/repos (16 files)

2014-10-21 Thread Lukas Fleischer
Date: Tuesday, October 21, 2014 @ 21:31:13
  Author: lfleischer
Revision: 121168

archrelease: copy trunk to community-i686, community-x86_64

Added:
  stunnel/repos/community-i686/Makefile.patch
(from rev 121167, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-i686/PKGBUILD
(from rev 121167, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-i686/stunnel.install
(from rev 121167, stunnel/trunk/stunnel.install)
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
(from rev 121167, stunnel/trunk/stunnel.tmpfiles.conf)
  stunnel/repos/community-x86_64/Makefile.patch
(from rev 121167, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-x86_64/PKGBUILD
(from rev 121167, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-x86_64/stunnel.install
(from rev 121167, stunnel/trunk/stunnel.install)
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf
(from rev 121167, stunnel/trunk/stunnel.tmpfiles.conf)
Deleted:
  stunnel/repos/community-i686/Makefile.patch
  stunnel/repos/community-i686/PKGBUILD
  stunnel/repos/community-i686/stunnel.install
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
  stunnel/repos/community-x86_64/Makefile.patch
  stunnel/repos/community-x86_64/PKGBUILD
  stunnel/repos/community-x86_64/stunnel.install
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf

+
 /Makefile.patch|   24 +++
 /PKGBUILD  |  104 +++
 /stunnel.install   |   62 ++
 /stunnel.tmpfiles.conf |2 
 community-i686/Makefile.patch  |   12 ---
 community-i686/PKGBUILD|   52 ---
 community-i686/stunnel.install |   31 -
 community-i686/stunnel.tmpfiles.conf   |1 
 community-x86_64/Makefile.patch|   12 ---
 community-x86_64/PKGBUILD  |   52 ---
 community-x86_64/stunnel.install   |   31 -
 community-x86_64/stunnel.tmpfiles.conf |1 
 12 files changed, 192 insertions(+), 192 deletions(-)

Deleted: community-i686/Makefile.patch
===
--- community-i686/Makefile.patch   2014-10-21 19:30:58 UTC (rev 121167)
+++ community-i686/Makefile.patch   2014-10-21 19:31:13 UTC (rev 121168)
@@ -1,12 +0,0 @@
 tools/Makefile.in  2010-03-31 04:45:09.0 -0500
-+++ tools/Makefile.in  2010-04-11 17:17:41.0 -0500
-@@ -334,8 +334,7 @@
- 
- info-am:
- 
--install-data-am: install-confDATA install-data-local \
--  install-examplesDATA
-+install-data-am: install-confDATA install-examplesDATA
- 
- install-dvi: install-dvi-am
- 

Copied: stunnel/repos/community-i686/Makefile.patch (from rev 121167, 
stunnel/trunk/Makefile.patch)
===
--- community-i686/Makefile.patch   (rev 0)
+++ community-i686/Makefile.patch   2014-10-21 19:31:13 UTC (rev 121168)
@@ -0,0 +1,12 @@
+--- tools/Makefile.in  2010-03-31 04:45:09.0 -0500
 tools/Makefile.in  2010-04-11 17:17:41.0 -0500
+@@ -334,8 +334,7 @@
+ 
+ info-am:
+ 
+-install-data-am: install-confDATA install-data-local \
+-  install-examplesDATA
++install-data-am: install-confDATA install-examplesDATA
+ 
+ install-dvi: install-dvi-am
+ 

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-21 19:30:58 UTC (rev 121167)
+++ community-i686/PKGBUILD 2014-10-21 19:31:13 UTC (rev 121168)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Contributor: Kevin Piche ke...@archlinux.org
-
-pkgname=stunnel
-pkgver=5.03
-pkgrel=1
-pkgdesc=A program that allows you to encrypt arbitrary TCP connections inside 
SSL
-arch=('i686' 'x86_64')
-url=http://www.stunnel.org;
-license=('GPL')
-depends=('openssl')
-install=$pkgname.install
-source=(https://www.stunnel.org/downloads/$pkgname-$pkgver.tar.gz{,.asc}
-'Makefile.patch'
-'stunnel.tmpfiles.conf')
-md5sums=('ee43ef72038e0437400f712837cefee4'
- 'SKIP'
- '579f198ecb90a42fcbfd8a4e48006264'
- '2e065a39998e57727ee79887bbd1751e')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # don't create a certificate...
-  patch -p0 $srcdir/Makefile.patch
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-ipv6 \
---disable-libwrap
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  install -Dm644 tools/stunnel.cnf 
$pkgdir/etc/stunnel/stunnel-openssl.cnf-sample
-  install -Dm644 tools/stunnel.service 
$pkgdir/usr/lib/systemd/system/stunnel.service
-  install -Dm644 $srcdir/stunnel.tmpfiles.conf 

[arch-commits] Commit in stunnel/repos (16 files)

2014-08-23 Thread Lukas Fleischer
Date: Saturday, August 23, 2014 @ 14:20:26
  Author: lfleischer
Revision: 117808

archrelease: copy trunk to community-i686, community-x86_64

Added:
  stunnel/repos/community-i686/Makefile.patch
(from rev 117807, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-i686/PKGBUILD
(from rev 117807, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-i686/stunnel.install
(from rev 117807, stunnel/trunk/stunnel.install)
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
(from rev 117807, stunnel/trunk/stunnel.tmpfiles.conf)
  stunnel/repos/community-x86_64/Makefile.patch
(from rev 117807, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-x86_64/PKGBUILD
(from rev 117807, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-x86_64/stunnel.install
(from rev 117807, stunnel/trunk/stunnel.install)
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf
(from rev 117807, stunnel/trunk/stunnel.tmpfiles.conf)
Deleted:
  stunnel/repos/community-i686/Makefile.patch
  stunnel/repos/community-i686/PKGBUILD
  stunnel/repos/community-i686/stunnel.install
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
  stunnel/repos/community-x86_64/Makefile.patch
  stunnel/repos/community-x86_64/PKGBUILD
  stunnel/repos/community-x86_64/stunnel.install
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf

+
 /Makefile.patch|   24 +++
 /PKGBUILD  |  104 +++
 /stunnel.install   |   62 ++
 /stunnel.tmpfiles.conf |2 
 community-i686/Makefile.patch  |   12 ---
 community-i686/PKGBUILD|   52 ---
 community-i686/stunnel.install |   31 -
 community-i686/stunnel.tmpfiles.conf   |1 
 community-x86_64/Makefile.patch|   12 ---
 community-x86_64/PKGBUILD  |   52 ---
 community-x86_64/stunnel.install   |   31 -
 community-x86_64/stunnel.tmpfiles.conf |1 
 12 files changed, 192 insertions(+), 192 deletions(-)

Deleted: community-i686/Makefile.patch
===
--- community-i686/Makefile.patch   2014-08-23 12:20:08 UTC (rev 117807)
+++ community-i686/Makefile.patch   2014-08-23 12:20:26 UTC (rev 117808)
@@ -1,12 +0,0 @@
 tools/Makefile.in  2010-03-31 04:45:09.0 -0500
-+++ tools/Makefile.in  2010-04-11 17:17:41.0 -0500
-@@ -334,8 +334,7 @@
- 
- info-am:
- 
--install-data-am: install-confDATA install-data-local \
--  install-examplesDATA
-+install-data-am: install-confDATA install-examplesDATA
- 
- install-dvi: install-dvi-am
- 

Copied: stunnel/repos/community-i686/Makefile.patch (from rev 117807, 
stunnel/trunk/Makefile.patch)
===
--- community-i686/Makefile.patch   (rev 0)
+++ community-i686/Makefile.patch   2014-08-23 12:20:26 UTC (rev 117808)
@@ -0,0 +1,12 @@
+--- tools/Makefile.in  2010-03-31 04:45:09.0 -0500
 tools/Makefile.in  2010-04-11 17:17:41.0 -0500
+@@ -334,8 +334,7 @@
+ 
+ info-am:
+ 
+-install-data-am: install-confDATA install-data-local \
+-  install-examplesDATA
++install-data-am: install-confDATA install-examplesDATA
+ 
+ install-dvi: install-dvi-am
+ 

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-23 12:20:08 UTC (rev 117807)
+++ community-i686/PKGBUILD 2014-08-23 12:20:26 UTC (rev 117808)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Contributor: Kevin Piche ke...@archlinux.org
-
-pkgname=stunnel
-pkgver=5.02
-pkgrel=1
-pkgdesc=A program that allows you to encrypt arbitrary TCP connections inside 
SSL
-arch=('i686' 'x86_64')
-url=http://www.stunnel.org;
-license=('GPL')
-depends=('openssl')
-install=$pkgname.install
-source=(https://www.stunnel.org/downloads/$pkgname-$pkgver.tar.gz{,.asc}
-'Makefile.patch'
-'stunnel.tmpfiles.conf')
-md5sums=('bb48b1c18cfc0a42708ef996b1a26926'
- 'SKIP'
- '579f198ecb90a42fcbfd8a4e48006264'
- '2e065a39998e57727ee79887bbd1751e')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # don't create a certificate...
-  patch -p0 $srcdir/Makefile.patch
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-ipv6 \
---disable-libwrap
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  install -Dm644 tools/stunnel.cnf 
$pkgdir/etc/stunnel/stunnel-openssl.cnf-sample
-  install -Dm644 tools/stunnel.service 
$pkgdir/usr/lib/systemd/system/stunnel.service
-  install -Dm644 $srcdir/stunnel.tmpfiles.conf 

[arch-commits] Commit in stunnel/repos (16 files)

2014-07-01 Thread Lukas Fleischer
Date: Wednesday, July 2, 2014 @ 01:19:36
  Author: lfleischer
Revision: 114547

archrelease: copy trunk to community-i686, community-x86_64

Added:
  stunnel/repos/community-i686/Makefile.patch
(from rev 114546, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-i686/PKGBUILD
(from rev 114546, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-i686/stunnel.install
(from rev 114546, stunnel/trunk/stunnel.install)
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
(from rev 114546, stunnel/trunk/stunnel.tmpfiles.conf)
  stunnel/repos/community-x86_64/Makefile.patch
(from rev 114546, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-x86_64/PKGBUILD
(from rev 114546, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-x86_64/stunnel.install
(from rev 114546, stunnel/trunk/stunnel.install)
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf
(from rev 114546, stunnel/trunk/stunnel.tmpfiles.conf)
Deleted:
  stunnel/repos/community-i686/Makefile.patch
  stunnel/repos/community-i686/PKGBUILD
  stunnel/repos/community-i686/stunnel.install
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
  stunnel/repos/community-x86_64/Makefile.patch
  stunnel/repos/community-x86_64/PKGBUILD
  stunnel/repos/community-x86_64/stunnel.install
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf

+
 /Makefile.patch|   24 +++
 /PKGBUILD  |  104 +++
 /stunnel.install   |   62 ++
 /stunnel.tmpfiles.conf |2 
 community-i686/Makefile.patch  |   12 ---
 community-i686/PKGBUILD|   52 ---
 community-i686/stunnel.install |   31 -
 community-i686/stunnel.tmpfiles.conf   |1 
 community-x86_64/Makefile.patch|   12 ---
 community-x86_64/PKGBUILD  |   52 ---
 community-x86_64/stunnel.install   |   31 -
 community-x86_64/stunnel.tmpfiles.conf |1 
 12 files changed, 192 insertions(+), 192 deletions(-)

Deleted: community-i686/Makefile.patch
===
--- community-i686/Makefile.patch   2014-07-01 23:19:19 UTC (rev 114546)
+++ community-i686/Makefile.patch   2014-07-01 23:19:36 UTC (rev 114547)
@@ -1,12 +0,0 @@
 tools/Makefile.in  2010-03-31 04:45:09.0 -0500
-+++ tools/Makefile.in  2010-04-11 17:17:41.0 -0500
-@@ -334,8 +334,7 @@
- 
- info-am:
- 
--install-data-am: install-confDATA install-data-local \
--  install-examplesDATA
-+install-data-am: install-confDATA install-examplesDATA
- 
- install-dvi: install-dvi-am
- 

Copied: stunnel/repos/community-i686/Makefile.patch (from rev 114546, 
stunnel/trunk/Makefile.patch)
===
--- community-i686/Makefile.patch   (rev 0)
+++ community-i686/Makefile.patch   2014-07-01 23:19:36 UTC (rev 114547)
@@ -0,0 +1,12 @@
+--- tools/Makefile.in  2010-03-31 04:45:09.0 -0500
 tools/Makefile.in  2010-04-11 17:17:41.0 -0500
+@@ -334,8 +334,7 @@
+ 
+ info-am:
+ 
+-install-data-am: install-confDATA install-data-local \
+-  install-examplesDATA
++install-data-am: install-confDATA install-examplesDATA
+ 
+ install-dvi: install-dvi-am
+ 

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-01 23:19:19 UTC (rev 114546)
+++ community-i686/PKGBUILD 2014-07-01 23:19:36 UTC (rev 114547)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Contributor: Kevin Piche ke...@archlinux.org
-
-pkgname=stunnel
-pkgver=5.01
-pkgrel=1
-pkgdesc=A program that allows you to encrypt arbitrary TCP connections inside 
SSL
-arch=('i686' 'x86_64')
-url=http://www.stunnel.org;
-license=('GPL')
-depends=('openssl')
-install=$pkgname.install
-source=(https://www.stunnel.org/downloads/$pkgname-$pkgver.tar.gz{,.asc}
-'Makefile.patch'
-'stunnel.tmpfiles.conf')
-md5sums=('7b63266b6fa05da696729e245100da65'
- 'SKIP'
- '579f198ecb90a42fcbfd8a4e48006264'
- '2e065a39998e57727ee79887bbd1751e')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # don't create a certificate...
-  patch -p0 $srcdir/Makefile.patch
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-ipv6 \
---disable-libwrap
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  install -Dm644 tools/stunnel.cnf 
$pkgdir/etc/stunnel/stunnel-openssl.cnf-sample
-  install -Dm644 tools/stunnel.service 
$pkgdir/usr/lib/systemd/system/stunnel.service
-  install -Dm644 $srcdir/stunnel.tmpfiles.conf 

[arch-commits] Commit in stunnel/repos (16 files)

2014-04-13 Thread Lukas Fleischer
Date: Sunday, April 13, 2014 @ 13:55:50
  Author: lfleischer
Revision: 109329

archrelease: copy trunk to community-i686, community-x86_64

Added:
  stunnel/repos/community-i686/Makefile.patch
(from rev 109328, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-i686/PKGBUILD
(from rev 109328, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-i686/stunnel.install
(from rev 109328, stunnel/trunk/stunnel.install)
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
(from rev 109328, stunnel/trunk/stunnel.tmpfiles.conf)
  stunnel/repos/community-x86_64/Makefile.patch
(from rev 109328, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-x86_64/PKGBUILD
(from rev 109328, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-x86_64/stunnel.install
(from rev 109328, stunnel/trunk/stunnel.install)
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf
(from rev 109328, stunnel/trunk/stunnel.tmpfiles.conf)
Deleted:
  stunnel/repos/community-i686/Makefile.patch
  stunnel/repos/community-i686/PKGBUILD
  stunnel/repos/community-i686/stunnel.install
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
  stunnel/repos/community-x86_64/Makefile.patch
  stunnel/repos/community-x86_64/PKGBUILD
  stunnel/repos/community-x86_64/stunnel.install
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf

+
 /Makefile.patch|   24 +++
 /PKGBUILD  |  104 +++
 /stunnel.install   |   62 ++
 /stunnel.tmpfiles.conf |2 
 community-i686/Makefile.patch  |   12 ---
 community-i686/PKGBUILD|   52 ---
 community-i686/stunnel.install |   31 -
 community-i686/stunnel.tmpfiles.conf   |1 
 community-x86_64/Makefile.patch|   12 ---
 community-x86_64/PKGBUILD  |   52 ---
 community-x86_64/stunnel.install   |   31 -
 community-x86_64/stunnel.tmpfiles.conf |1 
 12 files changed, 192 insertions(+), 192 deletions(-)

Deleted: community-i686/Makefile.patch
===
--- community-i686/Makefile.patch   2014-04-13 11:55:34 UTC (rev 109328)
+++ community-i686/Makefile.patch   2014-04-13 11:55:50 UTC (rev 109329)
@@ -1,12 +0,0 @@
 tools/Makefile.in  2010-03-31 04:45:09.0 -0500
-+++ tools/Makefile.in  2010-04-11 17:17:41.0 -0500
-@@ -334,8 +334,7 @@
- 
- info-am:
- 
--install-data-am: install-confDATA install-data-local \
--  install-examplesDATA
-+install-data-am: install-confDATA install-examplesDATA
- 
- install-dvi: install-dvi-am
- 

Copied: stunnel/repos/community-i686/Makefile.patch (from rev 109328, 
stunnel/trunk/Makefile.patch)
===
--- community-i686/Makefile.patch   (rev 0)
+++ community-i686/Makefile.patch   2014-04-13 11:55:50 UTC (rev 109329)
@@ -0,0 +1,12 @@
+--- tools/Makefile.in  2010-03-31 04:45:09.0 -0500
 tools/Makefile.in  2010-04-11 17:17:41.0 -0500
+@@ -334,8 +334,7 @@
+ 
+ info-am:
+ 
+-install-data-am: install-confDATA install-data-local \
+-  install-examplesDATA
++install-data-am: install-confDATA install-examplesDATA
+ 
+ install-dvi: install-dvi-am
+ 

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-13 11:55:34 UTC (rev 109328)
+++ community-i686/PKGBUILD 2014-04-13 11:55:50 UTC (rev 109329)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Contributor: Kevin Piche ke...@archlinux.org
-
-pkgname=stunnel
-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;
-license=('GPL')
-depends=('openssl')
-install=$pkgname.install
-source=(https://www.stunnel.org/downloads/$pkgname-$pkgver.tar.gz{,.asc}
-'Makefile.patch'
-'stunnel.tmpfiles.conf')
-md5sums=('4f00fd0faf99e3c9cf258a19dd83d14a'
- 'SKIP'
- '579f198ecb90a42fcbfd8a4e48006264'
- '2e065a39998e57727ee79887bbd1751e')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # don't create a certificate...
-  patch -p0 $srcdir/Makefile.patch
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-ipv6 \
---disable-libwrap
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  install -Dm644 tools/stunnel.cnf 
$pkgdir/etc/stunnel/stunnel-openssl.cnf-sample
-  install -Dm644 tools/stunnel.service 
$pkgdir/usr/lib/systemd/system/stunnel.service
-  install -Dm644 $srcdir/stunnel.tmpfiles.conf 

[arch-commits] Commit in stunnel/repos (16 files)

2014-03-16 Thread Lukas Fleischer
Date: Sunday, March 16, 2014 @ 17:03:43
  Author: lfleischer
Revision: 107290

archrelease: copy trunk to community-i686, community-x86_64

Added:
  stunnel/repos/community-i686/Makefile.patch
(from rev 107289, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-i686/PKGBUILD
(from rev 107289, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-i686/stunnel.install
(from rev 107289, stunnel/trunk/stunnel.install)
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
(from rev 107289, stunnel/trunk/stunnel.tmpfiles.conf)
  stunnel/repos/community-x86_64/Makefile.patch
(from rev 107289, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-x86_64/PKGBUILD
(from rev 107289, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-x86_64/stunnel.install
(from rev 107289, stunnel/trunk/stunnel.install)
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf
(from rev 107289, stunnel/trunk/stunnel.tmpfiles.conf)
Deleted:
  stunnel/repos/community-i686/Makefile.patch
  stunnel/repos/community-i686/PKGBUILD
  stunnel/repos/community-i686/stunnel.install
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
  stunnel/repos/community-x86_64/Makefile.patch
  stunnel/repos/community-x86_64/PKGBUILD
  stunnel/repos/community-x86_64/stunnel.install
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf

+
 /Makefile.patch|   24 +++
 /PKGBUILD  |  104 +++
 /stunnel.install   |   62 ++
 /stunnel.tmpfiles.conf |2 
 community-i686/Makefile.patch  |   21 --
 community-i686/PKGBUILD|   53 ---
 community-i686/stunnel.install |   31 -
 community-i686/stunnel.tmpfiles.conf   |1 
 community-x86_64/Makefile.patch|   21 --
 community-x86_64/PKGBUILD  |   53 ---
 community-x86_64/stunnel.install   |   31 -
 community-x86_64/stunnel.tmpfiles.conf |1 
 12 files changed, 192 insertions(+), 212 deletions(-)

Deleted: community-i686/Makefile.patch
===
--- community-i686/Makefile.patch   2014-03-16 16:03:10 UTC (rev 107289)
+++ community-i686/Makefile.patch   2014-03-16 16:03:43 UTC (rev 107290)
@@ -1,21 +0,0 @@
 tools/Makefile.in  2010-03-31 04:45:09.0 -0500
-+++ tools/Makefile.in  2010-04-11 17:17:41.0 -0500
-@@ -334,8 +334,7 @@
- 
- info-am:
- 
--install-data-am: install-confDATA install-data-local \
--  install-examplesDATA
-+install-data-am: install-confDATA install-examplesDATA
- 
- 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 \

Copied: stunnel/repos/community-i686/Makefile.patch (from rev 107289, 
stunnel/trunk/Makefile.patch)
===
--- community-i686/Makefile.patch   (rev 0)
+++ community-i686/Makefile.patch   2014-03-16 16:03:43 UTC (rev 107290)
@@ -0,0 +1,12 @@
+--- tools/Makefile.in  2010-03-31 04:45:09.0 -0500
 tools/Makefile.in  2010-04-11 17:17:41.0 -0500
+@@ -334,8 +334,7 @@
+ 
+ info-am:
+ 
+-install-data-am: install-confDATA install-data-local \
+-  install-examplesDATA
++install-data-am: install-confDATA install-examplesDATA
+ 
+ install-dvi: install-dvi-am
+ 

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-16 16:03:10 UTC (rev 107289)
+++ community-i686/PKGBUILD 2014-03-16 16:03:43 UTC (rev 107290)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Contributor: Kevin Piche ke...@archlinux.org
-
-pkgname=stunnel
-pkgver=4.56
-pkgrel=4
-pkgdesc=A program that allows you to encrypt arbitrary TCP connections inside 
SSL
-arch=('i686' 'x86_64')
-url=http://www.stunnel.org;
-license=('GPL')
-depends=('openssl')
-install=$pkgname.install
-source=(ftp://ftp.stunnel.org/stunnel/$pkgname-$pkgver.tar.gz{,.asc}
-'Makefile.patch'
-'stunnel.tmpfiles.conf')
-
-md5sums=('ac4c4a30bd7a55b6687cbd62d864054c'
- 'd68c7dd65d515c678cdde15bbf0ce344'
- 'f15398497e10e080c2406d2fc541660c'
- '2e065a39998e57727ee79887bbd1751e')
-
-build() {
-  cd 

[arch-commits] Commit in stunnel/repos (16 files)

2014-01-10 Thread Balló György
Date: Friday, January 10, 2014 @ 22:25:08
  Author: bgyorgy
Revision: 103727

archrelease: copy trunk to community-i686, community-x86_64

Added:
  stunnel/repos/community-i686/Makefile.patch
(from rev 103726, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-i686/PKGBUILD
(from rev 103726, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-i686/stunnel.install
(from rev 103726, stunnel/trunk/stunnel.install)
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
(from rev 103726, stunnel/trunk/stunnel.tmpfiles.conf)
  stunnel/repos/community-x86_64/Makefile.patch
(from rev 103726, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-x86_64/PKGBUILD
(from rev 103726, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-x86_64/stunnel.install
(from rev 103726, stunnel/trunk/stunnel.install)
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf
(from rev 103726, stunnel/trunk/stunnel.tmpfiles.conf)
Deleted:
  stunnel/repos/community-i686/Makefile.patch
  stunnel/repos/community-i686/PKGBUILD
  stunnel/repos/community-i686/stunnel.install
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
  stunnel/repos/community-x86_64/Makefile.patch
  stunnel/repos/community-x86_64/PKGBUILD
  stunnel/repos/community-x86_64/stunnel.install
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf

+
 /Makefile.patch|   42 
 /PKGBUILD  |  106 +++
 /stunnel.install   |   62 ++
 /stunnel.tmpfiles.conf |2 
 community-i686/Makefile.patch  |   21 --
 community-i686/PKGBUILD|   60 -
 community-i686/stunnel.install |   31 -
 community-i686/stunnel.tmpfiles.conf   |1 
 community-x86_64/Makefile.patch|   21 --
 community-x86_64/PKGBUILD  |   60 -
 community-x86_64/stunnel.install   |   31 -
 community-x86_64/stunnel.tmpfiles.conf |1 
 12 files changed, 212 insertions(+), 226 deletions(-)

Deleted: community-i686/Makefile.patch
===
--- community-i686/Makefile.patch   2014-01-10 21:24:58 UTC (rev 103726)
+++ community-i686/Makefile.patch   2014-01-10 21:25:08 UTC (rev 103727)
@@ -1,21 +0,0 @@
 tools/Makefile.in  2010-03-31 04:45:09.0 -0500
-+++ tools/Makefile.in  2010-04-11 17:17:41.0 -0500
-@@ -334,8 +334,7 @@
- 
- info-am:
- 
--install-data-am: install-confDATA install-data-local \
--  install-examplesDATA
-+install-data-am: install-confDATA install-examplesDATA
- 
- 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 \

Copied: stunnel/repos/community-i686/Makefile.patch (from rev 103726, 
stunnel/trunk/Makefile.patch)
===
--- community-i686/Makefile.patch   (rev 0)
+++ community-i686/Makefile.patch   2014-01-10 21:25:08 UTC (rev 103727)
@@ -0,0 +1,21 @@
+--- tools/Makefile.in  2010-03-31 04:45:09.0 -0500
 tools/Makefile.in  2010-04-11 17:17:41.0 -0500
+@@ -334,8 +334,7 @@
+ 
+ info-am:
+ 
+-install-data-am: install-confDATA install-data-local \
+-  install-examplesDATA
++install-data-am: install-confDATA install-examplesDATA
+ 
+ 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 \

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-10 21:24:58 UTC (rev 103726)
+++ community-i686/PKGBUILD 2014-01-10 21:25:08 UTC (rev 103727)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Contributor: Kevin Piche ke...@archlinux.org
-
-pkgname=stunnel
-pkgver=4.56
-pkgrel=3
-pkgdesc=A 

[arch-commits] Commit in stunnel/repos (16 files)

2013-06-18 Thread Lukas Fleischer
Date: Tuesday, June 18, 2013 @ 11:22:57
  Author: lfleischer
Revision: 92897

archrelease: copy trunk to community-i686, community-x86_64

Added:
  stunnel/repos/community-i686/Makefile.patch
(from rev 92896, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-i686/PKGBUILD
(from rev 92896, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-i686/stunnel.install
(from rev 92896, stunnel/trunk/stunnel.install)
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
(from rev 92896, stunnel/trunk/stunnel.tmpfiles.conf)
  stunnel/repos/community-x86_64/Makefile.patch
(from rev 92896, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-x86_64/PKGBUILD
(from rev 92896, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-x86_64/stunnel.install
(from rev 92896, stunnel/trunk/stunnel.install)
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf
(from rev 92896, stunnel/trunk/stunnel.tmpfiles.conf)
Deleted:
  stunnel/repos/community-i686/Makefile.patch
  stunnel/repos/community-i686/PKGBUILD
  stunnel/repos/community-i686/stunnel.install
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
  stunnel/repos/community-x86_64/Makefile.patch
  stunnel/repos/community-x86_64/PKGBUILD
  stunnel/repos/community-x86_64/stunnel.install
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf

+
 /Makefile.patch|   42 ++
 /PKGBUILD  |  122 +++
 /stunnel.install   |   62 +++
 /stunnel.tmpfiles.conf |2 
 community-i686/Makefile.patch  |   21 -
 community-i686/PKGBUILD|   59 --
 community-i686/stunnel.install |   31 ---
 community-i686/stunnel.tmpfiles.conf   |1 
 community-x86_64/Makefile.patch|   21 -
 community-x86_64/PKGBUILD  |   59 --
 community-x86_64/stunnel.install   |   31 ---
 community-x86_64/stunnel.tmpfiles.conf |1 
 12 files changed, 228 insertions(+), 224 deletions(-)

Deleted: community-i686/Makefile.patch
===
--- community-i686/Makefile.patch   2013-06-18 09:22:41 UTC (rev 92896)
+++ community-i686/Makefile.patch   2013-06-18 09:22:57 UTC (rev 92897)
@@ -1,21 +0,0 @@
 tools/Makefile.in  2010-03-31 04:45:09.0 -0500
-+++ tools/Makefile.in  2010-04-11 17:17:41.0 -0500
-@@ -334,8 +334,7 @@
- 
- info-am:
- 
--install-data-am: install-confDATA install-data-local \
--  install-examplesDATA
-+install-data-am: install-confDATA install-examplesDATA
- 
- 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 \

Copied: stunnel/repos/community-i686/Makefile.patch (from rev 92896, 
stunnel/trunk/Makefile.patch)
===
--- community-i686/Makefile.patch   (rev 0)
+++ community-i686/Makefile.patch   2013-06-18 09:22:57 UTC (rev 92897)
@@ -0,0 +1,21 @@
+--- tools/Makefile.in  2010-03-31 04:45:09.0 -0500
 tools/Makefile.in  2010-04-11 17:17:41.0 -0500
+@@ -334,8 +334,7 @@
+ 
+ info-am:
+ 
+-install-data-am: install-confDATA install-data-local \
+-  install-examplesDATA
++install-data-am: install-confDATA install-examplesDATA
+ 
+ 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 \

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-18 09:22:41 UTC (rev 92896)
+++ community-i686/PKGBUILD 2013-06-18 09:22:57 UTC (rev 92897)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Contributor: Kevin Piche ke...@archlinux.org
-
-pkgname=stunnel
-pkgver=4.56
-pkgrel=2
-pkgdesc=A program that allows you to encrypt arbitrary TCP connections inside 
SSL
-arch=('i686' 'x86_64')