Commit graph

17889 commits

Author SHA1 Message Date
Stijn Tintel
c131843663 libftdi1: disable building documentation
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>
2020-01-17 00:55:18 +02:00
Stijn Tintel
f68f23f094 strongswan: bump to 5.8.2
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2020-01-17 00:53:36 +02:00
Rosen Penev
9dcf4a932b
Merge pull request #11036 from ja-pa/libarchive-3.4.1
libarchive: update to version 3.4.1
2020-01-16 14:34:57 -08:00
Rosen Penev
6a61b6860f
Merge pull request #11039 from cotequeiroz/onig
oniguruma: bump to version 6.9.4
2020-01-16 14:33:41 -08:00
Rosen Penev
82747d743d
Merge pull request #10989 from BKPepe/btrfs-progs-update
btrfs-progs: update to version 5.4.1
2020-01-16 14:29:04 -08:00
Jeffery To
a29905c42b gpsd: Update to 3.20, add/refresh patches
New patches (both for SConstruct):

* Do not import from distutils. Since Python support/modules are not
  built, there is no need to import from distutils. (Importing from
  distutils may prevent the package from being built on systems without
  a full distutils module, e.g. Debian with python3-minimal.)

  I have added back the import in places where it may be helpful to
  have, if scons is run manually.

  Fixes #10993.

* Do not check the size of time_t. The way this is done is to compile
  and run a test program; this fails when cross-compiling[1].

  This doesn't appear to affect any functionality (other than missing a
  compile-time warning that things will fail in 2038 if time_t is too
  small).

[1]: https://gitlab.com/gpsd/gpsd/issues/48

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-01-17 04:42:46 +08:00
Daniel Golle
ddce0509ff gnunet: update to version 0.12.2
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-01-16 20:52:04 +02:00
Hannu Nyman
90507d2862
Merge pull request #11038 from stangri/master-vpn-policy-routing
vpn-policy-routing: bugfix: remove conflict with vpnbypass
2020-01-16 19:58:24 +02:00
Stan Grishin
05603822d3 vpn-policy-routing: bugfix: remove conflict with vpnbypass
Signed-off-by: Stan Grishin <stangri@melmac.net>
2020-01-16 10:51:55 -07:00
Jan Pavlinec
df634dcc92
libarchive: update to version 3.4.1 (security fix)
Fixes CVE-2019-19221

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-01-16 15:58:25 +01:00
Jeffery To
644a16f962 scons: Switch to standalone version, update to 3.1.2
* Install the standalone (scons-local) version

  Advantages:
  - The regular version of SCons requires distutils during installation;
    the standalone version does not have this requirement

  Disadvantages:
  - The scons-local package is not available from the Fossies mirror
  - The patch will need to be manually updated with each version update

* Install files to $(STAGING_DIR_HOSTPKG) instead of $(STAGING_DIR_HOST)

* Write the correct shebang into scripts instead of using the wrapper

* Update to 3.1.2

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-01-16 20:25:48 +08:00
Rosen Penev
1fbdc4d1a4
Merge pull request #11024 from micmac1/subversion
apr-util: clean up reverse depends (and fix subversion dep)
2020-01-15 17:35:07 -08:00
Rosen Penev
875cbfa9ae
Merge pull request #11003 from neheb/mj
mjpg-streamer: update to latest git version
2020-01-15 17:31:48 -08:00
Rosen Penev
820d1e830f
Merge pull request #11027 from neheb/luaj
luajit: use dynamic buildmode
2020-01-15 16:21:55 -08:00
Rosen Penev
36ce101582
Merge pull request #11028 from neheb/bak
backuppc: replace samba36 dependency
2020-01-15 12:19:17 -08:00
Eneas U de Queiroz
94895ec818
oniguruma: bump to version 6.9.4
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>
2020-01-15 16:47:18 -03:00
Sebastian Kemper
689ca46422 subversion: add libsqlite3 depend
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>
2020-01-15 19:33:14 +01:00
Sebastian Kemper
258967b0d2 apache: remove libgdbm dep
This dep can be removed since apu-1-config was cleaned up.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2020-01-15 19:32:19 +01:00
Sebastian Kemper
ea5b746e58 apr-util: prevent recursive linking
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>
2020-01-15 19:27:19 +01:00
Rosen Penev
f030d48c54
Merge pull request #11030 from jefferyto/golang-pie-tristate
golang: Update for ASLR PIE tristate option change
2020-01-15 07:14:02 -08:00
Jeffery To
b621d1b0f3 golang: Update for ASLR PIE tristate option change
The ASLR PIE option was changed to a tristate option
(openwrt/openwrt@19cbac7d26). 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>
2020-01-15 19:36:09 +08:00
Rosen Penev
7f1704f357
Merge pull request #11001 from neheb/py3
python3: Fix compilation without deprecated APIs
2020-01-15 00:25:30 -08:00
Rosen Penev
e9c99cc4c8
Merge pull request #11002 from neheb/tiny
tinyproxy: update to 1.10.0
2020-01-14 23:39:41 -08:00
Rosen Penev
4e363da6b2 backuppc: replace samba36 dependency
Samba 3.6 will be removed soon. samba4-client a replacement.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-01-14 23:16:58 -08:00
Rosen Penev
ec9b38e584
Merge pull request #10780 from Andy2244/glib2-mips16
glib2: fix mips16 build, add size reducing static link, fpic CFLAGS
2020-01-14 20:13:22 -08:00
Rosen Penev
d9487590c6
luajit: use dynamic buildmode
Reduces package size with about 50%

