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
27a27a4a
Commit
27a27a4a
authored
10 months ago
by
zhaixiaojuan
Committed by
Celeste
10 months ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/watchbind: update libc to 0.2.155
parent
69371a1a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!66949
Draft: [3.20] main/raspberrypi-bootloader: upgrade to 1.20240524
,
!66539
testing/watchbind: update libc to 0.2.155
Pipeline
#236843
skipped
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
testing/watchbind/APKBUILD
+3
-1
3 additions, 1 deletion
testing/watchbind/APKBUILD
testing/watchbind/cargo-update.patch
+16
-0
16 additions, 0 deletions
testing/watchbind/cargo-update.patch
with
19 additions
and
1 deletion
testing/watchbind/APKBUILD
+
3
−
1
View file @
27a27a4a
...
@@ -10,7 +10,8 @@ license="GPL-3.0-or-later"
...
@@ -10,7 +10,8 @@ license="GPL-3.0-or-later"
makedepends
=
"cargo cargo-auditable"
makedepends
=
"cargo cargo-auditable"
subpackages
=
"
$pkgname
-doc"
subpackages
=
"
$pkgname
-doc"
options
=
"net"
options
=
"net"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/fritzrehde/watchbind/archive/v
$pkgver
.tar.gz"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/fritzrehde/watchbind/archive/v
$pkgver
.tar.gz
cargo-update.patch"
prepare
()
{
prepare
()
{
default_prepare
default_prepare
...
@@ -33,4 +34,5 @@ package() {
...
@@ -33,4 +34,5 @@ package() {
sha512sums
=
"
sha512sums
=
"
4084e854e070b2c9736e2ef10025f6703efcac8e9fb9c345f09e03a2048d0437e2d470b684f25306b66fca99cbeab40202d0560eba24aa2a69220b34369d2f46 watchbind-0.2.1.tar.gz
4084e854e070b2c9736e2ef10025f6703efcac8e9fb9c345f09e03a2048d0437e2d470b684f25306b66fca99cbeab40202d0560eba24aa2a69220b34369d2f46 watchbind-0.2.1.tar.gz
88b35a6e48e90cb1a17329fd641e7bed3ffd604b25c3ae9543ec91209b90a7491f74d7069d9c504fd44dda6a07429969ebeb2d68502bcbe0997b749b99021ece cargo-update.patch
"
"
This diff is collapsed.
Click to expand it.
testing/watchbind/cargo-update.patch
0 → 100644
+
16
−
0
View file @
27a27a4a
diff --git a/Cargo.lock b/Cargo.lock
index c96c886..8c8f4f5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -605,9 +605,9 @@
checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
[[package]]
name = "libc"
-version = "0.2.152"
+version = "0.2.155"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7"
+checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
[[package]]
name = "libredox"
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