Commit graph

3476 commits

Author SHA1 Message Date
heil
290489d997 haproxy: fixes from upstream
- BUG/MAJOR: buffers: make the buffer_slow_realign() function respect output data

Signed-off-by: heil <heil@terminal-consulting.de>
2015-07-02 21:53:56 +02:00
Jo-Philipp Wich
2dbf4507c3 mysql: fix datadir check in init script
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-07-02 14:22:02 +02:00
Jo-Philipp Wich
38b1cf314e Merge pull request #1471 from jow-/shadowsocks-fortify-compat
shadowsocks-client: fix fortify source compatibility
2015-07-02 10:01:55 +02:00
Nikos Mavrogiannopoulos
11c9408690 ocserv: updated to 0.10.6
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-07-02 00:22:33 +02:00
Hauke Mehrtens
35734d9d42 Merge pull request #1505 from hauke/iotivity
iotivity: add IoTivity
2015-07-01 23:00:30 +02:00
Hauke Mehrtens
2627b0ea50 iotivity: add IoTivity
IoTivity is a Internet of Things framework implementing the Open
Interconnect Consortium Specification.

The current version of IoTivity is still in heavy development and does
not support all its intended features, but I still want to add it to
the packages feed to make it easier for others to extend the OpenWrt
support.

Signed-off-by: Hauke Mehrtens <hauke.mehrtens@lantiq.com>
2015-07-01 22:58:06 +02:00
Florian Fainelli
deeb315ff1 Merge pull request #1498 from dangowrt/hfsprogs-fix-musl-build
hfsprogs: fix build with musl
2015-07-01 13:37:38 -07:00
Florian Fainelli
845d4dd0eb Merge pull request #1515 from dvlemplgk/patch-1
open-plc-utils: Update to commit 885a1b7e2e663b5ab8797db6d40a0318131f…
2015-07-01 13:36:47 -07:00
Jo-Philipp Wich
be3adfffdf Merge pull request #1496 from puleglot/master
sudo: preserve sudoers during sysupgrade
2015-07-01 21:50:56 +02:00
Alexander Tsoy
5c8fe00d61 sudo: preserve sudoers.d during sysupgrade
Signed-off-by: Alexander Tsoy <alexander@tsoy.me>
2015-07-01 19:26:30 +03:00
Marko Ratkaj
6336fe5bce squid: bump version to 3.5.5
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2015-07-01 16:23:54 +02:00
Steven Barth
47315efe2b Merge pull request #1495 from oskar456/unboundecdsa
unbound: Support for validating ECDSA DNSSEC signatures
2015-07-01 14:35:40 +02:00
dvlemplgk
16da67e62a open-plc-utils: Update to commit 885a1b7e2e663b5ab8797db6d40a0318131fdf18
This particularly fixes unusable amphost utility on big endian targets.

Signed-off-by: Günther Kelleter <guenther.kelleter@devolo.de>
2015-07-01 14:05:37 +02:00
Jonas Gorski
d77bf6f1f4 znc: allow setting ssl fingerprints
ZNC 1.6.0 now verifies SSL certificates on connect, and some Servers
do not use a valid one (e.g. freenode).

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
2015-07-01 12:31:48 +02:00
Jonas Gorski
d665caa851 znc: close Network tags
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
2015-07-01 12:27:49 +02:00
Jo-Philipp Wich
23dd874b10 Merge pull request #1501 from jow-/diffutils-fortify-source-compat
diffutils: fix fortify source compat
2015-07-01 10:25:35 +02:00
Jo-Philipp Wich
9c6d45f278 Merge pull request #1511 from jow-/davfs2-musl-compat
davfs2: fix musl compatibility
2015-07-01 10:15:26 +02:00
Jonathan McCrohan
d62d28bc0a Merge pull request #1512 from jow-/mtr-disable-ipv6-fix
mtr: fix build with globally disabled IPv6
2015-07-01 01:17:39 +01:00
Jo-Philipp Wich
dceb78b254 Merge pull request #1031 from ionum/master
net-snmp: Enable pass_persist support for snmpd in Makefile
2015-07-01 01:25:52 +02:00
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
2015-06-30 20:54:22 +02:00
Jo-Philipp Wich
35ea16f3b6 Merge pull request #1504 from hauke/boost
boost: do not fail when no shared libs were build
2015-06-30 19:41:14 +02:00
Jo-Philipp Wich
f17dd769f1 mtr: fix build with globally disabled IPv6
The current mtr does not build if IPv6 is disabled globally, add a patch to
fix the build in this case.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-06-30 17:32:03 +02:00
Jo-Philipp Wich
2273ff7642 davfs2: fix musl compatibility
- Add header tests for `error.h`, `sys/types.h` and `sys/select.h`
 - Add function tests for `canonicalize_file_name()` and `fopencookie()`
 - Add `compat.h` header to provide replacements for `error()`,
   `error_at_line()` and `canonicalize_file_name()` as well as the
   `_PATH_MOUNTED` and `_PATH_MNTTAB` defines
 - Add missing includes for `sys/select.h` and `sys/types.h`
 - Disable libneon debugging if no `fopencookie()` implementation is
   available

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-06-30 12:57:51 +02:00
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>
2015-06-30 11:14:34 +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
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