Commit graph

620 commits

Author SHA1 Message Date
Luiz Angelo Daros de Luca
b6de5a9580 ruby: bump version to 2.2.3
This is a bug and security fix release, including:

- CVE-2015-3900 Request hijacking vulnerability in RubyGems 2.4.6 and earlier

http://svn.ruby-lang.org/repos/ruby/tags/v2_2_3/ChangeLog

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2015-08-19 14:04:03 -03:00
Jan Čermák
7964fbf4b2 python-setuptools: revamp installation procedure, update to 18.1
It's better to install setuptools-enabled Python packages with a special
flag that makes a flatter structure of the egg and does not create
site.py file. Already done for python-pip recently. Also, version was
bumped to 18.1.

Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
2015-08-19 16:35:10 +02:00
Jan Čermák
f83cf7b663 python-pip: revamp installation procedure (use setuptools machinery)
PIP's installation procedure was too complicated, requiring obscure
postinstall and prerm scripts to move files created by setup procedure.
But since setuptools is required anyway, it's better to use a special
flag created for the purpose of package creation. Resulting directory
structure is flatter and unnecessary files that had to be moved by
prerm/postinstall scripts are not created anymore.

Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
2015-08-18 12:55:39 +02:00
Michael Heimpold
dc62211877 php5-pecl-raphf: update to 1.1.0
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2015-08-11 22:18:15 +02:00
Michael Heimpold
5e4209bbc6 php5: update to 5.6.12
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2015-08-11 22:18:15 +02:00
Marcel Denia
b0407dd346 perl-dbi: Depend on perl/host for host build
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-08-10 11:47:37 +02:00
Marcel Denia
e87bfa90a9 perl-xml-parser: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-08-10 11:47:37 +02:00
Marcel Denia
96bd9d4787 perl-dbi: Update to 1.634
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-08-09 00:05:32 +02:00
Maxim Storchak
67a9d1e27f lualanes: fix musl compatibility
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2015-08-06 15:07:22 +03:00
Steven Barth
94f87dc1e1 python: add correct host expat
Signed-off-by: Steven Barth <steven@midlink.org>
2015-08-03 08:02:59 +02:00
Marcel Denia
6dcc2eb88f perl-uri: Update to 1.69
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-08-01 19:25:47 +02:00
Marcel Denia
b20e1609f8 perl-http-message: Update to 6.10
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-08-01 19:25:47 +02:00
Steven Barth
6e0888f7f5 Merge pull request #1590 from commodo/python-pip-upgrade
python-pip: upgrade to version 7.1.0
2015-07-19 12:47:18 +02:00
Alexandru Ardelean
f284307a1f python-pip: upgrade to version 7.1.0
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-07-18 19:37:45 +03:00
Alexandru Ardelean
f712b11962 python-setuptools: upgrade to version 18.0.1
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-07-18 19:33:58 +03:00
Ted Hess
7d6343a37e Merge pull request #1551 from roger-/micropython
micropython: update to fix build issue
2015-07-08 13:51:38 -04:00
Roger
e67868c7ad micropython: update to fix build issue 2015-07-08 11:50:24 -05:00
Ted Hess
3e9c6360ea Merge pull request #1528 from roger-/micropython
micropython/micropython-lib: update to latest
2015-07-03 12:56:32 -04:00
Roger
13a3981ba5 micropython: update copyright 2015-07-03 11:54:20 -05:00
Steven Barth
168cf75aae Merge pull request #1485 from mickeprag/master
python-pyserial: new package
2015-07-03 07:46:58 +02:00
Steven Barth
a9f7dfb886 Merge pull request #1524 from sairon/python3-disable-wcsftime-detection
python3: disable usage of wcsftime (broken in uClibc)
2015-07-03 07:22:06 +02:00
Roger
a7f6d36d6e micropython/micropython-lib: update to latest
Signed-off-by: Roger D <rogerdammit@gmail.com>
2015-07-02 12:36:27 -05:00
Jan Čermák
73244f09ec python: fix patch removing multiarch support for host python
Patch removing multiarch paths from build should be applied only when
Python is built for target, but not for host. When the paths are removed
during host build, host python throws some ugly errors when importing
some hashlib modules. Also it reports that modules crypt and nis failed
to build (tested on Ubuntu 14.04 host).

Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
2015-07-02 18:19:09 +02:00
Jan Čermák
6156136903 python3: disable usage of wcsftime (broken in uClibc)
Python 3 prefers usage of wcsftime() over strftime() if it's available,
however this function returns just an empty string in some older
uClibc versions. Proposed solution disables detection of wcsftime() in
./configure that results in HAVE_WCSFTIME being undefined, effectively
disabling branches of code that use possibly broken wcsftime().

