Alexandru Ardelean
f05f3c7513
python-pyasn1: update to version 0.3.5
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com >
2017-09-23 11:45:48 +03:00
Alexandru Ardelean
a51bf20d08
python-lxml: update to version 4.0.0
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com >
2017-09-23 11:45:48 +03:00
Alexandru Ardelean
630679cb14
python-cffi: update to version 1.11.0
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com >
2017-09-23 11:45:48 +03:00
Alexandru Ardelean
79276ef7b7
python: bump to version 2.7.14
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com >
2017-09-23 11:45:44 +03:00
Luiz Angelo Daros de Luca
699d9bef30
ruby: bump to 2.4.2
...
This release contains some security fixes.
CVE-2017-0898: Buffer underrun vulnerability in Kernel.sprintf
CVE-2017-10784: Escape sequence injection vulnerability in the Basic authentication of WEBrick
CVE-2017-14033: Buffer underrun vulnerability in OpenSSL ASN1 decode
CVE-2017-14064: Heap exposure in generating JSON
Multiple vulnerabilities in RubyGems
Update bundled libyaml to version 0.1.7.
And many other bugfix.
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com >
2017-09-20 09:17:38 -03:00
Alexandru Ardelean
21a18bd97f
python3: fix install mk filenames
...
Copy + paste error.
Seems I fixed it while testing but forgot to update PR with this.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com >
2017-09-15 08:59:47 +03:00
champtar
622894c3fc
Merge pull request #4632 from smutt/python-dpkt
...
python-dpkt:Add package lang/python-dpkt
2017-09-14 17:43:47 -07:00
Hannu Nyman
2f6c2a2e3e
Merge pull request #4478 from valdi74/add_package_python-curl
...
python-curl: add new package
2017-09-14 17:27:36 +03:00
Alexandru Ardelean
2eb3979d28
python,python3: install mk files in both host build and InstallDev part
...
Not sure how it can happen that the files are not
installed via the host build.
Maybe some SDK-like build.
Let's make sure they are installed via InstallDev rule too.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com >
2017-09-14 11:44:01 +03:00
Alexandru Ardelean
4d0a44d31a
python,python3: add host-flags/settings to host pip install rules
...
The host pip install should have the host's CFLAGS, LDFLAGS, etc
available.
And not the target's flags.
Otherwise, weird things can happen when installing
packages (host-side) that need to build C code.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com >
2017-09-14 11:44:01 +03:00
Hirokazu MORIKAWA
1bfa3503e2
node-serialport: fix PKG_NODE_VERSION
...
and modify position of DEPENDS line
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com >
2017-09-13 14:59:14 +09:00
Hirokazu MORIKAWA
9eb23306d3
node-hid: Correct multiple DEPENDS lines
...
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com >
2017-09-13 14:56:11 +09:00
Hirokazu MORIKAWA
1e60a2c07d
node-cylon: fix PKG_NODE_VERSION
...
and modify position of DEPENDS line
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com >
2017-09-13 14:51:52 +09:00
Hirokazu MORIKAWA
617441d0a9
node-arduino-firmata: Correct multiple DEPENDS lines & fix PKG_NODE_VERSION
...
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com >
2017-09-13 14:46:20 +09:00
Hirokazu MORIKAWA
dd3dbcfd07
node: delete unnecessary TAB characters at the end of a line
...
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com >
2017-09-11 12:49:04 +09:00
Hirokazu MORIKAWA
5a607c58a0
node: fix typo
...
https://github.com/openwrt/packages/issues/4742
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com >
2017-09-07 10:17:03 +09:00
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
Waldemar Konik
253bcd2ce1
python-curl: add new package
...
Signed-off-by: Waldemar Konik <informatyk74@interia.pl >
2017-08-18 08:16:10 +02:00
Andrew McConachie
ca2dd7d576
python-dpkt: Add package python-dpkt
...
Signed-off-by: Andrew McConachie <andrew@depht.com >
2017-08-17 16:28:57 -04: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