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
Hauke Mehrtens
dd7b5a4240
boost: do not fail when no shared libs were build
...
When only boost is selected without any specific boost library no *.so
file will be build and the InstallDev part is failing. Instead of
checking if there is a lib directory just try to copy the libs and do
not fail in case of an error.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2015-06-29 23:44:15 +02:00
Daniel Golle
c31e6bb7c0
gnutls: backport upstream --with-ca-path implementation
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-29 20:34:08 +02:00
Daniel Golle
9ea72dda91
gnurl: fall-back on default system trust store
...
If no explicit CA file is given, gnurl fails to setup HTTPS connections
as it doesn't looks for certificates in /etc/ssl/certs/ in any way.
Fix that by utilizing GnuTLS' gnutls_certificate_set_x509_system_trust
as a fall-back if neither CA file, CA path nor SRP is declared.
Reported upstream: https://github.com/bagder/curl/issues/330
Fix suggested upstream: https://github.com/bagder/curl/pull/331
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-29 19:51:08 +02:00
Jo-Philipp Wich
1208a25e71
aiccu: fix uClibc build after #1389
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-06-29 19:50:01 +02:00
Jo-Philipp Wich
bc4d049918
libnet-1.2.x: fix uClibc regression caused by #1410
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-06-29 18:00:44 +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
Jo-Philipp Wich
d80ab67b13
diffutils: fix fortify source compat
...
Compile with `-std=gnu99` instead of `-std=c99` to avoid redefining
`__attribute__` in `src/system.h`.
Fixes the following error spotted by the buildbot:
In file included from ../lib/stdio.h:43:0,
from cmp.c:22:
.../staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/include/fortify/stdio.h: In function 'snprintf':
.../staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/include/fortify/stdio.h:99:2: error: invalid use of '__builtin_va_arg_pack ()'
return __orig_snprintf(__s, __n, __f, __builtin_va_arg_pack());
^
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-06-29 11:39:57 +02:00
Steven Barth
5885ddf5a7
Merge pull request #1494 from ejurgensen/master
...
forked-daapd: fix build problem after pr #1475
2015-06-29 11:28:28 +02:00
Steven Barth
26e7dbe455
Merge pull request #1499 from obsy/master
...
[packages] vsftpd: CVE-2015-1419 Unspecified vulnerability in vsftp …
2015-06-29 06:28:45 +02:00
Cezary Jackiewicz
62fff58380
[packages] vsftpd: CVE-2015-1419 Unspecified vulnerability in vsftp 3.0.2 and earlier allows remote attackers to bypass access restrictions via unknown vectors, related to deny_file parsing.
2015-06-28 22:02:08 +02:00
Daniel Golle
ab45f3741b
hfsprogs: fix build with musl
...
Do not make use of sysctl in makehfs.c on non-glibc systems.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-28 21:03:28 +02:00
Daniel Golle
b218e8af7c
gnunet: update source
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-28 19:52:25 +02:00
Daniel Golle
9b77833a7b
libinput: update source
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-28 19:09:35 +02:00
Daniel Golle
9d35fd7fb3
libevdev: update source
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-28 19:09:35 +02:00
aTanW
f60ca0b30f
Merge https://github.com/openwrt/packages
...
Conflicts:
net/ipsec-tools/Makefile
2015-06-28 17:58:00 +03:00
Jo-Philipp Wich
9d423ba553
Merge pull request #1492 from tru7/linknx
...
linknx: fix musl compatibility
2015-06-28 14:58:24 +02:00
Jo-Philipp Wich
90a4712fd8
Merge pull request #1491 from tru7/knxd
...
knxd: fix musl compatibility
2015-06-28 14:57:24 +02:00
Jo-Philipp Wich
be56395a63
Merge pull request #1479 from jow-/pthsem-musl-compat
...
pthsem: fix musl and fortify source compatibility
2015-06-28 14:50:46 +02:00
Ondřej Caletka
a8b46fbc80
unbound: Support for validating ECDSA DNSSEC signatures
...
This patch enables support for validating ECDSA signatures, which
are being deployed more and more in DNSSEC.
Proper validating can be tested by observing the AD flag in following
query (courtesy of Olafur Gudmundsson, CloudFlare):
$ dig ds-4.alg-14-nsec.dnssec-test.org
Signed-off-by: Ondřej Caletka <ondrej@caletka.cz>
2015-06-28 11:27:30 +02:00
Nuno Goncalves
87648e8586
Merge pull request #1486 from jow-/ntpd-fortify-source-compat
...
ntpd: fix fortify source compatibility
2015-06-28 02:32:31 +01:00
Nuno Goncalves
a681ed3daa
Merge pull request #1484 from jow-/ntripclient-musl-compat
...
ntripclient: fix musl comaptibility
2015-06-28 02:32:00 +01:00
ejurgensen
5c5fe0fe5e
forked-daapd: fix build problem after pr #1475
...
The upgraded forked-daapd required some more pregenerated ANTLR3 files,
but I forgot to add them to the patch. They are included here.
Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
2015-06-28 00:35:32 +02:00
Othmar Truniger
3cf6ae0fb1
linknx: fix musl compatibility
...
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-06-27 22:55:51 +02:00
Othmar Truniger
77cee81ca0
knxd: fix musl compatibility
...
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-06-27 21:49:25 +02:00
Jo-Philipp Wich
474a5bf795
screen: remove leftover Makefile code
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-06-27 14:31:29 +02:00
Jo-Philipp Wich
371bf39546
screen: fix autoconf misdetection
...
The configure script shipped by screen uses the presence of `elf.h` and `-lelf`
as indicator for an SVR4 system which implies a `#define BUGGYGETLOGIN`.
The SVR4 `getlogin()` replacement function does not compile with a musl
toolchain and we do not want it anyway, so patch configure to remove the broken
SVR4 detection logic.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-06-27 14:29:48 +02:00
Jo-Philipp Wich
572fd1e40b
Merge pull request #1439 from mstorchak/iodine
...
iodine: fix musl compatibility
2015-06-27 13:30:05 +02:00
Jo-Philipp Wich
1696390af8
Merge pull request #1483 from jow-/open-plc-utils-musl-compat
...
open-plc-utils: fix musl and fortify source compatibility
2015-06-27 11:19:07 +02:00
Nikos Mavrogiannopoulos
3ed70bb772
vpnc-scripts: bumped version
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-06-27 08:22:07 +02:00