Commit graph

23884 commits

Author SHA1 Message Date
Michael Heimpold
6331dc62d5
Merge pull request #15040 from mhei/libstrophe-nls
libstrophe: fix build with full language support enabled
2021-03-07 21:10:19 +01:00
Michael Heimpold
59a8bb10d4 libstrophe: fix build with full language support enabled
After d18692c, we need to include nls.mk to setup correct
environment variables so that linking succeeds.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2021-03-07 11:25:43 +01:00
Nicholas Smith
02d8bbcfe0 modemmanager: bump to 1.16.2
Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
2021-03-07 19:50:23 +10:00
Nicholas Smith
570ff69ec6 libqmi: bump to 1.28.2
Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
2021-03-07 19:44:37 +10:00
Rosen Penev
d19efa138e
Merge pull request #15035 from neheb/ng
nginx: fix compilation with BUILD_NLS
2021-03-07 01:07:00 -08:00
Michael Heimpold
331f8afd99
Merge pull request #15010 from mhei/php8-update
php8: update to 8.0.3
2021-03-07 09:32:22 +01:00
Rosen Penev
b92f2c2bee znc: update to 1.8.2
Switch to CMake + Ninja to fix parallel compilation.

Switched PKG_BUILD_DIR to use PKG_INSTALL_DIR for easier readability.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-06 20:04:43 -08:00
Rosen Penev
0a7fcae324
Merge pull request #15034 from neheb/dos
dosfstools: update to 4.2
2021-03-06 14:34:45 -08:00
Rosen Penev
de176d6f6f nginx: fix compilation with BUILD_NLS
Requires nls.mk because of libxml2.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-06 14:06:19 -08:00
Rosen Penev
29440d1575 dosfstools: update to 4.2
Remove upstreamed patch.

Added AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-06 14:05:09 -08:00
Rosen Penev
a30518f99e reptyr: do not build on mips64
mips of any kind is not supported.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-06 14:04:33 -08:00
Rosen Penev
45dcec32ce
Merge pull request #14873 from neheb/cxx
treewide: remove uClibc++ support
2021-03-06 14:00:32 -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
Rosen Penev
838c22b32a
Merge pull request #14973 from neheb/tang
tang: update to 8
2021-03-06 13:51:52 -08:00
Rosen Penev
987cec780b
Merge pull request #14822 from neheb/m
minizip: update to 3.0.0
2021-03-06 13:51:33 -08:00
Rosen Penev
96d292ff5b
Merge pull request #14856 from neheb/mar
mariadb: update to 10.4.18
2021-03-06 13:51:15 -08:00
Rosen Penev
54663aafa9
Merge pull request #14820 from neheb/r
readsb: update to 3.9.0
2021-03-06 13:50:18 -08:00
David Bauer
c6b3d94929 mtd-rw: fix build failure with kernel 5.10
When building mtd-rw for a target based on Kernel 5.10 which has
CONFIG_MTD disabled the build fails with

ERROR: "put_mtd_device" [../mtd-rw.ko] undefined!
ERROR: "get_mtd_device" [../mtd-rw.ko] undefined!

Omit building the package for such a target.

Signed-off-by: David Bauer <mail@david-bauer.net>
2021-03-06 22:28:55 +01:00
Michael Heimpold
e819f630a2 php8: update to 8.0.3
Also update opcache compile fix patch.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2021-03-06 20:34:10 +01:00
Eneas U de Queiroz
db3389edc2 php8: fix pecl build with QUILT
This is d4979cff0 ported to php8.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2021-03-06 20:34:28 +01:00
Eneas U de Queiroz
8c6d7dc37c php8: fix build with QUILT
This is d4979cff0 ported to php8.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2021-03-06 20:34:10 +01:00
Dirk Neukirchen
09ee530d7f backuppc: fix build with host detected par2
Makefile does not overwrite par2 path
if par2 is available on build-host it is detected
and then the patch with fixup-config-pl.patch
in install fails because hunk 2 cannot be applied

hunk 2 has $Conf{ParPath}   = ''; - so provide an empty path

Signed-off-by: Dirk Neukirchen <plntyk.lede@plntyk.name>
2021-03-06 18:09:32 +01:00
Nick Hainke
625f3c8302 wg-installer: add link-local to client interface
Wireguard has no link-local address on an interface automatically.
Add a link-local to the interface. The server has fe80::1/64 and
the client fe80::2/64.

