Hannu Nyman
52157ed602
Merge pull request #4897 from commodo/python-egg-info-disable
...
python,python3: add option to keep egg-info dirs for python packages
2017-10-04 22:22:38 +03:00
Michael Heimpold
848ded4157
php7: upgrade to 7.1.10
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2017-10-03 12:55:07 +02:00
Alexandru Ardelean
074d2863be
python,python3: add option to keep egg-info dirs for python packages
...
That way some python packages can choose
to keep their egg-info dirs, if they want to, or they're needed.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-10-03 10:40:26 +03:00
Michael Heimpold
6e706bb593
php7: add conditional dependency to libstdcpp for FPM
...
This should fix buildbot breakage introduced by last commit.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2017-09-27 20:45:50 +02:00
Michael Heimpold
7ba5a7f6d1
php7: drop dependency to cgi for fpm sapi (refs #4522 )
...
The FPM SAPI works fine without the CGI SAPI installed. It seems that
this is a copy & paste error introduced a long time ago, when FPM support
was added - and nobody noticed.
So drop the dependency now to allow smaller footprints on installations
which only use FPM.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2017-09-26 23:19:40 +02:00
champtar
3d47220c14
Merge pull request #4848 from commodo/python-updates3
...
python: update interpreter to 2.7.14 & update some packages
2017-09-23 16:23:38 -07:00
champtar
f64cd74ce3
Merge pull request #4826 from nxhack/node-cylon_fix_PKG_NODE_VERSION
...
node-cylon: fix PKG_NODE_VERSION
2017-09-23 16:10:23 -07:00
champtar
088c66a5ef
Merge pull request #4824 from nxhack/node-arduino-firmata_fix_depends
...
node-arduino-firmata: Correct multiple DEPENDS lines
2017-09-23 16:09:57 -07:00
champtar
db62bfbcef
Merge pull request #4827 from nxhack/node-serialport_fix_PKG_NODE_VERSION
...
node-serialport: fix PKG_NODE_VERSION
2017-09-23 15:20:32 -07:00
champtar
5016a3c4dc
Merge pull request #4825 from nxhack/node-hid_fix_depends
...
node-hid: Correct multiple DEPENDS lines
2017-09-23 15:19:35 -07:00
Alexandru Ardelean
c0912ed80b
python-idna: update to version 2.6
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-09-23 11:45:48 +03:00
Alexandru Ardelean
0ffa20d07e
python-six: update to version 1.11.0
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-09-23 11:45:48 +03:00
Alexandru Ardelean
a6f2c15791
python-pyopenssl: update to version 17.3.0
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-09-23 11:45:48 +03:00
Alexandru Ardelean
aa1149b105
python-pyasn1-modules: update to version 0.1.4
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-09-23 11:45:48 +03:00
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