Commit Graph

236 Commits

Author SHA1 Message Date
Rosen Penev 5ad6bb0a01
Merge pull request #16078 from ja-pa/fix-email
treewide: change email address in PKG_MAINTAINER
2021-07-29 12:37:06 -07:00
Jan Pavlinec 3ee2a087a3
treewide: change email
Change from jan.pavlinec@nic.cz to jan.pavlinec1@gmail.com

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-07-29 13:21:02 +02:00
Rosen Penev dd51f58b14 gitlab-runner: update to 14.0.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-07-20 19:51:16 -07:00
Niels Widger 098d61ca12 delve: Update to 1.7.0
See
https://github.com/go-delve/delve/blob/master/CHANGELOG.md#170-2021-07-19
for changes.

Signed-off-by: Niels Widger <niels@qacafe.com>
2021-07-19 08:35:46 -04:00
Niels Widger c7d4c5372b delve: add package
Signed-off-by: Niels Widger <niels@qacafe.com>
2021-06-24 07:35:58 -04:00
Rosen Penev 0f790bb09d meson: use ninja from tools
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-06-21 01:17:46 -07:00
Rosen Penev a1f8300492 ninja: remove host build.
There's tools/ninja now, with jobserver support.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-06-21 01:16:54 -07:00
Rosen Penev f08eb8552c ninja: remove ninja-cmake.mk
Useless now that stock cmake.mk uses ninja.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-06-12 21:05:09 -07:00
Jan Pavlinec cbb572534c
gitlab-runner: update to version 13.12.0
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-05-25 10:20:06 +02:00
Jan Pavlinec 2acbb04c77
gitlab-runner: update to version 13.11.0
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-04-26 12:13:47 +02:00
Rosen Penev 1c6dea43a4 meson: update to 0.57.2
Remove upstream backport.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-04-12 22:32:20 -07:00
Rosen Penev 42baf1bac5 meson: fix compilation with at least spice
This commit should also get rid of pointless option warnings.

Also removed an extra ) that was causing a bad cpu value.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-04-05 15:31:59 -07:00
Rosen Penev 3ad92293da ninja: add custom target support for ninja-cmake
Allows fixing compilation with at least mariadb.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-27 21:51:50 -07:00
Jan Pavlinec d7e2b608e6 gitlab-runner: update to version 13.10.0
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-03-22 11:50:56 -07:00
Rosen Penev 2e3d35b608 pkgconf: update to 1.7.4
Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-22 11:45:58 -07:00
Rosen Penev d901577ffc Revert "meson: reconfigure on incremental builds"
This reverts commit f1c40e3840.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-22 11:45:58 -07:00
Andre Heider f1c40e3840 meson: reconfigure on incremental builds
When toggling a package specific config knob, we need to pass --reconfigure
to the meson setup command if an earlier build already exists.

Fixes #15032.

Signed-off-by: Andre Heider <a.heider@gmail.com>
2021-03-17 10:16:28 +01:00
Andre Heider a7865a4af4 meson: fix host cpu setting
CONFIG_TARGET_SUBTARGET is bogus for this, it can contain values such as
'nand' or 'tiny', use the real cpu type instead.

Fixes #14662.

Signed-off-by: Andre Heider <a.heider@gmail.com>
2021-03-17 10:16:28 +01:00
Andre Heider 97689327ca meson: update to 0.57.1
v0.57 is the first version that requires at least python 3.6.
Since commit 7379f8bd on the main repository we can now rely on this
prerequisite.

Switch to AUTORELEASE while at it.

