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
24958187
Commit
24958187
authored
1 year ago
by
Kevin Daudt
Browse files
Options
Downloads
Patches
Plain Diff
community/meilisearch: bump libc create to fix lfs64
parent
4d263047
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/meilisearch/APKBUILD
+2
-0
2 additions, 0 deletions
community/meilisearch/APKBUILD
community/meilisearch/cargo-update-libc-lfs64.patch
+16
-0
16 additions, 0 deletions
community/meilisearch/cargo-update-libc-lfs64.patch
with
18 additions
and
0 deletions
community/meilisearch/APKBUILD
+
2
−
0
View file @
24958187
...
...
@@ -30,6 +30,7 @@ source="https://github.com/meilisearch/meilisearch/archive/v$pkgver/meilisearch-
deserr-features.patch
syslog.patch
config.patch
cargo-update-libc-lfs64.patch
$pkgname
.initd
$pkgname
.confd
"
...
...
@@ -102,6 +103,7 @@ sha512sums="
1e934f6ac31352b1c57a90e4c50fc26b1483134f2edaabd8c981f118c9c2a7729213aab6704f8f61e371429a8c59d80df5309075f7be66fbe746ce38a4baec2e deserr-features.patch
bacc82d2d4654930cff3173fb09ece051c45adcb288458fce4be1930c80b59cdac5c4efaa81c2997be0f3833a96811a2485a0f1ef318eabffaa4b6b3ae964eac syslog.patch
41b7a6c0fa049216437e00d8f1cbea336e30d527d8cc626b9bd1885f5d817a67f30af324efc2a498611bd3b781e926de6150dfeb89029433d6163191c671681b config.patch
f8eb5382934a40ff6677c6b8b015e8cb3689ea65e2505c73ab15402d6ec313fd92617975ffe4569e65d4e9b07c0436a3162b33bb481d4c6e27daf83880f57362 cargo-update-libc-lfs64.patch
cc2ca5cc2d7baa3d17bb2d0798211599264d11017e2f8139bec07e719b6bf99de2bb0e2eb64ba99f74ed0c299c30f12a7867c76abfe57279a714a14c030e8543 meilisearch.initd
601a8cd3509a6fc24a6445fd09acca00f082e7767db1d36bfa496ab06c91414a43881e3cdcd2176620c9844776e4a2f1954051a4ec34cc13bba6d5316a0c9e96 meilisearch.confd
"
This diff is collapsed.
Click to expand it.
community/meilisearch/cargo-update-libc-lfs64.patch
0 → 100644
+
16
−
0
View file @
24958187
diff --git a/Cargo.lock b/Cargo.lock
index f1ff389..a1fbc7e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2101,9 +2101,9 @@
dependencies = [
[[package]]
name = "libc"
-version = "0.2.139"
+version = "0.2.149"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
+checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b"
[[package]]
name = "libgit2-sys"
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