aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* shadowsocks-libev: add packageaa655352015-07-03
| | | | | | Shadowsocks-libev is a lightweight secured socks5 proxy for embedded devices and low end boxes. Signed-off-by: aa65535 <aa65535@live.com>
* haproxy: fixes from upstreamheil2015-07-02
| | | | | | - BUG/MAJOR: buffers: make the buffer_slow_realign() function respect output data Signed-off-by: heil <heil@terminal-consulting.de>
* mysql: fix datadir check in init scriptJo-Philipp Wich2015-07-02
| | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* Merge pull request #1471 from jow-/shadowsocks-fortify-compatJo-Philipp Wich2015-07-02
|\ | | | | shadowsocks-client: fix fortify source compatibility
| * shadowsocks-client: fix fortify source compatibilityJo-Philipp Wich2015-06-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The shadowsocks source uses the name `encrypt` which is already reserved by the `unistd.h` header. Rename the local `encrypt` and `decrypt` functions to `crypto_encrypt` and `crypto_decrypt` in order to prevent clashes with the standard headers. Fixes the following build error oberserved on the buildbot: In file included from client.c:19:0: crypto.h:18:5: error: conflicting types for 'encrypt' int encrypt(int sockfd, struct link *ln); ^ In file included from .../staging_dir/toolchain-mipsel_mips32_gcc-4.8-linaro_musl-1.1.10/include/fortify/unistd.h:20:0, from client.c:12: .../staging_dir/toolchain-mipsel_mips32_gcc-4.8-linaro_musl-1.1.10/include/unistd.h:145:6: note: previous declaration of 'encrypt' was here void encrypt(char *, int); ^ make[3]: *** [sslocal] Error 1 Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | ocserv: updated to 0.10.6Nikos Mavrogiannopoulos2015-07-02
| | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | Merge pull request #1505 from hauke/iotivityHauke Mehrtens2015-07-01
|\ \ | | | | | | iotivity: add IoTivity
| * | iotivity: add IoTivityHauke Mehrtens2015-07-01
|/ / | | | | | | | | | | | | | | | | | | | | | | 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>
* | Merge pull request #1498 from dangowrt/hfsprogs-fix-musl-buildFlorian Fainelli2015-07-01
|\ \ | | | | | | hfsprogs: fix build with musl
| * | hfsprogs: fix build with muslDaniel Golle2015-06-28
| | | | | | | | | | | | | | | | | | Do not make use of sysctl in makehfs.c on non-glibc systems. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | Merge pull request #1515 from dvlemplgk/patch-1Florian Fainelli2015-07-01
|\ \ \ | | | | | | | | open-plc-utils: Update to commit 885a1b7e2e663b5ab8797db6d40a0318131f…
| * | | open-plc-utils: Update to commit 885a1b7e2e663b5ab8797db6d40a0318131fdf18dvlemplgk2015-07-01
| | | | | | | | | | | | | | | | | | | | | | | | This particularly fixes unusable amphost utility on big endian targets. Signed-off-by: Günther Kelleter <guenther.kelleter@devolo.de>
* | | | Merge pull request #1496 from puleglot/masterJo-Philipp Wich2015-07-01
|\ \ \ \ | | | | | | | | | | sudo: preserve sudoers during sysupgrade
| * | | | sudo: preserve sudoers.d during sysupgradeAlexander Tsoy2015-07-01
|/ / / / | | | | | | | | | | | | Signed-off-by: Alexander Tsoy <alexander@tsoy.me>
* | | | squid: bump version to 3.5.5Marko Ratkaj2015-07-01
| | | | | | | | | | | | | | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | | | Merge pull request #1495 from oskar456/unboundecdsaSteven Barth2015-07-01
|\ \ \ \ | |/ / / |/| | | unbound: Support for validating ECDSA DNSSEC signatures
| * | | unbound: Support for validating ECDSA DNSSEC signaturesOndřej Caletka2015-06-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | znc: allow setting ssl fingerprintsJonas Gorski2015-07-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | znc: close Network tagsJonas Gorski2015-07-01
| | | | | | | | | | | | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org>
* | | | Merge pull request #1501 from jow-/diffutils-fortify-source-compatJo-Philipp Wich2015-07-01
|\ \ \ \ | | | | | | | | | | diffutils: fix fortify source compat
| * | | | diffutils: fix fortify source compatJo-Philipp Wich2015-06-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | Merge pull request #1511 from jow-/davfs2-musl-compatJo-Philipp Wich2015-07-01
|\ \ \ \ \ | | | | | | | | | | | | davfs2: fix musl compatibility
| * | | | | davfs2: fix musl compatibilityJo-Philipp Wich2015-06-30
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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>
* | | | | Merge pull request #1512 from jow-/mtr-disable-ipv6-fixJonathan McCrohan2015-07-01
|\ \ \ \ \ | | | | | | | | | | | | mtr: fix build with globally disabled IPv6
| * | | | | mtr: fix build with globally disabled IPv6Jo-Philipp Wich2015-06-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | Merge pull request #1031 from ionum/masterJo-Philipp Wich2015-07-01
|\ \ \ \ \ \ | | | | | | | | | | | | | | net-snmp: Enable pass_persist support for snmpd in Makefile
| * | | | | | Enable pass_persist support for slapdionum2015-03-12
| | | | | | |
* | | | | | | Merge pull request #1510 from jow-/ctorrent-svn-musl-compattripolar2015-06-30
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ctorrent-svn: fix musl compatibility Signed-off-by: Jo-Philipp Wich jow@openwrt.org Signed-off-by: tripolar@gmx.at
| * | | | | | | ctorrent-svn: fix musl compatibilityJo-Philipp Wich2015-06-30
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | Merge pull request #1504 from hauke/boostJo-Philipp Wich2015-06-30
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | boost: do not fail when no shared libs were build
| * | | | | | boost: do not fail when no shared libs were buildHauke Mehrtens2015-06-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | perl-*: Update dependenciesMarcel Denia2015-06-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All packages should now properly depend on all perlbase- and perl- packages they need. Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | | | | perl-www-mechanize: Update to 1.75Marcel Denia2015-06-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | | | | perl-uri: Update to 1.68Marcel Denia2015-06-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | | | | perl-www: Update to 6.13Marcel Denia2015-06-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | | | | perl-html-tree: Re-format descriptionMarcel Denia2015-06-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Just capitalize it to match the other packages. Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | | | | perl-www-robotrules: New packageMarcel Denia2015-06-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | | | | perl-test-warn: New packageMarcel Denia2015-06-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | | | | perl-sub-uplevel: New packageMarcel Denia2015-06-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | | | | perl-net-http: New packageMarcel Denia2015-06-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | | | | perl-io-html: New packageMarcel Denia2015-06-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | | | | perl-http-server-simple: New packageMarcel Denia2015-06-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | | | | perl-html-form: New packageMarcel Denia2015-06-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | | | | perl-cgi: New packageMarcel Denia2015-06-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | | | | perl-http-message: New packageMarcel Denia2015-06-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | | | | perl-lwp-mediatypes: New packageMarcel Denia2015-06-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | | | | perl-http-negotiate: New packageMarcel Denia2015-06-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | | | | perl-http-date: New packageMarcel Denia2015-06-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | | | | perl-http-daemon: New packageMarcel Denia2015-06-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | | | | perl-http-cookies: New packageMarcel Denia2015-06-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>