Thanks to visit codestin.com
Credit goes to github.com

Skip to content

APK 3.0-pre0#13

Closed
dangowrt wants to merge 2036 commits intoaparcar:masterfrom
dangowrt:apk3
Closed

APK 3.0-pre0#13
dangowrt wants to merge 2036 commits intoaparcar:masterfrom
dangowrt:apk3

Conversation

@dangowrt
Copy link

Build APK 3.0 with meson

BKPepe and others added 30 commits June 12, 2021 01:20
python-twisted: Update to 21.2.0, redo patches
By adding these dependencies, it is much easier for users (both
applications that use Twisted and end users) to have secure
communications by default.

Signed-off-by: Jeffery To <[email protected]>
Signed-off-by: Oleg Derevenetz <[email protected]>
stubby: remove libidn2 and libunwind dependencies
* fix a small json syntax issue in adblock.sources
* add easylist addon to reg_fr source
* add switch 'adb_fetchinsecure' to allow insecure downloads
  without certificate check (disabled by default)
* better explain 'adb_fetchparm' in readme

Signed-off-by: Dirk Brenken <[email protected]>
Explicitly add libdaemon configure flag. It seems the default was
changed.

Add AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <[email protected]>
shairport-sync: update to 3.3.8
configure script looks for host ssh. Just pass the configure variable
directly. --with-ssh doesn't work.

Also get rid of custom Compile section. It's not needed.

Signed-off-by: Rosen Penev <[email protected]>
Refresh patches. Remove upstream one.

Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <[email protected]>
Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <[email protected]>
Ninja was merged to base and therefore we can now use normal cmake.mk

Signed-off-by: Rosen Penev <[email protected]>
Useless now that stock cmake.mk uses ninja.

Signed-off-by: Rosen Penev <[email protected]>
Refreshed patch.

Signed-off-by: Rosen Penev <[email protected]>
Remove patch. Upstream fixed it.

Add AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <[email protected]>
libprotobuf-c: update to 1.4.0
* add switch 'ban_fetchinsecure' to allow insecure downloads
  without certificate check (disabled by default)
* better explain 'ban_fetchparm' in readme

Signed-off-by: Dirk Brenken <[email protected]>
Support for wolfSSL has been upstreamed to the master OpenVPN branch
in f6dca235ae560597a0763f0c98fcc9130b80ccf4 so we can use wolfSSL
directly in OpenVPN. So no more needed differnt SSL engine for OpenVPN
in systems based on wolfSSL library
Compiled && tested on ramips/mt7620, ramips/mt7621

Signed-off-by: Ivan Pavlov <[email protected]>
Use original main repo's releases instead

Signed-off-by: Van Waholtz <[email protected]>
Signed-off-by: Jonathan G. Underwood <[email protected]>
Signed-off-by: Jonathan G. Underwood <[email protected]>
…-remove-maintainer

[stubby,getdns]: Remove maintainer from stubby and getdns packages
Enable using wolfSSL cryptographic API engine in OpenVPN
Add my email address to the copyright for the file.

Signed-off-by: Kevin Lyda <[email protected]>
 * quotes around all variables
 * always use 'read -r' instead of 'read'
 * some more minor shellcheck fixes
 * reorder LVM ops for 'up' call to allow it to succeed

Signed-off-by: Daniel Golle <[email protected]>
squashfs-tools aren't of much use without xz compression support
on OpenWrt, as we build kernel with squashfs supporting only xz.
Enabled support for xz compression by default.

Signed-off-by: Daniel Golle <[email protected]>
 * don't segfault if server reply is incomplete
 * always request 'generic' image on x86/generic and x86/64
 * make SNAPSHOT branches sticky, eg. stay on 21.02-SNAPSHOT and do
   not 'upgrade' to 21.02.0-rc2.
 * output requested server URL when debugging

Signed-off-by: Daniel Golle <[email protected]>
micmac1 and others added 29 commits July 7, 2021 01:12
configure.in checks for "ARMv8 CRC32C intrinsics" and goes as far as
adding "-march=armv8-a+crc" to the target flags if the compiler allows
it. This can clash with the OpenWrt target flags in
CONFIG_TARGET_OPTIMIZATION. If for example the latter is set to
"-mcpu=cortex-a9" the following warning is issued:

  cc1: warning: switch '-mcpu=cortex-a9' conflicts with '-march=armv5t' switch

This commit prevents configure.in from adding the mentioned flag. The
addition is unwanted when cross-compiling.

An issue was raised for this recently, see [1].

[1] openwrt#16034

Signed-off-by: Sebastian Kemper <[email protected]>
See upstream release notes for changes:
https://github.com/syncthing/syncthing/releases/tag/v1.18.0

Signed-off-by: Paul Spooren <[email protected]>
youtube-dl: update to version 2021.6.6
libfmt: bump to version 8.0.1
Signed-off-by: Tianling Shen <[email protected]>
…ith_gcc11

libupm: Workaround for errors with GCC11
Missing header.

Signed-off-by: Rosen Penev <[email protected]>
nut is a C++98 project which does not compile with GCC11's default of
C++17.

Signed-off-by: Rosen Penev <[email protected]>
libelektra: fix compilation with GCC11
libebml: fix compilation with GCC11
Fixes compilation with GCC11.

Reorganized Makefile variables for consistency between packages.

Signed-off-by: Rosen Penev <[email protected]>
Signed-off-by: Florian Eckert <[email protected]>
555268b ubus: filter neighbors by SSID when preparing nr
3db9607 data storage: match SSID when searching ap entry
a22f5a7 storage: ensure SSID strings are NULL-terminated

Signed-off-by: Nick Hainke <[email protected]>
Signed-off-by: Wojciech Dubowik <[email protected]>
linuxptp: Upgrade to version 3.1.1
nut: fix compilation with GCC11
Using GPT/UUID parition table is not always a possible choice.
Add support for MBR/DOS partitioned disks to make autopart work on
legacy targets like mt7623.

Signed-off-by: Daniel Golle <[email protected]>
Testing showed that additional syscalls are needed on ARMv7.
Add "getegid32", "geteuid32", "getgid32" and "getrandom" as they are
all innocent.

Signed-off-by: Daniel Golle <[email protected]>
APK requires lua-zlib to be present during build to generate it's
compressed help output.

Signed-off-by: Daniel Golle <[email protected]>
It's needed to generate APK's manpages.
@dangowrt dangowrt closed this Jul 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.