Date: Monday, March 20, 2023 @ 22:49:20
  Author: grawlinson
Revision: 1424542

archrelease: copy trunk to community-x86_64

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

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

Deleted: Makefile.patch
===================================================================
--- Makefile.patch      2023-03-20 22:48:01 UTC (rev 1424541)
+++ Makefile.patch      2023-03-20 22:49:20 UTC (rev 1424542)
@@ -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 1424541, 
stunnel/trunk/Makefile.patch)
===================================================================
--- Makefile.patch                              (rev 0)
+++ Makefile.patch      2023-03-20 22:49:20 UTC (rev 1424542)
@@ -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    2023-03-20 22:48:01 UTC (rev 1424541)
+++ PKGBUILD    2023-03-20 22:49:20 UTC (rev 1424542)
@@ -1,71 +0,0 @@
-# Maintainer: Lukas Fleischer <[email protected]>
-# Maintainer: George Rawlinson <[email protected]>
-# Contributor: Kaiting Chen <[email protected]>
-# Contributor: Daniel J Griffiths <[email protected]>
-# Contributor: Kevin Piche <[email protected]>
-
-pkgname=stunnel
-pkgver=5.68
-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=('cdc3b8ab4cd35ba722b5248c005ae58a39d79a80600447417b1d0d01fd3aa9e8b22f8568c3177423be99d7395bb15a8754e975fb953556cd80a9cc11e185e9fb'
-            'SKIP'
-            
'9c669b6a8ebfb2ed26ba90578a12a5de4c4667100ffaa02725650f451ed02b2eab4a77f00f20cc3c7cab761312b658059fcf259ef58e273541ca202c36a18095'
-            
'8a7199b94cda5da8c0b99b25daf4bead1398a28975eb6813139744a8a962db3aa058bc4c9e7ee4121a52c62c2e2c2ed46d1739414927b210e0ac68da48a7ef5e'
-            
'8e06ec39547ce5991217e551e563f5d212742afda94da801ec266c632375aae489594d14815fe596319d9881eb5a58e32bf05baa69f3a9d1bae554419f5ac1bb')
-b2sums=('e2551b2052db0719203b24dcf16a2ef74c078dccd1200d25502defcef1301456e755a71a1a2b6ab7b43fc9ddc04cd031fca83ffb760528133a0e22ae22e64d40'
-        'SKIP'
-        
'a1eacbfc7815a0e2eb6cda434639e315a94c27bdc59ad93090a00c8fbcdd760f9db1f22dbeaacc99615a44001444c295136c2ed92e57901d141478b661078ee3'
-        
'0022d76a55d540f5d9d7b3bd3709665f80e5aa3293479245ea70845a7ceadf52f9b259f38d8b1b312fea29950c9fa4799282156c9e78d00d0fcda77f1c526029'
-        
'cedd3eccd1964dcc86255fca0e47fe692a2619fbcbc576480adf193192a2218972d07961a3ab4d30f095c308844f25fe71cdf285bde201050be24d4ce0ca80d3')
-validpgpkeys=('AC915EA30645D9D3D4DAE4FEB1048932DD3AAAA3') # Michał Trojnara 
<[email protected]>
-
-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 -vDm644 tools/stunnel.service 
"$pkgdir/usr/lib/systemd/system/stunnel.service"
-  install -vDm644 "$srcdir/sysusers.conf" 
"$pkgdir/usr/lib/sysusers.d/stunnel.conf"
-  install -vDm644 "$srcdir/tmpfiles.conf" 
"$pkgdir/usr/lib/tmpfiles.d/stunnel.conf"
-
-  # bash completion missing from 5.65 onwards
-  install -vDm644 tools/stunnel.bash -t 
"$pkgdir/usr/share/bash-completion/completions"
-}

