bc5cea071c
Accepting request 1197730 from devel:languages:php
...
- version update to 8.3.11
Core:
Fixed bug GH-15020 (Memory leak in Zend/Optimizer/escape_analysis.c).
Fixed bug GH-15023 (Memory leak in Zend/zend_ini.c).
Fixed bug GH-13330 (Append -Wno-implicit-fallthrough flag conditionally).
Fix uninitialized memory in network.c.
Fixed bug GH-15108 (Segfault when destroying generator during shutdown).
Fixed bug GH-15275 (Crash during GC of suspended generator delegate).
Curl:
Fixed case when curl_error returns an empty string.
DOM:
Fix UAF when removing doctype and using foreach iteration.
FFI:
Fixed bug GH-14286 (ffi enum type (when enum has no name) make memory leak).
Hash:
Fix crash when converting array data for array in shm in xxh3.
Intl:
Fixed bug GH-15087 (IntlChar::foldCase()'s $option is not optional).
Opcache:
Fixed bug GH-13817 (Segmentation fault for enabled observers after pass 4).
Fixed bug GH-13775 (Memory leak possibly related to opcache SHM placement).
Output:
Fixed bug GH-15179 (Segmentation fault (null pointer dereference) in ext/standard/url_scanner_ex.re).
PDO_Firebird:
Fix bogus fallthrough path in firebird_handle_get_attribute().
PHPDBG:
Fixed bug GH-13199 (EOF emits redundant prompt in phpdbg local console mode with libedit/readline).
Fixed bug GH-15268 (heap buffer overflow in phpdbg (zend_hash_num_elements() Zend/zend_hash.h)).
Fixed bug GH-15210 use-after-free on watchpoint allocations.
Soap:
OBS-URL: https://build.opensuse.org/request/show/1197730
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=73
2024-08-30 11:25:49 +00:00
cadfd30367
Accepting request 1194367 from devel:languages:php
...
OBS-URL: https://build.opensuse.org/request/show/1194367
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=72
2024-08-18 16:19:25 +00:00
712ea20539
Accepting request 1186042 from devel:languages:php
...
- version update to 8.3.9
Core:
Fixed bug GH-14315 (Incompatible pointer type warnings).
Fixed bug GH-12814 (max_execution_time reached too early on MacOS 14 when running on Apple Silicon).
Fixed bug GH-14387 (Crash when stack walking in destructor of yielded from values during Generator->throw()).
Fixed bug GH-14456 (Attempting to initialize class with private constructor calls destructor).
Fixed bug GH-14510 (memleak due to missing pthread_attr_destroy()-call).
Fixed bug GH-14549 (Incompatible function pointer type for fclose).
BCMatch:
Fixed bug (bcpowmod() with mod = -1 returns 1 when it must be 0).
Curl:
Fixed bug GH-14307 (Test curl_basic_024 fails with curl 8.8.0).
DOM:
Fixed bug GH-14343 (Memory leak in xml and dom).
FPM:
Fixed bug GH-14037 (PHP-FPM ping.path and ping.response config vars are ignored in status pool).
GD:
Fix parameter numbers for imagecolorset().
Intl:
Fix reference handling in SpoofChecker.
MySQLnd:
Partially fix bug GH-10599 (Apache crash on Windows when using a self-referencing anonymous function inside a class with an active mysqli connection).
Opcache:
Fixed bug GH-14267 (opcache.jit=off does not allow enabling JIT at runtime).
Fixed TLS access in JIT on FreeBSD/amd64.
Fixed bug GH-11188 (Error when building TSRM in ARM64).
PDO ODBC:
Fixed bug GH-14367 (incompatible SDWORD type with iODBC).
PHPDBG:
Fixed bug GH-13681 (segfault on watchpoint addition failure).
OBS-URL: https://build.opensuse.org/request/show/1186042
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=71
2024-07-08 17:07:02 +00:00
1287f4be8e
checkin
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=168
2024-07-07 20:02:29 +00:00
e9368f78db
Accepting request 1181895 from devel:languages:php
...
- drop unmaintained apache-rex usage
OBS-URL: https://build.opensuse.org/request/show/1181895
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=70
2024-06-21 14:02:18 +00:00
7b6e0e5607
checkin
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=166
2024-06-20 09:36:17 +00:00
542155380a
Accepting request 1180000 from devel:languages:php
...
- version update to 8.3.6 [bsc#1222857] [bsc#1222858]
OBS-URL: https://build.opensuse.org/request/show/1180000
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=69
2024-06-11 16:28:26 +00:00
a19514aa42
checkin
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=164
2024-06-11 11:25:40 +00:00
ee4e1ebacd
Accepting request 1179157 from devel:languages:php
...
- version update to 8.3.8 [bsc#1226073]
CGI:
Fixed buffer limit on Windows, replacing read call usage by _read.
Fixed bug GHSA-3qgc-jrrr-25jv (Bypass of CVE-2012-1823, Argument Injection in PHP-CGI). (CVE-2024-4577)
CLI:
Fixed bug GH-14189 (PHP Interactive shell input state incorrectly handles quoted heredoc literals.).
Core:
Fixed bug GH-13970 (Incorrect validation of #[Attribute] flags type for non-compile-time expressions).
DOM:
Fix crashes when entity declaration is removed while still having entity references.
Fix references not handled correctly in C14N.
Fix crash when calling childNodes next() when iterator is exhausted.
Fix crash in ParentNode::append() when dealing with a fragment containing text nodes.
Filter:
Fixed bug GHSA-w8qr-v226-r27w (Filter bypass in filter_var FILTER_VALIDATE_URL). (CVE-2024-5458)
FPM:
Fix bug GH-14175 (Show decimal number instead of scientific notation in systemd status).
Hash:
ext/hash: Swap the checking order of `__has_builtin` and `__GNUC__` (Saki Takamachi)
Intl:
Fixed build regression on systems without C++17 compilers.
MySQLnd:
Fix bug GH-14255 (mysqli_fetch_assoc reports error from nested query).
Opcache:
Fixed bug GH-14109 (Fix accidental persisting of internal class constant in shm).
OpenSSL:
The openssl_private_decrypt function in PHP and Marvin attack.
Standard:
Fixed bug GHSA-9fcc-425m-g385 (Bypass of CVE-2024-1874). (CVE-2024-5585)
XML:
OBS-URL: https://build.opensuse.org/request/show/1179157
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=68
2024-06-09 18:18:51 +00:00
df80465a52
checkin
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=162
2024-06-07 08:41:52 +00:00
70af562413
checkin
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=161
2024-06-07 07:58:26 +00:00
e65b496d37
checkin
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=160
2024-06-07 07:10:03 +00:00
2e31d755bb
checkin
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=159
2024-06-07 07:03:58 +00:00
2285296e81
Accepting request 1172959 from devel:languages:php
...
- version update to 8.3.7
Core:
Fixed zend_call_stack build with Linux/uclibc-ng without thread support.
Fixed bug GH-13772 (Invalid execute_data->opline pointers in observer fcall handlers when JIT is enabled).
Fixed bug GH-13931 (Applying zero offset to null pointer in Zend/zend_opcode.c).
Fixed bug GH-13942 (Align the behavior of zend-max-execution-timers with other timeout implementations).
Fixed bug GH-14003 (Broken cleanup of unfinished calls with callable convert parameters).
Fixed bug GH-14013 (Erroneous dnl appended in configure).
Fixed bug GH-10232 (If autoloading occurs during constant resolution filename and lineno are identified incorrectly).
Fixed bug GH-13727 (Missing void keyword).
Fibers:
Fixed bug GH-13903 (ASAN false positive underflow when executing copy()).
Fileinfo:
Fixed bug GH-13795 (Test failing in ext/fileinfo/tests/bug78987.phpt on big-endian PPC).
FPM:
Fixed bug GH-13563 (Setting bool values via env in FPM config fails).
Intl:
Fixed build for icu 74 and onwards.
MySQLnd:
Fix shift out of bounds on 32-bit non-fast-path platforms.
Opcache:
Fixed bug GH-13433 (Segmentation Fault in zend_class_init_statics when using opcache.preload).
Fixed incorrect assumptions across compilation units for static calls.
OpenSSL:
Fixed bug GH-10495 (feof on OpenSSL stream hangs indefinitely).
PDO SQLite:
Fix GH-13984 (Buffer size is now checked before memcmp).
Fix GH-13998 (Manage refcount of agg_context->val correctly).
Phar:
Fixed bug GH-13836 (Renaming a file in a Phar to an already existing filename causes a NULL pointer dereference).
OBS-URL: https://build.opensuse.org/request/show/1172959
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=67
2024-05-11 16:18:56 +00:00
95f0cf753b
checkin
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=157
2024-05-09 15:59:29 +00:00
079a370488
checkin
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=156
2024-05-09 15:58:43 +00:00
c5aeaef730
Accepting request 1167767 from devel:languages:php
...
- version update to 8.3.6
Core:
Fixed GH-13569 (GC buffer unnecessarily grows up to GC_MAX_BUF_SIZE when scanning WeakMaps).
Fixed bug GH-13612 (Corrupted memory in destructor with weak references).
Fixed bug GH-13446 (Restore exception handler after it finishes).
Fixed bug GH-13784 (AX_GCC_FUNC_ATTRIBUTE failure).
Fixed bug GH-13670 (GC does not scale well with a lot of objects created in destructor).
DOM:
Add some missing ZPP checks.
Fix potential memory leak in XPath evaluation results.
FPM:
Fixed GH-11086 (FPM: config test runs twice in daemonised mode).
Fix incorrect check in fpm_shm_free().
GD:
Fixed bug GH-12019 (add GDLIB_CFLAGS in feature tests).
Gettext:
Fixed sigabrt raised with dcgettext/dcngettext calls with gettext 0.22.5 with category set to LC_ALL.
MySQLnd:
Fix GH-13452 (Fixed handshake response [mysqlnd]).
Fix incorrect charset length in check_mb_eucjpms().
Opcache:
Fixed GH-13508 (JITed QM_ASSIGN may be optimized out when op1 is null).
Fixed GH-13712 (Segmentation fault for enabled observers when calling trait method of internal trait when opcache is loaded).
Random:
Fixed bug GH-13544 (Pre-PHP 8.2 compatibility for mt_srand with unknown modes).
Fixed bug GH-13690 (Global Mt19937 is not properly reset in-between requests when MT_RAND_PHP is used).
Session:
Fixed bug GH-13680 (Segfault with session_decode and compilation error).
SPL:
Fixed bug GH-13685 (Unexpected null pointer in zend_string.h).
OBS-URL: https://build.opensuse.org/request/show/1167767
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=66
2024-04-16 18:03:07 +00:00
05ea6befde
add public key for Eric A Mann <eric@sixthree.me>, AFD8691FDAEDF03BDF6E460563F15A9B715376CA
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=154
2024-04-15 07:59:33 +00:00
5e41399f7e
checkin
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=153
2024-04-12 07:38:01 +00:00
ad5abec69d
Accepting request 1165539 from devel:languages:php
...
changes file is diverging because we merged a different branch in
OBS-URL: https://build.opensuse.org/request/show/1165539
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=65
2024-04-05 18:24:37 +00:00
a6e2c6ad47
Accepting request 1164955 from devel:languages:php:php83
...
- version update to 8.3.4
- version update to 8.3.3
* A bugfix release.
- version update to 8.3.2
- version update to 8.3.1
https://www.php.net/ChangeLog-8.php#8.3.1
- version update to 8.3.0
* https://www.php.net/releases/8.3/en.php
* Typed class constants
* Dynamic class constant fetch
* New #[\Override] attribute
* Deep-cloning of readonly properties
* New json_validate() function
* New Randomizer::getBytesFromString() method
* New Randomizer::getFloat() and Randomizer::nextFloat() methods
* New DOMElement::getAttributeNames(),
DOMElement::insertAdjacentElement(),
DOMElement::insertAdjacentText(),
DOMElement::toggleAttribute(),
DOMNode::contains(), DOMNode::getRootNode(),
DOMNode::isEqualNode(), DOMNameSpaceNode::contains(), and
DOMParentNode::replaceChildren() methods.
* New IntlCalendar::setDate(),
IntlCalendar::setDateTime(),
IntlGregorianCalendar::createFromDate(), and
IntlGregorianCalendar::createFromDateTime() methods.
* New ldap_connect_wallet(), and ldap_exop_sync() functions.
* New mb_str_pad() function.
* New posix_sysconf(), posix_pathconf(), posix_fpathconf(),
OBS-URL: https://build.opensuse.org/request/show/1164955
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=151
2024-04-04 14:10:04 +00:00
5abc7b45c1
Accepting request 1159219 from devel:languages:php
...
- version update to 8.2.17
* This is a bug fix release.
OBS-URL: https://build.opensuse.org/request/show/1159219
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=64
2024-03-20 20:09:46 +00:00
47e429b433
checkin
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=149
2024-03-19 06:06:03 +00:00
4d44ba8540
Accepting request 1155742 from devel:languages:php
...
- Use the system default cipher list instead of hardcoded values
by using crypto-policies. [bsc#1211301]
* Use the --with-system-ciphers configure option. (forwarded request 1155517 from pmonrealgonzalez)
OBS-URL: https://build.opensuse.org/request/show/1155742
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=63
2024-03-07 17:28:02 +00:00
49c355a311
Accepting request 1155517 from home:pmonrealgonzalez:branches:devel:languages:php
...
- Use the system default cipher list instead of hardcoded values
by using crypto-policies. [bsc#1211301]
* Use the --with-system-ciphers configure option.
OBS-URL: https://build.opensuse.org/request/show/1155517
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=147
2024-03-06 19:34:17 +00:00
6c463db467
Accepting request 1147032 from devel:languages:php
...
- version update to 8.2.16
* This is a bug fix release.
- modified patches
% php-build-reproducible-phar.patch (refreshed)
OBS-URL: https://build.opensuse.org/request/show/1147032
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=62
2024-02-16 20:49:15 +00:00
4891b7e93d
- version update to 8.2.16
...
* This is a bug fix release.
- modified patches
% php-build-reproducible-phar.patch (refreshed)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=145
2024-02-16 07:58:23 +00:00
c7785ee488
Accepting request 1139795 from devel:languages:php
...
- version update to 8.2.15
* This is a bug fix release.
- modified patches
% php-ar-flags.patch (refreshed)
% php-build-reproducible-phar.patch (refreshed)
OBS-URL: https://build.opensuse.org/request/show/1139795
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=61
2024-01-21 22:07:46 +00:00
de00318600
- version update to 8.2.15
...
* This is a bug fix release.
- modified patches
% php-ar-flags.patch (refreshed)
% php-build-reproducible-phar.patch (refreshed)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=143
2024-01-18 18:02:18 +00:00
16587d8f11
Accepting request 1136160 from devel:languages:php
...
- version update to 8.2.14
* This is a bug fix release.
https://www.php.net/ChangeLog-8.php#8.2.14
OBS-URL: https://build.opensuse.org/request/show/1136160
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=60
2024-01-04 14:56:45 +00:00
3c7e197400
- version update to 8.2.14
...
* This is a bug fix release.
https://www.php.net/ChangeLog-8.php#8.2.14
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=141
2024-01-02 11:41:30 +00:00
142bad9e5d
Accepting request 1128516 from devel:languages:php
...
- version update to 8.2.13
* This is a bug fix release.
https://www.php.net/ChangeLog-8.php#8.2.13
OBS-URL: https://build.opensuse.org/request/show/1128516
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=59
2023-11-26 18:36:31 +00:00
c0439229aa
- version update to 8.2.13
...
* This is a bug fix release.
https://www.php.net/ChangeLog-8.php#8.2.13
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=139
2023-11-24 09:21:37 +00:00
c895a9ccdb
Accepting request 1120625 from devel:languages:php
...
- version update to 8.2.12
* This is a bug fix release.
https://www.php.net/ChangeLog-8.php#8.2.12
OBS-URL: https://build.opensuse.org/request/show/1120625
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=58
2023-10-29 18:39:14 +00:00
91f87726ed
- version update to 8.2.12
...
* This is a bug fix release.
https://www.php.net/ChangeLog-8.php#8.2.12
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=137
2023-10-26 18:03:33 +00:00
f87053219c
Accepting request 1114306 from devel:languages:php
...
- version update to 8.2.11
* This is a bug fix release.
* https://www.php.net/ChangeLog-8.php#8.2.11
OBS-URL: https://build.opensuse.org/request/show/1114306
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=57
2023-10-01 19:21:51 +00:00
ca4ce3100d
- version update to 8.2.11
...
* This is a bug fix release.
* https://www.php.net/ChangeLog-8.php#8.2.11
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=135
2023-09-29 09:39:15 +00:00
d0b3bf22e0
Accepting request 1113638 from devel:languages:php
...
- add missing references to rpm changelog
- 15sp4 only:
[bsc#1200772], [jsc#SLE-24723] add pecl, pear
[jsc#SLE-23639] version update
- CVE-2023-3247 [bsc#1212349]
* fixed: CVE-2022-31630 [bsc#1204979], CVE-2022-37454 [bsc#1204577]
* CVEs fixed: CVE-2022-31628 [bsc#1203867], CVE-2022-31629 [bsc#1203870]
* CVE-2022-31625 [bsc#1200645]
* CVE-2022-31626 [bsc#1200628]
* [bsc#1197644]
- updated to 8.1.3: This is a security release (CVE-2021-21708 [bsc#1196252])
- updated to 8.0.13: This is a security release (CVE-2021-21707 [bsc#1193041])
- updated to 8.0.12: This is a security release (CVE-2021-21703 [bsc#1192050])
OBS-URL: https://build.opensuse.org/request/show/1113638
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=56
2023-09-26 20:00:54 +00:00
062d1af0a7
- add missing references to rpm changelog
...
- 15sp4 only:
[bsc#1200772], [jsc#SLE-24723] add pecl, pear
[jsc#SLE-23639] version update
- CVE-2023-3247 [bsc#1212349]
* fixed: CVE-2022-31630 [bsc#1204979], CVE-2022-37454 [bsc#1204577]
* CVEs fixed: CVE-2022-31628 [bsc#1203867], CVE-2022-31629 [bsc#1203870]
* CVE-2022-31625 [bsc#1200645]
* CVE-2022-31626 [bsc#1200628]
* [bsc#1197644]
- updated to 8.1.3: This is a security release (CVE-2021-21708 [bsc#1196252])
- updated to 8.0.13: This is a security release (CVE-2021-21707 [bsc#1193041])
- updated to 8.0.12: This is a security release (CVE-2021-21703 [bsc#1192050])
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=133
2023-09-26 09:28:41 +00:00
4f02f4ee6a
Accepting request 1108884 from devel:languages:php
...
OBS-URL: https://build.opensuse.org/request/show/1108884
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=55
2023-09-06 16:55:39 +00:00
8469321d1a
Accepting request 1108388 from home:bmwiedemann:branches:devel:languages:php
...
Use %make_build macro
to not use _smp_mflags directly
OBS-URL: https://build.opensuse.org/request/show/1108388
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=131
2023-09-04 13:22:00 +00:00
192a6dd5ce
Accepting request 1108385 from devel:languages:php
...
- version update to 8.2.10
* This is a bug fix release.
* https://www.php.net/ChangeLog-8.php#8.2.10
OBS-URL: https://build.opensuse.org/request/show/1108385
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=54
2023-09-02 20:07:18 +00:00
b2ce5789ca
- version update to 8.2.10
...
* This is a bug fix release.
* https://www.php.net/ChangeLog-8.php#8.2.10
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=129
2023-09-01 06:53:23 +00:00
a50690c35b
Accepting request 1105258 from devel:languages:php
...
- version update to 8.2.9
* This is a security release.
* Fixes CVE-2023-3824 [bsc#1214103] and CVE-2023-3823 [bsc#1214106]
* https://www.php.net/ChangeLog-8.php#8.2.9
- deleted patches
- php-unicode-allow-redistribution.patch (upstreamed)
- deleted sources
- repack.sh (not needed)
OBS-URL: https://build.opensuse.org/request/show/1105258
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=53
2023-08-23 12:56:46 +00:00
bdd92e2238
- version update to 8.2.9
...
* This is a security release.
* Fixes CVE-2023-3824 [bsc#1214103] and CVE-2023-3823 [bsc#1214106]
* https://www.php.net/ChangeLog-8.php#8.2.9
- deleted patches
- php-unicode-allow-redistribution.patch (upstreamed)
- deleted sources
- repack.sh (not needed)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=127
2023-08-22 12:15:00 +00:00
9693e501a9
Accepting request 1099444 from devel:languages:php
...
- version update to 8.2.8
* This is a bug fix release.
* https://www.php.net/ChangeLog-8.php#8.2.8
- modified patches
% php-sort-filelist-phar.patch (refreshed)
OBS-URL: https://build.opensuse.org/request/show/1099444
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=52
2023-07-24 16:12:17 +00:00
1aa7bbcc19
- version update to 8.2.8
...
* This is a bug fix release.
* https://www.php.net/ChangeLog-8.php#8.2.8
- modified patches
% php-sort-filelist-phar.patch (refreshed)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=125
2023-07-17 08:20:13 +00:00
e734565a86
Accepting request 1094682 from devel:languages:php
...
- version update to 8.2.7
* Readonly classes
* Disjunctive Normal Form (DNF) Types
* Allow null, false, and true as stand-alone types
* New "Random" extension
* Constants in traits
* Deprecate dynamic properties
* for details, see
https://www.php.net/releases/8.2/en.php
https://www.php.net/manual/en/migration82.php
- modified patches
% php-ar-flags.patch (refreshed)
% php-build-reproducible-phar.patch (refreshed)
% php-date-regenerate-lexers.patch (refreshed)
% php-ini.patch (refreshed)
% php-systzdata-v23.patch (refreshed)
OBS-URL: https://build.opensuse.org/request/show/1094682
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=51
2023-06-23 19:52:11 +00:00
53e212cf7a
- version update to 8.2.7
...
* Readonly classes
* Disjunctive Normal Form (DNF) Types
* Allow null, false, and true as stand-alone types
* New "Random" extension
* Constants in traits
* Deprecate dynamic properties
* for details, see
https://www.php.net/releases/8.2/en.php
https://www.php.net/manual/en/migration82.php
- modified patches
% php-ar-flags.patch (refreshed)
% php-build-reproducible-phar.patch (refreshed)
% php-date-regenerate-lexers.patch (refreshed)
% php-ini.patch (refreshed)
% php-systzdata-v23.patch (refreshed)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=123
2023-06-22 14:00:11 +00:00
e439f6d7aa
Accepting request 1093234 from devel:languages:php
...
- version update to 8.1.20
* This is a security release.
* https://www.php.net/ChangeLog-8.php#8.1.20
- force to repack tarball after update
https://github.com/php/php-src/issues/11300
- session.save_path set to /var/lib/php8/sessions in mod_php8.conf
and www.conf php-fpm pool example
- modified sources
% mod_php8.conf
- added sources
+ repack.sh
+ php-unicode-allow-redistribution.patch
OBS-URL: https://build.opensuse.org/request/show/1093234
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=50
2023-06-16 14:53:04 +00:00
6d1b279b18
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=121
2023-06-15 07:16:15 +00:00
e434b1beaf
- session.save_path set to /var/lib/php8/sessions in mod_php8.conf
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=120
2023-06-15 07:04:01 +00:00
42989b3145
- force to repack tarball after update
...
https://github.com/php/php-src/issues/11300
- added sources
+ repack.sh
+ php-unicode-allow-redistribution.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=119
2023-06-13 15:37:39 +00:00
fceb87a71e
- version update to 8.1.20
...
* This is a security release.
* https://www.php.net/ChangeLog-8.php#8.1.20
- session.save_path set to /var/lib/php8 in mod_php8.conf
and www.conf php-fpm pool example
- modified sources
% mod_php8.conf
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=118
2023-06-09 20:00:38 +00:00
1fe59a7aed
Accepting request 1088962 from devel:languages:php
...
- repack the tarball temporarily [bsc#1211648]
- also MIT license (systzdata patch, ext/date/lib/parse_posix.c)
[https://build.suse.de/request/show/298230 ]
OBS-URL: https://build.opensuse.org/request/show/1088962
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=49
2023-05-26 18:14:57 +00:00
e3ec302b07
- repack the tarball temporarily [bsc#1211648]
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=116
2023-05-25 06:57:58 +00:00
f732e2a242
- also MIT license (systzdata patch, ext/date/lib/parse_posix.c)
...
[https://build.suse.de/request/show/298230 ]
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=115
2023-05-23 12:39:33 +00:00
635dac8851
Accepting request 1087146 from devel:languages:php
...
- version update to 8.1.19
* This is a bug fix release.
* https://www.php.net/ChangeLog-8.php#8.1.19
- modified patches
% php-ar-flags.patch (refreshed)
% php-build-reproducible-phar.patch (refreshed)
% php-ini.patch (refreshed)
% php-systzdata-v23.patch (refreshed)
OBS-URL: https://build.opensuse.org/request/show/1087146
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=48
2023-05-16 12:15:46 +00:00
33460cfcf9
- version update to 8.1.19
...
* This is a bug fix release.
* https://www.php.net/ChangeLog-8.php#8.1.19
- modified patches
% php-ar-flags.patch (refreshed)
% php-build-reproducible-phar.patch (refreshed)
% php-ini.patch (refreshed)
% php-systzdata-v23.patch (refreshed)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=113
2023-05-12 10:44:10 +00:00
ff4dbca532
Accepting request 1086013 from devel:languages:php
...
- downgrade back to 8.1.18
https://lists.opensuse.org/archives/list/factory@lists.opensuse.org/thread/4ADCEV2FII7J5FZEWREFETTEVX7CDUSR/
OBS-URL: https://build.opensuse.org/request/show/1086013
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=47
2023-05-11 10:31:54 +00:00
ccaf0771c2
- downgrade back to 8.1.18
...
https://lists.opensuse.org/archives/list/factory@lists.opensuse.org/thread/4ADCEV2FII7J5FZEWREFETTEVX7CDUSR/
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=111
2023-05-10 07:45:59 +00:00
9710f3d7f3
Accepting request 1084825 from devel:languages:php
...
- version update to 8.2.5
* Readonly classes
* Disjunctive Normal Form (DNF) Types
* Allow null, false, and true as stand-alone types
* New "Random" extension
* Constants in traits
* Deprecate dynamic properties
* for details, see
https://www.php.net/releases/8.2/en.php
https://www.php.net/manual/en/migration82.php
- modified patches
% php-ar-flags.patch (refreshed)
% php-build-reproducible-phar.patch (refreshed)
% php-ini.patch (refreshed)
- deleted patches
- php-crypt-tests.patch (not needed)
- modified sources
% php8.keyring
OBS-URL: https://build.opensuse.org/request/show/1084825
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=46
2023-05-06 20:08:27 +00:00
e2aef0b993
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=109
2023-05-04 17:27:26 +00:00
b44570a54e
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=108
2023-05-04 16:42:13 +00:00
ff79d77e66
- version update to 8.2.5
...
* Readonly classes
* Disjunctive Normal Form (DNF) Types
* Allow null, false, and true as stand-alone types
* New "Random" extension
* Constants in traits
* Deprecate dynamic properties
* for details, see
https://www.php.net/releases/8.2/en.php
https://www.php.net/manual/en/migration82.php
- modified patches
% php-ar-flags.patch (refreshed)
% php-build-reproducible-phar.patch (refreshed)
% php-ini.patch (refreshed)
- deleted patches
- php-crypt-tests.patch (not needed)
- modified sources
% php8.keyring
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=107
2023-05-04 11:16:26 +00:00
c44d812746
Accepting request 1081222 from devel:languages:php
...
- The %_restart_on_update macro was removed from systemd-rpm-macros.
Remove %posttrans for FPM as it wasn't working as intended anyway.
[boo#1210576] (forwarded request 1080973 from adkorte)
OBS-URL: https://build.opensuse.org/request/show/1081222
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=45
2023-04-22 19:57:21 +00:00
c753e3b66f
Accepting request 1080973 from home:adkorte:branches:devel:languages:php
...
- The %_restart_on_update macro was removed from systemd-rpm-macros.
Remove %posttrans for FPM as it wasn't working as intended anyway.
[boo#1210576]
OBS-URL: https://build.opensuse.org/request/show/1080973
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=105
2023-04-21 10:54:23 +00:00
ef2e9ee6e5
Accepting request 1079356 from devel:languages:php
...
- version update to 8.1.18
* This is a bug fix release.
https://www.php.net/ChangeLog-8.php#8.1.18
- modified patches
% php-ar-flags.patch (refreshed)
% php-build-reproducible-phar.patch (refreshed)
% php-ini.patch (refreshed)
OBS-URL: https://build.opensuse.org/request/show/1079356
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=44
2023-04-15 20:32:06 +00:00
b39d3cf18b
- version update to 8.1.18
...
* This is a bug fix release.
https://www.php.net/ChangeLog-8.php#8.1.18
- modified patches
% php-ar-flags.patch (refreshed)
% php-build-reproducible-phar.patch (refreshed)
% php-ini.patch (refreshed)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=103
2023-04-14 06:08:15 +00:00
f79c9ed861
Accepting request 1073969 from devel:languages:php
...
Automatic submission by obs-autosubmit
OBS-URL: https://build.opensuse.org/request/show/1073969
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=43
2023-03-25 17:54:27 +00:00
4fe544dd54
- version update to 8.1.17
...
* This is a bug fix release.
https://www.php.net/ChangeLog-8.php#8.1.17
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=101
2023-03-16 12:46:07 +00:00
509f541469
Accepting request 1071456 from devel:languages:php
...
- update to newest systzdata patch [bsc#1208199]
- deleted patches
- php-systzdata-v21.patch (upstreamed)
- added patches
fix use of the system timezone database
+ php-systzdata-v23.patch
OBS-URL: https://build.opensuse.org/request/show/1071456
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=42
2023-03-15 17:53:25 +00:00
93fcb1ea15
- update to newest systzdata patch [bsc#1208199]
...
- deleted patches
- php-systzdata-v21.patch (upstreamed)
- added patches
fix use of the system timezone database
+ php-systzdata-v23.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=99
2023-03-14 09:52:30 +00:00
067d5bb24a
Accepting request 1069569 from devel:languages:php
...
- add "/usr/share/php" to include_path
- allow to specify load order of extensions in %{php_sysconf}/conf.d
[bsc#1205162]
OBS-URL: https://build.opensuse.org/request/show/1069569
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=41
2023-03-07 15:48:33 +00:00
5cd141385f
- add "/usr/share/php" to include_path
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=97
2023-03-06 09:24:33 +00:00
f1c0bc5796
- load order of extensions in %{php_sysconf}/conf.d [bsc#1205162]
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=96
2023-03-06 09:21:40 +00:00
0bb935c32d
- load order of ini files in %{php_sysconf}/conf.d [bsc#1205162]
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=95
2023-03-03 14:04:09 +00:00
7afde9770f
Accepting request 1067902 from devel:languages:php
...
- change to %bcond conditional build dependencies (forwarded request 1067746 from adkorte)
OBS-URL: https://build.opensuse.org/request/show/1067902
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=40
2023-02-28 11:48:02 +00:00
323b4eca1d
Accepting request 1067746 from home:adkorte:branches:devel:languages:php
...
- change to %bcond conditional build dependencies
OBS-URL: https://build.opensuse.org/request/show/1067746
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=93
2023-02-27 08:45:59 +00:00
31a4fa3db1
Accepting request 1066139 from devel:languages:php
...
- version update to 8.1.16
* This is a security release that addresses CVE-2023-0567,
CVE-2023-0568, and CVE-2023-0662.
* https://www.php.net/ChangeLog-8.php#8.1.16
OBS-URL: https://build.opensuse.org/request/show/1066139
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=39
2023-02-17 15:43:54 +00:00
OBS User buildservice-autocommit
ff2feeb739
baserev update by copy to link target
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=92
2023-02-17 15:43:54 +00:00
OBS User buildservice-autocommit
75488ab799
Updating link to change in openSUSE:Factory/php8 revision 39
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=7850f97c8b7a35d4969cac491fcd7867
2023-02-17 15:43:54 +00:00
be578bcc30
([bsc#1208366], [bsc#1208367], [bsc#1208388])
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=91
2023-02-17 10:57:13 +00:00
5425e09858
- version update to 8.1.16
...
* This is a security release that addresses CVE-2023-0567,
CVE-2023-0568, and CVE-2023-0662.
* https://www.php.net/ChangeLog-8.php#8.1.16
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=90
2023-02-16 09:41:51 +00:00
b65be78526
Accepting request 1063063 from devel:languages:php
...
- version update to 8.1.15
* This is a bug fix release.
* https://www.php.net/ChangeLog-8.php#8.1.15
OBS-URL: https://build.opensuse.org/request/show/1063063
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=38
2023-02-04 13:11:36 +00:00
c0cdb260f2
- version update to 8.1.15
...
* This is a bug fix release.
* https://www.php.net/ChangeLog-8.php#8.1.15
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=88
2023-02-03 15:26:01 +00:00
e16a316292
Accepting request 1057006 from devel:languages:php
...
- version update to 8.1.14
* This is a security release.
* fixed: CVE-2022-31631 [bsc#1206958]
* https://www.php.net/ChangeLog-8.php#8.1.14
OBS-URL: https://build.opensuse.org/request/show/1057006
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=37
2023-01-10 13:59:07 +00:00
0d29131761
* fixed: CVE-2022-31631 [bsc#1206958]
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=86
2023-01-09 09:10:32 +00:00
0680bd03ed
* fixed: CVE-2022-31631
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=85
2023-01-06 10:09:30 +00:00
30d4024011
- version update to 8.1.14
...
* This is a security release.
* https://www.php.net/ChangeLog-8.php#8.1.14
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=84
2023-01-06 10:08:53 +00:00
bc1975d714
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=83
2022-12-12 13:13:20 +00:00
c0614b374d
- version update to 8.2.0
...
* Readonly classes
* Disjunctive Normal Form (DNF) Types
* Allow null, false, and true as stand-alone types
* New "Random" extension
* Constants in traits
* Deprecate dynamic properties
* for details, see
https://www.php.net/releases/8.2/en.php
https://www.php.net/manual/en/migration82.php
- modified patches
% php-ar-flags.patch (refreshed)
% php-build-reproducible-phar.patch (refreshed)
% php-crypt-tests.patch (refreshed)
% php-ini.patch (refreshed)
- modified sources
% php8.keyring
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=82
2022-12-08 14:22:51 +00:00
af189735d2
Accepting request 1039061 from devel:languages:php
...
- amend %preun to fix [bsc#1205782]
OBS-URL: https://build.opensuse.org/request/show/1039061
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=36
2022-12-01 15:58:15 +00:00
cc381fbca0
- amend %preun to fix [bsc#1205782]
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=80
2022-11-30 08:26:50 +00:00
8aa36c9183
Accepting request 1038044 from devel:languages:php
...
- version update to 8.1.13
* This is a bug fix release.
* https://www.php.net/ChangeLog-8.php#8.1.13
OBS-URL: https://build.opensuse.org/request/show/1038044
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=35
2022-11-25 13:08:11 +00:00
78c656d9b9
- version update to 8.1.13
...
* This is a bug fix release.
* https://www.php.net/ChangeLog-8.php#8.1.13
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=78
2022-11-25 08:32:54 +00:00
dacb08a926
Accepting request 1032538 from devel:languages:php
...
- version update to 8.1.12
* This is a security release.
* fixed: CVE-2022-31630, CVE-2022-37454
* https://www.php.net/ChangeLog-8.php#8.1.12
OBS-URL: https://build.opensuse.org/request/show/1032538
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=34
2022-11-01 12:41:18 +00:00
7e840dc83d
- version update to 8.1.12
...
* This is a security release.
* fixed: CVE-2022-31630, CVE-2022-37454
* https://www.php.net/ChangeLog-8.php#8.1.12
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=76
2022-10-31 15:01:13 +00:00
55f927f26b
Accepting request 1007073 from devel:languages:php
...
- version update to 8.1.11
* This is a security release.
* CVEs fixed: CVE-2022-31628, CVE-2022-31629
https://www.php.net/ChangeLog-8.php#8.1.11
OBS-URL: https://build.opensuse.org/request/show/1007073
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=33
2022-10-03 11:44:10 +00:00
0039a9d8e5
- version update to 8.1.11
...
* This is a security release.
* CVEs fixed: CVE-2022-31628, CVE-2022-31629
https://www.php.net/ChangeLog-8.php#8.1.11
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=74
2022-09-29 18:46:09 +00:00
4cab145ad7
Accepting request 1002256 from devel:languages:php
...
Automatic submission by obs-autosubmit
OBS-URL: https://build.opensuse.org/request/show/1002256
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=32
2022-09-10 18:16:49 +00:00
41785268b8
- version update to 8.1.10
...
* This is a bug fix release.
https://www.php.net/ChangeLog-8.php#8.1.10
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=72
2022-09-02 06:52:33 +00:00
3f4a75198a
Accepting request 999388 from devel:languages:php
...
Automatic submission by obs-autosubmit
OBS-URL: https://build.opensuse.org/request/show/999388
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=31
2022-08-27 09:48:19 +00:00
cea5a40eb1
- version update to 8.1.9
...
* This is a bug fix release.
https://www.php.net/ChangeLog-8.php#8.1.9
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=70
2022-08-19 10:44:13 +00:00
7e7976c4aa
Accepting request 989872 from devel:languages:php
...
- version update to 8.1.8
* This is a security release.
https://www.php.net/ChangeLog-8.php#8.1.8
- fixes CVE-2022-31627 [bsc#1201499]
OBS-URL: https://build.opensuse.org/request/show/989872
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=30
2022-07-31 21:00:25 +00:00
8b534101e5
- fixes CVE-2022-31627 [bsc#1201499]
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=68
2022-07-18 12:07:00 +00:00
af39abb1b2
- version update to 8.1.8
...
* This is a security release.
https://www.php.net/ChangeLog-8.php#8.1.8
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=67
2022-07-18 08:06:15 +00:00
d159339bff
Accepting request 981968 from devel:languages:php
...
- version update to 8.1.7
* This is a security release.
https://www.php.net/ChangeLog-8.php#8.1.7
OBS-URL: https://build.opensuse.org/request/show/981968
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=29
2022-06-13 11:01:54 +00:00
31587d4206
- version update to 8.1.7
...
* This is a security release.
https://www.php.net/ChangeLog-8.php#8.1.7
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=65
2022-06-10 04:01:20 +00:00
275176e2c5
Accepting request 979150 from devel:languages:php
...
- version update to 8.1.6:
* This is a bug fix release.
https://www.php.net/ChangeLog-8.php#8.1.6
OBS-URL: https://build.opensuse.org/request/show/979150
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=28
2022-05-26 16:43:53 +00:00
56844da262
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=63
2022-05-25 09:05:29 +00:00
c910b43208
- version update to 8.1.6:
...
* This is a bug fix release.
https://www.php.net/ChangeLog-8.php#8.1.6
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=62
2022-05-25 08:14:28 +00:00
4fbf18d314
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=60
2022-05-06 07:54:21 +00:00
e6026797a5
Accepting request 971314 from devel:languages:php
...
- version update to 8.1.5:
* This is a bug fix release.
https://www.php.net/ChangeLog-8.php#8.1.5
OBS-URL: https://build.opensuse.org/request/show/971314
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=27
2022-04-22 22:25:04 +00:00
625a1535c0
- version update to 8.1.5:
...
* This is a bug fix release.
https://www.php.net/ChangeLog-8.php#8.1.5
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=59
2022-04-20 17:53:49 +00:00
8782c083ae
Accepting request 969707 from devel:languages:php
...
- fpm %postrans: check whether sytemctl is available
[boo#1197994]
OBS-URL: https://build.opensuse.org/request/show/969707
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=26
2022-04-14 15:25:01 +00:00
e30c6a2099
[boo#1197994]
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=58
2022-04-13 07:14:58 +00:00
ee9ab9a7a0
Accepting request 969274 from home:pgajdos
...
- fpm %postrans: check whether sytemctl is available
OBS-URL: https://build.opensuse.org/request/show/969274
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=57
2022-04-12 05:57:35 +00:00
b8c1689686
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=56
2022-04-11 19:26:56 +00:00
1467c4aa1e
Accepting request 967927 from devel:languages:php
...
- Disable build with '-z now' as it breaks the php-mysql extension
OBS-URL: https://build.opensuse.org/request/show/967927
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=25
2022-04-10 17:05:30 +00:00
7bfb8c6d18
- Disable build with '-z now' as it breaks the php-mysql extension
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=55
2022-04-08 21:53:35 +00:00
3322d63ff9
Accepting request 966279 from devel:languages:php
...
OBS-URL: https://build.opensuse.org/request/show/966279
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=24
2022-04-03 19:30:35 +00:00
ca7ac79a92
Accepting request 966276 from home:adkorte:branches:devel:languages:php
...
- build PHP-FPM with libacl support (boo#1196870)
OBS-URL: https://build.opensuse.org/request/show/966276
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=53
2022-03-31 19:51:43 +00:00
dbcf8eebb7
Accepting request 962615 from devel:languages:php
...
OBS-URL: https://build.opensuse.org/request/show/962615
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=23
2022-03-20 19:54:31 +00:00
273684a06b
Accepting request 962614 from home:adkorte:branches:devel:languages:php
...
- updated to 8.1.4: This is a bug fix release. See
https://www.php.net/ChangeLog-8.php#8.1.4
OBS-URL: https://build.opensuse.org/request/show/962614
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=51
2022-03-18 09:24:00 +00:00
b273c0d1db
Accepting request 957610 from devel:languages:php
...
OBS-URL: https://build.opensuse.org/request/show/957610
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=22
2022-02-25 20:25:05 +00:00
0324b93525
Accepting request 957588 from home:dimstar:Factory
...
- Fix boolean dep supplements: add parantheses. Without
parantheses, this results in three separate supplements, against
'php-fpm', 'and', and 'apache2' (boo#1196492).
OBS-URL: https://build.opensuse.org/request/show/957588
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=50
2022-02-25 14:20:09 +00:00
ec462dc09e
Accepting request 955790 from devel:languages:php
...
- updated to 8.1.3: This is a security release (CVE-2021-21708)
which also contains several bug fixes.
See https://www.php.net/ChangeLog-8.php#8.1.3
- provide an Apache configuration for PHP-FPM
+ php8-fpm.conf
OBS-URL: https://build.opensuse.org/request/show/955790
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=21
2022-02-18 22:02:47 +00:00
3beda27a51
- updated to 8.1.3: This is a security release (CVE-2021-21708)
...
which also contains several bug fixes.
See https://www.php.net/ChangeLog-8.php#8.1.3
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=49
2022-02-18 07:10:41 +00:00
656ba07c1e
Accepting request 953907 from home:adkorte
...
- provide an Apache configuration for PHP-FPM
+ php8-fpm.conf
OBS-URL: https://build.opensuse.org/request/show/953907
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=48
2022-02-17 14:41:29 +00:00
6fdd1a82ab
Accepting request 951560 from devel:languages:php
...
Automatic submission by obs-autosubmit
OBS-URL: https://build.opensuse.org/request/show/951560
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=20
2022-02-06 22:54:13 +00:00
d5bc42734e
- update keyring to include PHP 8.1 release managers signing keys
...
% php8.keyring
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=47
2022-01-28 10:08:14 +00:00
751bbc2110
Remove obsolete files
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=46
2022-01-23 12:29:18 +00:00
73cb49bf28
Fix broken build
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=45
2022-01-23 12:22:34 +00:00
44e4b53ee2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=44
2022-01-23 12:21:47 +00:00
1a84d9ce35
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=43
2022-01-23 12:20:06 +00:00
04e80db30d
Accepting request 948110 from devel:languages:php
...
- updated to 8.0.15: This is a bug fix release. See
https://www.php.net/ChangeLog-8.php#8.0.15
OBS-URL: https://build.opensuse.org/request/show/948110
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=19
2022-01-23 11:15:35 +00:00
d667b621db
Accepting request 947866 from home:adkorte:branches:devel:languages:php
...
- updated to 8.1.2: This is a bug fix release. See
https://www.php.net/ChangeLog-8.php#8.1.2
- updated to 8.1.1: This is a bug fix release. See
https://www.php.net/ChangeLog-8.php#8.1.1
- update to 8.1.0: This release marks the latest major release of
the PHP language. See https://www.php.net/ChangeLog-8.php#8.1.0
- cleanup php8.rpmlintrc
- build ffi extension (experimental)
- enable avif support for gd extension
- rebased patches
% php-ar-flags.patch
% php-crypt-tests.patch
% php-ini.patch
% php-build-reproducible-phar.patch
- deleted patches
- php-systzdata-v20.patch
- php8-gd-removed-unused-constants.patch
- added patch
+ php-systzdata-v21.patch
OBS-URL: https://build.opensuse.org/request/show/947866
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=39
2022-01-21 08:15:14 +00:00
32d3de6a90
- updated to 8.0.15: This is a bug fix release. See
...
https://www.php.net/ChangeLog-8.php#8.0.15
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=38
2022-01-20 18:17:34 +00:00
af2e89efaf
Accepting request 945332 from devel:languages:php
...
- use /tmp to store session information (boo#1194414)
% php-ini.patch (forwarded request 945111 from adkorte)
OBS-URL: https://build.opensuse.org/request/show/945332
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=18
2022-01-10 23:01:59 +00:00
e5e20935f4
Accepting request 945111 from home:adkorte:branches:devel:languages:php
...
- use /tmp to store session information (boo#1194414)
% php-ini.patch
OBS-URL: https://build.opensuse.org/request/show/945111
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=37
2022-01-10 13:51:53 +00:00
afe173480e
Accepting request 941267 from devel:languages:php
...
- updated to 8.0.14: This is a bug fix release. See
https://www.php.net/ChangeLog-8.php#8.0.14
OBS-URL: https://build.opensuse.org/request/show/941267
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=17
2021-12-21 17:40:23 +00:00
4620ebaae0
- updated to 8.0.14: This is a bug fix release. See
...
https://www.php.net/ChangeLog-8.php#8.0.14
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=36
2021-12-17 15:57:25 +00:00
f78d83b66b
Accepting request 935380 from devel:languages:php
...
- provide configuration for PHP-FPM out of the box (boo#1192414)
- package missing php.ini for PHP-FPM (boo#1192672) (forwarded request 935073 from adkorte)
OBS-URL: https://build.opensuse.org/request/show/935380
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=16
2021-12-06 22:59:07 +00:00
02bf9fee07
Accepting request 935073 from home:adkorte:branches:devel:languages:php
...
- provide configuration for PHP-FPM out of the box (boo#1192414)
- package missing php.ini for PHP-FPM (boo#1192672)
OBS-URL: https://build.opensuse.org/request/show/935073
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=35
2021-12-03 07:21:37 +00:00
2bdacb03e1
Accepting request 932418 from devel:languages:php
...
- updated to 8.0.13: This is a security release (CVE-2021-21707)
which also contains several bug fixes.
See https://www.php.net/ChangeLog-8.php#8.0.13
OBS-URL: https://build.opensuse.org/request/show/932418
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=15
2021-11-20 01:39:08 +00:00
cd23b0f0a6
- updated to 8.0.13: This is a security release (CVE-2021-21707)
...
which also contains several bug fixes.
See https://www.php.net/ChangeLog-8.php#8.0.13
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=34
2021-11-19 06:28:35 +00:00
ff22318869
Accepting request 926820 from devel:languages:php
...
- updated to 8.0.12: This is a security release (CVE-2021-21703)
which also contains several bug fixes.
See https://www.php.net/ChangeLog-8.php#8.0.12
OBS-URL: https://build.opensuse.org/request/show/926820
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=14
2021-10-21 21:55:45 +00:00
8daf4b5740
- updated to 8.0.12: This is a security release (CVE-2021-21703)
...
which also contains several bug fixes.
See https://www.php.net/ChangeLog-8.php#8.0.12
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=33
2021-10-21 17:32:46 +00:00
850b047776
Accepting request 921175 from devel:languages:php
...
- updated to 8.0.11: This is a security release fixing CVE-2021-21706.
See https://www.php.net/ChangeLog-8.php#8.0.11
- added patches
fix b3646440b1
+ php8-gd-removed-unused-constants.patch
OBS-URL: https://build.opensuse.org/request/show/921175
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=13
2021-09-23 21:04:22 +00:00
695fe8a292
- updated to 8.0.11: This is a security release fixing CVE-2021-21706.
...
See https://www.php.net/ChangeLog-8.php#8.0.11
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=32
2021-09-23 17:01:04 +00:00
bd7d00ea78
- added patches
...
fix b3646440b1
+ php8-gd-removed-unused-constants.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=31
2021-09-23 11:50:34 +00:00
5fdbd2d5ce
Accepting request 914443 from devel:languages:php
...
OBS-URL: https://build.opensuse.org/request/show/914443
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=12
2021-08-26 21:15:21 +00:00
8d0fb39ed7
Accepting request 914439 from home:adkorte:branches:devel:languages:php
...
- updated to 8.0.10: This is a security release which also contains
several bug fixes. See https://www.php.net/ChangeLog-8.php#8.0.10
- deleted patch
- php-systzdata-v19.patch
- added patch
+ php-systzdata-v20.patch
OBS-URL: https://build.opensuse.org/request/show/914439
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=30
2021-08-26 19:46:41 +00:00
190c2e211e
Accepting request 910079 from devel:languages:php
...
OBS-URL: https://build.opensuse.org/request/show/910079
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=11
2021-08-04 20:28:49 +00:00
c7c411a278
Accepting request 910051 from home:darix:branches:devel:languages:php
...
- fix apparmor support: seems it requires a configure flag now.
OBS-URL: https://build.opensuse.org/request/show/910051
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=29
2021-08-04 06:33:15 +00:00
06c3d7125f
Accepting request 909232 from devel:languages:php
...
- updated to 8.0.9: This is a bug fix release. See
https://www.php.net/ChangeLog-8.php#8.0.9
OBS-URL: https://build.opensuse.org/request/show/909232
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=10
2021-07-29 19:32:06 +00:00
886d72b103
- updated to 8.0.9: This is a bug fix release. See
...
https://www.php.net/ChangeLog-8.php#8.0.9
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=28
2021-07-29 16:42:50 +00:00
8728e54bdb
Accepting request 903560 from devel:languages:php
...
OBS-URL: https://build.opensuse.org/request/show/903560
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=9
2021-07-02 11:27:15 +00:00
1525ee4260
Accepting request 903558 from home:adkorte:branches:devel:languages:php
...
- updated to 8.0.8: This is a security release which also contains
several bug fixes. See https://www.php.net/ChangeLog-8.php#8.0.8
OBS-URL: https://build.opensuse.org/request/show/903558
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=27
2021-07-01 17:00:39 +00:00
35c09619de
Accepting request 897335 from devel:languages:php
...
- updated to 8.0.7: This is a bug fix release. See
https://www.php.net/ChangeLog-8.php#8.0.7
- updated to 8.0.6: This release reverts a bug related to PDO_pgsql
that was introduced in PHP 8.0.5.
OBS-URL: https://build.opensuse.org/request/show/897335
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=8
2021-06-04 20:43:38 +00:00
54d0020d1c
- updated to 8.0.7: This is a bug fix release. See
...
https://www.php.net/ChangeLog-8.php#8.0.7
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=25
2021-06-04 06:02:05 +00:00
6fd49a4643
- updated to 8.0.6: This release reverts a bug related to PDO_pgsql
...
that was introduced in PHP 8.0.5.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=24
2021-06-03 17:21:07 +00:00
1763328727
Accepting request 889347 from devel:languages:php
...
- updated to 8.0.5: This is a bug fix release. See
https://www.php.net/ChangeLog-8.php#8.0.5
OBS-URL: https://build.opensuse.org/request/show/889347
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=7
2021-04-29 20:46:54 +00:00
4703a4ca63
Revert unwanted package name change
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=22
2021-04-29 15:09:49 +00:00
af94e83373
- updated to 8.0.5: This is a bug fix release. See
...
https://www.php.net/ChangeLog-8.php#8.0.5
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=21
2021-04-29 14:44:28 +00:00
db4c66657d
Accepting request 885700 from devel:languages:php
...
- Do not hard-depend on systemd: use systemd_ordering instead of
systemd_requires.
OBS-URL: https://build.opensuse.org/request/show/885700
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=6
2021-04-16 22:01:35 +00:00
41340394cd
Accepting request 885162 from home:adkorte:branches:devel:languages:php
...
- Do not hard-depend on systemd: use systemd_ordering instead of
systemd_requires.
OBS-URL: https://build.opensuse.org/request/show/885162
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=19
2021-04-13 21:02:18 +00:00
3acdabb0d3
Accepting request 877897 from devel:languages:php
...
- <IfModule mod_php.c> instead of <IfModule mod_php8.c> [bsc#1183180]
- modified sources
% mod_php8.conf
OBS-URL: https://build.opensuse.org/request/show/877897
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=5
2021-03-10 07:57:12 +00:00
b328654e1a
- <IfModule mod_php.c> instead of <IfModule mod_php8.c> [bsc#1183180]
...
- modified sources
% mod_php8.conf
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=17
2021-03-09 07:10:48 +00:00
Richard Brown
fa7844f7c0
Accepting request 876815 from devel:languages:php
...
- updated to 8.0.3: This is a bug fix release. See
https://www.php.net/ChangeLog-8.php#8.0.3
OBS-URL: https://build.opensuse.org/request/show/876815
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=4
2021-03-05 12:48:02 +00:00
46387ac570
- updated to 8.0.3: This is a bug fix release. See
...
https://www.php.net/ChangeLog-8.php#8.0.3
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=15
2021-03-04 19:45:42 +00:00
5e77efe0aa
Accepting request 869260 from devel:languages:php
...
- updated to 8.0.2: This is a bug fix release. See
https://www.php.net/ChangeLog-8.php#8.0.2
- suppress warning for all flavors not equal to "" in multibuild
and obsoletes for php7
% php8.rpmlintrc
OBS-URL: https://build.opensuse.org/request/show/869260
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=3
2021-02-04 19:24:37 +00:00
8d18726815
- updated to 8.0.2: This is a bug fix release. See
...
https://www.php.net/ChangeLog-8.php#8.0.2
- suppress warning for all flavors not equal to "" in multibuild
and obsoletes for php7
% php8.rpmlintrc
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=13
2021-02-04 13:23:06 +00:00
e9b6efb8df
Accepting request 867684 from devel:languages:php
...
- add conflicts with earlier versions of php (boo#1181292)
- update contents of configuration file (still referenced php7)
% mod_php8.conf
- require this PHP version of subpackages in Recommends/Suggests
- run apache-rex tests in php8:test as packages need to be build
first (otherwise tests run with previous version)
OBS-URL: https://build.opensuse.org/request/show/867684
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=2
2021-01-29 13:57:39 +00:00
96b76ddf19
Fix typo
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=11
2021-01-29 11:01:34 +00:00
e5d19f7fdb
- add conflicts with earlier versions of php (boo#181292)
...
- update contents of configuration file (still referenced php7)
% mod_php8.conf
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=10
2021-01-29 08:53:08 +00:00
00612782c4
- require this PHP version of subpackages in Recommends/Suggests
...
- run apache-rex tests in php8:test as packages need to be build
first (otherwise tests run with previous version)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=9
2021-01-24 10:00:29 +00:00
6bf9569dd6
Accepting request 865043 from devel:languages:php
...
Add php8 to factory
OBS-URL: https://build.opensuse.org/request/show/865043
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8?expand=0&rev=1
2021-01-20 17:26:36 +00:00
145283e4f8
- add conflicts with earlier version of php-devel and php-phar
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=7
2021-01-20 16:19:21 +00:00
58a909ca69
- add obsoletes for all subtargets that don't have conflicts yet
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=6
2021-01-18 21:29:09 +00:00
3e306414de
- add php_cfgdir and php_extdir macros
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=5
2021-01-17 10:27:01 +00:00
4af4909d2f
- add conflicts with earlier version of php-devel and php-phar
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=4
2021-01-16 09:02:22 +00:00
ffd7f143c2
- add conflicts with earlier version of php-devel
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=3
2021-01-16 08:59:26 +00:00
580af9f9df
- replace php8.keyring with signatures for PHP-8 release managers
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=2
2021-01-15 16:02:12 +00:00
bee943b7cc
osc copypac from project:devel:languages:php:php8 package:php8 revision:18
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=1
2021-01-15 12:26:51 +00:00