[packages/ssmtp] - rediff patch, rebuild with openssl 3.0.0, rel 8
baggins
baggins at pld-linux.org
Sun Oct 3 21:48:35 CEST 2021
commit 379e4f0d1ecc460197d12a359d13027cb03c8a17
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sun Oct 3 21:48:15 2021 +0200
- rediff patch, rebuild with openssl 3.0.0, rel 8
ssmtp-ssl.patch | 18 ++++++++++--------
ssmtp.spec | 4 ++--
2 files changed, 12 insertions(+), 10 deletions(-)
---
diff --git a/ssmtp.spec b/ssmtp.spec
index ff25c02..aad8586 100644
--- a/ssmtp.spec
+++ b/ssmtp.spec
@@ -2,7 +2,7 @@ Summary: Extremely simple MTA to get mail off the system to a mail hub
Summary(pl.UTF-8): Skrajnie prosty MTA do przekazywania poczty z systemu do huba
Name: ssmtp
Version: 2.64
-Release: 7
+Release: 8
License: GPL
Group: Networking/Daemons/SMTP
Source0: http://http.us.debian.org/debian/pool/main/s/ssmtp/%{name}_%{version}.orig.tar.bz2
@@ -69,7 +69,7 @@ należy do huba pocztowego z własnym administratorem.
rm -f missing
%{__aclocal}
%{__autoconf}
-%configure \
+%configure2_13 \
--enable-ssl
%{__make} \
diff --git a/ssmtp-ssl.patch b/ssmtp-ssl.patch
index f8ee26f..db88e65 100644
--- a/ssmtp-ssl.patch
+++ b/ssmtp-ssl.patch
@@ -1,17 +1,19 @@
---- ssmtp-2.64.orig/configure 2011-07-20 10:22:04.000000000 +0200
-+++ ssmtp-2.64/configure 2011-07-20 10:39:43.391200792 +0200
-@@ -3712,7 +3712,7 @@
- if test x$enableval = xyes ; then
- $as_echo "#define HAVE_SSL 1" >>confdefs.h
+diff -urNp -x '*.orig' ssmtp-2.64.org/configure ssmtp-2.64/configure
+--- ssmtp-2.64.org/configure 2008-03-06 21:53:03.000000000 +0100
++++ ssmtp-2.64/configure 2021-10-03 21:46:24.811012739 +0200
+@@ -1562,7 +1562,7 @@ if test x$enableval = xyes ; then
+ #define HAVE_SSL 1
+ EOF
- LIBS="$LIBS -lssl"
+ LIBS="$LIBS -lssl -lcrypto"
fi
enableval=""
---- ssmtp-2.64.orig/configure.in 2011-07-20 10:22:03.000000000 +0200
-+++ ssmtp-2.64/configure.in 2011-07-20 10:39:53.318295286 +0200
-@@ -51,7 +51,7 @@
+diff -urNp -x '*.orig' ssmtp-2.64.org/configure.in ssmtp-2.64/configure.in
+--- ssmtp-2.64.org/configure.in 2021-10-03 21:46:24.781012522 +0200
++++ ssmtp-2.64/configure.in 2021-10-03 21:46:24.811012739 +0200
+@@ -51,7 +51,7 @@ AC_ARG_ENABLE(ssl,
[ --enable-ssl support for secure connection to mail server])
if test x$enableval = xyes ; then
AC_DEFINE(HAVE_SSL)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ssmtp.git/commitdiff/379e4f0d1ecc460197d12a359d13027cb03c8a17
More information about the pld-cvs-commit
mailing list