See: http://lists.busybox.net/pipermail/uclibc/2014-November/048718.html

Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
2015-07-02 16:27:23 +02:00
Marcel Denia
9bf03cb1f5 perl-*: Update dependencies
All packages should now properly depend on all perlbase- and perl- packages
they need.

Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-06-30 10:58:19 +02:00
Marcel Denia
7599e8e430 perl-www-mechanize: Update to 1.75
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-06-30 10:58:19 +02:00
Marcel Denia
40c176e28f perl-uri: Update to 1.68
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-06-30 10:58:19 +02:00
Marcel Denia
68f61d03d7 perl-www: Update to 6.13
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-06-30 10:58:19 +02:00
Marcel Denia
610fe50fb8 perl-html-tree: Re-format description
Just capitalize it to match the other packages.

Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-06-30 10:57:51 +02:00
Marcel Denia
91d6f0a849 perl-www-robotrules: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-06-30 10:44:06 +02:00
Marcel Denia
e19d79f9b8 perl-test-warn: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-06-30 10:44:06 +02:00
Marcel Denia
ef6569e16d perl-sub-uplevel: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-06-30 10:44:06 +02:00
Marcel Denia
6314080002 perl-net-http: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-06-30 10:44:06 +02:00
Marcel Denia
cc943ada67 perl-io-html: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-06-30 10:44:06 +02:00
Marcel Denia
eae471a270 perl-http-server-simple: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-06-30 10:44:06 +02:00
Marcel Denia
11daf37e6f perl-html-form: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-06-30 10:44:06 +02:00
Marcel Denia
ccf87d4122 perl-cgi: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-06-30 10:44:05 +02:00
Marcel Denia
f03bbc96ca perl-http-message: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-06-30 10:44:05 +02:00
Marcel Denia
a96cffc786 perl-lwp-mediatypes: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-06-30 10:44:05 +02:00
Marcel Denia
bfccf74c63 perl-http-negotiate: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-06-30 10:44:05 +02:00
Marcel Denia
21435c966b perl-http-date: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-06-30 10:44:05 +02:00
Marcel Denia
8abd2ada3f perl-http-daemon: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-06-30 10:44:05 +02:00
Marcel Denia
bc1c9d8615 perl-http-cookies: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-06-30 10:44:05 +02:00
Marcel Denia
d98413410f perl-file-listing: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-06-30 10:44:05 +02:00
Marcel Denia
6c1a6180b8 perl-encode-locale: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-06-30 10:44:05 +02:00
Micke Prag
608aa5d3ca python-pyserial: Add missing license
Signed-off-by: Micke Prag <micke.prag@telldus.se>
2015-06-29 15:05:14 +02:00
Micke Prag
b506d3b835 python-pyserial: new package
This is the pyserial package ported from oldpackages. It is a
bumped version and depends on python-light instead of python-mini

