aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* libftdi1: disable building documentationStijn Tintel2020-01-17
| | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the following build failure: [ 66%] Generating ../doc/xml/ftdi_8c.xml warning: Tag 'PERL_PATH' at line 2083 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'MSCGEN_PATH' at line 2105 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" [ 72%] Generating ftdi1_doc.i Traceback (most recent call last): File "/home/stijn/Development/LEDE/source/build_dir/target-x86_64_musl/libftdi1-1.4/python/doxy2swig.py", line 457, in <module> main() File "/home/stijn/Development/LEDE/source/build_dir/target-x86_64_musl/libftdi1-1.4/python/doxy2swig.py", line 453, in main convert(args[0], args[1], not options.func_def, options.quiet) File "/home/stijn/Development/LEDE/source/build_dir/target-x86_64_musl/libftdi1-1.4/python/doxy2swig.py", line 430, in convert p = Doxy2SWIG(input, include_function_definition, quiet) File "/home/stijn/Development/LEDE/source/build_dir/target-x86_64_musl/libftdi1-1.4/python/doxy2swig.py", line 72, in __init__ f = my_open_read(src) File "/home/stijn/Development/LEDE/source/build_dir/target-x86_64_musl/libftdi1-1.4/python/doxy2swig.py", line 44, in my_open_read return open(source) FileNotFoundError: [Errno 2] No such file or directory: '/home/stijn/Development/LEDE/source/build_dir/target-x86_64_musl/libftdi1-1.4/doc/xml/ftdi_8c.xml' Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> Acked-by: Rosen Penev <rosenp@gmail.com>
* strongswan: bump to 5.8.2Stijn Tintel2020-01-17
| | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* Merge pull request #11036 from ja-pa/libarchive-3.4.1Rosen Penev2020-01-16
|\ | | | | libarchive: update to version 3.4.1
| * libarchive: update to version 3.4.1 (security fix)Jan Pavlinec2020-01-16
| | | | | | | | | | | | Fixes CVE-2019-19221 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | Merge pull request #11039 from cotequeiroz/onigRosen Penev2020-01-16
|\ \ | | | | | | oniguruma: bump to version 6.9.4
| * | oniguruma: bump to version 6.9.4Eneas U de Queiroz2020-01-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This version adds a new RegSet API, and fixes the following: - CVE-2019-19012 - CVE-2019-19203 - CVE-2019-19204 - CVE-2019-19246 - some problems (found by libFuzzer test) Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | 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