summaryrefslogtreecommitdiff
path: root/dev-php/pecl-uploadprogress
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-04-12 03:41:30 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-04-12 03:41:30 +0100
commit623ee73d661e5ed8475cb264511f683407d87365 (patch)
tree993eb27c93ec7a2d2d19550300d888fc1fed9e69 /dev-php/pecl-uploadprogress
parentceeeb463cc1eef97fd62eaee8bf2196ba04bc384 (diff)
gentoo Easter resync : 12.04.2020
Diffstat (limited to 'dev-php/pecl-uploadprogress')
-rw-r--r--dev-php/pecl-uploadprogress/Manifest5
-rw-r--r--dev-php/pecl-uploadprogress/files/1.0.3.1-php7.patch148
-rw-r--r--dev-php/pecl-uploadprogress/pecl-uploadprogress-1.1.3.ebuild (renamed from dev-php/pecl-uploadprogress/pecl-uploadprogress-1.0.3.1-r4.ebuild)15
3 files changed, 10 insertions, 158 deletions
diff --git a/dev-php/pecl-uploadprogress/Manifest b/dev-php/pecl-uploadprogress/Manifest
index e4285a30f21f..359825ca5cb8 100644
--- a/dev-php/pecl-uploadprogress/Manifest
+++ b/dev-php/pecl-uploadprogress/Manifest
@@ -1,4 +1,3 @@
-AUX 1.0.3.1-php7.patch 4948 BLAKE2B 12ee139944a17989429e696e7457a3926d18f4300bf5bc2f9bfab2a036be88a47ea03ca64f06e378bb2811fdaba390e29a905eae87362c4a979c17407de53f3c SHA512 5b913ac4c006cee917ddb7140dd2e34dee6da9fac11001e6ee9f41ac0b65e3caa493c81612b05ef8ff99fec9c9a4cd4a2c2c275fc6124223d04648d43cae4fe4
-DIST uploadprogress-1.0.3.1.tgz 9040 BLAKE2B b926ee0cc7d40276425ea8eed86c5934c35ff2436b5785888394927a145620caa335d4eae87fd85bd754f8a67c1562f3b8d23a2c626f0d0ca4bed4bf4872e465 SHA512 c317a30ed81430184b643e2755867cdccf9848312aa31a5527e4fe229ac19ee3099121de8e253207b55dd7e788c28720bd3c477663c4ca15100478647a6dc1bb
-EBUILD pecl-uploadprogress-1.0.3.1-r4.ebuild 676 BLAKE2B f8e74b00e3aa1b6358b9cb390e828b584dc15cd6fadf46700811f52be62629b5647d74a29b968cddc24ad61b741f294cbfd7c942083c7e7c6ebe3b6826be74a5 SHA512 a2989c7597e2a522dc3f2e813c383f3bd9f59a8a9a0baed0baabc422b6d53fc53fe17e1c41228daf812e4546666a59a08183e823b25f915049d89fb16cf8c75c
+DIST uploadprogress-1.1.3.tgz 14798 BLAKE2B 5edda3e8672bb0e0829d100284240fcceac26be695386225a18446c742f59edfd906a9ae2f17b594816d3cddea02eb648db01a3352d7f8bd764ad2f6b2e03628 SHA512 2202f419be852a71eadae47eaa83909a032e5a6bbe4ce17ae5d45ea4e9f6d9c9edceb2111630d1f0e277b531d463accf540288ecbcca9bf154fe01754f225686
+EBUILD pecl-uploadprogress-1.1.3.ebuild 528 BLAKE2B d2932e5326d27397ae42a82c5a51960af322453a7dfb04b369485387cced547ca3228605be6906a2cf77acce18686285bb88e0372d9021958d1af884d3f9559f SHA512 1ba6eab0bafca47f4d8f96af9a3ac511575daa290e5b12d1f76c5e7fd5d6d40e52d9626199bcbb49945abe02d2c7d7e286f86dc6c9872ab0edc7128f41ddee31
MISC metadata.xml 667 BLAKE2B d007dcf3d963b7994a461dc554075eeaa013628b194ae355dfc39fe44ef892d28597673a472de482608501a05183838e428e2794b4d7d4069c8b50aaa2ed81c4 SHA512 a6a5cfc834367a2f9ed9fcff1830212e527572af9bdac0a41d52434b4085a5d848e3a9b9d7c8473492c13addf2560a54f4b6cf57d4f5ac14a482391f33987dfa
diff --git a/dev-php/pecl-uploadprogress/files/1.0.3.1-php7.patch b/dev-php/pecl-uploadprogress/files/1.0.3.1-php7.patch
deleted file mode 100644
index c90f4bd9539f..000000000000
--- a/dev-php/pecl-uploadprogress/files/1.0.3.1-php7.patch
+++ /dev/null
@@ -1,148 +0,0 @@
-From 7a4d6b3ac3575caedf9429940f54688411cbf5e9 Mon Sep 17 00:00:00 2001
-From: Jan-E <github@ehrhardt.nl>
-Date: Sun, 19 Apr 2015 18:49:48 +0200
-Subject: [PATCH 1/2] PHP7 compatibility
-
----
- uploadprogress.c | 36 +++++++++++++++++++++++++++++++++---
- 1 file changed, 33 insertions(+), 3 deletions(-)
-
-diff --git a/uploadprogress.c b/uploadprogress.c
-index 30f6758..7a52ba7 100644
---- a/uploadprogress.c
-+++ b/uploadprogress.c
-@@ -71,7 +71,7 @@ PHPAPI extern int (*php_rfc1867_callback)(unsigned int , void *, void ** TSRMLS_
- */
- static int uploadprogress_php_rfc1867_file(unsigned int event, void *event_data, void **data TSRMLS_DC)
- {
-- zval handler;
-+ //zval handler;
- char *callable = NULL;
- uploadprogress_data * progress;
- int read_bytes;
-@@ -157,7 +157,11 @@ static int uploadprogress_php_rfc1867_file(unsigned int event, void *event_data
-
- if (get_contents) {
- php_stream *stream;
-+#if defined(ZEND_ENGINE_3)
-+ int options = 0;
-+#else
- int options = ENFORCE_SAFE_MODE;
-+#endif
-
- stream = php_stream_open_wrapper(progress->data_filename, "ab", options, NULL);
- if (stream) {
-@@ -301,7 +305,7 @@ PHP_FUNCTION(uploadprogress_get_info)
- {
- char * id;
- int id_lg;
-- char method;
-+ //char method;
-
- if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &id, &id_lg) == FAILURE) {
- return;
-@@ -417,7 +421,11 @@ static void uploadprogress_file_php_get_info(char * id, zval * return_value)
- v[index] = 0;
- }
- }
-+#if defined(ZEND_ENGINE_3)
-+ add_assoc_string( return_value, k, v );
-+#else
- add_assoc_string( return_value, k, v, 1 );
-+#endif
- }
- fclose(F);
- }
-@@ -432,10 +440,22 @@ static void uploadprogress_file_php_get_info(char * id, zval * return_value)
- */
- static void uploadprogress_file_php_get_contents(char *id, char *fieldname, long maxlen, zval *return_value)
- {
-+#if defined(ZEND_ENGINE_3)
-+ char *filename, *template, *data_identifier;
-+ zend_string *contents;
-+#else
- char *filename, *template, *contents, *data_identifier;
-+#endif
- php_stream *stream;
-+#if defined(ZEND_ENGINE_3)
-+ int options = 0;
-+#else
- int options = ENFORCE_SAFE_MODE;
-- int len, newlen;
-+#endif
-+ int len;
-+#if PHP_API_VERSION < 20100412
-+ int newlen;
-+#endif
- TSRMLS_FETCH();
-
- template = INI_STR("uploadprogress.file.contents_template");
-@@ -455,7 +475,13 @@ static void uploadprogress_file_php_get_contents(char *id, char *fieldname, long
- }
-
- /* uses mmap if possible */
-+#if defined(ZEND_ENGINE_3)
-+ contents = php_stream_copy_to_mem(stream, maxlen, 0);
-+ len = contents->len;
-+ if (contents && len > 0) {
-+#else
- if ((len = php_stream_copy_to_mem(stream, &contents, maxlen, 0)) > 0) {
-+#endif
-
- #if PHP_API_VERSION < 20100412
- if (PG(magic_quotes_runtime)) {
-@@ -463,7 +489,11 @@ static void uploadprogress_file_php_get_contents(char *id, char *fieldname, long
- len = newlen;
- }
- #endif
-+#if defined(ZEND_ENGINE_3)
-+ RETVAL_STR(contents);
-+#else
- RETVAL_STRINGL(contents, len, 0);
-+#endif
- } else if (len == 0) {
- RETVAL_EMPTY_STRING();
- } else {
---
-2.1.4
-
-
-From 95d8a0fd4554e10c215d3ab301e901bd8f99c5d9 Mon Sep 17 00:00:00 2001
-From: Jan-E <github@ehrhardt.nl>
-Date: Mon, 20 Apr 2015 22:20:40 +0200
-Subject: [PATCH 2/2] int id_lg should be size_t id_lg
-
----
- uploadprogress.c | 4 ++++
- 1 file changed, 4 insertions(+)
-
-diff --git a/uploadprogress.c b/uploadprogress.c
-index 7a52ba7..3d73d15 100644
---- a/uploadprogress.c
-+++ b/uploadprogress.c
-@@ -304,7 +304,11 @@ PHP_MINFO_FUNCTION(uploadprogress)
- PHP_FUNCTION(uploadprogress_get_info)
- {
- char * id;
-+#if defined(ZEND_ENGINE_3)
-+ size_t id_lg;
-+#else
- int id_lg;
-+#endif
- //char method;
-
- if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &id, &id_lg) == FAILURE) {
---
-2.1.4
-
---- a/uploadprogress.c 2011-08-15 09:21:10.000000000 -0400
-+++ b/uploadprogress.c 2016-12-07 11:05:47.961377088 -0500
-@@ -213,7 +213,7 @@
- FILE *F;
- F = VCWD_FOPEN(progress->identifier_tmp, "wb");
- if (F) {
-- fprintf(F, "upload_id=%s\nfieldname=%s\nfilename=%s\ntime_start=%d\ntime_last=%d\nspeed_average=%d\nspeed_last=%d\nbytes_uploaded=%d\nbytes_total=%d\nfiles_uploaded=%d\nest_sec=%d\n",
-+ fprintf(F, "upload_id=%s\nfieldname=%s\nfilename=%s\ntime_start=%ld\ntime_last=%ld\nspeed_average=%d\nspeed_last=%d\nbytes_uploaded=%ld\nbytes_total=%ld\nfiles_uploaded=%d\nest_sec=%d\n",
- progress->upload_id, progress->fieldname, progress->filename,
- progress->time_start, progress->time_last,
- progress->speed_average, progress->speed_last,
diff --git a/dev-php/pecl-uploadprogress/pecl-uploadprogress-1.0.3.1-r4.ebuild b/dev-php/pecl-uploadprogress/pecl-uploadprogress-1.1.3.ebuild
index a11f8d2eeeac..a19bb78b273d 100644
--- a/dev-php/pecl-uploadprogress/pecl-uploadprogress-1.0.3.1-r4.ebuild
+++ b/dev-php/pecl-uploadprogress/pecl-uploadprogress-1.1.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-USE_PHP="php5-6 php7-0 php7-1 php7-2 php7-3 php7-4"
+USE_PHP="php7-2 php7-3 php7-4"
inherit php-ext-pecl-r3
@@ -11,14 +11,15 @@ DESCRIPTION="An extension to track progress of a file upload"
LICENSE="PHP-3.01"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="examples"
RDEPEND="
- php_targets_php5-6? ( dev-lang/php:5.6[apache2] )
- php_targets_php7-0? ( dev-lang/php:7.0[apache2] )
- php_targets_php7-1? ( dev-lang/php:7.1[apache2] )
php_targets_php7-2? ( dev-lang/php:7.2[apache2] )
php_targets_php7-3? ( dev-lang/php:7.3[apache2] )
php_targets_php7-4? ( dev-lang/php:7.4[apache2] )
"
-PATCHES=( "${FILESDIR}/1.0.3.1-php7.patch" )
+
+src_install() {
+ default
+ use examples && dodoc -r examples
+}