Commit Graph

51 Commits

Author SHA1 Message Date
Muhammad Moinur Rahman
e4e6445f68 lang/php82: Update version 8.2.24=>8.2.25
Changelog: https://www.php.net/ChangeLog-8.php#8.2.25
2024-10-25 17:54:49 +02:00
Muhammad Moinur Rahman
a022eb187c lang/php82: Update version 8.2.23=>8.2.24
Changelog: https://www.php.net/ChangeLog-8.php#8.2.24
2024-09-28 23:32:27 +02:00
Muhammad Moinur Rahman
442de7e408 lang/php82: Update version 8.2.22=>8.2.23
- Rename rc script to comply to the rc scripting recommendations [1]

Changelog: https://www.php.net/ChangeLog-8.php#8.2.23

PR: 280134 [1]
Co-authored-by: Alexander Leidinger <netchild@FreeBSD.org>
2024-08-30 10:18:53 +02:00
Muhammad Moinur Rahman
8f9afcc6cb lang/php82: Update version 8.2.21=>8.2.22
Changelog: https://www.php.net/archive/2024.php#2024-08-01-2
2024-08-01 21:21:38 +02:00
Muhammad Moinur Rahman
42db2c39e5 */*php84*: Sunrise
Please DO NOT use this version in production, it is an early test
version.

For upgrade notes please visit:
https://github.com/php/php-src/blob/php-8.4.0alpha1/UPGRADING

Changelog: https://github.com/php/php-src/blob/php-8.4.0alpha1/NEWS
2024-07-28 15:15:17 +02:00
Muhammad Moinur Rahman
d6c16b39ea lang/php82: Update version 8.2.20=>8.2.21
- Add profile support in php-fpm rc script for running multiple php
  master process
- Make the rc script jail ready [1]

Changelog: https://www.php.net/ChangeLog-8.php#8.2.21
Reported by:	netchild [1]
2024-07-28 15:15:16 +02:00
Muhammad Moinur Rahman
f9259dd0be */php82: Update version 8.2.19=>8.2.20
Changelog: https://www.php.net/ChangeLog-8.php#8.2.20
2024-06-07 17:16:30 +02:00
Muhammad Moinur Rahman
e792b33abe lang/php82: Update version 8.2.18=>8.2.19
Changelog: https://www.php.net/ChangeLog-8.php#PHP_8_2
2024-05-12 01:06:47 +02:00
Muhammad Moinur Rahman
1d1273b22c lang/php8*: Remove stale NOOP codes
json module is by default built into php and these module configs were
stale.
2024-05-03 00:29:01 +02:00
Muhammad Moinur Rahman
328d77a603 lang/php82: Update version 8.2.17=>8.2.18
Changelog: https://www.php.net/ChangeLog-8.php#PHP_8_2
2024-04-12 17:43:47 +02:00
Muhammad Moinur Rahman
747f0ed37d */php: Switch dependency of tidy
As tidy-lib has been deprecated switch the dependencies of php8*-tidy
to www/tidy-html5.
2024-03-24 19:23:25 +01:00
Muhammad Moinur Rahman
3ed9cc3998 lang/php82: Update version 8.2.16=>8.2.17
Changelog: https://www.php.net/ChangeLog-8.php#8.2.17
2024-03-15 20:09:22 +01:00
Muhammad Moinur Rahman
b82cc94b5e lang/php82: Update version 8.2.15=>8.2.16
Changelog: https://www.php.net/ChangeLog-8.php#8.2.16
2024-02-16 16:55:58 +01:00
Muhammad Moinur Rahman
11124ff535 lang/php82: Sanitize MANPREFIX
Approved by:	portmgr (blanket)
2024-01-21 20:25:26 +01:00
Muhammad Moinur Rahman
53cd0b886f lang/php82: Fix build
PR:		fluffy
2024-01-18 20:40:17 +01:00
Muhammad Moinur Rahman
147a672354 lang/php82: Update version 8.2.14=>8.2.15
Changelog: https://www.php.net/ChangeLog-8.php#8.2.15
2024-01-18 19:29:10 +01:00
Muhammad Moinur Rahman
bbab7f59e9 */*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
  ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
  Also move conditional flags for non sparc64/arm ARCH to fixed flags.

Reviewed by:	brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068
2023-12-31 01:37:05 +01:00
Muhammad Moinur Rahman
beced896ad lang/php80: Sunset 2023-12-31 01:06:40 +01:00
Muhammad Moinur Rahman
e216badd22 lang/php82: Update version 8.2.13=>8.2.14
- php modules while build with system pcre fails to run when using
  apache httpd and mod_php. So OPTIONIZE and add as a non-DEFAULT
  option. However to my knowledge and experience I haven't faced this
  with nginx and php-fpm yet. [1]
- There is another corner case with apache httpd and mod_php when run
  on 13.2-RELEASE or newer specially on versions where ASLR is by default
  turned on. All modules specialy opcache crashes httpd. So add a
  warning message to advise users to move into php-fpm. [2]
- Remove unnecesary patches from devel/php82-readline [3]

Changelog: https://www.php.net/ChangeLog-8.php#8.2.14

PR: 275522 [1], 268318 [2], 275795 [3]
Reported by: majo-bugs.freebsd.org@cerny.sk [1], zarychtam@plan-b.pwste.edu.pl [2], x0r+freebsd@x0r.fr [3]
2023-12-22 02:24:36 +01:00
Muhammad Moinur Rahman
cea1194ae5 lang/php82: Update version 8.2.12=>8.2.13
- Switch to system pcre
- Switch to libenchant-2 for enchant extension
- Remove OPTIONS for using the deprecated cclient library for imap
  extension
- mysqli no longer supports building with external mysql libraries so
  remove the options for MYSQLND
- Switch to libedit for readline extension

Changelog: https://www.php.net/ChangeLog-8.php#8.2.13
2023-11-23 23:02:57 +01:00
Muhammad Moinur Rahman
1c1b54128e lang/php82: Update version 8.2.11=>8.2.12
Changelog: https://www.php.net/ChangeLog-8.php#8.2.12
2023-10-27 18:34:59 +02:00
Muhammad Moinur Rahman
d6ab9d01fe lang/php82: Update version 8.2.10=>8.2.11
Changelog: https://www.php.net/ChangeLog-8.php#8.2.11
2023-09-29 08:09:00 +02:00
Muhammad Moinur Rahman
9f8da7cc29 lang/php82: Update version 8.2.9=>8.2.10
Changelog: https://www.php.net/ChangeLog-8.php#8.2.10

Sponsored by:	Bounce Experts
2023-09-01 19:16:15 +02:00
Muhammad Moinur Rahman
b8fcb872d7 lang/php82: Update version 8.2.8=>8.2.9
Changelog: https://www.php.net/ChangeLog-8.php#8.2.9

Sponsored by:	Bounce Experts
2023-08-17 20:34:18 +02:00
Daniel Engberg
664a2fa1e5 */*: Bump jpeg-turbo users treewide
New major version 3.0.0
2023-07-28 19:13:17 +02:00
Muhammad Moinur Rahman
871dd10e04 lang/php82: Update version 8.2.7=>8.2.8
Changelog: https://www.php.net/ChangeLog-8.php#8.2.8
Sponsored by:	Bounce Experts
2023-07-08 00:39:37 +02:00
Muhammad Moinur Rahman
95967c2077 */*php83*: Sunrise
Please DO NOT use this version in production, it is an early test
version.

For upgrade notes please visit:
https://github.com/php/php-src/blob/php-8.3.0alpha1/UPGRADING

Changelog: https://github.com/php/php-src/blob/php-8.3.0alpha1/NEWS
Sponsored by:	Bounce Experts
2023-06-10 16:57:35 +02:00
Muhammad Moinur Rahman
1003b640f7 lang/php82: Update version 8.2.6=>8.2.7
Changelog: https://www.php.net/ChangeLog-8.php#8.2.7
Sponsored by:	Bounce Experts
2023-06-09 19:18:47 +02:00
Muhammad Moinur Rahman
737e6ba8ce lang/php82: Update version 8.2.5=>8.2.6
Changelog: https://www.php.net/ChangeLog-8.php#8.2.6

Sponsored by:	Bounce Experts
2023-05-13 21:45:14 +02:00
Muhammad Moinur Rahman
57a55442fc lang/php82: Update version 8.2.4=>8.2.5
Changelog: https://www.php.net/ChangeLog-8.php#8.2.5

Sponsored by:	Bounce Experts
2023-04-14 19:33:42 +02:00
Muhammad Moinur Rahman
318b1cc930 lang/php8[12]: Fix bulk build
PR:		266175
Reported by:	fluffy
Sponsored by:	Bounce Experts
2023-04-12 14:53:27 +02:00
Dima Panov
c89b6f2799 lang/php8[12]: Fix build on aarch64 with ZTS
- Refresh patches

PR:		266175
Reported by:	thresh@nginx.com
Sponsored by:	Bounce Experts
2023-04-12 07:39:13 +02:00
Muhammad Moinur Rahman
28a496b2df lang/php82: Update version 8.2.3=>8.2.4
Changelog: https://www.php.net/ChangeLog-8.php#8.2.4

Sponsored by:	Bounce Experts
2023-03-19 23:06:37 +01:00
Muhammad Moinur Rahman
1fed85da57 lang/php82: Update version 8.2.2=>8.2.3
Changelog: https://www.php.net/ChangeLog-8.php#8.2.3
MFH:		2023Q1
Sponsored by:	Bounce Experts
2023-02-15 11:30:47 -06:00
Muhammad Moinur Rahman
6e1233be22 Mk/**ldap.mk: Convert USE_LDAP to USES=ldap
Convert the USE_LDAP=yes to USES=ldap and adds the following features:

- Adds the argument USES=ldap:server to add openldap2{4|5|6}-server as
  RUN_DEPENDS
- Adds the argument USES=ldap<version> and replaces WANT_OPENLDAP_VER
- Adds OPENLDAP versions in bsd.default-versions.mk
- Adds USE_OPENLDAP/WANT_OPENLDAP_VER in Mk/bsd.sanity.mk
- Changes consumers to use the features

Reviewed by:	delphij
Approved by:	portmgr
Differential Revision: https://reviews.freebsd.org/D38233
2023-02-08 04:53:56 -06:00
Muhammad Moinur Rahman
1d36b1adfd lang/php82: Update version 8.2.1=>8.2.2
Changelog: https://www.php.net/ChangeLog-8.php#8.2.2
MFH:		2023Q1
Sponsored by:	Bounce Experts
2023-02-08 00:07:50 +01:00
Muhammad Moinur Rahman
8ea662c5f7 www/mod_php8*: Fix build
USES=apache must be called before bsd.pre.port.mk however this was
overridden using an include clause. During my previous commit on
refactoring apache.mk these include blocks were deleted which causes
failure to the build of these port as USES=apache in preport.mk is never
called. This commit changes and refactors the code.

Fixes: 40843b1 Mk/Uses/apache.mk: Refactor after removal of older versions
2023-01-25 15:13:29 -06:00
Muhammad Moinur Rahman
40843b1ccb Mk/Uses/apache.mk: Refactor after removal of older versions
apache22 and apache25 had been removed a long time ago however the
apache.mk file has never been refactored and is out of sync from the
file Mk/bsd.default-versions.mk. These changes refactors the removals of
the older versions. In addition:

- Move some keywords like USE_APACHE, USE_APACHE_BUILD, USE_APACHE_RUN
  from SANITY_DEPRECATED to SANITY_UNSUPPORTED
- Remove apache versions from ports Makefiles as currently there is only
  one available version in the tree. However the version checks are
  still valid and should work flawlessly whenever a new version is
  added. For example USES=apache:2.2+ are simply replaced with
  USES=apache. As currently there are no other versions available for
  test this could not be checked on it's own ground.
- Update FOO_USE=APACHE=yes to FOO_USES=apache
- Remove trailing whitespaces

Approved by:    portmgr
Differential Revision: https://reviews.freebsd.org/D38113
2023-01-25 11:54:07 -06:00
Muhammad Moinur Rahman
e7c17ed52d lang/php82: Update version 8.2.0=>8.2.1
MFH:            2023Q1
Relnotes:       https://www.php.net/ChangeLog-8.php#8.2.1
Sponsored by:   Bounce Experts
2023-01-09 18:07:50 -06:00
Muhammad Moinur Rahman
0b811a20f7 */*php*: Final cleanup for php74
Approved by:	portmgr (blanket infrastructure)
Sponsored by:	Bounce Experts
2022-12-25 13:45:09 -06:00
Muhammad Moinur Rahman
5ee11f4522 lang/php82: Update version 8.2.0RC7=>8.2.0
This is the first production release of 8.2.X lineup and is safe to use
in production contrary to the previous commits which were development
versions.