Copied: stunnel/repos/community-x86_64/PKGBUILD (from rev 1424541, 
stunnel/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-20 22:49:20 UTC (rev 1424542)
@@ -0,0 +1,71 @@
+# Maintainer: Lukas Fleischer <[email protected]>
+# Maintainer: George Rawlinson <[email protected]>
+# Contributor: Kaiting Chen <[email protected]>
+# Contributor: Daniel J Griffiths <[email protected]>
+# Contributor: Kevin Piche <[email protected]>
+
+pkgname=stunnel
+pkgver=5.69
+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=('6ae7b3bc126d45a633e91a4c9e5841d321c8704753866c0e5d0e94cbb189288a5b699dfdbc4d0b26f0c39ca69bae2c8f96f26a3b2b4a7b626f457845e6a53d2d'
+            'SKIP'
+            
'9c669b6a8ebfb2ed26ba90578a12a5de4c4667100ffaa02725650f451ed02b2eab4a77f00f20cc3c7cab761312b658059fcf259ef58e273541ca202c36a18095'
+            
'8a7199b94cda5da8c0b99b25daf4bead1398a28975eb6813139744a8a962db3aa058bc4c9e7ee4121a52c62c2e2c2ed46d1739414927b210e0ac68da48a7ef5e'
+            
'8e06ec39547ce5991217e551e563f5d212742afda94da801ec266c632375aae489594d14815fe596319d9881eb5a58e32bf05baa69f3a9d1bae554419f5ac1bb')
+b2sums=('fd213d1c7bc9efb42ee501bccd720c6535d123fe9d78354ff14a1701edcc30f1b563ff46fa34fd3f53bb976a7e700f0cd63589a8488738314604e593a95ad7bd'
+        'SKIP'
+        
'a1eacbfc7815a0e2eb6cda434639e315a94c27bdc59ad93090a00c8fbcdd760f9db1f22dbeaacc99615a44001444c295136c2ed92e57901d141478b661078ee3'
+        
'0022d76a55d540f5d9d7b3bd3709665f80e5aa3293479245ea70845a7ceadf52f9b259f38d8b1b312fea29950c9fa4799282156c9e78d00d0fcda77f1c526029'
+        
'cedd3eccd1964dcc86255fca0e47fe692a2619fbcbc576480adf193192a2218972d07961a3ab4d30f095c308844f25fe71cdf285bde201050be24d4ce0ca80d3')
+validpgpkeys=('AC915EA30645D9D3D4DAE4FEB1048932DD3AAAA3') # Michał Trojnara 
<[email protected]>
+
+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 -vDm644 tools/stunnel.service 
"$pkgdir/usr/lib/systemd/system/stunnel.service"
+  install -vDm644 "$srcdir/sysusers.conf" 
"$pkgdir/usr/lib/sysusers.d/stunnel.conf"
+  install -vDm644 "$srcdir/tmpfiles.conf" 
"$pkgdir/usr/lib/tmpfiles.d/stunnel.conf"
+
+  # bash completion missing from 5.65 onwards
+  install -vDm644 tools/stunnel.bash -t 
"$pkgdir/usr/share/bash-completion/completions"
+}

Deleted: sysusers.conf
===================================================================
--- sysusers.conf       2023-03-20 22:48:01 UTC (rev 1424541)
+++ sysusers.conf       2023-03-20 22:49:20 UTC (rev 1424542)
@@ -1 +0,0 @@
-u stunnel 16 - /var/run/stunnel

Copied: stunnel/repos/community-x86_64/sysusers.conf (from rev 1424541, 
stunnel/trunk/sysusers.conf)
===================================================================
--- sysusers.conf                               (rev 0)
+++ sysusers.conf       2023-03-20 22:49:20 UTC (rev 1424542)
@@ -0,0 +1 @@
+u stunnel 16 - /var/run/stunnel

Deleted: tmpfiles.conf
===================================================================
--- tmpfiles.conf       2023-03-20 22:48:01 UTC (rev 1424541)
+++ tmpfiles.conf       2023-03-20 22:49:20 UTC (rev 1424542)
@@ -1 +0,0 @@
-d /run/stunnel 0770 stunnel stunnel -

Copied: stunnel/repos/community-x86_64/tmpfiles.conf (from rev 1424541, 
stunnel/trunk/tmpfiles.conf)
===================================================================
--- tmpfiles.conf                               (rev 0)
+++ tmpfiles.conf       2023-03-20 22:49:20 UTC (rev 1424542)
@@ -0,0 +1 @@
+d /run/stunnel 0770 stunnel stunnel -

Reply via email to