Browse Source

stunnel-5.58-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@12556 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 3 years ago
parent
commit
b412bdc0dc
1 changed files with 14 additions and 2 deletions
  1. 14 2
      s/stunnel/stunnel-vl.spec

+ 14 - 2
s/stunnel/stunnel-vl.spec

@@ -2,9 +2,9 @@
 
 Summary: An SSL-encrypting socket wrapper
 Name: stunnel
-Version: 5.56
+Version: 5.58
 Release: 1%{?_dist_release}%{?with_systemd:.systemd}
-Group: Applications/Internet
+Group: internet
 Vendor: Project Vine
 Distribution: Vine Linux
 Packager: iwaim
@@ -22,6 +22,7 @@ Source7: stunnel@.service
 Source100: stunnel.init
 
 Patch0: stunnel-5.50-authpriv.patch
+Patch1: stunnel-5.50-systemd-service.patch
 Patch3: stunnel-5.56-system-ciphers.patch
 Patch4: stunnel-5.56-coverity.patch
 Patch5: stunnel-5.56-default-tls-version.patch
@@ -54,6 +55,10 @@ Stunnel is a socket wrapper which can provide SSL (Secure Sockets
 Layer) support to ordinary applications. For example, it can be used
 in conjunction with imapd to create an SSL secure IMAP server.
 
+
+%debug_package
+
+
 %prep
 %setup -q
 %autopatch -p1
@@ -64,6 +69,7 @@ sed -i '/client = yes/a \\  ciphers = PSK' tests/recipes/014_PSK_secrets
 # modify systemd service unit
 sed -i '/Type=forking/a \\PrivateTmp=true' tools/stunnel.service.in
 
+
 %build
 CFLAGS="$RPM_OPT_FLAGS -fPIC"; export CFLAGS
 if pkg-config openssl ; then
@@ -74,6 +80,7 @@ fi
 	CPPFLAGS="-UPIDFILE -DPIDFILE='\"%{pidfile}\"'"
 make LDADD="-pie -Wl,-z,defs,-z,relro,-z,now"
 
+
 %install
 rm -rf $RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/stunnel/conf.d
@@ -163,7 +170,12 @@ fi
 %config(noreplace) %{_sysconfdir}/sysconfig/%{name}
 %endif
 
+
 %changelog
+* Sun Feb 28 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.58-1
+- new upstream release.
+- uodated patches.
+
 * Sat Apr 18 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.56-1
 - new upstream release.
 - replaced all patches.