forked from pool/php-smbclient
67 lines
2.5 KiB
Plaintext
67 lines
2.5 KiB
Plaintext
|
-------------------------------------------------------------------
|
||
|
Wed Feb 17 21:32:51 UTC 2021 - Arjen de Korte <suse+build@de-korte.org>
|
||
|
|
||
|
- Use _multibuild to also build for php8
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Thu Feb 11 12:30:02 UTC 2021 - Arjen de Korte <suse+build@de-korte.org>
|
||
|
|
||
|
- Update to version 1.0.5
|
||
|
* Fixes possible segfault in php_smb_ops_close.
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Fri Jan 22 10:06:14 UTC 2021 - Arjen de Korte <suse+build@de-korte.org>
|
||
|
|
||
|
- Update to version 1.0.4
|
||
|
* Check if smbc_setOptionProtocols is available, as at least one
|
||
|
distro might have a libsmbclient that is too old.
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Thu Jan 21 13:50:35 UTC 2021 - Arjen de Korte <suse+build@de-korte.org>
|
||
|
|
||
|
- Update to version 1.0.3
|
||
|
* Add client min/max protocol to streams, and make either min/max
|
||
|
optional.
|
||
|
- Update to version 1.0.2
|
||
|
* Introduces smbclient_client_protocols() to set min and max
|
||
|
protocol for negotiation.
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Sun Jan 17 10:36:07 UTC 2021 - Arjen de Korte <suse+build@de-korte.org>
|
||
|
|
||
|
- Upgrade to version 1.0.1
|
||
|
* Code fixes for PHP 7.4/8, and memory free, ReadTest added,
|
||
|
Travis build updated, and smbclient_state_init documentation fixed
|
||
|
- Remove patch (upstreamed)
|
||
|
- 0001-fix-incorrect-deallocation-of-zend_string.patch
|
||
|
- Use php_cfgdir and php_extdir macros to determine location of files
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Fri Jan 11 13:41:36 UTC 2019 - Cristian Rodríguez <crodriguez@owncloud.com>
|
||
|
|
||
|
- Upgrade to version 1.0.0 (boo#1123503)
|
||
|
* stream optimization: reuse previous connections (Remi)
|
||
|
- 0001-fix-incorrect-deallocation-of-zend_string.patch: zend_strings
|
||
|
are to be zend_string_release()'ed not efree()'ed.
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Thu Dec 20 16:48:09 UTC 2018 - jweberhofer@weberhofer.at
|
||
|
|
||
|
- Added php7-smbclient-fix_for_PHP_7.3.patch to allow building with PHP 7.3
|
||
|
as discussed in gh#eduardok/libsmbclient-php#60
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Mon Jul 23 09:50:15 UTC 2018 - idonmez@suse.com
|
||
|
|
||
|
- Cleanup with spec-cleaner
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Tue Mar 27 23:55:54 UTC 2018 - crrodriguez@opensuse.org
|
||
|
|
||
|
- Build module with -fvisibility=hidden
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Mon Nov 20 15:15:07 UTC 2017 - crrodriguez@opensuse.org
|
||
|
|
||
|
- Initial version for php 7
|