Signed-off-by: Micke Prag <micke.prag@telldus.se>
2015-06-26 16:52:10 +02:00
Nicolas Thill
d4afd14ff1 erlang: fix musl compatibility
gethostbyname_r is available when _GNU_SOURCE is defined, add a patch to check for it instead of __GLIBC__, build with -D_GNU_SOURCE, bump release number

Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-06-23 01:06:36 +02:00
Steven Barth
f297eb8752 Merge pull request #1380 from mickeprag/master
python-crcmod: new package
2015-06-22 17:16:57 +02:00
Maxim Storchak
76b5c2007d luaposix: fix compatibility with musl
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2015-06-22 14:56:30 +03:00
Marcel Denia
b051ddec8d perl-*: Bump PKG_RELEASE
Trigger a rebuild to make everything adapt to perl 5.22.0.

Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-06-18 23:58:45 +02:00
Marcel Denia
7a545cc9b3 perl: Update to 5.22.0
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-06-18 23:58:45 +02:00
Marcel Denia
38be10c1bc perl: Disable strerror_r usage with musl
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-06-18 23:58:45 +02:00
Marcel Denia
dc475f7886 perl: Enable threading support by default for all libc implementations
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-06-18 23:58:45 +02:00
Marcel Denia
392e1475c8 perl: Upgrade base package dependencies
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-06-18 23:58:45 +02:00
Marcel Denia
34d6d0a1a1 perl: Upgrade base package definitions
- Remove perlbase-cgi
- Remove Module::Build from perlbase-module
- Remove perlbase-package

Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-06-18 23:58:45 +02:00
Marcel Denia
5cdd6755f3 perl: Upgrade configuration files to perl 5.22.0
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-06-18 23:58:45 +02:00
Marcel Denia
273d4bd6a7 perl: Have perl's major version number in one central place
This will simplify updating the package in the future.

Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-06-18 23:58:45 +02:00
Naoir
7c32778cbf Merge pull request #1403 from jow-/perl-musl-compat
perl: fix musl compatibility
2015-06-17 22:38:09 +02:00
Jo-Philipp Wich
f9ac3e632b perl: fix musl compatibility
- Add patch to inhibit the libm IEEE math switch on musl
 - Add postprocessing for config.sh to the Makefile to fixup
   defines for musl, idea taken
   from http://patchwork.openembedded.org/patch/91707/

This is the least invasive approach I could come up to fix the build
failure asap. Another possibility is maintaining yet another set of
musl specific architecture config files, but I think that this introduces
a lot of maintenance overhead.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-06-17 17:42:00 +02:00
Dirk Chang
3ff4d6dda5 libzmq upgrade to 4.1.1
lzmq upgrade to 0.4.3

Signed-off-by: Dirk Chang <dirk@kooiot.com>
2015-06-17 22:56:26 +08:00
Micke Prag
605e3ba441 python-crcmod: new package
Signed-off-by: Micke Prag <micke.prag@telldus.se>
2015-06-16 09:54:01 +02:00
Michael Heimpold
1ff278f98c php5: update to 5.6.10
This fixes the following CVEs:
 - in PCRE: CVE-2015-2325, CVE-2015-2326
 - in sqlite3: CVE-2015-3414, CVE-2015-3415, CVE-2015-3416

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2015-06-12 23:59:29 +02:00
Paul Oranje
7b2de3f296 perl-device-serialport: add package
Adds the POSIX port of the Win32::SerialPort module by Kees Cook