Fixes: https://github.com/openwrt/packages/issues/10848

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-01-14 20:07:05 -08:00
Rosen Penev
40bc8dcad9
Merge pull request #11018 from pffmachado/issue-canutils
canutils: fix canutils makefile dependency
2020-01-14 16:51:05 -08:00
Paulo Machado
1fa9e829c4 canutils: fix canutils makefile dependency
PKG_RELEASE bumped

Signed-off-by: Paulo Machado <pffmachado@yahoo.com>
2020-01-15 00:36:10 +00:00
Rosen Penev
d869dc8010
python3: Fix compilation without deprecated APIs
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>
2020-01-14 14:43:58 -08:00
Rosen Penev
802d9e3460
Merge pull request #11019 from aleksander0m/aleksander/mm-1-12-4
modemmanager: release 1.12.4
2020-01-14 14:30:24 -08:00
Josef Schlehofer
588ec4add4
youtube-dl: update to version 2020.1.15
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-01-14 23:03:46 +01:00
Rosen Penev
87fe739803
Merge pull request #11025 from jefferyto/python-pyasn1-modules-0.2.8
python-pyasn1-modules: Update to 0.2.8
2020-01-14 14:01:29 -08:00
Rosen Penev
d88ea11adb
Merge pull request #11013 from nmav/tmp-update-libssh
libssh: updated to 0.9.3
2020-01-14 14:00:55 -08:00
Nikos Mavrogiannopoulos
424c011895 libssh: updated to 0.9.3
This updates the library to address several CVEs, add modern
crypto, and eliminate legacy patches.

Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
2020-01-14 22:21:48 +01:00
Jeffery To
a6f1e7689b python-pyasn1-modules: Update to 0.2.8
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-01-15 05:06:21 +08:00
Rosen Penev
e899347ed6
Merge pull request #11020 from jefferyto/golang-updates
golang: More updates
2020-01-14 12:10:33 -08:00
Rosen Penev
3e8d88b354
Merge pull request #11006 from commodo/evdev
python-evdev: bump to version 1.3.0
2020-01-14 12:08:43 -08:00
Jeffery To
7459757039 golang: Update to 1.13.6
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-01-14 22:34:07 +08:00
Aleksander Morgado
b9fa64832f modemmanager: release 1.12.4
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>
2020-01-14 15:27:29 +01:00
Jeffery To
c18adadd91 golang: Add support for ASLR/PIE for Go packages
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>
2020-01-14 22:17:21 +08:00
Jeffery To
b36f27716f golang: Fix selection of GOARM value
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>
2020-01-14 22:11:02 +08:00
Paulo Machado
b70cb0ef5e canutils: fix canutils makefile dependency
DEPENDS attribute makes canutils fail on installation procedure

Removing it makes a successful build

Signed-off-by: Paulo Machado <pffmachado@yahoo.com>
2020-01-14 10:57:49 +00:00
Jose Olivera
3aa5251572
xtables-addons: Support IPTV Timeshift
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>
2020-01-13 17:18:39 -08:00
Rosen Penev
b8db380ce2
Merge pull request #11011 from micmac1/apache-2
apache: fix build + remove BROKEN from dbd-mysql
2020-01-13 14:53:29 -08:00
Nikos Mavrogiannopoulos
cfda983bec
Merge pull request #10994 from BKPepe/libseccomp
libseccomp: update to version 2.4.2
2020-01-13 22:56:20 +01:00
Sebastian Kemper
d6476f30bb apache: fix depends
- 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>
2020-01-13 21:45:22 +01:00
Sebastian Kemper
1d25dcde24 apr-util: add mariadb patch
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>
2020-01-13 21:40:02 +01:00
Hannu Nyman
547fb13acb
Merge pull request #11010 from flyn-org/cyrus-sasl
cyrus-sasl: install module symbolic links of form libX.so
2020-01-13 22:04:19 +02:00
W. Michael Petullo
d6cb60f8f4 cyrus-sasl: install module symbolic links of form libX.so
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>
2020-01-13 13:57:57 -05:00
Hannu Nyman
32cb314db1
Merge pull request #11005 from commodo/pymysql
pymysql: add new package (only Py3 variant)
2020-01-13 18:08:42 +02:00