]> git.pld-linux.org Git - packages/php.git/commitdiff
Up to 7.3.24 auto/th/php73-7.3.24-1
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 9 Nov 2020 13:43:36 +0000 (15:43 +0200)
committerElan Ruusamäe <glen@pld-linux.org>
Mon, 9 Nov 2020 13:47:19 +0000 (15:47 +0200)
php-use-prog_sendmail.patch
php.spec

index 5f4af4eebfc3606454b60706d15aff77eb7192ac..61792f29d1c459e720b68c964560ec25a9061de7 100644 (file)
@@ -1,14 +1,14 @@
---- php-5.2.6/acinclude.m4~    2008-10-15 13:44:25.000000000 +0300
-+++ php-5.2.6/acinclude.m4     2008-10-15 13:55:05.359850285 +0300
-@@ -2037,8 +2037,10 @@
- dnl Search for the sendmail binary
+--- php-7.3.24/acinclude.m4~   2020-11-09 14:38:20.000000000 +0200
++++ php-7.3.24/acinclude.m4    2020-11-09 14:39:53.522036584 +0200
+@@ -1731,8 +1731,10 @@
+ dnl Search for the sendmail binary.
  dnl
  AC_DEFUN([PHP_PROG_SENDMAIL], [
 -  PHP_ALT_PATH=/usr/bin:/usr/sbin:/usr/etc:/etc:/usr/ucblib:/usr/lib
--  AC_PATH_PROG(PROG_SENDMAIL, sendmail,[], $PATH:$PHP_ALT_PATH)
+-  AC_PATH_PROG(PROG_SENDMAIL, sendmail, /usr/sbin/sendmail, $PATH:$PHP_ALT_PATH)
 +  if test -z "$PROG_SENDMAIL"; then
 +    PHP_ALT_PATH=/usr/bin:/usr/sbin:/usr/etc:/etc:/usr/ucblib:/usr/lib
-+    AC_PATH_PROG(PROG_SENDMAIL, sendmail,[], $PATH:$PHP_ALT_PATH)
++    AC_PATH_PROG(PROG_SENDMAIL, sendmail, /usr/sbin/sendmail, $PATH:$PHP_ALT_PATH)
 +  fi
    PHP_SUBST(PROG_SENDMAIL)
  ])
index ac4aeb80f46f3b7d417d94fa2a6aeadb18ca476e..0d62e8e8bc8d3f285459dc680f18e26efd278207 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -156,8 +156,8 @@ Summary(pt_BR.UTF-8):       A linguagem de script PHP
 Summary(ru.UTF-8):     PHP Версии 7 - язык препроцессирования HTML-файлов, выполняемый на сервере
 Summary(uk.UTF-8):     PHP Версії 7 - мова препроцесування HTML-файлів, виконувана на сервері
 Name:          %{orgname}%{php_suffix}
-Version:       7.3.18
-Release:       3
+Version:       7.3.24
+Release:       1
 Epoch:         4
 # All files licensed under PHP version 3.01, except
 # Zend is licensed under Zend
@@ -166,7 +166,7 @@ License:    PHP 3.01 and Zend and BSD
 Group:         Libraries
 #Source0:      https://downloads.php.net/~cmb/php-%{version}%{subver}.tar.xz
 Source0:       https://php.net/distributions/%{orgname}-%{version}.tar.xz
-# Source0-md5: 9dfdb4f6b9f1afbf45014b02abc8a5e3
+# Source0-md5: cca8c08f2e5a185dee1cd57353b7a339
 Source1:       opcache.ini
 Source2:       %{orgname}-mod_php.conf
 Source3:       %{orgname}-cgi-fcgi.ini
This page took 1.893195 seconds and 4 git commands to generate.