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

Lukas Fleischer lfleischer at archlinux.org
Mon Jul 13 08:08:02 UTC 2015


    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.000000000 -0500
-+++ tools/Makefile.in	2010-04-11 17:17:41.000000000 -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.000000000 -0500
++++ tools/Makefile.in	2010-04-11 17:17:41.000000000 -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 <lfleischer at archlinux.org>
-# Contributor: Kaiting Chen <kaitocracy at gmail.com>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-# Contributor: Kevin Piche <kevin at archlinux.org>
-
-pkgname=stunnel
-pkgver=5.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=('AC915EA30645D9D3D4DAE4FEB1048932DD3AAAA3') # 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 -Dm644 "$srcdir/stunnel.tmpfiles.conf" "$pkgdir/usr/lib/tmpfiles.d/stunnel.conf"
-
-  sed -e "s:/usr/var/lib/stunnel/:/var/run/stunnel:g" \
-      -e "s:/usr/etc/stunnel/:/etc/stunnel/:g" \
-      -e "s:no\(body\|group\):stunnel:g" \
-      -i "$pkgdir/etc/stunnel/stunnel.conf-sample"
-}

Copied: stunnel/repos/community-i686/PKGBUILD (from rev 136757, stunnel/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-07-13 08:08:01 UTC (rev 136758)
@@ -0,0 +1,52 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Kaiting Chen <kaitocracy at gmail.com>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Contributor: Kevin Piche <kevin at archlinux.org>
+
+pkgname=stunnel
+pkgver=5.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=('AC915EA30645D9D3D4DAE4FEB1048932DD3AAAA3') # 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 -Dm644 "$srcdir/stunnel.tmpfiles.conf" "$pkgdir/usr/lib/tmpfiles.d/stunnel.conf"
+
+  sed -e "s:/usr/var/lib/stunnel/:/var/run/stunnel:g" \
+      -e "s:/usr/etc/stunnel/:/etc/stunnel/:g" \
+      -e "s:no\(body\|group\):stunnel:g" \
+      -i "$pkgdir/etc/stunnel/stunnel.conf-sample"
+}

Deleted: community-i686/stunnel.install
===================================================================
--- community-i686/stunnel.install	2015-07-13 08:07:52 UTC (rev 136757)
+++ community-i686/stunnel.install	2015-07-13 08:08:01 UTC (rev 136758)
@@ -1,20 +0,0 @@
-post_install() {
-  # add stunnel group
-  if ! getent group stunnel >/dev/null 2>&1; then
-    groupadd -g 16 stunnel
-  fi
-
-  # add stunnel user
-  if ! getent passwd stunnel >/dev/null 2>&1; then
-    useradd -u 16 -g stunnel -d /var/run/stunnel -s /bin/false stunnel
-  fi
-
-  # create chroot dir if necessary.
-  if [ ! -d /var/run/stunnel ]; then
-    install -dm770 -o stunnel -g stunnel /var/run/stunnel
-  fi
-}
-
-post_upgrade() {
-  post_install "$@"
-}

Copied: stunnel/repos/community-i686/stunnel.install (from rev 136757, stunnel/trunk/stunnel.install)
===================================================================
--- community-i686/stunnel.install	                        (rev 0)
+++ community-i686/stunnel.install	2015-07-13 08:08:01 UTC (rev 136758)
@@ -0,0 +1,20 @@
+post_install() {
+  # add stunnel group
+  if ! getent group stunnel >/dev/null 2>&1; then
+    groupadd -g 16 stunnel
+  fi
+
+  # add stunnel user
+  if ! getent passwd stunnel >/dev/null 2>&1; then
+    useradd -u 16 -g stunnel -d /var/run/stunnel -s /bin/false stunnel
+  fi
+
+  # create chroot dir if necessary.
+  if [ ! -d /var/run/stunnel ]; then
+    install -dm770 -o stunnel -g stunnel /var/run/stunnel
+  fi
+}
+
+post_upgrade() {
+  post_install "$@"
+}

Deleted: community-i686/stunnel.tmpfiles.conf
===================================================================
--- community-i686/stunnel.tmpfiles.conf	2015-07-13 08:07:52 UTC (rev 136757)
+++ community-i686/stunnel.tmpfiles.conf	2015-07-13 08:08:01 UTC (rev 136758)
@@ -1 +0,0 @@
-d /var/run/stunnel 0770 stunnel stunnel -

Copied: stunnel/repos/community-i686/stunnel.tmpfiles.conf (from rev 136757, stunnel/trunk/stunnel.tmpfiles.conf)
===================================================================
--- community-i686/stunnel.tmpfiles.conf	                        (rev 0)
+++ community-i686/stunnel.tmpfiles.conf	2015-07-13 08:08:01 UTC (rev 136758)
@@ -0,0 +1 @@
+d /var/run/stunnel 0770 stunnel stunnel -