Signed-off-by: Andre Heider <a.heider@gmail.com>
2021-03-17 10:16:28 +01:00
Paul Spooren 8296d84f18 asu: remove ASU server from packages
This package wasn't updated since forever, I'll pack it in a container
for easier installation but don't want to maintain it as an OpenWrt
package.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2021-03-14 12:15:16 -10:00
Rosen Penev 3ab59845a7
Merge pull request #15008 from plntyk/gcc_add_cc_symlink
gcc: add cc symlink
2021-03-12 12:54:40 -08:00
Rosen Penev e230950212 ninja: fix cmake host install
Passing DESTDIR is not needed with cmake packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-09 00:55:33 -08:00
Rosen Penev 196f1d036a
Merge pull request #15017 from neheb/me
meson: update to 0.56.2
2021-03-08 23:59:36 -08:00
Rosen Penev f54cd876c9
Merge pull request #14521 from neheb/gitl
gitlab-runner: update to 13.9.0
2021-03-06 13:57:20 -08:00
Rosen Penev 001422367e meson: update to 0.56.2
This is the last version supporting Python 3.5, which is still in wide
use. Going forward, python3/host would need to be used. Not sure if
worth it.

Remove paths section as it's deprecated.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-06 13:54:03 -08:00
Dirk Neukirchen 55cb4d1aee gcc: add cc symlink
fixes #14755

Signed-off-by: Dirk Neukirchen <plntyk.lede@plntyk.name>
2021-03-05 06:43:00 +01:00
Rosen Penev 1329b9fe2e
gitlab-runner: update to 13.9.0
Remove no MIPS depends as it supports MIPS now.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-02-22 22:26:15 -08:00
Michael Heimpold 8aa07a1f8f
Merge pull request #14813 from mhei/lttng-tools-iconv-fix
lttng-tools: fix linking with full language support enabled
2021-02-21 10:16:44 +01:00
Ilya Lipnitskiy 5d8d4fbbcb
treewide: Run refresh on all packages
The crude loop I wrote to come up with this changeset:

  find -L package/feeds/packages/ -name patches | \
  sed 's/patches$/refresh/' | sort | xargs make

Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
2021-02-20 16:02:15 -08:00
Michael Heimpold ce4701cc92 lttng-tools: fix linking with full language support enabled
This fixes fallout after d18692c.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2021-02-20 22:44:34 +01:00
Rosen Penev f5be315bfd
Merge pull request #14448 from neheb/m4
m4: fix compilation with glibc
2021-01-09 16:16:29 -08:00
Rosen Penev a5011f4920
m4: fix compilation with glibc
Upstream backport.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-01-09 16:10:37 -08:00
Rosen Penev 95bbfa2a23
lpc21isp: fix compilation with glibc
Because -static is being passed, extra linker flags are needed.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-01-09 16:09:24 -08:00
Huangbin Zhan 75c4617bcf treewide: move binary of alternatives to libexec, rename as suggested
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
2020-10-08 20:22:51 +08:00
Rosen Penev bf2402503b
autoconf: update to 2.70
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-13 16:16:37 -08:00
Rosen Penev 6f51ba5aba
Merge pull request #13919 from ja-pa/gitlab-runner
gitlab-runner: add new package
2020-12-07 15:35:34 -08:00
Rosen Penev f25f29c740
ninja: update to 1.10.2
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-05 22:48:11 -08:00
Rosen Penev 9b3a080c55
Merge pull request #14017 from neheb/aautom
automake: update to 1.16.3
2020-11-25 14:25:42 -08:00
Rosen Penev 242afe6d3e
meson: update to 0.56.0
Move c/c++ options from properties to built-in options as there is now
a deprecated warning.

Remove cross libdir value. It's default since version 0.50.

Remove ld option as it was removed in version 0.51.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-11-24 22:41:22 -08:00
Rosen Penev 4d5f3ce18e
automake: update to 1.16.3
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-11-24 22:36:47 -08:00
Jan Pavlinec 947ac8c535
gitlab-runner: add new package
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-11-23 12:57:50 +01:00
Jeffery To 55674b73d7
packr: New package
From the README:

