aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge pull request #10989 from BKPepe/btrfs-progs-updateRosen Penev2020-01-16
|\ | | | | btrfs-progs: update to version 5.4.1
| * btrfs-progs: update to version 5.4.1Josef Schlehofer2020-01-11
| | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | gnunet: update to version 0.12.2Daniel Golle2020-01-16
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | Merge pull request #11038 from stangri/master-vpn-policy-routingHannu Nyman2020-01-16
|\ \ | | | | | | vpn-policy-routing: bugfix: remove conflict with vpnbypass
| * | vpn-policy-routing: bugfix: remove conflict with vpnbypassStan Grishin2020-01-16
|/ / | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | Merge pull request #11024 from micmac1/subversionRosen Penev2020-01-15
|\ \ | | | | | | apr-util: clean up reverse depends (and fix subversion dep)
| * | subversion: add libsqlite3 dependSebastian Kemper2020-01-15
| | | | | | | | | | | | | | | | | | | | | apr-util was updated. It doesn't provide the depend on libsqlite3 anymore, so this needs to be added to the subversion package now. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | apache: remove libgdbm depSebastian Kemper2020-01-15
| | | | | | | | | | | | | | | | | | This dep can be removed since apu-1-config was cleaned up. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | apr-util: prevent recursive linkingSebastian Kemper2020-01-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 004-avoid_ldap_by_defaut.patch: By default use --avoid-ldap since apache2 is the only user, and we don't want to add extra dependencies to other apr-utils rdepends. Patch from Ryan Niebur <ryanryan52@gmail.com>, copied from Debian. 005-apu_config_dont_list_indep_libs.patch: Prevent recursive linking of dependent libraries by apr-util users. Patch from Peter Samuelson <peter@p12n.org>, also copied from Debian. Makes libexpat and libiconv private. 006-avoid_db_by-default.patch: Make apu-config not output dbm libs by default. See Debian #622081. Patch from Stefan Fritsch <sf@debian.org>, also copied from Debian While bumping the revision also correct license information. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | Merge pull request #11003 from neheb/mjRosen Penev2020-01-15
|\ \ \ | | | | | | | | mjpg-streamer: update to latest git version
| * | | mjpg-streamer: update to latest git versionRosen Penev2020-01-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rearranged Makefile options for consistency between packages. Added PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #11027 from neheb/luajRosen Penev2020-01-15
|\ \ \ \ | | | | | | | | | | luajit: use dynamic buildmode
| * | | | luajit: use dynamic buildmodeRosen Penev2020-01-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reduces package size with about 50% Fixes: https://github.com/openwrt/packages/issues/10848 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #11028 from neheb/bakRosen Penev2020-01-15
|\ \ \ \ \ | | | | | | | | | | | | backuppc: replace samba36 dependency
| * | | | | backuppc: replace samba36 dependencyRosen Penev2020-01-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Samba 3.6 will be removed soon. samba4-client a replacement. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #11030 from jefferyto/golang-pie-tristateRosen Penev2020-01-15
|\ \ \ \ \ \ | | | | | | | | | | | | | | golang: Update for ASLR PIE tristate option change
| * | | | | | golang: Update for ASLR PIE tristate option changeJeffery To2020-01-15
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The ASLR PIE option was changed to a tristate option (openwrt/openwrt@19cbac7d264dfca1f75849de64beb98830fbb1e4). This updates the Go compiler package and golang-package.mk to account for this change. This also adds warning messages for when the user has selected PIE but Go does not have PIE support for the chosen target. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | Merge pull request #11001 from neheb/py3Rosen Penev2020-01-15
|\ \ \ \ \ \ | | | | | | | | | | | | | | python3: Fix compilation without deprecated APIs
| * | | | | | python3: Fix compilation without deprecated APIsRosen Penev2020-01-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is based on upstream work here: https://github.com/python/cpython/pull/3934 and https://github.com/python/cpython/pull/39430 First patch was kept as is (just rebased) while the second was combined into one. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #11002 from neheb/tinyRosen Penev2020-01-14
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | tinyproxy: update to 1.10.0
| * | | | | | tinyproxy: update to 1.10.0Rosen Penev2020-01-12
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added license information. Added PKG_BUILD_PARALLEL for faster compilation. Refreshed patches. Updated URLs. Ran init script through shellcheck. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #10780 from Andy2244/glib2-mips16Rosen Penev2020-01-14
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | glib2: fix mips16 build, add size reducing static link, fpic CFLAGS
| * | | | | glib2: fix mips16 build, add size reducing static link, fpic CFLAGSAndy Walsh2019-12-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * allows building as mips16 (fixes broken mips16/32 mixed static linking) * add some static link related flags to reduce target binary size Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | | | Merge pull request #11018 from pffmachado/issue-canutilsRosen Penev2020-01-14
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | canutils: fix canutils makefile dependency
| * | | | | canutils: fix canutils makefile dependencyPaulo Machado2020-01-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PKG_RELEASE bumped Signed-off-by: Paulo Machado <pffmachado@yahoo.com>
| * | | | | canutils: fix canutils makefile dependencyPaulo Machado2020-01-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DEPENDS attribute makes canutils fail on installation procedure Removing it makes a successful build Signed-off-by: Paulo Machado <pffmachado@yahoo.com>
* | | | | | Merge pull request #11019 from aleksander0m/aleksander/mm-1-12-4Rosen Penev2020-01-14
|\ \ \ \ \ \ | | | | | | | | | | | | | | modemmanager: release 1.12.4
| * | | | | | modemmanager: release 1.12.4Aleksander Morgado2020-01-14
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New stable release with lots of fixes, including some severe memory leaks happening when GPS management is used in QMI-based devices. https://lists.freedesktop.org/archives/modemmanager-devel/2020-January/007670.html Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
* | | | | | youtube-dl: update to version 2020.1.15Josef Schlehofer2020-01-14
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | Merge pull request #11025 from jefferyto/python-pyasn1-modules-0.2.8Rosen Penev2020-01-14
|\ \ \ \ \ \ | | | | | | | | | | | | | | python-pyasn1-modules: Update to 0.2.8
| * | | | | | python-pyasn1-modules: Update to 0.2.8Jeffery To2020-01-15
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | Merge pull request #11013 from nmav/tmp-update-libsshRosen Penev2020-01-14
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | libssh: updated to 0.9.3
| * | | | | libssh: updated to 0.9.3Nikos Mavrogiannopoulos2020-01-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This updates the library to address several CVEs, add modern crypto, and eliminate legacy patches. Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
* | | | | | Merge pull request #11020 from jefferyto/golang-updatesRosen Penev2020-01-14
|\ \ \ \ \ \ | | | | | | | | | | | | | | golang: More updates
| * | | | | | golang: Update to 1.13.6Jeffery To2020-01-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | | | | golang: Add support for ASLR/PIE for Go packagesJeffery To2020-01-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds support to compile position-independent executables for packages that use golang-package.mk. Go packages will have PIE enabled if: * Go supports PIE on the target platform; * CONFIG_PKG_ASLR_PIE is selected; and * PKG_ASLR_PIE (for the package) is not set to 0 Go 1.13 supports PIE for x86 and arm targets; mips support is in progress[1]. [1]: https://github.com/golang/go/issues/21222#issuecomment-542064462 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | | | | golang: Fix selection of GOARM valueJeffery To2020-01-14
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes how GOARM is selected for arm platforms, based on support for VFP/VFPv3 rather than CPU version. Fixes #10967. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | Merge pull request #11006 from commodo/evdevRosen Penev2020-01-14
|\ \ \ \ \ \ | |/ / / / / |/| | | | | python-evdev: bump to version 1.3.0
| * | | | | python-evdev: bump to version 1.3.0Alexandru Ardelean2020-01-13
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | xtables-addons: Support IPTV TimeshiftJose Olivera2020-01-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Solves Issue #10373 and PR #10428 Signed-off-by: Jose Olivera <oliverajeo@gmail.com> (bumped PKG_RELEASE) Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #11011 from micmac1/apache-2Rosen Penev2020-01-13
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | apache: fix build + remove BROKEN from dbd-mysql
| * | | | | apache: fix dependsSebastian Kemper2020-01-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - helps build system to locate zlib - adds depend on libgdbm if libaprutil-dbm-gdbm is selected This fixes the two different build failures that can currently be observed. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | | | | apr-util: add mariadb patchSebastian Kemper2020-01-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Kris Karas from https://bz.apache.org/bugzilla/attachment.cgi?id=35326&action=diff This patch is also used by Debian. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | | Merge pull request #10994 from BKPepe/libseccompNikos Mavrogiannopoulos2020-01-13
|\ \ \ \ \ \ | |/ / / / / |/| | | | | libseccomp: update to version 2.4.2
| * | | | | libseccomp: update to version 2.4.2Josef Schlehofer2020-01-12
| | |_|_|/ | |/| | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | Merge pull request #11010 from flyn-org/cyrus-saslHannu Nyman2020-01-13
|\ \ \ \ \ | | | | | | | | | | | | cyrus-sasl: install module symbolic links of form libX.so
| * | | | | cyrus-sasl: install module symbolic links of form libX.soW. Michael Petullo2020-01-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I was too aggressive in recommending that we remove the module symbolic links of form libX.so as part of commit c9ce769b. It turns out that at least Postfix relies on these, and I suspect any application that makes use of libsasl2 will require them too. Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | Merge pull request #11005 from commodo/pymysqlHannu Nyman2020-01-13
|\ \ \ \ \ \ | | | | | | | | | | | | | | pymysql: add new package (only Py3 variant)
| * | | | | | pymysql: add new package (only Py3 variant)Alexandru Ardelean2020-01-13
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change adds support for the pymysql package, which is a pure Python MySQL client. This package will replace the current python-mysqlclient. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | Merge pull request #10935 from janh/vnstat2Hannu Nyman2020-01-13
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | vnstat2: add package