[ptxdist] [PATCH] canfestival: Two new patches that make canfestival headers more robust

2020-04-29 Thread Uwe Kleine-König
Signed-off-by: Uwe Kleine-König --- ...4-let-canfestival.h-include-config.h.patch | 39 ++ -instead-of-include-.-for-own-files.patch | 118 ++ patches/canfestival-3+hg20180126.794/series | 4 +- 3 files changed, 160 insertions(+), 1 deletion(-) create mode 100644

[ptxdist] [PATCH v2] python: move to staging

2020-04-29 Thread Roland Hieber
Use of Python 2 has been widely discouraged for some years [citation needed], and remaining users should start migrating to Python 3 [1]. Move Python 2 to staging to reflect that. [1]: https://www.python.org/dev/peps/pep-0404/#id13 Signed-off-by: Roland Hieber -- v2: - adapt removal date

Re: [ptxdist] [PATCH 2/2] php5: move away from staging

2020-04-29 Thread Bruno Thomsen
> menuconfig PHP5 > @@ -19,10 +17,6 @@ menuconfig PHP5 > select SQLITE if PHP5_EXT_SQLITE3 > select ZLIB if PHP5_EXT_ZLIB > select OPENSSL if PHP5_EXT_OPENSSL > - help > - STAGING: remove in ptxdist-2021.05.0 > - Old

[ptxdist] [PATCH 1/2] php5: version bump to 5.6.40

2020-04-29 Thread Bruno Thomsen
This is currently the last 5.x release of php, so this version bump just closes known CVEs[1], and allow a little extra time to migrate existing application to php 7.x. Disabled fileinfo feature[2] as configure now contains a compile check for existence of strcasestr. This fails as the cross

[ptxdist] [PATCH 2/2] php5: move away from staging

2020-04-29 Thread Bruno Thomsen
This reverts commit 5f0f21033a19780828e8052724e893f129552116. php5 has been updated to 5.6.40 so known CVEs has been resolved and allows a little extra php7 migration time. Signed-off-by: Bruno Thomsen --- rules/cups.in | 1 - rules/lighttpd.in | 1 - rules/php5.in | 8 +--- 3