-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
miniupnpc: 2.2.7 -> 2.2.8, again #326402
Merged
Merged
miniupnpc: 2.2.7 -> 2.2.8, again #326402
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
4b9186a
Reapply "miniupnpc: 2.2.7 -> 2.2.8 , support static build"
emilazy b0ee42d
transmission_4: fix build error with our miniupnp
doronbehar 579e16b
transmission_3: add patch for miniupnpc 2.2.8
emilazy 314f169
bitcoin: add upstream patch for miniupnpc 2.2.8
emilazy 37087ef
bitcoin-abc: add upstream patch for miniupnpc 2.2.8
emilazy 2257420
i2pd: add upstream patch for miniupnpc 2.2.8
emilazy 2bf72c4
sunshine: add upstream patch for miniupnpc 2.2.8
emilazy 72446c1
flycast: add upstream patch for miniupnpc 2.2.8
emilazy 58b9ac8
bitcoind-knots: add upstream patch for miniupnpc 2.2.8
emilazy 416aae7
retroshare: 0.6.6 -> 0.6.7.2
emilazy edc7668
retroshare: add upstream patch for miniupnpc 2.2.8
emilazy 0abdd64
namecoind: add upstream patch for miniupnpc 2.2.8
emilazy c9ba793
groestlcoind: add upstream patch for miniupnpc 2.2.8
emilazy 2e46cc8
eiskaltdcpp: add upstream patch for miniupnpc 2.2.8
emilazy 77fbc57
litecoin: add patch for miniupnpc 2.2.8
emilazy 0539f86
monero-cli: build with Ninja
emilazy 497259f
monero-cli: add patch for miniupnpc 2.2.8
emilazy f96b9b9
haven-cli: build with Ninja
emilazy 5a149da
haven-cli: use patches from monero-cli
emilazy de9db75
alephone: add patch for miniupnpc 2.2.8
emilazy b9f0aa8
zeroad: add patch for miniupnpc 2.2.8
emilazy 7e44344
yaup: add patch for miniupnpc 2.2.8
emilazy c5ff204
dante: add patch for miniupnpc 2.2.8
emilazy ca39d29
chiaki4deck: add patch for miniupnpc 2.2.8
emilazy 9511ce9
elements: add patch for miniupnpc 2.2.8
emilazy fcf6c25
particl-core: add patch for miniupnpc 2.2.8
emilazy defe4ae
gridcoin-research: 5.4.8.0 -> 5.4.8.0-hotfix-1
emilazy 38d971a
pshs: move to `pkgs/by-name`
emilazy f5b70e5
pshs: format with `nixfmt-rfc-style`
emilazy 5bc8c69
pshs: modernize
emilazy 4d9b599
pshs: support all Unix platforms
emilazy f67cebe
pshs: 0.3.4 -> 0.4.3
emilazy 953b05c
qodem: move to `pkgs/by-name`
emilazy 956487c
qodem: format with `nixfmt-rfc-style`
emilazy b78f96a
qodem: modernize
emilazy 8dd4be4
qodem: fix build on Darwin
emilazy 187349b
qodem: 1.0.1 -> 1.0.1-unstable-2022-02-12
emilazy 6875020
qodem: add patches
emilazy 4a46bb9
masari: drop
emilazy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this really needed? Updating this package should be trivial for both
nix{,pkgs}-update
.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Honestly, it’s never been clear to me exactly where
nixpkgs-update
will update from. I know the main source is Repology, but that it can maybe also do GitHub releases? In this case though the newer releases are just tags and there are no corresponding GitHub releases. This at least letsmaintainers/script/update.nix
work where it doesn’t otherwise.I asked about best practices on Matrix recently but there wasn’t really any answer. There has been some talk about either making
nix-update-script
the default, or doing a mass addition of it; see #325074.