Deleted: community-x86_64/Makefile.patch
===================================================================
--- community-x86_64/Makefile.patch	2015-07-13 08:07:52 UTC (rev 136757)
+++ community-x86_64/Makefile.patch	2015-07-13 08:08:01 UTC (rev 136758)
@@ -1,12 +0,0 @@
---- tools/Makefile.in	2010-03-31 04:45:09.000000000 -0500
-+++ tools/Makefile.in	2010-04-11 17:17:41.000000000 -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-x86_64/Makefile.patch (from rev 136757, stunnel/trunk/Makefile.patch)
===================================================================
--- community-x86_64/Makefile.patch	                        (rev 0)
+++ community-x86_64/Makefile.patch	2015-07-13 08:08:01 UTC (rev 136758)
@@ -0,0 +1,12 @@
+--- tools/Makefile.in	2010-03-31 04:45:09.000000000 -0500
++++ tools/Makefile.in	2010-04-11 17:17:41.000000000 -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-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-07-13 08:07:52 UTC (rev 136757)
+++ community-x86_64/PKGBUILD	2015-07-13 08:08:01 UTC (rev 136758)
@@ -1,52 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: Kaiting Chen <kaitocracy at gmail.com>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-# Contributor: Kevin Piche <kevin at archlinux.org>
-
-pkgname=stunnel
-pkgver=5.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=('AC915EA30645D9D3D4DAE4FEB1048932DD3AAAA3') # 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 -Dm644 "$srcdir/stunnel.tmpfiles.conf" "$pkgdir/usr/lib/tmpfiles.d/stunnel.conf"
-
-  sed -e "s:/usr/var/lib/stunnel/:/var/run/stunnel:g" \
-      -e "s:/usr/etc/stunnel/:/etc/stunnel/:g" \
-      -e "s:no\(body\|group\):stunnel:g" \
-      -i "$pkgdir/etc/stunnel/stunnel.conf-sample"
-}

Copied: stunnel/repos/community-x86_64/PKGBUILD (from rev 136757, stunnel/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-07-13 08:08:01 UTC (rev 136758)
@@ -0,0 +1,52 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Kaiting Chen <kaitocracy at gmail.com>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Contributor: Kevin Piche <kevin at archlinux.org>
+
+pkgname=stunnel
+pkgver=5.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=('AC915EA30645D9D3D4DAE4FEB1048932DD3AAAA3') # 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 -Dm644 "$srcdir/stunnel.tmpfiles.conf" "$pkgdir/usr/lib/tmpfiles.d/stunnel.conf"
+
+  sed -e "s:/usr/var/lib/stunnel/:/var/run/stunnel:g" \
+      -e "s:/usr/etc/stunnel/:/etc/stunnel/:g" \
+      -e "s:no\(body\|group\):stunnel:g" \
+      -i "$pkgdir/etc/stunnel/stunnel.conf-sample"
+}

Deleted: community-x86_64/stunnel.install
===================================================================
--- community-x86_64/stunnel.install	2015-07-13 08:07:52 UTC (rev 136757)
+++ community-x86_64/stunnel.install	2015-07-13 08:08:01 UTC (rev 136758)
@@ -1,20 +0,0 @@
-post_install() {
-  # add stunnel group
-  if ! getent group stunnel >/dev/null 2>&1; then
-    groupadd -g 16 stunnel
-  fi
-
-  # add stunnel user
-  if ! getent passwd stunnel >/dev/null 2>&1; then
-    useradd -u 16 -g stunnel -d /var/run/stunnel -s /bin/false stunnel
-  fi
-
-  # create chroot dir if necessary.
-  if [ ! -d /var/run/stunnel ]; then
-    install -dm770 -o stunnel -g stunnel /var/run/stunnel
-  fi
-}
-
-post_upgrade() {
-  post_install "$@"
-}

Copied: stunnel/repos/community-x86_64/stunnel.install (from rev 136757, stunnel/trunk/stunnel.install)
===================================================================
--- community-x86_64/stunnel.install	                        (rev 0)
+++ community-x86_64/stunnel.install	2015-07-13 08:08:01 UTC (rev 136758)
@@ -0,0 +1,20 @@
+post_install() {
+  # add stunnel group
+  if ! getent group stunnel >/dev/null 2>&1; then
+    groupadd -g 16 stunnel
+  fi
+
+  # add stunnel user
+  if ! getent passwd stunnel >/dev/null 2>&1; then
+    useradd -u 16 -g stunnel -d /var/run/stunnel -s /bin/false stunnel
+  fi
+
+  # create chroot dir if necessary.
+  if [ ! -d /var/run/stunnel ]; then
+    install -dm770 -o stunnel -g stunnel /var/run/stunnel
+  fi
+}
+
+post_upgrade() {
+  post_install "$@"
+}

Deleted: community-x86_64/stunnel.tmpfiles.conf
===================================================================
--- community-x86_64/stunnel.tmpfiles.conf	2015-07-13 08:07:52 UTC (rev 136757)
+++ community-x86_64/stunnel.tmpfiles.conf	2015-07-13 08:08:01 UTC (rev 136758)
@@ -1 +0,0 @@
-d /var/run/stunnel 0770 stunnel stunnel -

Copied: stunnel/repos/community-x86_64/stunnel.tmpfiles.conf (from rev 136757, stunnel/trunk/stunnel.tmpfiles.conf)
===================================================================
--- community-x86_64/stunnel.tmpfiles.conf	                        (rev 0)
+++ community-x86_64/stunnel.tmpfiles.conf	2015-07-13 08:08:01 UTC (rev 136758)
@@ -0,0 +1 @@
+d /var/run/stunnel 0770 stunnel stunnel -



More information about the arch-commits mailing list