Packr is a simple solution for bundling static assets inside of Go
binaries. Most importantly it does it in a way that is friendly to
developers while they are developing.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-10-08 03:37:18 +08:00
Rosen Penev 70ef0d2452
meson: update to 0.55.3
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-20 15:52:57 -07:00
Rosen Penev 52569b80fa ninja: fix typo
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-09 00:48:37 -07:00
Rosen Penev 54449e9c66
ninja: use for CMake
CMake supports Ninja for faster compilation and less bugginess when it
comes to parallel compilation. That is, some CMake packages currently
have PKG_BUILD_PARALLEL set where it is not needed with ninja.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-08 21:52:31 -07:00
Rosen Penev 9ab77d7da0
lttng-tools: update to 2.12.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-31 00:29:38 -07:00
Rosen Penev 0f317d6536
ninja: update to 1.10.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-27 17:32:27 -07:00
Rosen Penev 856c954998
Merge pull request #13154 from neheb/meson551
meson: update to 0.55.1
2020-08-18 00:42:48 -07:00
Rosen Penev 9e1e4fc680
meson: update to 0.55.1
Remove upstream backports.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-18 00:17:49 -07:00
Rosen Penev 8d927653d7
lpc2list: remove deprecated functions
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-14 13:49:36 -07:00
Rosen Penev 572e34843a
scons: update to 4.0.1
Cleaned up Makefile to standards.

Replaced HIDDEN with BUILDONLY. It's more descriptive.

Added PKG_HOST_ONLY. This is a host only package.

Added HOST_BUILD_PARALLEL.

Added URL for uscan.

Added patch to fix library searching.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-05 00:53:13 -07:00
Rosen Penev b01076ccd8
meson: backport upstream rpath fix
-Wl,rpath= does not work with clang, yet -Wl,rpath, does not work with
meson. Backport upstream patch fixing this.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-01 09:34:17 -07:00
Rosen Penev 6b65b20664
meson: backport no setuptools patch
It seems this was cut after the release. Fixes CircleCI compilation.

Remove distutils patch. It looks like it does nothing.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-25 00:25:55 -07:00
Rosen Penev c7057755cd
meson: update to 0.55.0
Remove upstreamed patch and add distutils one.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-23 18:55:13 -07:00
Rosen Penev 737f1f46ce
meson: fix arch mapping
meson uses a different architecture mapping than CONFIG_ARCH does.

Fix the problematic ones and fall back to CONFIG_ARCH.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-18 15:31:37 -07:00
Rosen Penev 0710282a6b
meson: update to 0.54.3
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-29 15:19:17 -07:00
Rosen Penev ab913c6565
automake: update to 1.16.2
Added PKG_BUILD_PARALLEL for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-06 21:08:33 -07:00
Rosen Penev c3127bdc86
pkgconf: update to 0.7.3
Switched to building with meson. Faster.

Add missing InstallDev section.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-02 13:32:14 -07:00
Rosen Penev 6ce19ac7c2
make: update to 4.3
Switch to gz tarball. bz2 one went away.

Add PKG_BUILD_PARALLEL for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-28 12:41:32 -07:00
Rosen Penev b385702309
meson: update to 0.54.2
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-20 12:29:37 -07:00
Rosen Penev 67c6bb1937
meson: update to 0.54.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-01 12:56:22 -07:00
Rosen Penev d88e1ae4dd
meson: fix rpath handling
This was uncovered with glib2 where the host builds were linking to the
actual host instead of the generated libraries.

Patch taken from buildroot.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-22 18:37:33 -07:00
Rosen Penev 48ef84ccef
Merge pull request #11874 from neheb/meson
meson: allow compilation in a subdirectory
2020-04-21 21:46:08 -07:00
Jeffery To 1bc2f4f3c6 treewide: Remove Python variants for non-Python packages
This removes Python-related build variants, and adds
PYTHON3_PKG_BUILD:=0 and minor build adjustments (where appropriate),
for non-Python packages. There should be no changes to build output.

