Marcel Denia
c038495015
perl: Disable OS/2 tests
...
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-09-01 09:23:24 +02:00
Marcel Denia
cecee995b0
perl: Disable setlocale usage under musl
...
While setlocale() is present, musl currently doesn't provide a suitable implementation.
It'll silently accept every locale, even if not present at all, defaulting them
to C.UTF-8. This will confuse applications as well as our testsuite(see lib/locale.t).
Even if a locale does exist, it's effects will not apply to an extent that will
satisfy many applications.
Avoid further mischief here and just disable setlocale() for now.
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-09-01 09:23:24 +02:00
Marcel Denia
afad970139
perl: Switch to split configuration files
...
This replaces the previously used collection of configuration files for every single
architecture in conjunction with hacky overrides, which became an increasing burden to maintain.
Fixes a number of outstanding bugs and oddities, with the most important one being the
previously wrong signal order(as shown by ext/POSIX/t/sigaction.t).
See files/perlconfig.pl's POD and files/README.config for details.
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-09-01 09:23:15 +02:00
Alexandru Ardelean
b9a0a65035
python-setuptools: enforce __PYVENV_LAUNCHER__ env var use
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-08-31 14:11:34 +03:00
Gergely Kiss
990c0263a3
vala: upgrade to 0.29.3
...
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2015-08-30 19:42:24 +02:00
Roger
a6b4e1a357
micropython: update to latest
...
Signed-off-by: Roger D <rogerdammit@gmail.com>
2015-08-28 10:26:45 -05:00
Steven Barth
b1c3c4e6f8
Merge pull request #1681 from the-alien/master
...
python-psycopg2, python-egenix-mx-base: added new versions of packages
2015-08-26 15:07:27 +02:00
Steven Barth
7c858e7e1d
Merge pull request #1702 from the-alien/python-ldap
...
python-ldap: added python-ldap package
2015-08-24 11:12:38 +02:00
Steven Barth
58ea5b80b2
Merge pull request #1705 from commodo/python-setuptools-upgrade
...
python-setuptools: upgrade to version 18.2
2015-08-24 11:11:40 +02:00
Steven Barth
4347e5a255
Merge pull request #1706 from commodo/python-pip-upgrade
...
python-pip: upgrade to version 7.1.2
2015-08-24 11:11:31 +02:00
Alexandru Ardelean
79d6462c56
python-pip: upgrade to version 7.1.2
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-08-24 10:04:22 +03:00
Alexandru Ardelean
f0d050667d
python-setuptools: upgrade to version 18.2
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-08-24 09:59:07 +03:00
alien
98bc21b08e
python-ldap: added python-ldap package
...
Signed-off-by: Dimtrij Trefilov <the-alien@live.ru>
2015-08-23 11:23:50 +03:00
alien
6e7c45dc1c
python-psycopg2: added packages python-psycopg2 and python-egenix-mx-base as a dependency
...
Signed-off-by: Dmitrij Trefilov <the-alien@live.ru>
2015-08-23 11:22:11 +03:00
John Crispin
e461e7dda9
python: add dependency to bz2 host build
...
Signed-off-by: John Crispin <blogic@openwrt.org>
2015-08-22 01:11:29 +02:00
Michael Heimpold
6c16269240
php5: fix the two different maintainer fields into one ( fixes #1688 )
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2015-08-21 22:32:24 +02:00
Jonas Gorski
f6d8428686
Merge pull request #1691 from commodo/python-pip-maintainer
...
python-pip: add myself as maintainer
2015-08-20 20:54:32 +02:00
Jonas Gorski
858e33231c
Merge pull request #1690 from commodo/python-setuptools-maintainer
...
python-setuptools: add myself as maintainer
2015-08-20 20:54:17 +02:00
Alexandru Ardelean
00560cea99
python-pip: add myself as maintainer
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-08-20 21:49:44 +03:00
Alexandru Ardelean
2d585e7511
python-setuptools: add myself as maintainer
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-08-20 21:48:21 +03:00
Steven Barth
016ecd0d5d
Merge pull request #1675 from sairon/python-setuptools-revamp-installation
...
python-setuptools: revamp installation procedure, update to 18.1
2015-08-20 07:40:53 +02:00
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