Signed-off-by: Nick Hainke <vincent@systemli.org>
2021-03-06 11:16:38 +01:00
Rosen Penev
34dbf65025
Merge pull request #15027 from neheb/mpd
mpd: update to 0.22.6
2021-03-06 02:09:55 -08:00
Rosen Penev
6543580fa0
Merge pull request #15015 from neheb/aug
augeas: fix compilation with BUILD_NLS
2021-03-06 01:50:45 -08:00
Hannu Nyman
0f4138db0b nano: update to 5.6.1
Update nano editor to version 5.6.1

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2021-03-06 10:27:14 +02:00
Rosen Penev
09ec2fcdd1 mpd: update to 0.22.6
Add patch fixing compilation with Debian 9.

Remove npupnp patch. While it doesn't seem to have any negative effects
there's no real benefit to it.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-05 22:08:59 -08:00
Michael Heimpold
5dd949d86e
Merge pull request #15011 from mhei/php7-update
php7: update to 7.4.16
2021-03-06 06:30:43 +01:00
Rosen Penev
bc3ac134f6
Merge pull request #15002 from plntyk/i2pd_fixup
I2pd: fix imagebuilder and startup
2021-03-05 17:12:15 -08:00
Rosen Penev
2540a29267
Merge pull request #15014 from neheb/sel
python3-libselinux: fix musl 1.2.x compilation.
2021-03-05 16:42:43 -08:00
Rosen Penev
b9236dc173 tang: update to 8
Upstream switched to meson. Adjust accordingly.

Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-05 16:41:41 -08:00
Rosen Penev
39bc254663 treewide: remove uClibc++ support
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-05 15:07:46 -08:00
Rosen Penev
f2d7f216a4 libndpi: remove C++ stuff
I don't even know why this is here.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-05 15:07:24 -08:00
Rosen Penev
c3544ac71d tiff: get rid of libtiffxx
Nothing uses it.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-05 15:07:24 -08:00
Rosen Penev
26a9b47588 libplist: get rid of libplistxx
Nothing uses it.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-05 15:07:24 -08:00
Rosen Penev
c8128df4e4 conmon: update to 2.0.26
Switched to building with meson as it works better in a parallel
context.

Small Makefile adjustments for consistency.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-05 14:32:33 +00:00
Rosen Penev
87c827b6f0
Merge pull request #15022 from garikello3d/libpqxx-update-version-7.4.1
libpqxx: update version to 7.4.1
2021-03-05 02:57:54 -08:00
Igor Bezzubchenko
1f08a4c8df libpqxx: update version to 7.4.1
Signed-off-by: Igor Bezzubchenko <garikello@gmail.com>
2021-03-05 13:27:09 +03:00
Paul Spooren
13c1f2bcda CI: checkout HEAD commit rather than merge commit
GitHub CI actions/checkout uses a merge commit which isn't compatible
with our formality checks. Instead checkout the pull request HEAD.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2021-03-04 23:42:32 -10:00
Rosen Penev
fa631e9284
Merge pull request #14947 from neheb/clam
clamav: update to 0.103.1
2021-03-05 01:41:56 -08:00
Rosen Penev
7cd687cb7e clamav: update to 0.103.1
Convert to using CMake in order to speed up compilation and to fix
compilation under glibc.

Add extra dependencies since they're now needed.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-05 01:19:30 -08:00
Rosen Penev
dd65dac8b3 freetype: switch to meson
Meson configures and builds faster. It's also simpler.

Backport upstream patch fixing compilation without harfbuzz and brotli.

Added distutils patch for some debian systems.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-05 01:17:34 -08:00
Rosen Penev
b091d4b237
Merge pull request #15016 from neheb/sto
stoken: fix compilation with BUILD_NLS
2021-03-05 00:08:17 -08:00
Rosen Penev
60682c0235 stoken: fix compilation with BUILD_NLS
Fixes linking issue as libxml2 uses iconv.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-04 23:44:46 -08:00
Rosen Penev
80a0261a5d augeas: fix compilation with BUILD_NLS
Needs nls.mk because of libxml2.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-04 23:43:43 -08:00
Rosen Penev
22eec6ee26 python3-libselinux: fix musl 1.2.x compilation.
Backported upstream patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-04 23:42:37 -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
Paul Spooren
1b46af0e59 CI: migrate formal checks from CircleCI to GitHub
Run the formal checks like SoB message via the GitHub CI.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2021-03-04 18:21:01 -10:00
Rosen Penev
f013af726a
Merge pull request #15007 from cotequeiroz/pigeonhole
pigeonhole: bump to 0.5.14
2021-03-04 15:05:21 -08:00