Check the Relnotes for the Changesets of this production release.

Relnotes:	https://www.php.net/ChangeLog-8.php#8.2.0
Sponsored by:	Bounce Experts
2022-12-08 10:55:12 -06:00
Muhammad Moinur Rahman
2747d4a41d lang/php82: Update version 8.2.0RC6=>8.2.0RC7
- Core:
  . Move observer_declared_function_notify until after pass_two(). (Bob)
  . Do not report MINIT stage internal class aliases in extensions.
    (Bob)

- Opcache:
  . Fix opcache preload with observers enabled. (Bob)

- Standard:
  . Fix crash reading module_entry after DL_UNLOAD() when module already
    loaded. (Bob)

Relnotes:	https://github.com/php/php-src/blob/php-8.2.0RC7/NEWS
Sponsored by:	Bounce Experts
2022-11-25 17:47:44 -06:00
Muhammad Moinur Rahman
19ac83426a lang/php82: Update version 8.2.0RC4=>8.2.0RC6
* Core:
  - Fixed bug GH-9823 (Don’t reset func in
    zend_closure_internal_handler). (Florian Sowade)
  - Fixed potential NULL pointer dereference Windows shm*()
    functions. (cmb)
  - Fix target validation for internal attributes with constructor
    property promotion. (kooldev)
  - Fixed bug GH-9750 (Generator memory leak when interrupted during
    argument evaluation. (Arnaud)

* FPM:
  - Fixed bug GH-9754 (SaltStack (using Python subprocess) hangs when
    running php-fpm 8.1.11). (Jakub Zelenka)

* mysqli:
  - Fixed bug GH-9841 (mysqli_query throws warning despite using
    silenced error mode). (Kamil Tekiela)

* PDO:
  - Fixed bug GH-9818 (Initialize run time cache in PDO methods).
    (Florian Sowade)

* Random:
  - Fixed bug GH-9839 (Pre-PHP 8.2 output compatibility for
    non-mt_rand() functions for MT_RAND_PHP). (timwolla)

Relnotes: 	https://github.com/php/php-src/blob/php-8.2.0RC6/NEWS
Sponsored by:	Bounce Experts
2022-11-09 14:02:54 -06:00
Muhammad Moinur Rahman
37e259336e lang/php82: Update version 8.2.0RC2=>8.2.0RC4
- Core:
  * Fixed bug GH-9655 (Pure intersection types cannot be implicitly
    nullable) (Girgias)
  * Fixed bug GH-9589 (dl() segfaults when module is already loaded).
    (cmb, Arnaud)

- Streams:
  * Fixed bug GH-9590 (stream_select does not abort upon exception or
    empty valid fd set). (Arnaud)

Sponsored by:	Bounce Experts
2022-10-13 08:34:08 -05:00
Muhammad Moinur Rahman
0f83560b42 lang/php82: Update version 8.2.0beta2=>8.2.0RC2
- Core:
  . Fixed bug GH-9500 (Using dnf type with parentheses after readonly
  keyword results in a parse error). (ilutov)
  . Fixed bug GH-9516 ((A&B)|D as a param should allow AB or D.  Not
  just A).  (Girgias)

- GMP
  . Fixed bug GH-9308 (GMP throws the wrong error when a GMP object is
  passed to gmp_init()). (Girgias)

- Intl
  . Fixed bug GH-9421 (Incorrect argument number for ValueError in
  NumberFormatter).  (Girgias)

- Opcache:
  . Fixed bug GH-9259 (opcache.interned_strings_buffer setting integer
  overflow). (Arnaud)

- OpenSSL:
  . Fixed bug GH-9517 (Compilation error openssl extension related to
  PR GH-9366). (Jakub Zelenka)

- PDO_PGSQL:
  . Fixed bug GH-9411 (PgSQL large object resource is incorrectly
  closed).  (Yurunsoft)

- Random:
  . Fixed bug GH-9464 (build on older macOs releases).  (David Bohman)

- Standard:
  . Marked crypt()'s $string parameter as #[\SensitiveParameter].
  (timwolla)
  . Fixed bug GH-9464 (build on older macOs releases). (David Bohman)
  . Fixed bug GH-9518 (Disabling IPv6 support disables unrelated
  constants).  (cmb)

Please DO NOT use this version in production, it is an early test
version.

Relnotes: 	https://github.com/php/php-src/blob/php-8.2.0RC2/NEWS
Sponsored by:	Bounce Experts
2022-09-16 03:49:42 -05:00
Stefan Eßer
fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00
Stefan Eßer
b7f05445c0 Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
2022-09-07 23:10:59 +02:00
Muhammad Moinur Rahman
5da33bb9b4 lang/php82: Update version 8.2.0a3=>8.2.0b2
- Fix building with some DEFAULT OPTIONS off [1]
PR:		265500 [1]
Reported by:	a.shikov@itcons.net.ua [1]
Sponsored by:	Bounce Experts
2022-08-04 14:43:34 -05:00
Muhammad Moinur Rahman
f99a80bb94 lang/php82: Update version 8.2.0.a1=>8.2.0.a3
Please DO NOT use this version in production, it is an early test
version.

Sponsored by:	Bounce Experts
2022-07-07 00:06:13 -05:00
Piotr Kubaj
62c09d7c53 lang/php82: correct COMMENT 2022-06-14 23:05:17 +00:00