Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
fa01f216
Commit
fa01f216
authored
1 year ago
by
Celeste
Committed by
Kevin Daudt
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
community/sad: bump getrandom crate to fix open64
parent
d7a36ea9
Loading
Loading
1 merge request
!54077
community/sad: bump getrandom crate to fix open64
Pipeline
#189478
skipped
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/sad/APKBUILD
+5
-2
5 additions, 2 deletions
community/sad/APKBUILD
community/sad/getrandom-0.2.10.patch
+26
-0
26 additions, 0 deletions
community/sad/getrandom-0.2.10.patch
with
31 additions
and
2 deletions
community/sad/APKBUILD
+
5
−
2
View file @
fa01f216
...
...
@@ -2,13 +2,15 @@
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname
=
sad
pkgver
=
0.4.22
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
"CLI search and replace - a batch file edit tool"
url
=
"https://github.com/ms-jpq/sad"
arch
=
"all"
license
=
"MIT"
makedepends
=
"cargo cargo-auditable"
source
=
"https://github.com/ms-jpq/sad/archive/v
$pkgver
/sad-
$pkgver
.tar.gz"
source
=
"https://github.com/ms-jpq/sad/archive/v
$pkgver
/sad-
$pkgver
.tar.gz
getrandom-0.2.10.patch
"
prepare
()
{
default_prepare
...
...
@@ -30,4 +32,5 @@ package() {
sha512sums
=
"
0bb2871d6ebfd03b37f46af806a5255becba79f893adf8cb0935fe3786c647848d8789f2be0c474dc4b66d5947586b5b8b09a82a26e9b3462f3a01d32fc20371 sad-0.4.22.tar.gz
953890cea53a0724f3fce97846dd4ac1fa516c0088a00d3fb9a83de2e252ba464df42d323bd551bbc5666385d980e3a5677e7ecd72cd92c71fe5edb89b193081 getrandom-0.2.10.patch
"
This diff is collapsed.
Click to expand it.
community/sad/getrandom-0.2.10.patch
0 → 100644
+
26
−
0
View file @
fa01f216
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -230,9 +230,9 @@
[[package]]
name = "getrandom"
-version = "0.2.7"
+version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"
+checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
dependencies = [
"cfg-if",
"libc",
@@ -278,9 +278,9 @@
[[package]]
name = "libc"
-version = "0.2.126"
+version = "0.2.149"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
+checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b"
[[package]]
name = "lock_api"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment