-
Notifications
You must be signed in to change notification settings - Fork 595
New profile: aria2p/aria2rpc #6583
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
Merged
Merged
Conversation
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
https://github.com/pawamoy/aria2p is Command-line tool and library to interact with an aria2c daemon process with JSON-RPC. aria2rpc from https://github.com/aria2/aria2 is command line tool for connecting to a remote instance of aria2c
kmk3
reviewed
Jan 13, 2025
kmk3
added a commit
to kmk3/firejail
that referenced
this pull request
Jan 14, 2025
aria2c is a command-line tool, so these should not be needed (and it's unclear how/why they would be used by the program). See also: netblue30#6583 (comment) Added on commit c869f11 ("New profile: aria2p/aria2rpc", 2024-12-27) / PR netblue30#6583.
kmk3
added a commit
to kmk3/firejail
that referenced
this pull request
Jan 14, 2025
aria2p is a command-line tool, so these should not be needed (and it's unclear how/why they would be used by the program). See also: netblue30#6583 (comment) Added on commit c869f11 ("New profile: aria2p/aria2rpc", 2024-12-27) / PR netblue30#6583.
kmk3
added a commit
that referenced
this pull request
Jan 16, 2025
aria2p is a command-line tool, so these should not be needed (and it's unclear how/why they would be used by the program). See also: #6583 (comment) Added on commit c869f11 ("New profile: aria2p/aria2rpc", 2024-12-27) / PR #6583.
kmk3
added a commit
that referenced
this pull request
Mar 23, 2025
Use one item per line to make them easier to read. Relates to #5646 #5675 #5682 #5691 #5706 #5707 #5710 #5729 #5733 #5761. Relates to #5780 #5847 #5881 #5885 #5887 #5892 #5920 #5934 #5935 #5943. Relates to #5947 #5954 #6007 #6008 #6009 #6013 #6027 #6028 #6030 #6039. Relates to #6083 #6155 #6180 #6181 #6219 #6226 #6227 #6231 #6232 #6233. Relates to #6234 #6235 #6236 #6237 #6241 #6243 #6244 #6245 #6246 #6247. Relates to #6249 #6250 #6251 #6253 #6254 #6255 #6256 #6259 #6293 #6314. Relates to #6315 #6327 #6328 #6333 #6341 #6365 #6422 #6463 #6536 #6549. Relates to #6558 #6577 #6583 #6584 #6585 #6586 #6587 #6588 #6589 #6590. Relates to #6616 #6654 #6669 #6678 #6679.
kmk3
added a commit
that referenced
this pull request
Mar 24, 2025
kmk3
added a commit
to kmk3/firejail
that referenced
this pull request
Apr 14, 2025
Replace it with the current disable-x11.inc (lowercase) include. See commit 0060b51 ("profiles: rename disable-X11.inc to disable-x11.inc (netblue30#6294)", 2024-03-27). Commands used to search and replace: $ git grep -Ilz 'disable-X11' -- etc/profile* | xargs -0 \ perl -pi -e 's/disable-X11/disable-x11/' Relates to netblue30#6549 netblue30#6583 netblue30#6584 netblue30#6585 netblue30#6586 netblue30#6587 netblue30#6589 netblue30#6590.
kmk3
added a commit
that referenced
this pull request
Apr 15, 2025
Replace it with the current disable-x11.inc (lowercase) include. See commit 0060b51 ("profiles: rename disable-X11.inc to disable-x11.inc (#6294)", 2024-03-27). Commands used to search and replace: $ git grep -Ilz 'disable-X11' -- etc/profile* | xargs -0 \ perl -pi -e 's/disable-X11/disable-x11/' Relates to #6549 #6583 #6584 #6585 #6586 #6587 #6589 #6590.
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.
aria2p: Command-line tool and library to interact with an aria2c daemon process with JSON-RPC.
https://github.com/pawamoy/aria2p
aria2rpc: Command line tool for connecting to a remote instance of aria2c.
https://github.com/aria2/aria2
Relates to #6580.