aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge pull request #9705 from commodo/python-mysqlclientRosen Penev2019-09-12
|\ | | | | python-mysql[client]: rename to python-mysqlclient & bump to version 1.4.4
| * python-mysql: rename to python-mysqlclient & bump to version 1.4.4Alexandru Ardelean2019-09-02
| | | | | | | | | | | | | | | | | | | | | | | | | | The package on PyPi is named `mysqlclient`. This should have been named `python-mysqlclient` from the start. There is a `mysql` package on PyPi already but that's a different code/package. Doing this should avoid any future confusion. There is no good time to do this rename; at least 19.07 has been branched already and this can go into the next release [in a year or so]. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | btrfs-progs: Update to version 5.2.2Josef Schlehofer2019-09-12
| | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | Merge pull request #9952 from neheb/rtRosen Penev2019-09-11
|\ \ | | | | | | rtorrent: Switch to static linking
| * | rtorrent: Switch to using static libtorrentRosen Penev2019-09-09
| | | | | | | | | | | | | | | | | | | | | | | | rtorrent is the only user of libtorrent. Statically link to save space. Added usleep patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | libtorrent: Switch to static library.Rosen Penev2019-09-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | libtorrent is only used by rtorrent. Switch to a static library to save space. Removed libsigc++ dependency. It seems it's not needed. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | libsigcxx: RemoveRosen Penev2019-09-09
| | | | | | | | | | | | | | | | | | It's no longer needed with libtorrent. No other package depends on it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | cgroups-mount,docker-ce,lxc: rework kernel feature dependencyYousong Zhou2019-09-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix that KERNEL_CGROUPS is enabled (selected) automatically along with cgroups-mount Replace "if PACKAGE_docker-ce" with a menu to avoid circular denpendency issue involving PACKAGE_docker-ce, PACKAGE_cgroups-mount and KERNEL_CGRUOPS docker-ce, lxc: replace KERNEL_LXC_MISC with more specific options Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | Merge pull request #9967 from BKPepe/ytdlDaniel Engberg2019-09-12
|\ \ \ | | | | | | | | youtube-dl: Update to version 2019.9.12.1
| * | | youtube-dl: Update to version 2019.9.12.1Josef Schlehofer2019-09-11
|/ / / | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | Merge pull request #9838 from ClaymorePT/boost_1.71.0_r1Rosen Penev2019-09-10
|\ \ \ | | | | | | | | boost: Package Version Update (1.71.0) + bugfixes
| * | | boost: Package Version Update (1.71.0) + bugfixesCarlos Miguel Ferreira2019-09-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates Boost to version 1.71.0 and disables Boost.Context for arc and mips64 architectures, since either jump_fcontext or getcontext are undefined for those architectures. It also fixes a bug were Boost.Fiber was not properly disabled for mips32 and mips64 architectures. Boost.Coroutine2 option was removed since it was redundant. By selecting the Coroutine package, Coroutine2 is also installed. Boost.Fiber has been disabled for target brcm47xx_generic and brcm47xx_legacy due to misssing opcode support from instruction set. Boost 1.71.0 brings a new header-only library - Boost.Variant2 [1] -> A never-valueless, strong guarantee implementation of std::variant, from Peter Dimov. More info about Boost 1.71.0 can be found at the usual place [2]. [1]: https://www.boost.org/doc/libs/1_71_0/libs/variant2/doc/html/variant2.html [2]: https://www.boost.org/users/history/version_1_71_0.html Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
* | | | Merge pull request #9959 from dibdot/banIPDirk Brenken2019-09-10
|\ \ \ \ | | | | | | | | | | banip: update 0.2.1
| * | | | banip: update 0.2.1Dirk Brenken2019-09-10
|/ / / / | | | | | | | | | | | | | | | | * fix for #9954 Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | Merge pull request #9906 from ecsv/gpl-or-later-spdx-identifierRosen Penev2019-09-10
|\ \ \ \ | | | | | | | | | | treewide: Change .*GPL.*+ licenses to SPDX compatible identifier
| * | | | treewide: Change .*GPL.*+ licenses to SPDX compatible identifierSven Eckelmann2019-09-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The CONTRIBUTING.md requests an (or multiple) SPDX identifier for GPL licenses. But a lot of packages did use a different, non-SPDX style with a "+" at the end instead of "-or-later". Signed-off-by: Sven Eckelmann <sven@narfation.org>
* | | | | Merge pull request #9957 from BKPepe/dovecotRosen Penev2019-09-10
|\ \ \ \ \ | |/ / / / |/| | | | dovecot: Update to version 2.3.7.2
| * | | | dovecot: Update to version 2.3.7.2Josef Schlehofer2019-09-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix CVE-2019-11500 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | Merge pull request #9947 from eglooca/masterRosen Penev2019-09-09
|\ \ \ \ \ | | | | | | | | | | | | netifyd: Updated to v2.92.
| * | | | | netifyd: Updated to v2.92.Darryl Sokoloski2019-09-09
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca>
* | | | | | Merge pull request #9956 from neheb/wanRosen Penev2019-09-09
|\ \ \ \ \ \ | | | | | | | | | | | | | | libwangle: Update to 2019.09.02
| * | | | | | libwangle: Update to 2019.09.02Rosen Penev2019-09-09
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Several size optimizations. Savings of ~68KB. Remove shared build. libwangle is only used by fbthrift. Just use the static version. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #9950 from neheb/fizzRosen Penev2019-09-09
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | libfizz: Update to 2019.09.09.00
| * | | | | libfizz: Update to 2019.09.09.00Rosen Penev2019-09-09
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Several size optimizations. ~76KB savings. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #9948 from dibdot/banIPDirk Brenken2019-09-09
|\ \ \ \ \ | | | | | | | | | | | | banip: update 0.2.0
| * | | | | banip: update 0.2.0Dirk Brenken2019-09-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * remove 'http-only' mode, all sources are now fetched from https sites * the backup mode is now mandatory ('/tmp' is the default backup directory), always create and re-use backups if available. To force a re-download take the 'reload' action. * support 'sshd' in addition to 'dropbear' for logfile parsing to detect break-in events * always update the black-/whitelist with logfile parsing results in 'refresh' mode (no new downloads) * rework the return code handling * tweak procd trigger * various small fixes * (s)hellsheck cosmetics Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | Merge pull request #9949 from neheb/follyRosen Penev2019-09-09
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | libfolly: Update to 2019.09.02
| * | | | | libfolly: Update to 2019.09.02Rosen Penev2019-09-09
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Several optimizations to reduce size. ~35KB. Mostly because of LTO. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | acme: depends on gnu-wgetYousong Zhou2019-09-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes openwrt/packages#9456 Ref: https://github.com/openwrt/packages/issues/9456 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | wget: provides gnu-wgetYousong Zhou2019-09-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | So that packages like acme requiring features from it can depend on it explicitly, not the more basic "wget" which is also provided by "uclient-fetch" Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | glib2: don't use libelf during host buildSebastian Kemper2019-09-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since commit d3f86c9cc3e465fbca51aaadbb274856831ba56c tools/libelf installs a pkgconfig file, which in turn is picked up during the glib2 host build. On the build bots the same occurs, although it so happens that (sometimes?) libelf.h is not found and the host build fails. This may be a timing issue specific to the build bots, as the header is in fact installed by tools/libelf and I can't reproduce this here on my own computer. In any case, libelf (if detected) is only used by gresource. gresource can be used without it. gresource is not used by OpenWrt's build system (also not in openwrt/packages). So adding "--disable-libelf" to the host configure args is not detrimental in any way and works around the issue described above. Resolves #9927 Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | Revert "libmstch: Remove boost dependency"Rosen Penev2019-09-08
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit cb78291982b7fe615a28132f6d8d2c927ad5ae28. The buildbots have GCC6. GCC7 is needed for C++17. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | php7-pecl-libevent: update to latest commitMichael Heimpold2019-09-08
| | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | php7-pecl-redis: update to 5.0.2Michael Heimpold2019-09-08
| | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | php7-pecl-http: update to 3.2.1Michael Heimpold2019-09-08
| | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | php7-pecl-dio: update SPDX id to most recent formatMichael Heimpold2019-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Also the source package contains a LICENSE file, so we can refer to it. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | php7: update to 7.2.22Michael Heimpold2019-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While at, update the SPDX license id to most recent format. Compile and run tested on mxs platform. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | Merge pull request #9930 from lucize/nssupRosen Penev2019-09-06
|\ \ \ \ | | | | | | | | | | nss: update to 3.46
| * | | | nss: update to 3.46Lucian Cristian2019-09-06
| |/ / / | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | softethervpn: Fix openssl header patchRosen Penev2019-09-06
| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #9929 from dibdot/adblockDirk Brenken2019-09-06
|\ \ \ \ | | | | | | | | | | adblock: update 3.8.5
| * | | | adblock: update 3.8.5Dirk Brenken2019-09-06
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * use raw procd interface trigger as last resort, if the adblock config is not available during startup * fix selective subdomain whitelisting for dnsmasq * fix a kresd restart issue with 'DNS File Reset' * fix a suspend/resume cornercase * disable the tld compression, if the number of blocked domains is greater than 'adb_maxtld' (default: 100000) * made the fw portlist configurable (default '53 853 5353') * preliminary support for inotify-like autoload features of dns backends like kresd in future Turris OS. If 'adb_dnsinotify' is set to 'true', all adblock related restarts and the 'DNS File Reset' will be disabled Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | Merge pull request #9931 from sebastian-de/ipfixRosen Penev2019-09-06
|\ \ \ \ | | | | | | | | | | ulogd2: Build IPFIX module
| * | | | ulogd2: Build IPFIX moduleSebastian Fleer2019-09-06
| |/ / / | | | | | | | | | | | | | | | | | | | | add ulogd_output_IPFIX.so to ulogd-mod-extra Signed-off-by: Sebastian Fleer <dev@dwurp.de>
* | | | pulseaudio: Add glib2/host dependencyRosen Penev2019-09-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was implicit with glib2 but got removed with 170ef79393aabc7cfbe3cd4625dc01f0fcc25221 Fixed license tag to newer SPDX. Removed PKG_BUILD_DIR as that is now default with upstream's e545fac8d968864a965edb9e50c6f90940b0a6c9 Minor reorganization for consistency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | lcdgrilo: Depend on vala/host insteadRosen Penev2019-09-06
| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | lcdringer: Depend on vala/host insteadRosen Penev2019-09-06
|/ / / | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | golang: Update to 1.13Xingwang Liao2019-09-06
| | | | | | | | | | | | Signed-off-by: Xingwang Liao <kuoruan@gmail.com>
* | | Merge pull request #9922 from neheb/ulRosen Penev2019-09-05
|\ \ \ | | | | | | | | ulogd2: Backport upstream patches
| * | | ulogd2: Backport upstream patchesRosen Penev2019-09-05
| | | | | | | | | | | | | | | | | | | | | | | | IPFIX support was requested. Signed-off-by: Rosen Penev <rosenp@gmail.com>