Michael Heimpold
71c34e55c7
php7: upgrade to 7.1.9
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2017-09-04 20:54:26 +02:00
Etienne Champetier
4006865ae8
treewide: run "make check FIXUP=1"
...
fix Makefile chmod (644)
replace MD5SUM with HASH
add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git
(PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now)
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2017-08-29 21:41:14 -07:00
Hannu Nyman
d228496352
Merge pull request #3074 from paulo-raca/python-evdev
...
python-evdev: new package
2017-08-22 18:05:45 +03:00
Michael Heimpold
7cdb6c7031
Merge pull request #4550 from pprindeville/php-multiline-syslog-fix
...
php7: error_log shouldn't squirt multi-line messages into syslog()
2017-08-19 21:46:15 +02:00
Philip Prindeville
f2641e9fb2
php7: backport upstream fix for multiline logging
...
See: https://github.com/php/php-src/pull/2674
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2017-08-19 11:31:42 -06:00
Paulo Costa
0141c529b0
python-evdev: new package
...
This build script supports both Python 2.x (python-evdev) and 3.x (python3-evdev)
From the README:
This package provides bindings to the generic input event interface in Linux.
The evdev interface serves the purpose of passing events generated in the kernel
directly to userspace through character devices that are typically located in /dev/input/.
This package also comes with bindings to uinput, the userspace input subsystem.
Uinput allows userspace programs to create and handle input devices that can inject
events directly into the input subsystem.
Signed-off-by: Paulo Costa <me@paulo.costa.nom.br>
2017-08-18 16:43:56 -03:00
Jo-Philipp Wich
12cf3d7511
Merge pull request #3751 from ianchi/node
...
Node: update error & fix compile error
2017-08-17 15:45:12 +02:00
Karl Palsson
08192ae89e
lang/penlight: Update maintainer email
...
Signed-off-by: Karl Palsson <karlp@remake.is>
Signed-off-by: Karl Palsson <karlp@etactica.com>
2017-08-17 11:42:13 +00:00
Karl Palsson
f561f3faac
lang/penlight: Update to 1.5.4
...
Major release from old 1.3.2. See
https://github.com/stevedonovan/Penlight/blob/master/CHANGES.md
Changes, fixes and features.
Signed-off-by: Karl Palsson <karlp@etactica.com>
2017-08-17 11:42:13 +00:00
Adrian Panella
2a42edabdb
node: fix path patch
...
Signed-off-by: Adrian Panella <ianchi74@outlook.com>
2017-08-17 01:06:13 -05:00
Adrian Panella
162c6a70c9
node: bump version and add maintainer
...
Signed-off-by: Adrian Panella <ianchi74@outlook.com>
2017-08-16 21:02:35 -05:00
Adrian Panella
653e9ff9ac
node: bump version and tweak config
...
Bump version to 6.11.0
Add ICU dependency when using i18n
Tweak fpu configs
Signed-off-by: Adrian Panella <ianchi74@outlook.com>
2017-08-16 21:02:35 -05:00
Daniel Golle
1b6e716edb
python-gnupg: switch to python-gnupg 0.4.1
...
Aparently there are two python gnupg wrappers around
https://pypi.python.org/pypi/python-gnupg/
and
https://pypi.python.org/pypi/gnupg/
We used to package the latter, now we switched to the prior.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-08-14 18:59:13 +02:00
Alexandru Ardelean
439b0939fc
python-pyopenssl: bump to 17.2.0 ; add python3 variant ; add myself co-maintainer
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-08-13 17:11:32 +03:00
Alexandru Ardelean
d062793042
python-cryptography: bump to version 2.0.3
...
The dependency has changed from needing `pyasn1`
to needing `asn1crypto`.
Oh well...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-08-11 17:09:15 +03:00
Alexandru Ardelean
fae2b22537
python-asn1crypto: add new package (needed for python-cryptography)
...
Unfortunately python-cryptography (after version 2.0.<something>)
decided to replace `pyasn1` with `asn1crypto`.
Unfortunately `pyasn1` is needed for another package,
so it can't be dropped just yet.
Not sure if dropping it would bother people.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-08-11 17:09:15 +03:00
Alexandru Ardelean
70381b8d67
pyasn1-modules: bump to version 0.0.11 ; add python3 variant ; add myself as maintainer
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-08-11 16:31:52 +03:00
Alexandru Ardelean
4cf90c157a
python-pyasn1: bump to version 0.3.2
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-08-11 15:55:31 +03:00
Alexandru Ardelean
d7fe1c624f
python,python3: fix opkg collisions with -src packages
...
Fixes:
https://github.com/openwrt/packages/issues/4681
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-08-08 23:52:40 +03:00
Michael Heimpold
5a6956347d
php7: upgrade to 7.1.8
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2017-08-07 21:21:22 +02:00
Michael Heimpold
3e0f4efe51
php7: upgrade to 7.1.7
...
This fixes several CVEs:
- in mbstring: CVE-2017-9224, CVE-2017-9226, CVE-2017-9227,
CVE-2017-9228, CVE-2017-9229
- in gd: CVE-2017-7890
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2017-07-29 15:37:07 +02:00
Alexandru Ardelean
6cbed9fe15
python-cryptography: bump to version 1.9 and add python3 variant
...
And add myself as 2nd maintainer.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-07-27 14:07:51 +03:00
Alexandru Ardelean
b6ba77b289
python-cffi: install host-side via pip + add myself 2nd maintainer
...
python-cryptography needs this dep to build
the sources.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-07-27 14:07:39 +03:00
Alexandru Ardelean
8291361cc7
python-idna: bump to version 2.5 and add python3 variant
...
And add myself as 2nd maintainer.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-07-27 14:05:48 +03:00
Alexandru Ardelean
990ddfffe2
python-pyasn1: bump to version 0.2.3 and add python3 variant
...
And add myself as 2nd maintainer.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-07-27 14:05:03 +03:00
Alexandru Ardelean
b61864cdce
python-six: add python3-six variant + add myself as 2nd maintainer
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-07-27 14:04:13 +03:00
Alexandru Ardelean
5986c5f5cd
python3: refresh patches make package/python3/refresh
cmd
...
This was a bit overdue.
I did not know about this methodology.
Reduces patch fuzz.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-07-26 23:56:51 +03:00
Alexandru Ardelean
1660549e92
python: refresh patches make package/python/refresh
cmd
...
This was a bit overdue.
I did not know about this methodology.
Reduces patch fuzz.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-07-26 23:56:14 +03:00
Hannu Nyman
eaac2b03b0
Merge pull request #4601 from commodo/python-cffi-upgrade
...
python-cffi: upgrade to 1.10.0 (together with dependencies)
2017-07-25 09:49:15 +03:00
Alexandru Ardelean
77bf1f09ad
python3: upgrade to version 3.6.2
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-07-24 13:57:54 +03:00
Alexandru Ardelean
2ac7e0b6c8
python-cffi: bump to version 1.10.0
...
And drop the host-build.
This was needed, simply to cross-build the package.
I'm not a religious man, but "praise the lord" for
dropping this :D
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-07-19 16:55:18 +03:00
Alexandru Ardelean
69a86dbb88
python-pycparser: bump to version 2.17 and drop host-build
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-07-19 16:51:38 +03:00
Alexandru Ardelean
4bec8be130
python-ply: bump to version 3.10 and drop the host-build
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-07-19 16:51:38 +03:00
Alexandru Ardelean
612c53fc6c
python,python3: add host python pip install support
...
To install Python packages host side, that
may be needed for a build.
The intent, is to try to reduce host-side Python
packages being installed via LEDE/OpenWrt build system.
Because those seem like a pain to maintain.
The idea is adapted from Yousong's `python-packages`
package.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-07-19 16:50:25 +03:00
Alexandru Ardelean
93a6545591
python,python3: drop HostPy/Compile/Default rules
...
Not used, and will not be used.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-07-19 16:50:25 +03:00
Alexandru Ardelean
0df253cc04
python,python3: drop PKG_MD5SUM fields ; will use only PKG_HASH
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-07-19 16:50:25 +03:00
Alexandru Ardelean
84202f17e1
python,python3: remove multi-arch support, and /usr/local paths
...
This should hopefully reduce weird behaviour caused
by the host system.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-07-19 16:50:25 +03:00
Alexandru Ardelean
e066fdaf11
python,python3: handle install script errors better
...
Depending on execution order the `python-package-install.sh`
script would return a non-zero err code.
So, this enforces that all commands in the script
don't fail (via the `set -e` directive).
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-07-19 16:50:25 +03:00
Daniel Golle
7a2623d12d
pyodbc: use WORDS_BIGENDIAN instead of OS-specific defines
...
Python provides the WORDS_BIGENDIAN macro, use it to figure out the
native endian of the host.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-07-17 14:36:48 +02:00
Daniel Golle
667674731f
pyodbc: really fix endianess of SQL_WCHAR
...
auto-endian auf UTF-16 doesn't work with all drivers, some fail to
interpret the byte-order-marking. Hence explicitely use UTF16BE on
big-endian systems and UTF16LE otherwise.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-07-16 11:58:31 +02:00
Daniel Golle
7524d8558a
Flask: add package
...
Flask is a microframework for Python based on Werkzeug, Jinja 2 and
good intentions. And before you ask: It.s BSD licensed!
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-07-14 17:09:30 +02:00
Daniel Golle
30c7c71e3f
python: Werkzeug: add package
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-07-14 17:00:58 +02:00
Daniel Golle
fb8dc3ffd4
python: click: add package
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-07-14 17:00:58 +02:00
Daniel Golle
4feb91a915
python: itsdangerous: add package
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-07-14 17:00:58 +02:00
Daniel Golle
7772c9e10b
python: MarkupSafe: add package
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-07-14 17:00:58 +02:00
Daniel Golle
7d65ecb3e7
python: Jinja2: add package
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-07-14 17:00:58 +02:00
Daniel Golle
7b53052f4e
pyodbc: assume SQL_C_WCHAR is native endian
...
Bump PKG_REV and remove obsolete PKG_MD5SUM while at it.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-07-14 16:50:06 +02:00
Daniel Golle
80cd2bb8b7
python-yaml: update source and build for python3
...
Update source to version 3.12 and build for both, python and python3.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-07-14 15:59:13 +02:00
Hannu Nyman
3c29561888
Merge pull request #4558 from commodo/python-cleanup1
...
python,python3: rename PyBuild/Compile rules & remove .egg-info from packages
2017-07-09 21:04:38 +03:00
Daniel Golle
ac5ddd96e5
python-gnupg: add package
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-07-08 21:32:53 +02:00