| Commit message (Collapse) | Author | Age |
|
|
|
| |
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
|
|
|
|
|
|
|
| |
1) fix rebuilding with existing staging area
2) fix dependency to libmysqlclient (fixes #3132)
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
|
|
|
|
|
|
| |
This is the php7 version of php5-pecl-raphf package.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
|
|
|
|
|
|
| |
This is the php7 version of php5-pecl-propro package.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
|
|
|
|
|
|
|
|
|
| |
This is a heavy patched variant of the pecl dio module, which
now at least compiles for php7.
Patches are sent to maintainer - no response yet.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
|
|
|
|
|
|
|
| |
- Add some more patches from Debian
- Rename existing ones (our own patches starts with prefix 1000+)
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
|
|
|
|
|
|
|
|
|
| |
This is a copy of the existing php5 stuff, adopted for PHP7.
Please not, that its not supported to install both php5
and php7 in parallel on the target.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
|
|
|
|
|
|
| |
Without the trailing _S_ the variable is not considered at all.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
|
|\
| |
| | |
erlang: fix compilation error by disabling mips16
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This is caused by a toolchain bug and has been reported to GCC a
while a ago without receiving any responses yet [1]. Fix it at the
moment by not compiling with mips16 enabled.
Should fix #1750 and #1904.
[1] Bug 71519 - "Out of range operand" bteqz inst generated by
"casesi_internal_mips16_<mode>",
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71519
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
|
|\ \
| | |
| | | |
openpyxl: upgrade to version 2.4.0-b1
|
| | |
| | |
| | |
| | | |
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
|
|\ \ \
| | | |
| | | | |
gunicorn: upgrade to version 19.6.0
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
|
|\ \ \
| | | |
| | | | |
pytz: upgrade to version 2016.6.1
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
|
|/ /
| |
| |
| | |
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
|
|/
|
|
| |
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
|
|
|
|
| |
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
|
|
|
|
| |
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
|
|
|
|
| |
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
|
|
|
|
| |
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
|
|
|
|
|
| |
Signed-off-by: Frank Edelhaeuser <mrpace2@gmail.com>
(cherry picked from commit f5fe26ec2123cb77fb415680254973b5305d3af3)
|
|
|
|
| |
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
|
|\
| |
| | |
luasec: fix build with OPENSSL_NO_COMP
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Currently luasec fails to build if OpenSSL was built without compression
support due to an undefined COMP_METHOD type:
ssl.c: In function 'meth_compression':
ssl.c:404:9: error: unknown type name 'COMP_METHOD'
const COMP_METHOD *comp;
^
<builtin>: recipe for target 'ssl.o' failed
make[6]: *** [ssl.o] Error 1
Add a local patch to stub the `meth_compression()` function if there is no
compression support available in the OpenSSL library in order to allow
luasec to build.
A similar fix has been added upstream with
https://github.com/brunoos/luasec/pull/30
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
|
|\ \
| | |
| | | |
python-enum34: update to 1.1.6
|
| | |
| | |
| | |
| | | |
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
|\ \ \
| | | |
| | | | |
python-cryptography: update to 1.4, fixed lede compilation
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
|\ \ \
| | | |
| | | | |
zope-interface: update to 4.2.0
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
|\ \ \
| | | |
| | | | |
python-gmpy2: update to 2.0.8
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
|\ \ \
| |_|/
|/| | |
python-pyserial: update to 3.1.1
|
| | |
| | |
| | |
| | | |
Signed-off-by: Micke Prag <micke.prag@telldus.se>
|
|\ \ \
| |/ /
|/| | |
twisted: update to 16.3.0
|
| |/
| |
| |
| | |
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
|\ \
| | |
| | | |
python-cffi: update to 1.7.0
|
| |/
| |
| |
| | |
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
|/
|
|
| |
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
This fixes the following CVEs:
- in GD: CVE-2015-8874, CVE-2016-5766, CVE-2016-5767
- in mbstring: CVE-2016-5768
- in mcrypt: CVE-2016-5769
- in SPL: CVE-2016-5770, CVE-2016-5771
- in WDDX: CVE-2016-5772
- in zip: CVE-2016-5773
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
|
|\
| |
| | |
perl: securely handle duplicate environment variables [CVE-2016-2381]
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Stephane Chazelas discovered a bug in the environment handling in Perl.
Perl provides a Perl-space hash variable, %ENV, in which environment
variables can be looked up. If a variable appears twice in envp, only
the last value would appear in %ENV, but getenv would return the first.
Perl's taint security mechanism would be applied to the value in %ENV,
but not to the other rest of the environment. This could result in an
ambiguous environment causing environment variables to be propagated to
subprocesses, despite the protections supposedly offered by taint
checking.
With this update Perl changes the behavior to match the following:
a) %ENV is populated with the first environment variable, as getenv
would return.
b) Duplicate environment entries are removed.
References:
* http://perl5.git.perl.org/perl.git/commit/ae37b791a73a9e78dedb89fb2429d2628cf58076
* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-2381
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
|