[arch-commits] Commit in stunnel/repos/community-x86_64 (8 files)
Lukas Fleischer
lfleischer at archlinux.org
Mon Jul 2 13:52:18 UTC 2018
Date: Monday, July 2, 2018 @ 13:52:17
Author: lfleischer
Revision: 349770
archrelease: copy trunk to community-x86_64
Added:
stunnel/repos/community-x86_64/Makefile.patch
(from rev 349769, stunnel/trunk/Makefile.patch)
stunnel/repos/community-x86_64/PKGBUILD
(from rev 349769, stunnel/trunk/PKGBUILD)
stunnel/repos/community-x86_64/stunnel.sysusers.conf
(from rev 349769, stunnel/trunk/stunnel.sysusers.conf)
stunnel/repos/community-x86_64/stunnel.tmpfiles.conf
(from rev 349769, stunnel/trunk/stunnel.tmpfiles.conf)
Deleted:
stunnel/repos/community-x86_64/Makefile.patch
stunnel/repos/community-x86_64/PKGBUILD
stunnel/repos/community-x86_64/stunnel.sysusers.conf
stunnel/repos/community-x86_64/stunnel.tmpfiles.conf
-----------------------+
Makefile.patch | 24 +++++-----
PKGBUILD | 108 ++++++++++++++++++++++++------------------------
stunnel.sysusers.conf | 2
stunnel.tmpfiles.conf | 2
4 files changed, 68 insertions(+), 68 deletions(-)
Deleted: Makefile.patch
===================================================================
--- Makefile.patch 2018-07-02 13:52:05 UTC (rev 349769)
+++ Makefile.patch 2018-07-02 13:52:17 UTC (rev 349770)
@@ -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 349769, stunnel/trunk/Makefile.patch)
===================================================================
--- Makefile.patch (rev 0)
+++ Makefile.patch 2018-07-02 13:52:17 UTC (rev 349770)
@@ -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: PKGBUILD
===================================================================
--- PKGBUILD 2018-07-02 13:52:05 UTC (rev 349769)
+++ PKGBUILD 2018-07-02 13:52:17 UTC (rev 349770)
@@ -1,54 +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.46
-pkgrel=1
-pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside SSL"
-arch=('x86_64')
-url="https://www.stunnel.org/"
-license=('GPL')
-depends=('openssl' 'libnsl')
-makedepends=('systemd')
-source=("https://www.stunnel.org/downloads/archive/5.x/$pkgname-$pkgver.tar.gz"{,.asc}
- 'Makefile.patch'
- 'stunnel.sysusers.conf'
- 'stunnel.tmpfiles.conf')
-sha512sums=('2000e36d4d011a83e47afcaf19473e083da010d7b3909cb831c51975512257888615b5d64f4a4d78f48529d68c6740ea2be7f7935b0ab86de4535e290f78cc97'
- 'SKIP'
- '2129af2b2594473c48c565bdc714774b382c40ac1926d6ccbc07bbc29d006b89c9dbae71496b404ceeeeaaf22cf40055d557d8b37a6aea20a228699721b79db1'
- '8a7199b94cda5da8c0b99b25daf4bead1398a28975eb6813139744a8a962db3aa058bc4c9e7ee4121a52c62c2e2c2ed46d1739414927b210e0ac68da48a7ef5e'
- 'f4a1fa8a03796fd445b5851df22bbaba40b9b5821809a654733b5482c89be9d03a36f893ad4f69f9ae9a10bfc03c84f281082ed716be3597e594fc75be850493')
-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.service "$pkgdir/usr/lib/systemd/system/stunnel.service"
- install -Dm644 "$srcdir/stunnel.sysusers.conf" "$pkgdir/usr/lib/sysusers.d/stunnel.conf"
- 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 349769, stunnel/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-07-02 13:52:17 UTC (rev 349770)
@@ -0,0 +1,54 @@
+# 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.47
+pkgrel=1
+pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside SSL"
+arch=('x86_64')
+url="https://www.stunnel.org/"
+license=('GPL')
+depends=('openssl' 'libnsl')
+makedepends=('systemd')
+source=("https://www.stunnel.org/downloads/archive/5.x/$pkgname-$pkgver.tar.gz"{,.asc}
+ 'Makefile.patch'
+ 'stunnel.sysusers.conf'
+ 'stunnel.tmpfiles.conf')
+sha512sums=('5e2c076956b1f2fc3bcb79aa0625f3bd65a32cd9e4e3cf837e21d58309a4aacb0294b3ec39895b0c7b26304d1b8417a6c2b0d477eff5b8ea7ea5a2c37f5e07a0'
+ 'SKIP'
+ '2129af2b2594473c48c565bdc714774b382c40ac1926d6ccbc07bbc29d006b89c9dbae71496b404ceeeeaaf22cf40055d557d8b37a6aea20a228699721b79db1'
+ '8a7199b94cda5da8c0b99b25daf4bead1398a28975eb6813139744a8a962db3aa058bc4c9e7ee4121a52c62c2e2c2ed46d1739414927b210e0ac68da48a7ef5e'
+ 'f4a1fa8a03796fd445b5851df22bbaba40b9b5821809a654733b5482c89be9d03a36f893ad4f69f9ae9a10bfc03c84f281082ed716be3597e594fc75be850493')
+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.service "$pkgdir/usr/lib/systemd/system/stunnel.service"
+ install -Dm644 "$srcdir/stunnel.sysusers.conf" "$pkgdir/usr/lib/sysusers.d/stunnel.conf"
+ 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: stunnel.sysusers.conf
===================================================================
--- stunnel.sysusers.conf 2018-07-02 13:52:05 UTC (rev 349769)
+++ stunnel.sysusers.conf 2018-07-02 13:52:17 UTC (rev 349770)
@@ -1 +0,0 @@
-u stunnel 16 - /var/run/stunnel
Copied: stunnel/repos/community-x86_64/stunnel.sysusers.conf (from rev 349769, stunnel/trunk/stunnel.sysusers.conf)
===================================================================
--- stunnel.sysusers.conf (rev 0)
+++ stunnel.sysusers.conf 2018-07-02 13:52:17 UTC (rev 349770)
@@ -0,0 +1 @@
+u stunnel 16 - /var/run/stunnel
Deleted: stunnel.tmpfiles.conf
===================================================================
--- stunnel.tmpfiles.conf 2018-07-02 13:52:05 UTC (rev 349769)
+++ stunnel.tmpfiles.conf 2018-07-02 13:52:17 UTC (rev 349770)
@@ -1 +0,0 @@
-d /var/run/stunnel 0770 stunnel stunnel -
Copied: stunnel/repos/community-x86_64/stunnel.tmpfiles.conf (from rev 349769, stunnel/trunk/stunnel.tmpfiles.conf)
===================================================================
--- stunnel.tmpfiles.conf (rev 0)
+++ stunnel.tmpfiles.conf 2018-07-02 13:52:17 UTC (rev 349770)
@@ -0,0 +1 @@
+d /var/run/stunnel 0770 stunnel stunnel -
More information about the arch-commits
mailing list