-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update README.md #723
Open
jonah-andermin
wants to merge
4,901
commits into
gnuton:master
Choose a base branch
from
jonah-andermin:patch-1
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update README.md #723
Conversation
This file contains 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
3004.388.6-2
There are reported cases of cron jobs being lost under heavy cru activity (concurrent executions). Protect against concurrent add or deletes with a more robust locking mechanism using flock. File descriptor 278 is used as it represents the letters C-R-U on a telephone keypad.
others: improve cru locking to prevent concurrent updates
Fix bracket typo preventing proper version display in log message. Fixes 3c6300e
rc: fix version parsing in watchdog
Matches configuration from before the latest GPL merge, and eliminates the Unset locale logged message.
That basic protection blocks access to the minidlna web interface if you try to use anything but an IP address to access it. Protection is better handled at the DNS level, through dnsmasq.
Reapply fix lost when merged newer minidlna with latest GPL merge.
…nSSL location Asuswrt has an actual server certificate in the location where there should be the whole CA bundle (/etc/server.pem), causing inadyn to fail to locate the CA bundle if it isn't explicitely defined in the config file (the alternate locations are never tested). Bypass the default location check that would get this single cert, by going straight for the correct location of the whole CA bundle. This resolves issues where users using custom config would often miss the CA bundle location in their config file.
…on for RSA PKCS#1 Fixes From Ubuntu Repository
openssl: Ported recent CVE fixes for OpenSSL-1.1.1w from Ubuntu Repository.
* Update manifest2.txt * Update manifest2.txt * Update github-actions.yml
…uton#673) Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…lient Also, the target unit is now passed as a second argument. Previously, it was appended to the event name - and that value was ignored as the function would use the OpenVPN unit value stored in nvram instead. Now, we properly use that passed argument as the target unit.
3004.388.8_4
Added RT-AX 5400 to list of supported devices due to it having stable release.
gnuton
force-pushed
the
master
branch
3 times, most recently
from
January 10, 2025 23:41
96b4929
to
c5e2d87
Compare
Rebase is required here |
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.
Added RT-AX 5400 to list of supported devices due to it having stable release.