aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | | | | monit: update to 5.24, use https download urlEtienne Champetier2017-10-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* | | | | | | | | Merge pull request #4995 from kuoruan/aria2Hannu Nyman2017-10-22
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Aria2 Update
| * | | | | | | | | aria2: Bump 1.33.0Hsing-Wang Liao2017-10-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
| * | | | | | | | | aria2: Fix typo in Config.inHsing-Wang Liao2017-10-22
| | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
* | | | | | | | | Merge pull request #4999 from eduardoabinader/update_check_0_12_0Hannu Nyman2017-10-22
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | libs/check: update to 0.12.0
| * | | | | | | | libs/check: update to 0.12.0Eduardo Abinader2017-10-22
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Eduardo Abinader <eduardoabinader@gmail.com>
* / / / / / / / tor: update to 0.3.1.7Peter Wagner2017-10-22
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | sslh: simplify MakefileJonathan McCrohan2017-10-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes bug where sslh was being linked against libconfig, but libconfig CPPFLAGS were being ignored. Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* | | | | | | ocserv: updated to 0.11.9Nikos Mavrogiannopoulos2017-10-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | | | gnutls: updated to 3.5.16Nikos Mavrogiannopoulos2017-10-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | | | Merge pull request #4874 from jcadduono/minidlna-featureHannu Nyman2017-10-21
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | minidlna: add allow wide links option
| * | | | | | | minidlna: add allow wide links optionJames Christopher Adduono2017-10-16
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some users might create a minidlna root with symlinks to shared locations. While this could potentially create a vulnerability, the option should be available to allow users to do this should they choose to. wide_links=no : (default) no content served + error message [timestamp] upnphttp.c:1366: error: Rejecting wide link X wide_links=yes : content served, no error messages Signed-off-by: James Christopher Adduono <jc@adduono.com>
* | | | | | | Merge pull request #4933 from sartura/sysrepo_releaseHannu Nyman2017-10-21
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Sysrepo release
| * | | | | | | netopeer2: bump to latest versionMislav Novakovic2017-10-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
| * | | | | | | sysrepo: bump to latest versionMislav Novakovic2017-10-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
| * | | | | | | libnetconf2: bump to latest versionMislav Novakovic2017-10-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
| * | | | | | | libyang: bump to latest versionMislav Novakovic2017-10-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* | | | | | | | Merge pull request #4973 from sartura/lxc_bump_to_2.1.0Hannu Nyman2017-10-21
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | lxc: bump to 2.1.0
| * | | | | | | | lxc: bump to 2.1.0Marko Ratkaj2017-10-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump LXC package from 1.1.5 to 2.1.0. Version 2.x includes many improvements and optimizations. https://linuxcontainers.org/lxc/news/ Some tools like lxc-top are rewritten in C and are no longer broken and dependent on lua. Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | | | | | | | | Merge pull request #4968 from marcin1j/pr/20171018-nbd-bump-to-3.16.2Hannu Nyman2017-10-21
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | nbd: bump to 3.16.2
| * | | | | | | | | nbd: bump to 3.16.2Marcin Jurkowski2017-10-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade nbd to version 3.16.2. Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
* | | | | | | | | | Merge pull request #4971 from StevenHessing/noddosHannu Nyman2017-10-21
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | | noddos: v0.5.4 SendUdpPing fix
| * | | | | | | | | noddos: v0.5.4 SendUdpPing fixSteven Hessing2017-10-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Steven Hessing <steven.hessing@gmail.com>
* | | | | | | | | | Merge pull request #4969 from kissg1988/valaHannu Nyman2017-10-21
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | vala: bump to version 0.34.5
| * | | | | | | | | | vala: bump to version 0.34.5Gergely Kiss2017-10-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | | | | | | | | | Merge pull request #4985 from ClaymorePT/boost_1.65.1_r2Hannu Nyman2017-10-21
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | boost: Bug-fix release
| * | | | | | | | | | | boost: Bug-fix releaseCarlos Miguel Ferreira2017-10-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This release fixes the following issues [1] - A second run to build Boost was executed, even though Boost.Python3 was not selected. [2] - Because wserialization and coroutine2 targets were removed from Boost building system, the flags "--without-wserialization" and "--without-coroutine2" no longer work and are now suppressed. The option coroutine2 just selects the necessary dependencies for the header-library to work. The sub-package wserialization just selects the serialization dependency and packs the wserialization shared object. [1]: https://github.com/openwrt/packages/commit/cf67f5f47a7420049cd161a76eeb74f3a54ba219#comments [2]: https://github.com/openwrt/packages/issues/4974 Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
* | | | | | | | | | | | Merge pull request #4982 from stintel/iiodMichael Heimpold2017-10-20
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | libiio: add iiod init script
| * | | | | | | | | | | | libiio: add iiod init scriptStijn Tintel2017-10-20
| |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | | | | | | | | Merge pull request #4981 from stintel/issue4917Michael Heimpold2017-10-20
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | libxml2: install cmake module
| * | | | | | | | | | | libxml2: install cmake moduleStijn Tintel2017-10-20
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since version 2.9.2, libxml2 provides its own cmake module. Install it to avoid packages built with cmake and requiring libxml2 to fall back to cmake's FindLibXml2 module, which seems to detect host libxml2 instead of the one in staging_dir. Fixes #4917. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | | | | | | | Merge pull request #4977 from sartura/dhcpcd_bump_to_6.11.5Jo-Philipp Wich2017-10-20
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | dhcpcd: bump to 6.11.5
| * | | | | | | | | | | dhcpcd: bump to 6.11.5Marko Ratkaj2017-10-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1.) pkg version bumped from 6.4.3 to 6.11.5 2.) maintainer changed to me (#4944 dhcpcd: needs a new maintainer) 3.) source changed from bz2 to xz 4.) removed old unnecessary patch 5.) minor style improvements Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | | | | | | | | | | | Merge pull request #4978 from diizzyy/patch-99Zoltan Herpai2017-10-20
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | sound/mpg123: Update to 1.25.7
| * | | | | | | | | | | sound/mpg123: Update to 1.25.7Daniel Engberg2017-10-20
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update mpg123 to 1.25.7 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | | | | | Merge pull request #4857 from sartura/squid_bump_to_3.5.27Luka Perkov2017-10-19
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | | squid: bump to 3.5.27
| * | | | | | | | | | squid: bump to 3.5.27Marko Ratkaj2017-09-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump Squid to version 3.5.27 and fix broken menuconfig menu. Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | | | | | | | | | | Merge pull request #4940 from diizzyy/patch-95Jo-Philipp Wich2017-10-19
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | libs/libpng: Update to 1.6.32
| * | | | | | | | | | libs/libpng: Update to 1.6.32Daniel Engberg2017-10-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update libpng to 1.6.32 Add ARM NEON optimization Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | | | | | xl2tpd: add some default configs needed on most of casesLucian Cristian2017-10-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mtu 1400, mru 1400 - on ppp devices, usually we need lower mtu, the existing link mabye is already under a lower MTU require-mschap-v2 - most of the time l2tp is used in conjunction with windows client who will use this kind of auth lcp-echo-interval 20, lcp-echo-failure 5 - keep alive 20 seconds interval and dead peer detection after 100 seconds connect-delay 5000 - wait for up to 5 seconds after the connect script finishes for a valid PPP packet from the peer nodefaultroute - prevent users from creating default routes with pppd nodefaultip - disables the default behavior when no local IP address is specified proxyarp - this will have the effect of making the peer appear to other systems to be on the local ethernet Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | | | | | | xl2tpd: update to 1.3.10Lucian Cristian2017-10-19
| |_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lock is no longer needed and it breaks the setup explicit added PKG_BUILD_DEPENDS:=libpcap, an indirect depend included in ppp and needed for pfc Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | | | | | Merge pull request #4954 from kissg1988/djangoHannu Nyman2017-10-18
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | django: update to 1.8.18
| * | | | | | | | | | django: update to 1.8.18Gergely Kiss2017-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes CVE-2017-7233 and CVE-2017-7234 Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | | | | | | | | | Merge pull request #4958 from sartura/libuv_bump_to_1.15.0Hannu Nyman2017-10-18
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | libuv: bump to 1.15.0
| * | | | | | | | | | | libuv: bump to 1.15.0Marko Ratkaj2017-10-17
| | |_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update libuv to version 1.15.0 Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | | | | | | | | | | Merge pull request #4959 from philenotfound/mutt-bumpHannu Nyman2017-10-18
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | | mutt: bump version
| * | | | | | | | | | mutt: bump versionPhil Eichinger2017-10-18
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * no-po-no-docs patch reworked, docs are disabled via ./configure now * drop CVE patch, fix already in upstream * autoreconf to fix CI build Signed-off-by: Phil Eichinger <phil@zankapfel.net>
* | | | | | | | | | Merge pull request #4966 from sartura/clamav_fix_build_issuesHannu Nyman2017-10-18
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | clamav: fix build issues
| * | | | | | | | | | clamav: fix invalid zlib version errorMarko Ratkaj2017-10-18
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ClamAV's configure script uses grep to check for bugy zlib version 1.2.1. Since current OpenWrt zlib version is 1.2.11 this check passes and build fails. This patch will disable this unneeded check and make sure we are looking for zlib on the right location. clamdtop was beeing built without it's ncurses dependency. Build system would link it to the host's ncurses making the program fail at run time. This patch will disable building of optional clamdtop, otherwise we need to add ncurses as a dependency and fix the search path. Increase PKG_RELEASE to reflect changes. Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | | | | | | | | | Merge pull request #4965 from lucize/doveupTed Hess2017-10-18
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | dovecot: update to 2.2.33.1