This also updates some include paths for python3-package.mk and/or
python3-host.mk to be relative to the package Makefile.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-04-19 01:56:23 +08:00
Rosen Penev e74498c97a
meson: allow compilation in a subdirectory
Small tweak to get it to build.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-18 00:22:12 -07:00
Josef Schlehofer 5f19c28578 meson: update to version 0.54.0
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-04-06 21:46:27 -10:00
Rosen Penev ef3b3f61c2
Merge pull request #11518 from neheb/mes
meson: update to 0.53.2
2020-03-13 21:17:57 -07:00
David Bauer 5091c82333 lttng: replace SUBDIRS with M in package recipe
The SUBDIRS variable has been removed in kernel 5.4, and was deprecated
since the beginnig of kernel git history in favour of M or KBUILD_EXTMOD.

Signed-off-by: David Bauer <mail@david-bauer.net>
2020-03-11 00:47:14 +01:00
Rosen Penev ccb70a3407
meson: update to 0.53.2
Switched to PyPI.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-06 16:26:31 -08:00
Rosen Penev 66bf801f3a meson: update to 0.53.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-05 02:31:05 -08:00
Rosen Penev 1c4e99cc4e
ninja: updated to 1.10.0
Removed upstreamed patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-04 19:55:18 -08: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 56e090ffff
Merge pull request #10976 from jefferyto/asu-python3
asu: Change Python 2 dependencies to Python 3
2020-01-12 14:46:29 -08:00
Andre Heider f5c8565d1b meson: fix building host binaries with ccache
With CONFIG_CCACHE, $HOSTCC is 'ccache gcc' while $TARGET_CC points to a
single wrapper script. Compiling target binaries with ccache works, but
doesn't for host binaries, because we need to supply an argv array for
argc > 1 in the meson cross file.

Always pass an array for the c and c++ compiler, and while at it, do it
for the target as well - just to be on the safe side if that ever
changes.

Fixes #10982.

Signed-off-by: Andre Heider <a.heider@gmail.com>
2020-01-11 18:49:17 +01:00
Jeffery To 8bd4b03ef3 asu: Change Python 2 dependencies to Python 3
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-01-10 20:58:23 +08:00
Josef Schlehofer ce027362c4
meson: Update to version 0.52.1
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-12-16 16:40:34 +01:00
W. Michael Petullo 722ec42b43 gcc: fix build with 8.3.0
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2019-11-09 02:01:53 -05:00
Rosen Penev 243a1a1324 pkg-config: Add CONFLICTS for pkgconf
Fixed license information.

Added PKG_BUILD_PARALLEL for faster compilation.

Remove PKG_ASLR_PIE. It seems it's going through a rework.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-11-02 11:14:50 -07:00
Rosen Penev a1a2544bde pkgconf: Add package
pkgconf is a lighterweight alternative to pkg-config that does not require
glib2.

It also seems to be improved in several key areas. See the feature
comparison: http://pkgconf.org/features.html

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-11-02 11:14:50 -07:00
Andre Heider d83cba79c1 meson: add new package
This adds a host as well as a target package.

meson.mk is provided to build packages using meson.

Signed-off-by: Andre Heider <a.heider@gmail.com>
2019-11-01 08:14:25 +01:00
Andre Heider 5ead78be5a ninja: add new package
This adds a host as well as a target package.

ninja.mk is provided to execute ninja.

The two patches have been taken from upstream to fix compile issues.

Signed-off-by: Andre Heider <a.heider@gmail.com>
2019-11-01 08:14:25 +01:00
Jeffery To 635cb1309c treewide: Use pypi.mk for Python packages
This updates all Python packages that download their source from PyPi to
use pypi.mk.

This will allow future improvements/changes to pypi.mk to affect all
relevant packages.

