buildroot.busybox.net archive mirror
 help / color / mirror / Atom feed
From: Arnout Vandecappelle <arnout@mind.be>
To: Fabrice Fontaine <fontaine.fabrice@gmail.com>, buildroot@buildroot.org
Cc: Bernd Kuhls <bernd.kuhls@t-online.de>
Subject: Re: [Buildroot] [PATCH 1/1] package/php: drop mcrypt
Date: Thu, 5 Aug 2021 18:46:47 +0200	[thread overview]
Message-ID: <745c6d69-2201-80c5-0d61-52eb2105c2c9@mind.be> (raw)
In-Reply-To: <20210802210402.1730871-1-fontaine.fabrice@gmail.com>



On 02/08/2021 23:04, Fabrice Fontaine wrote:
> mcrypt has been dropped from php since version 7.2.0 and
> https://github.com/php/php-src/commit/5a17f632d4c7d936385485a0cb187172f33eb97a
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

 Applied to master, thanks.

 Regards,
 Arnout

> ---
>  Config.in.legacy       | 6 ++++++
>  package/php/Config.ext | 6 ------
>  package/php/php.mk     | 5 -----
>  3 files changed, 6 insertions(+), 11 deletions(-)
> 
> diff --git a/Config.in.legacy b/Config.in.legacy
> index 4e4a464709..54476acf9a 100644
> --- a/Config.in.legacy
> +++ b/Config.in.legacy
> @@ -146,6 +146,12 @@ endif
>  
>  comment "Legacy options removed in 2021.08"
>  
> +config BR2_PACKAGE_PHP_EXT_MCRYPT
> +	bool "PHP mcrypt extension removed"
> +	select BR2_LEGACY
> +	help
> +	  mcrypt has been removed from php since version 7.2.0.
> +
>  config BR2_BINUTILS_VERSION_2_34_X
>  	bool "binutils 2.34 has been removed"
>  	select BR2_LEGACY
> diff --git a/package/php/Config.ext b/package/php/Config.ext
> index 83bb3c481f..7c97316048 100644
> --- a/package/php/Config.ext
> +++ b/package/php/Config.ext
> @@ -83,12 +83,6 @@ config BR2_PACKAGE_PHP_EXT_LIBSODIUM
>  	help
>  	  libsodium support
>  
> -config BR2_PACKAGE_PHP_EXT_MCRYPT
> -	bool "mcrypt"
> -	select BR2_PACKAGE_LIBMCRYPT
> -	help
> -	  mcrypt support
> -
>  config BR2_PACKAGE_PHP_EXT_OPENSSL
>  	bool "openssl"
>  	select BR2_PACKAGE_OPENSSL
> diff --git a/package/php/php.mk b/package/php/php.mk
> index 6780b6a962..a1ad6e3296 100644
> --- a/package/php/php.mk
> +++ b/package/php/php.mk
> @@ -136,11 +136,6 @@ PHP_CONF_OPTS += --enable-mbstring
>  PHP_DEPENDENCIES += oniguruma
>  endif
>  
> -ifeq ($(BR2_PACKAGE_PHP_EXT_MCRYPT),y)
> -PHP_CONF_OPTS += --with-mcrypt=$(STAGING_DIR)/usr
> -PHP_DEPENDENCIES += libmcrypt
> -endif
> -
>  ifeq ($(BR2_PACKAGE_PHP_EXT_OPENSSL),y)
>  PHP_CONF_OPTS += --with-openssl=$(STAGING_DIR)/usr
>  PHP_DEPENDENCIES += openssl
> 
_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

      reply	other threads:[~2021-08-05 16:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-02 21:04 [Buildroot] [PATCH 1/1] package/php: drop mcrypt Fabrice Fontaine
2021-08-05 16:46 ` Arnout Vandecappelle [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=745c6d69-2201-80c5-0d61-52eb2105c2c9@mind.be \
    --to=arnout@mind.be \
    --cc=bernd.kuhls@t-online.de \
    --cc=buildroot@buildroot.org \
    --cc=fontaine.fabrice@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).