[arch-commits] Commit in stunnel/repos/community-x86_64 (8 files)

George Rawlinson grawlinson at gemini.archlinux.org
Sat May 7 09:18:57 UTC 2022


    Date: Saturday, May 7, 2022 @ 09:18:56
  Author: grawlinson
Revision: 1196148

archrelease: copy trunk to community-x86_64

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

----------------+
 Makefile.patch |   22 ++++----
 PKGBUILD       |  136 +++++++++++++++++++++++++++----------------------------
 sysusers.conf  |    2 
 tmpfiles.conf  |    2 
 4 files changed, 81 insertions(+), 81 deletions(-)

Deleted: Makefile.patch
===================================================================
--- Makefile.patch	2022-05-07 09:17:48 UTC (rev 1196147)
+++ Makefile.patch	2022-05-07 09:18:56 UTC (rev 1196148)
@@ -1,11 +0,0 @@
---- tools/Makefile.in
-+++ tools/Makefile.in
-@@ -506,7 +506,7 @@ info: info-am
- 
- info-am:
- 
--install-data-am: install-confDATA install-data-local \
-+install-data-am: install-confDATA \
- 	install-dist_bashcompDATA install-examplesDATA
- 
- install-dvi: install-dvi-am

Copied: stunnel/repos/community-x86_64/Makefile.patch (from rev 1196147, stunnel/trunk/Makefile.patch)
===================================================================
--- Makefile.patch	                        (rev 0)
+++ Makefile.patch	2022-05-07 09:18:56 UTC (rev 1196148)
@@ -0,0 +1,11 @@
+--- tools/Makefile.in
++++ tools/Makefile.in
+@@ -506,7 +506,7 @@ info: info-am
+ 
+ info-am:
+ 
+-install-data-am: install-confDATA install-data-local \
++install-data-am: install-confDATA \
+ 	install-dist_bashcompDATA install-examplesDATA
+ 
+ install-dvi: install-dvi-am

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-07 09:17:48 UTC (rev 1196147)
+++ PKGBUILD	2022-05-07 09:18:56 UTC (rev 1196148)
@@ -1,68 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Maintainer: George Rawlinson <grawlinson 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.63
-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' 'systemd-libs')
-makedepends=('systemd')
-source=(
-  "https://www.stunnel.org/downloads/archive/5.x/$pkgname-$pkgver.tar.gz"{,.asc}
-  'Makefile.patch'
-  'sysusers.conf'
-  'tmpfiles.conf'
-)
-sha512sums=('caf684a1ace745c2b75ceba483067e91b3cbb6103e631c41bb1e7379cb33bccbfcb47a4e51a0dc5b2b23d2689e264c51a67610d3ac323669dd1239cc8efd8c9c'
-            'SKIP'
-            '9c669b6a8ebfb2ed26ba90578a12a5de4c4667100ffaa02725650f451ed02b2eab4a77f00f20cc3c7cab761312b658059fcf259ef58e273541ca202c36a18095'
-            '8a7199b94cda5da8c0b99b25daf4bead1398a28975eb6813139744a8a962db3aa058bc4c9e7ee4121a52c62c2e2c2ed46d1739414927b210e0ac68da48a7ef5e'
-            '8e06ec39547ce5991217e551e563f5d212742afda94da801ec266c632375aae489594d14815fe596319d9881eb5a58e32bf05baa69f3a9d1bae554419f5ac1bb')
-b2sums=('4558f233bae0972853239b4ad8638cbf8402baf221c8b65f0b8857c624735430ed026fa4cfac8212e60737f1f522e38898da5056a66e3374509886b02068e1db'
-        'SKIP'
-        'a1eacbfc7815a0e2eb6cda434639e315a94c27bdc59ad93090a00c8fbcdd760f9db1f22dbeaacc99615a44001444c295136c2ed92e57901d141478b661078ee3'
-        '0022d76a55d540f5d9d7b3bd3709665f80e5aa3293479245ea70845a7ceadf52f9b259f38d8b1b312fea29950c9fa4799282156c9e78d00d0fcda77f1c526029'
-        'cedd3eccd1964dcc86255fca0e47fe692a2619fbcbc576480adf193192a2218972d07961a3ab4d30f095c308844f25fe71cdf285bde201050be24d4ce0ca80d3')
-validpgpkeys=('AC915EA30645D9D3D4DAE4FEB1048932DD3AAAA3') # Michał Trojnara
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # skip generation of $pkgdir/var
-  patch -p0 <"$srcdir/Makefile.patch"
-
-  # ensure user/group is set to stunnel
-  sed \
-    -e "s:\(nobody\|@DEFAULT_GROUP@\):stunnel:g" \
-    -i tools/stunnel.conf-sample.in
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure \
-    --prefix=/usr \
-    --sysconfdir=/etc \
-    --localstatedir=/var \
-    --enable-ipv6 \
-    --disable-libwrap
-
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  # systemd integration
-  install -Dm644 tools/stunnel.service "$pkgdir/usr/lib/systemd/system/stunnel.service"
-  install -Dm644 "$srcdir/sysusers.conf" "$pkgdir/usr/lib/sysusers.d/stunnel.conf"
-  install -Dm644 "$srcdir/tmpfiles.conf" "$pkgdir/usr/lib/tmpfiles.d/stunnel.conf"
-}