This also makes it easier for future Python packages to start using
pypi.mk, when it's clear how it is used in existing packages.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-10-30 23:16:18 +08:00
Jan Pavlinec 299e5b0a9b
treewide: add PKG_CPE_ID for better cvescanner coverage
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-09-17 12:40:26 +02:00
Petr Štetiar 7087efd72a scons: move host build tool to a proper place
This patch aims to move scons host build tool into packages feeds, where
this tools belongs. There are currently no packages in the master tree
which would need scons, yet scons is build always as part of host tools,
just in order to satisfy host build dependency of few packages in the
packages feeeds.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
2019-09-13 07:09:28 +02:00
Sven Eckelmann bbb1ea7345 treewide: Change .*GPL.*+ licenses to SPDX compatible identifier
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>
2019-09-10 07:45:15 +02:00
Russell Senior 604102a865 patch: rename CVE-2019-13638 patch to mollify uscan
Signed-off-by: Russell Senior <russell@personaltelco.net>
2019-09-01 15:56:23 -07:00
Russell Senior b82198ff47 patch: apply upstream patch for CVE-2019-13638
GNU patch through 2.7.6 is vulnerable to OS shell command injection that
can be exploited by opening a crafted patch file that contains an ed style
diff payload with shell metacharacters. The ed editor does not need to be
present on the vulnerable system. This is different from CVE-2018-1000156.

https://nvd.nist.gov/vuln/detail/CVE-2019-13638

Signed-off-by: Russell Senior <russell@personaltelco.net>
2019-08-11 13:01:04 -07:00
Noble Pepper 31977ae6f3
gcc: fix build on x86 targets
Signed-off-by: Noble Pepper <noblepepper@gmail.com>
(cherry-picked from 32203bec9)
2019-08-04 14:51:54 -07:00
Russell Senior c8142f1ac1 tools/patch: apply upstream patch for CVE-2019-13636
In GNU patch through 2.7.6, the following of symlinks is mishandled in
certain cases other than input files. This affects inp.c and util.c.

https://nvd.nist.gov/vuln/detail/CVE-2019-13636

Signed-off-by: Russell Senior <russell@personaltelco.net>
2019-07-29 13:14:58 -07:00
Noble Pepper 5caa181b17
gcc: update to version 7.4.0, Add config options
for coping libc.a, libpthread.a and libstdc++ to target.
Add config option to eliminate need for -lstdc++ and -lgcc_pic
switches when linking statically

Signed-off-by: Noble Pepper <noblepepper@gmail.com>
2019-07-19 22:14:11 -07:00
Yousong Zhou b02e4eafd1 diffutils: provide diff, cmp as alternatives
Resolves openwrt/packages#6361

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-06-15 13:28:43 +08:00
Rosen Penev 91c97efbf4 make: Do not use libelf
libelf is used under Solaris for nlist. This is not needed in OpenWrt.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-02 14:06:24 -07:00
Rosen Penev 9777877718
lttng-tools: Update to 2.10.6
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-04-07 17:13:33 -07:00
Daniel Golle c13ae5ba28 asu: improve packaging
* use gunicorn instead of Flask for main server threads
 * generate and deploy random database password
 * provide distribution files

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-03-08 04:26:31 +01:00
Daniel Golle 31950ff200 asu: add attended sysupgrade server package
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-03-08 03:36:25 +01:00
Rosen Penev b2de31d22a
diffutils: Update to 3.7
Some Makefile consistency updates.

Added PKG_BUILD_PARALLEL for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-16 21:39:47 -08:00
Rosen Penev bba50f547f lttng-modules: Update to 2.10.8
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-12-08 19:54:48 -08:00
Michael Heimpold d7fefd2963 automake: update to 1.15.1
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2018-11-07 23:59:42 +01:00
Rosen Penev 394ff73e53 patch: Add missing CVE-2018-6951 patch
The last commit added PKG_CPE_ID and now uscan detects a CVE that I missed

Reordered patches by date

Signed-off-by: Rosen Penev <rosenp@gmail.com>
[tweaked commit message]
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2018-10-18 08:41:32 +01:00
Rosen Penev 6f0ff25503 patch: Fix CVE-2018-6952 and CVE-2018-1000156
Patches taken from official git repository.

Added PKG_CPE_ID for proper CVE tracking.

Added PKG_BUILD_PARALLEL for faster compilation.

Also adjusted Makefile to be more similar to other projects.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-10-12 14:27:25 -07:00