aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | | micropython/micropython-lib: update to latestRoger2015-07-02
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roger D <rogerdammit@gmail.com>
* | | | | | haproxy: fixes from upstreamheil2015-07-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - BUILD/MINOR: tools: rename popcount to my_popcountl - BUG/MAJOR: buffers: make the buffer_slow_realign() function respect output data Signed-off-by: heil <heil@terminal-consulting.de>
* | | | | | squid: drop musl compat patchLuka Perkov2015-07-03
| |_|/ / / |/| | | | | | | | | | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* | | | | add list of domains serving advertisingMatteo Croce2015-07-03
| | | | | | | | | | | | | | | | | | | | | | | | | Add a script to download a list of domains which serves ads. This list can be used to block these servers in the DNS server.
* | | | | Merge pull request #1530 from aa65535/masterSteven Barth2015-07-03
|\ \ \ \ \ | | | | | | | | | | | | shadowsocks-libev: add package
| * | | | | shadowsocks-libev: use realname in the maintainer tagaa655352015-07-03
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: aa65535 <aa65535@live.com>
| * | | | | 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>
* | | | | | Merge pull request #1485 from mickeprag/masterSteven Barth2015-07-03
|\ \ \ \ \ \ | | | | | | | | | | | | | | python-pyserial: new package
| * | | | | | python-pyserial: Add missing licenseMicke Prag2015-06-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Micke Prag <micke.prag@telldus.se>
| * | | | | | python-pyserial: new packageMicke Prag2015-06-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | Merge pull request #1015 from aTanW/masterSteven Barth2015-07-03
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | ipsec-tools: racoon uci integration
| * | | | | | Merge https://github.com/openwrt/packagesaTanW2015-06-28
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: net/ipsec-tools/Makefile
| * | | | | | | ipsec-tools: racoon uci integrationaTanW2015-03-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-Off-By: Vitaly Protsko <villy@sft.ru> --- b/net/ipsec-tools/Makefile | 16 - b/net/ipsec-tools/files/functions.sh | 137 +++++++++ b/net/ipsec-tools/files/p1client-down | 41 ++ b/net/ipsec-tools/files/p1client-up | 41 ++ b/net/ipsec-tools/files/racoon | 109 +++++++ b/net/ipsec-tools/files/racoon.init | 478 +++++++++++++++++++++++++++++++++- b/net/ipsec-tools/files/vpnctl | 19 + net/ipsec-tools/files/racoon.conf | 36 -- 8 files changed, 824 insertions(+), 53 deletions(-)
* | | | | | | | Merge pull request #1516 from bk138/ola-0.9.6Steven Barth2015-07-03
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | ola: Update to 0.9.6, tidy up makefile, try to resolve build dependencies
| * | | | | | | | ola: update to 0.9.6, tidy up makefile, try to resolve build dependencies.Christian Beier2015-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christian Beier <dontmind@freeshell.org>
* | | | | | | | | Merge pull request #1524 from sairon/python3-disable-wcsftime-detectionSteven Barth2015-07-03
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | python3: disable usage of wcsftime (broken in uClibc)
| * | | | | | | | | python3: disable usage of wcsftime (broken in uClibc)Jan Čermák2015-07-02
| | |_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | | Merge pull request #1526 from sairon/python-fix-host-multiarch-supportSteven Barth2015-07-03
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | python: fix patch removing multiarch support for host python
| * | | | | | | | python: fix patch removing multiarch support for host pythonJan Čermák2015-07-02
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* / / / / / / / 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>