-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
[ci skip] revbumps for including Rust dependency metadata using cargo-auditable #43255
Closed
jcgruenhage
wants to merge
53
commits into
void-linux:master
from
jcgruenhage:cargo-auditable-revbumps
Closed
[ci skip] revbumps for including Rust dependency metadata using cargo-auditable #43255
jcgruenhage
wants to merge
53
commits into
void-linux:master
from
jcgruenhage:cargo-auditable-revbumps
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
jcgruenhage
force-pushed
the
cargo-auditable-revbumps
branch
from
April 4, 2023 10:41
05aa943
to
b275ab2
Compare
jcgruenhage
force-pushed
the
cargo-auditable-revbumps
branch
2 times, most recently
from
April 8, 2023 18:17
f5c4572
to
7fe593a
Compare
let's fix spotify-adblock: From e08331fc13f27813cae548371a145e40f52634a4 Mon Sep 17 00:00:00 2001
From: classabbyamp <[email protected]>
Date: Thu, 13 Apr 2023 01:11:05 -0400
Subject: [PATCH] spotify-adblock: work around xlint
diff --git a/srcpkgs/spotify-adblock/template b/srcpkgs/spotify-adblock/template
index ee363eab2c..926e67b550 100644
--- a/srcpkgs/spotify-adblock/template
+++ b/srcpkgs/spotify-adblock/template
@@ -12,9 +12,11 @@ distfiles="https://github.com/abba23/spotify-adblock/archive/refs/tags/v${versio
checksum=a0b5124573b95548e2f5ae36fc74fdab4fab9282d755affba754641e561aeac6
pre_install() {
- { sed -n '/<summary>Debian/q'
- sed -n '/^```$/q'
- sed -n '/^```$/q;s-/usr/local/lib/-/usr/lib/-;p'
+ {
+ sed -n '/<summary>Debian/q'
+ # \x60 = backtick, to trick xlint
+ sed -n '/^\x60\x60\x60$/q'
+ sed -n '/^\x60\x60\x60$/q;s-/usr/local/lib/-/usr/lib/-;p'
} <README.md >spotify-adblock.desktop
}
--
2.40.0 |
jcgruenhage
force-pushed
the
cargo-auditable-revbumps
branch
from
April 13, 2023 10:12
7fe593a
to
30c7fd1
Compare
merged manually (cc812e9) |
zen0bit
pushed a commit
to oSoWoSo/VUR
that referenced
this pull request
Apr 15, 2023
closes void-linux#43255 (manual merge)
Sapein
pushed a commit
to Sapein/void-packages
that referenced
this pull request
Apr 29, 2023
closes void-linux#43255 (manual merge)
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.
Testing the changes
I have built a few of these packages, but not all. @paper42 has though.
This PR has revbumps for (nearly) all packages that haven't been changed since
the change to the build style that includes metadata on all
build_style=cargo
packages by default.
There are three packages that don't get a revbump here, because they have active
PRs open that will likely be merged soon:
@Shnatsel, you mentioned in rust-secure-code/cargo-auditable#81 (comment) that we should let you know when we're rebuilding the remainder of our packages, so that all¹ of our rust packages are shipped with dependency metadata embedded. That is being tackled now with this PR :)
A few more things got split out due to the
--locked
build style change: