Marcel Denia
e87bfa90a9
perl-xml-parser: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years ago
Marcel Denia
96bd9d4787
perl-dbi: Update to 1.634
Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years ago
Maxim Storchak
67a9d1e27f
lualanes: fix musl compatibility
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
9 years ago
Steven Barth
94f87dc1e1
python: add correct host expat
Signed-off-by: Steven Barth <steven@midlink.org>
9 years ago
Marcel Denia
6dcc2eb88f
perl-uri: Update to 1.69
Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years ago
Marcel Denia
b20e1609f8
perl-http-message: Update to 6.10
Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years ago
Alexandru Ardelean
f284307a1f
python-pip: upgrade to version 7.1.0
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years ago
Alexandru Ardelean
f712b11962
python-setuptools: upgrade to version 18.0.1
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years ago
Roger
e67868c7ad
micropython: update to fix build issue
9 years ago
Roger
13a3981ba5
micropython: update copyright
9 years ago
Roger
a7f6d36d6e
micropython/micropython-lib: update to latest
Signed-off-by: Roger D <rogerdammit@gmail.com>
9 years ago
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>
9 years ago
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>
9 years ago
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>
9 years ago
Marcel Denia
7599e8e430
perl-www-mechanize: Update to 1.75
Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years ago
Marcel Denia
40c176e28f
perl-uri: Update to 1.68
Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years ago
Marcel Denia
68f61d03d7
perl-www: Update to 6.13
Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years ago
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>
9 years ago
Marcel Denia
91d6f0a849
perl-www-robotrules: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years ago
Marcel Denia
e19d79f9b8
perl-test-warn: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years ago
Marcel Denia
ef6569e16d
perl-sub-uplevel: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years ago
Marcel Denia
6314080002
perl-net-http: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years ago
Marcel Denia
cc943ada67
perl-io-html: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years ago
Marcel Denia
eae471a270
perl-http-server-simple: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years ago
Marcel Denia
11daf37e6f
perl-html-form: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years ago
Marcel Denia
ccf87d4122
perl-cgi: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years ago
Marcel Denia
f03bbc96ca
perl-http-message: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years ago
Marcel Denia
a96cffc786
perl-lwp-mediatypes: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years ago
Marcel Denia
bfccf74c63
perl-http-negotiate: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years ago
Marcel Denia
21435c966b
perl-http-date: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years ago
Marcel Denia
8abd2ada3f
perl-http-daemon: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years ago
Marcel Denia
bc1c9d8615
perl-http-cookies: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years ago
Marcel Denia
d98413410f
perl-file-listing: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years ago
Marcel Denia
6c1a6180b8
perl-encode-locale: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years ago
Micke Prag
608aa5d3ca
python-pyserial: Add missing license
Signed-off-by: Micke Prag <micke.prag@telldus.se>
9 years ago
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>
9 years ago
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>
9 years ago
Maxim Storchak
76b5c2007d
luaposix: fix compatibility with musl
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
10 years ago
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>
10 years ago
Marcel Denia
7a545cc9b3
perl: Update to 5.22.0
Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years ago
Marcel Denia
38be10c1bc
perl: Disable strerror_r usage with musl
Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years ago
Marcel Denia
dc475f7886
perl: Enable threading support by default for all libc implementations
Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years ago
Marcel Denia
392e1475c8
perl: Upgrade base package dependencies
Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years ago
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>
10 years ago
Marcel Denia
5cdd6755f3
perl: Upgrade configuration files to perl 5.22.0
Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years ago
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>
10 years ago
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>
10 years ago
Dirk Chang
3ff4d6dda5
libzmq upgrade to 4.1.1
lzmq upgrade to 0.4.3
Signed-off-by: Dirk Chang <dirk@kooiot.com>
10 years ago
Micke Prag
605e3ba441
python-crcmod: new package
Signed-off-by: Micke Prag <micke.prag@telldus.se>
10 years ago
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>
10 years ago