]> git.pld-linux.org Git - packages/ssmtp.git/commitdiff
- rediff patch, rebuild with openssl 3.0.0, rel 8 auto/th/ssmtp-2.64-8
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 3 Oct 2021 19:48:15 +0000 (21:48 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 3 Oct 2021 19:48:15 +0000 (21:48 +0200)
ssmtp-ssl.patch
ssmtp.spec

index f8ee26f97ff261b392f49142c6c3a2601dcbec88..db88e65d65ee60d2f5eb482b04761df27c16c285 100644 (file)
@@ -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)
index ff25c025cc96ffd0ad99891248da140772eafd0e..aad858611e803afe6683b38863a19999401b9387 100644 (file)
@@ -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} \
This page took 0.072309 seconds and 4 git commands to generate.