Jo-Philipp Wich
dceb78b254
Merge pull request #1031 from ionum/master
net-snmp: Enable pass_persist support for snmpd in Makefile
10 years ago
tripolar
5afea09fa7
Merge pull request #1510 from jow-/ctorrent-svn-musl-compat
ctorrent-svn: fix musl compatibility
Signed-off-by: Jo-Philipp Wich jow@openwrt.org
Signed-off-by: tripolar@gmx.at
10 years ago
Jo-Philipp Wich
35ea16f3b6
Merge pull request #1504 from hauke/boost
boost: do not fail when no shared libs were build
10 years ago
Jo-Philipp Wich
0169cbd3a0
ctorrent-svn: fix musl compatibility
Add missing `sys/types.h` include to `strnstr()` replacement code in
`compat.c` in order to declare `ssize_t` type under musl.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
10 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>
10 years ago
Marcel Denia
7599e8e430
perl-www-mechanize: Update to 1.75
Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years ago
Marcel Denia
40c176e28f
perl-uri: Update to 1.68
Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years ago
Marcel Denia
68f61d03d7
perl-www: Update to 6.13
Signed-off-by: Marcel Denia <naoir@gmx.net>
10 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>
10 years ago
Marcel Denia
91d6f0a849
perl-www-robotrules: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years ago
Marcel Denia
e19d79f9b8
perl-test-warn: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years ago
Marcel Denia
ef6569e16d
perl-sub-uplevel: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years ago
Marcel Denia
6314080002
perl-net-http: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years ago
Marcel Denia
cc943ada67
perl-io-html: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years ago
Marcel Denia
eae471a270
perl-http-server-simple: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years ago
Marcel Denia
11daf37e6f
perl-html-form: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years ago
Marcel Denia
ccf87d4122
perl-cgi: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years ago
Marcel Denia
f03bbc96ca
perl-http-message: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years ago
Marcel Denia
a96cffc786
perl-lwp-mediatypes: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years ago
Marcel Denia
bfccf74c63
perl-http-negotiate: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years ago
Marcel Denia
21435c966b
perl-http-date: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years ago
Marcel Denia
8abd2ada3f
perl-http-daemon: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years ago
Marcel Denia
bc1c9d8615
perl-http-cookies: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years ago
Marcel Denia
d98413410f
perl-file-listing: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years ago
Marcel Denia
6c1a6180b8
perl-encode-locale: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years ago
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>
10 years ago
Daniel Golle
c31e6bb7c0
gnutls: backport upstream --with-ca-path implementation
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
10 years ago
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>
10 years ago
Jo-Philipp Wich
1208a25e71
aiccu: fix uClibc build after #1389
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
10 years ago
Jo-Philipp Wich
bc4d049918
libnet-1.2.x: fix uClibc regression caused by #1410
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
10 years ago
Steven Barth
5885ddf5a7
Merge pull request #1494 from ejurgensen/master
forked-daapd: fix build problem after pr #1475
10 years ago
Steven Barth
26e7dbe455
Merge pull request #1499 from obsy/master
[packages] vsftpd: CVE-2015-1419 Unspecified vulnerability in vsftp …
10 years ago
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.
10 years ago
Daniel Golle
b218e8af7c
gnunet: update source
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
10 years ago
Daniel Golle
9b77833a7b
libinput: update source
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
10 years ago
Daniel Golle
9d35fd7fb3
libevdev: update source
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
10 years ago
Jo-Philipp Wich
9d423ba553
Merge pull request #1492 from tru7/linknx
linknx: fix musl compatibility
10 years ago
Jo-Philipp Wich
90a4712fd8
Merge pull request #1491 from tru7/knxd
knxd: fix musl compatibility
10 years ago
Jo-Philipp Wich
be56395a63
Merge pull request #1479 from jow-/pthsem-musl-compat
pthsem: fix musl and fortify source compatibility
10 years ago
Nuno Goncalves
87648e8586
Merge pull request #1486 from jow-/ntpd-fortify-source-compat
ntpd: fix fortify source compatibility
10 years ago
Nuno Goncalves
a681ed3daa
Merge pull request #1484 from jow-/ntripclient-musl-compat
ntripclient: fix musl comaptibility
10 years ago
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>
10 years ago
Othmar Truniger
3cf6ae0fb1
linknx: fix musl compatibility
Signed-off-by: Othmar Truniger <github@truniger.ch>
10 years ago
Othmar Truniger
77cee81ca0
knxd: fix musl compatibility
Signed-off-by: Othmar Truniger <github@truniger.ch>
10 years ago
Jo-Philipp Wich
474a5bf795
screen: remove leftover Makefile code
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
10 years ago
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>
10 years ago
Jo-Philipp Wich
572fd1e40b
Merge pull request #1439 from mstorchak/iodine
iodine: fix musl compatibility
10 years ago
Jo-Philipp Wich
1696390af8
Merge pull request #1483 from jow-/open-plc-utils-musl-compat
open-plc-utils: fix musl and fortify source compatibility
10 years ago
Nikos Mavrogiannopoulos
3ed70bb772
vpnc-scripts: bumped version
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
10 years ago
Nikos Mavrogiannopoulos
c70aff2445
Merge pull request #1489 from nmav/dns
vpnc-script: handle multiple servers in INTERNAL_IP_DNS vars
10 years ago