[arch-commits] Commit in stunnel/repos/community-x86_64 (8 files)
Lukas Fleischer
lfleischer at archlinux.org
Sat Nov 28 14:04:08 UTC 2020
Date: Saturday, November 28, 2020 @ 14:04:07
Author: lfleischer
Revision: 765259
archrelease: copy trunk to community-x86_64
Added:
stunnel/repos/community-x86_64/Makefile.patch
(from rev 765258, stunnel/trunk/Makefile.patch)
stunnel/repos/community-x86_64/PKGBUILD
(from rev 765258, stunnel/trunk/PKGBUILD)
stunnel/repos/community-x86_64/stunnel.sysusers.conf
(from rev 765258, stunnel/trunk/stunnel.sysusers.conf)
stunnel/repos/community-x86_64/stunnel.tmpfiles.conf
(from rev 765258, 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 2020-11-28 14:03:58 UTC (rev 765258)
+++ Makefile.patch 2020-11-28 14:04:07 UTC (rev 765259)
@@ -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 765258, stunnel/trunk/Makefile.patch)
===================================================================
--- Makefile.patch (rev 0)
+++ Makefile.patch 2020-11-28 14:04:07 UTC (rev 765259)
@@ -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 2020-11-28 14:03:58 UTC (rev 765258)
+++ PKGBUILD 2020-11-28 14:04:07 UTC (rev 765259)
@@ -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.56
-pkgrel=2
-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' 'perl' '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=('db1be82b80bd5606568c5565f1c9a5710d4f7abca2d89388daa441bc395aaf2be998ac6403c7a17b8af01b89ade825186c20c50f73a809f9d64eca2e1b57a877'
- 'SKIP'
- '2129af2b2594473c48c565bdc714774b382c40ac1926d6ccbc07bbc29d006b89c9dbae71496b404ceeeeaaf22cf40055d557d8b37a6aea20a228699721b79db1'
- '8a7199b94cda5da8c0b99b25daf4bead1398a28975eb6813139744a8a962db3aa058bc4c9e7ee4121a52c62c2e2c2ed46d1739414927b210e0ac68da48a7ef5e'
- '8e06ec39547ce5991217e551e563f5d212742afda94da801ec266c632375aae489594d14815fe596319d9881eb5a58e32bf05baa69f3a9d1bae554419f5ac1bb')
-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 765258, stunnel/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-28 14:04:07 UTC (rev 765259)
@@ -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.57
+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' 'perl' '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=('de5feec6c2c01a6aba2c3b9b9356a8b115ba67c194b6459927870c4a5e37f8a57ac74129f223671586393539d789c868bc8f794331c7e4af058e540123b409e9'
+ 'SKIP'
+ '2129af2b2594473c48c565bdc714774b382c40ac1926d6ccbc07bbc29d006b89c9dbae71496b404ceeeeaaf22cf40055d557d8b37a6aea20a228699721b79db1'
+ '8a7199b94cda5da8c0b99b25daf4bead1398a28975eb6813139744a8a962db3aa058bc4c9e7ee4121a52c62c2e2c2ed46d1739414927b210e0ac68da48a7ef5e'
+ '8e06ec39547ce5991217e551e563f5d212742afda94da801ec266c632375aae489594d14815fe596319d9881eb5a58e32bf05baa69f3a9d1bae554419f5ac1bb')
+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 2020-11-28 14:03:58 UTC (rev 765258)
+++ stunnel.sysusers.conf 2020-11-28 14:04:07 UTC (rev 765259)
@@ -1 +0,0 @@
-u stunnel 16 - /var/run/stunnel
Copied: stunnel/repos/community-x86_64/stunnel.sysusers.conf (from rev 765258, stunnel/trunk/stunnel.sysusers.conf)
===================================================================
--- stunnel.sysusers.conf (rev 0)
+++ stunnel.sysusers.conf 2020-11-28 14:04:07 UTC (rev 765259)
@@ -0,0 +1 @@
+u stunnel 16 - /var/run/stunnel
Deleted: stunnel.tmpfiles.conf
===================================================================
--- stunnel.tmpfiles.conf 2020-11-28 14:03:58 UTC (rev 765258)
+++ stunnel.tmpfiles.conf 2020-11-28 14:04:07 UTC (rev 765259)
@@ -1 +0,0 @@
-d /run/stunnel 0770 stunnel stunnel -
Copied: stunnel/repos/community-x86_64/stunnel.tmpfiles.conf (from rev 765258, stunnel/trunk/stunnel.tmpfiles.conf)
===================================================================
--- stunnel.tmpfiles.conf (rev 0)
+++ stunnel.tmpfiles.conf 2020-11-28 14:04:07 UTC (rev 765259)
@@ -0,0 +1 @@
+d /run/stunnel 0770 stunnel stunnel -
More information about the arch-commits
mailing list