Signed-off-by: Paul Oranje <por@xs4all.nl>
2015-06-09 00:00:10 +02:00
Ted Hess
9f55bdc7a9 Merge pull request #1336 from roger-/micropython
micropython: update to latest
2015-06-01 16:55:24 -04:00
Roger
78ce3add21 micropython-lib: update to latest
Signed-off-by: Roger D <rogerdammit@gmail.com>
2015-06-01 11:24:33 -05:00
Roger
bae9781733 micropython: update to latest
Signed-off-by: Roger D <rogerdammit@gmail.com>
2015-06-01 11:22:07 -05:00
Michael Heimpold
e746e0d2a5 php5-pecl-libevent: add a patch to force usage of libevent2 headers (refs #1322)
Builtbots currently fail to compile this package with (example message):
 ... /libevent-0.1.0/libevent.c:1403:42: error: 'EVBUFFER_READ' undeclared (first use in this function)
  REGISTER_LONG_CONSTANT("EVBUFFER_READ", EVBUFFER_READ, CONST_CS | CONST_PERSISTENT);

With libevent2, the main include file event.h is deprecated, but includes
enough stuff and other compat includes that it _should work_. I could not figure
out why it fails (all locally builds work out-of-the-box), so this is a trial to
circumvent this compat header file and include the libevent2 headers directly.

While at, add a missing dependency to the sockets extension.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2015-06-01 00:09:02 +02:00
Steven Barth
8591add337 Merge pull request #1314 from commodo/python-2.7.10-upgrade
python: upgrade to 2.7.10
2015-05-28 09:20:08 +02:00
Alexandru Ardelean
af89de58f5 python: upgrade to 2.7.10
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-05-27 19:52:49 +03:00
Jo-Philipp Wich
9e2788c96b Merge pull request #1181 from ryzhovau/ipv6_opt
Optional IPv6 support
2015-05-27 18:49:06 +02:00
Marcel Denia
824d02f28a perl-www-curl: Bump PKG_RELEASE
Recent changes in the perl package changed the ABI.

Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-05-27 02:03:56 +02:00
Marcel Denia
b2f92815c5 perl-html-parser: Bump PKG_RELEASE
Recent changes in the perl package changed the ABI.

Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-05-27 02:03:56 +02:00
Marcel Denia
0db18acdd2 perl-dbi: Bump PKG_RELEASE
Recent changes in the perl package changed the ABI.

Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-05-27 02:03:56 +02:00
Marcel Denia
0cf102a612 perl-compress-bzip2: Bump PKG_RELEASE
Recent changes in the perl package changed the ABI.

Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-05-27 02:03:56 +02:00
Marcel Denia
3202055a46 perl: Bump PKG_RELEASE
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-05-27 02:03:56 +02:00
Marcel Denia
3c7528d2f4 perl: Pass _LARGEFILE_SOURCE and _FILE_OFFSET_BITS in cflags
Fixes broken largefile support.

Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-05-27 02:03:56 +02:00
Marcel Denia
afb99d5a3d perl: Remove duplicate "subversion" configuration symbol for armeb
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-05-27 02:03:56 +02:00
Marcel Denia
e6874b54ab perl-www: Remove unnecessary -n Configure switch
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-05-27 02:03:56 +02:00
Marcel Denia
109ac2c383 perl: Enable threading in host-perl as well if threading is selected
While host-perl only exists to run build scripts(and thus, should have
no influence on built packages at all), most packages depend heavily on the
feature set of the perl installation that ran their configuration scripts.
This change makes them see that threading support is enabled(if it actually
is selected).

We can't use configuration symbol overrides for this one, as they are
visible to host-perl as well. Using overrides would make it act as if it
had threading support enabled without actually having it.

Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-05-27 02:03:56 +02:00
Marcel Denia
3f7e3977a5 perl: Allow changing the default directory for perlmod/Compile
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-05-27 02:03:56 +02:00
Marcel Denia
828800508d perl: Add "-rdynamic" to LDDLFLAGS override in perlmod/Configure
perl would have done the same.

Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-05-27 02:03:56 +02:00
Marcel Denia
9474e497c6 perl: Override cpprun configuration symbol
This will not change any existing packages' functionality. All packages
that used this symbol before during build(with it's value being "cc  -E") most
likely would've failed compilation.
Note that this change is only in effect during build.

Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-05-27 02:03:56 +02:00
Marcel Denia
c6d65000d8 perl: Allow changing the default directory for perlmod/Configure
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-05-27 02:03:56 +02:00
Alexander Ryzhov
10e7191a6f ruby: respect IPv6 settings
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
2015-05-21 06:17:05 +00:00
Michael Heimpold
78c36dfdd6 php5: update to 5.6.9
This fixes CVE-2006-7243, a multipart/form-data remote dos vulnerability,
a heap buffer overflow in unpack and a integer overflow in ftp_genlist,
which also results in a heap overflow.
For more details, see http://php.net/ChangeLog-5.php#5.6.9

Also sync the timezone patch with latest version from Debian and
adopt this patch for the changes in this php release.

Refresh 950-Fix-dl-cross-compiling-issue.patch.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2015-05-20 20:57:31 +02:00
Steven Barth
89f58c79a2 Merge pull request #1220 from psycho-nico/up-luarocks-2.2.2
luarocks: update to 2.2.2
2015-05-20 11:24:46 +02:00
Michael Heimpold
cd0bcd23e7 php5: add php5-mod-opcache (fixes #1010)
This patch adds build infrastructure for PHP's OPcache extension.
Compared with the other extension, this is a Zend module and it
need a little workaround during cross-compiling.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2015-05-17 17:09:14 +02:00
Steven Barth
1ff51b92fa Merge pull request #1260 from kooiot/master
lua-cjson: remove the dependency of libzmq
2015-05-16 10:39:17 +02:00
Dirk Chang
93af3486a9 lua-cjson: remove the dependency of libzmq
Signed-off-by: Dirk Chang <dirk@kooiot.com>
2015-05-16 10:56:32 +08:00
Michael Heimpold
dad4c3af11 php5-pecl-propro: add new package
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2015-05-15 23:03:33 +02:00
Michael Heimpold
b349c051dd php5-pecl-raphf: add new package
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2015-05-15 23:03:20 +02:00
Michael Heimpold
737da8a5d7 php5-pecl-dio: move from oldpackages, update and fix build
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2015-05-15 23:02:17 +02:00
Michael Heimpold
fba7808916 php5-pecl-libevent: move from oldpackages and fix build
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2015-05-15 23:01:42 +02:00
Michael Heimpold
064391a1d8 php5: pecl: move phpize into prepare stage
This allows pecl modules to rely on PKG_FIXUP:=autoreconf.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2015-05-15 22:57:35 +02:00
Ted Hess
69aef5a4d5 lzmq: Use smaller .tar.gz source package
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-05-14 14:24:18 -04:00
Lars Gierth
2f0667f1ee dkjson: bump release
Signed-off-by: Lars Gierth <larsg@systemli.org>
2015-05-13 02:30:20 +02:00
Lars Gierth
a28f5268e7 dkjson: switch to LuaDist git repo
Signed-off-by: Lars Gierth <larsg@systemli.org>
2015-05-13 02:29:05 +02:00
Steven Barth
d86053d3ee Merge pull request #1178 from ryzhovau/luaexpat_ldflags
luaexpat: fix LDFLAGS
2015-05-12 09:14:36 +02:00
Dirk Chang
158fa1c26f lua-lzlib: upgrade to 0.4.3
lua 5.3 compatibility

Signed-off-by: Dirk Chang <dirk@kooiot.com>
2015-05-04 22:15:22 +08:00
Nicolas Thill
21e4bb07e9 luarocks: update to 2.2.2
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-05-01 12:49:52 +02:00
Nicolas Thill
a1bd5565d0 luarocks: don't use github conflicting tag archives (#1051)
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-05-01 08:14:30 +02:00
Nicolas Thill
a2c782c6f0 json4lua: don't use github conflicting tag archives (#1051)
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-05-01 08:08:40 +02:00
Nicolas Thill
48ad37c8e4 lua-mosquitto: don't use github conflicting tag archives (#1051)
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-05-01 07:58:53 +02:00
Nicolas Thill
b4cf62813f uuid: don't use github conflicting tag archives (#1051)
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-05-01 07:57:13 +02:00
Nicolas Thill
5420c140c1 luasql: don't use github conflicting tag archives (#1051)
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-05-01 04:56:20 +02:00
Nicolas Thill
201aa65a56 lua-lzlib: fix build failure, honor cflags, cleanup
* fix failure on buildbot where lua devel files are searched in home directory
 * add a patch to pass proper target optimization flags
 * remove unused PKG_INSTALL & Build/Install

Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-04-30 04:10:29 +02:00
Michael Heimpold
e9172c32b4 php5: upgrade to 5.6.8
This fixes the following CVEs:
  - CVE-2015-1351
  - CVE-2015-1352
  - CVE-2015-2783
  - CVE-2015-3329
  - CVE-2015-3330

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2015-04-29 21:48:39 +02:00
Steven Barth
347022155f Merge pull request #1199 from kooiot/master
Added a few lua modules (lpeg, md5, cjson, copas, coxpcall, lzlib, rings...
2015-04-28 08:51:37 +02:00
Luiz Angelo Daros de Luca
05387981d5 ruby: fix build when libyaml is present
libyaml is an optional dep for ruby psych. When missing, it uses
a bundled version of yaml. However, when libyaml is present in
openwrt build, ruby-psych packaging failed with deps not declared.
Now libyaml is configured as a hard dep for ruby-psych.

Also, the tk module was disabled in order to avoid a possible similar
problem if tk+x11 is provided in openwrt build. It was currently not
build because of missing deps.

Other minor changes:
- win32* modules where disabled (avoid err msg, no compile changes)
- Some files where removed in 2.2.x (like gserver.rb). They were already
  not packaged but generates a build warning message. Now removed from install.

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2015-04-27 11:55:12 -03:00
Dirk Chang
b381751752 Added a few lua modules (lpeg, md5, cjson, copas, coxpcall, lzlib, rings, rs232, wsapi, xavante, lzmq, mobdebug), zeromq
Signed-off-by: Dirk Chang <dirk@kooiot.com>
2015-04-27 20:34:27 +08:00
Alexandru Ardelean
aceacb4de0 python3: add python3-package-lzma.mk
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-04-24 13:04:56 +03:00
Alexander Ryzhov
fbbb525012 luaexpat: fix LDFLAGS
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
2015-04-23 11:02:58 +00:00
Steven Barth
14f680ea3b Merge pull request #1158 from commodo/python-ncurses
python: force libncurses
2015-04-21 21:31:48 +02:00
Alexandru Ardelean
9fc15af80a python3: do not prefer ncursesw over ncurses
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-04-21 10:22:27 +03:00
Alexandru Ardelean
6e042a2b22 python3: replace with libncursesw with libncurses
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-04-21 10:20:29 +03:00
Alexandru Ardelean
1dc9306558 python: do not prefer ncursesw over ncurses
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-04-21 10:19:29 +03:00
Alexandru Ardelean
022fb434cf python: replace with libncursesw with libncurses
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-04-21 10:15:44 +03:00
Luiz Angelo Daros de Luca
3dfc495588 ruby: bump to 2.2.2
This is a small ruby release, mainly to fix
CVE-2015-1855: Ruby OpenSSL Hostname Verification

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2015-04-18 23:21:15 -03:00
Nicolas Thill
b85e5a3c3c python-yaml: import pyyaml from old packages feed
- add license info
 - add myself as maintainer

Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-04-18 08:21:20 +02:00
Steven Barth
a5014de845 Merge pull request #1072 from sairon/luasocket-add-socket-unix
luasocket: add socket.unix module
2015-04-10 09:52:11 +02:00
Nicolas Thill
16fa9c0ff6 erlang: update to 17.5
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-04-06 13:17:44 +02:00
Steven Barth
277746170b Merge pull request #1109 from kissg1988/vala
vala: update to 0.28.0
2015-04-02 08:23:15 +02:00
Gergely Kiss
a98b445987 vala: update to 0.28.0
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2015-04-01 20:47:43 +02:00
Alexandru Ardelean
96d4953662 python3: override machine definition for i386 to build the decimal module
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-03-27 16:42:33 +02:00
Jan Čermák
34b21dc910 luasocket: add socket.unix module
Previous build was missing module socket.unix that is required for
interaction with Unix domain sockets and is distributed in a separate
shared library. This commit adds the file to the created package.

Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
2015-03-24 16:46:00 +01:00
Michael Heimpold
7c4d779f3e php5: upgrade to 5.6.7
This fixes CVE-2015-0231, CVE-2015-2305 and CVE-2015-2331.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2015-03-22 20:17:15 +01:00
Steven Barth
e6a900d031 Merge pull request #1043 from sairon/python-package-extra-configure-args
python: added configure args for distutils path detection
2015-03-16 17:53:51 +01:00
Karl Palsson
6aa5742fb5 lua-penlight: Bump to version 1.3.2
And include the pkg md5sum finally.

Signed-off-by: Karl Palsson <karlp@remake.is>
2015-03-16 11:10:54 +00:00
Jan Čermák
a5d784de0b python: added configure args for distutils path detection
python-package.mk now defines (extends) CONFIGURE_ARGS that are
adjusting PREFIX and EXEC_PREFIX in distutils.sysconfig during
compilation. These variables are sometimes used by autotools to detect
path to Python header files. Adding these variables to python-package.mk
fixes compilation of legacy autotools-configured packages that already
include python-package.mk and do not overwrite CONFIGURE_ARGS.

Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
Cc: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-03-16 10:41:33 +01:00
Alexandru Ardelean
12bba35627 python3: revert puting the encodings folder into a python3-codecs
Some notes about the 'encodings' module, which is about 1.7 MB.
Unfortunately that one cannot be moved into the 'python3-codecs'
package, because Python tries to load up all available encodings
at startup.
Some efforts to add a dummy folder/python file have failed so far,
since there's a C code (Python/codecs.c) that tries to evaluate that
all encodings (in the encodings folder/module) are valid.

Basically the encodings module is a repository of encodings,
and it seemst there are quite a few of them.

Maybe a request to upstream Python would work for this, to
make encodings a bit more decoupled from the interpreter.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-03-14 21:24:31 +02:00
Alexandru Ardelean
cfe31ca3d3 python3: port some patches from python
Based on the idea that 'what-works-on-python-should-work-on-python3'
because they share the same trunk, these patches have been copied over
from the python package.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-03-14 21:24:31 +02:00
Alexandru Ardelean
741fdfd1e0 python3: replicate packaging work done in python package
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-03-14 21:24:30 +02:00
Alexandru Ardelean
70df2d9a0c python3: upgrade to version 3.4.3
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-03-14 21:18:15 +02:00
Alexandru Ardelean
dd091f235f python3: re-number patches
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-03-14 21:18:15 +02:00
Alexandru Ardelean
d69d8ec0b9 python: refine packaging and split more modules into packages
Rule of thumb is: any Python file that is greater than 100kb
(or adds a dependency with which it adds more than 100 kb)
should be a pretty useful/commonly used lib to stay in `python-light`.
An example, is the Python IO lib, which summarized (Python source +
binary module) is over 200kb.

Also moved some files that should have been put into previously
existing packages before, and re-organized the packages a bit.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-03-13 18:39:08 +02:00
Steven Barth
3cf51e0937 Merge pull request #1032 from commodo/python-updates
python: fix conflicts between python-light & python-base
2015-03-12 21:19:52 +01:00
John Crispin
98be2ca3e0 global: change all instances of USE_EGLIBC to USE_GLIBC
Signed-off-by: John Crispin <blogic@openwrt.org>
2015-03-12 20:52:37 +01:00
Alexandru Ardelean
01eff3fc59 python: fix conflicts between python-light & python-base
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-03-12 21:04:45 +02:00
Alexandru Ardelean
9c5af1f29c python: revert previous patch and add a filespec
Seems removing the PyPackage rule and/or adding dummy install rule
causes some issues inside the build-system, where the libpython2.7.so.1.0
is not seen by packages that depend on python.
Even though that libpython2.7.so.1.0 file is installed properly by `python-base`.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-03-11 11:27:40 +02:00
Alexandru Ardelean
ac311e9801 python: remove PyPackage rules for python package
Calling `PyPackage` will install some default install rules for
python packages that are not required for the `python` package specifically
are not required.
That will lead to some conflicts with `python-light` because the
`/usr/lib/python2.7/site-packages` folder (+contents) will be
available in both packages.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-03-09 16:52:52 +02:00
Steven Barth
755da9e409 Merge pull request #1006 from commodo/python-rt-lib-dirs
python: add patches to disable runtime lib dirs
2015-03-09 06:55:38 +01:00
Alexandru Ardelean
c8c509bdad python: add patches to disable runtime lib dirs
When cross-compiling, we do not need to add runtime lib dirs.
Also, the cross compilers that are used on OpenWRT do not support
the '-R' option, which causes build failures.

These build failures existed before, but were not noticed,
because it fails only on some setups.
This is because Python's `setup.py` does a lot of voo-doo
automagic that needs handling for some cross-compilation cases.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-03-08 17:57:26 +02:00
Gergely Kiss
a63b51fa40 vala: update to 0.27.1
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2015-03-08 15:14:30 +01:00
Gergely Kiss
7b95d72631 vala: add glib2 as a build dependency, fixes #702
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2015-03-08 14:51:28 +01:00
Steven Barth
66331c6de2 Merge pull request #992 from commodo/python-patch-updates
python: patch updates
2015-03-06 15:29:30 +01:00
Alexandru Ardelean
0d072f2b42 python: packetize some python modules
Packetize some Python modules to reduce size of the overall Python package.
Basically, a new package is introduced, call `python-light`,
and everything that's extra (or big) is put in other packages.

The `python` package becomes a metapackage that installs `python-light`
along with the rest of the packages.

Base work started by Jan Čermák.

Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-03-06 15:19:29 +02:00
Alexandru Ardelean
bb87de33dd python: add '_python_*' env vars to host python
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-03-06 14:18:45 +02:00
Alexandru Ardelean
2727b3fda3 python: add patch for distutils to add support for the '_python_sysroot' env var
Patch taken from buildroot:
  http://git.buildroot.net/buildroot/tree/package/python/python-008-distutils-use-python-sysroot.patch

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-03-06 11:16:48 +02:00
Alexandru Ardelean
8d6b503b4a python: re-number patches
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-03-06 11:11:18 +02:00