Copied: stunnel/repos/community-x86_64/PKGBUILD (from rev 1196147, stunnel/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-07 09:18:56 UTC (rev 1196148)
@@ -0,0 +1,68 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Maintainer: George Rawlinson <grawlinson 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.64
+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' 'systemd-libs')
+makedepends=('systemd')
+source=(
+  "https://www.stunnel.org/downloads/archive/5.x/$pkgname-$pkgver.tar.gz"{,.asc}
+  'Makefile.patch'
+  'sysusers.conf'
+  'tmpfiles.conf'
+)
+sha512sums=('85ed22664420db3c97b871f1afeb6483e547f421f0419fed1ccb4f3563ea154b6aeb6ae7221f001557c786a3406ada4c7b0d44b208dcf98f16209229aee4e0aa'
+            'SKIP'
+            '9c669b6a8ebfb2ed26ba90578a12a5de4c4667100ffaa02725650f451ed02b2eab4a77f00f20cc3c7cab761312b658059fcf259ef58e273541ca202c36a18095'
+            '8a7199b94cda5da8c0b99b25daf4bead1398a28975eb6813139744a8a962db3aa058bc4c9e7ee4121a52c62c2e2c2ed46d1739414927b210e0ac68da48a7ef5e'
+            '8e06ec39547ce5991217e551e563f5d212742afda94da801ec266c632375aae489594d14815fe596319d9881eb5a58e32bf05baa69f3a9d1bae554419f5ac1bb')
+b2sums=('c6be054b825e57c1ac44adf28d4546ab78250cf9d7b17bc9e039d2715ca2316fef674a3ed2c4419a5a7ad6fa85b56809f736d0dca0bc672521347d5f51d2ed23'
+        'SKIP'
+        'a1eacbfc7815a0e2eb6cda434639e315a94c27bdc59ad93090a00c8fbcdd760f9db1f22dbeaacc99615a44001444c295136c2ed92e57901d141478b661078ee3'
+        '0022d76a55d540f5d9d7b3bd3709665f80e5aa3293479245ea70845a7ceadf52f9b259f38d8b1b312fea29950c9fa4799282156c9e78d00d0fcda77f1c526029'
+        'cedd3eccd1964dcc86255fca0e47fe692a2619fbcbc576480adf193192a2218972d07961a3ab4d30f095c308844f25fe71cdf285bde201050be24d4ce0ca80d3')
+validpgpkeys=('AC915EA30645D9D3D4DAE4FEB1048932DD3AAAA3') # Michał Trojnara
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  # skip generation of $pkgdir/var
+  patch -p0 <"$srcdir/Makefile.patch"
+
+  # ensure user/group is set to stunnel
+  sed \
+    -e "s:\(nobody\|@DEFAULT_GROUP@\):stunnel:g" \
+    -i tools/stunnel.conf-sample.in
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --localstatedir=/var \
+    --enable-ipv6 \
+    --disable-libwrap
+
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  # systemd integration
+  install -Dm644 tools/stunnel.service "$pkgdir/usr/lib/systemd/system/stunnel.service"
+  install -Dm644 "$srcdir/sysusers.conf" "$pkgdir/usr/lib/sysusers.d/stunnel.conf"
+  install -Dm644 "$srcdir/tmpfiles.conf" "$pkgdir/usr/lib/tmpfiles.d/stunnel.conf"
+}

Deleted: sysusers.conf
===================================================================
--- sysusers.conf	2022-05-07 09:17:48 UTC (rev 1196147)
+++ sysusers.conf	2022-05-07 09:18:56 UTC (rev 1196148)
@@ -1 +0,0 @@
-u stunnel 16 - /var/run/stunnel

Copied: stunnel/repos/community-x86_64/sysusers.conf (from rev 1196147, stunnel/trunk/sysusers.conf)
===================================================================
--- sysusers.conf	                        (rev 0)
+++ sysusers.conf	2022-05-07 09:18:56 UTC (rev 1196148)
@@ -0,0 +1 @@
+u stunnel 16 - /var/run/stunnel

Deleted: tmpfiles.conf
===================================================================
--- tmpfiles.conf	2022-05-07 09:17:48 UTC (rev 1196147)
+++ tmpfiles.conf	2022-05-07 09:18:56 UTC (rev 1196148)
@@ -1 +0,0 @@
-d /run/stunnel 0770 stunnel stunnel -

Copied: stunnel/repos/community-x86_64/tmpfiles.conf (from rev 1196147, stunnel/trunk/tmpfiles.conf)
===================================================================
--- tmpfiles.conf	                        (rev 0)
+++ tmpfiles.conf	2022-05-07 09:18:56 UTC (rev 1196148)
@@ -0,0 +1 @@
+d /run/stunnel 0770 stunnel stunnel -



More information about the arch-commits mailing list