[openwrt-19.07] addrwatch: Update to 1.0.2 and various fixes#16133
Merged
neheb merged 4 commits intoopenwrt:openwrt-19.07from Jul 15, 2021
Merged
[openwrt-19.07] addrwatch: Update to 1.0.2 and various fixes#16133neheb merged 4 commits intoopenwrt:openwrt-19.07from
neheb merged 4 commits intoopenwrt:openwrt-19.07from
Conversation
Fixes compilation on musl. Signed-off-by: Rosen Penev <rosenp@gmail.com> (cherry picked from commit 8003eea) Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Switch to standard tarball to avoid autoreconfig. Fix license information. Add PKG_BUILD_PARALLEL for faster compilation. Add PKG_INSTALL for consistency with other packages. Removed upstreamed patches. Refresh remaining one. Signed-off-by: Rosen Penev <rosenp@gmail.com> (cherry picked from commit f1a7d50) Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This is 704e733 but applied for addrwatch only. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Makefile changes include: * Include syslog output module * Move main binary (back) to /usr/sbin, as it is system administration related and requires superuser privileges New patches: * 003-add-space-for-null-byte.patch - from fln/addrwatch@374cfd2 * 004-more-specific-library-linking.patch - from fln/addrwatch@27b57d9 * 005-use-c99-format-macro-constants.patch - from fln/addrwatch#28 Init script changes include: * Fix command-line option names and format (from https://forum.openwrt.org/t/cant-start-addrwatch-service/60499/3) * Always use the --quiet command-line option, as the procd instance is not configured to capture stdout/stderr * Change the syslog config option to start the syslog output module Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Maintainer: @oskar456
Compile tested: armvirt-32, 19.07.7 sdk
Run tested: armvirt-32 (qemu), 19.07.7
Description:
This cherry picks commits from master to update addrwatch to 1.0.2 and apply some fixes. There are less changes compared to #15899 (no separate output module packages, no config file changes) to be more compatible with existing installs.