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
ae204829
Commit
ae204829
authored
5 months ago
by
mio
Committed by
Ariadne Conill
5 months ago
Browse files
Options
Downloads
Patches
Plain Diff
community/lxcfs: upgrade to 6.0.1
parent
e9cc2673
No related branches found
No related tags found
1 merge request
!71011
community/lxcfs: upgrade to 6.0.1
Pipeline
#255128
skipped
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/lxcfs/APKBUILD
+4
-2
4 additions, 2 deletions
community/lxcfs/APKBUILD
community/lxcfs/fix-undeclared-path-max.patch
+12
-0
12 additions, 0 deletions
community/lxcfs/fix-undeclared-path-max.patch
with
16 additions
and
2 deletions
community/lxcfs/APKBUILD
+
4
−
2
View file @
ae204829
# Contributor: Carlo Landmeter <clandmeter@alpinelinux.org>
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
pkgname
=
lxcfs
pkgver
=
5
.0.
4
pkgver
=
6
.0.
1
pkgrel
=
0
pkgdesc
=
"FUSE filesystem for LXC"
url
=
"https://linuxcontainers.org/lxcfs"
...
...
@@ -14,6 +14,7 @@ source="https://linuxcontainers.org/downloads/lxcfs/lxcfs-$pkgver.tar.gz
lxcfs.confd
lxcfs.initd
README.alpine
fix-undeclared-path-max.patch
"
build
()
{
...
...
@@ -39,8 +40,9 @@ package() {
}
sha512sums
=
"
b404045dbabe23e1d1f1d74c1648d2596bb70aaa9f9e46f9f5635b0a02d0c451f68b2559920bbefc5b889e908cf1da0a33c148b26bdce3e45c3d0cbdff71060
4 lxcfs-
5
.0.
4
.tar.gz
3e5ab8af0fd81b1b0ac83ce781b20a55c1c1277a01edbca07106534043a0070291331775b7fa4e1c005b54d24d690ad9abe9b208de749a70dcff853741d02fd
4 lxcfs-
6
.0.
1
.tar.gz
71df316b1aaf1a0fadc230473a66c0be4d201d706481f1042c353b79fc629e9e681ec4fe0dfb113370e00d3f40175b0d7759fdcdcce57cf1d2db585068aa6e8d lxcfs.confd
294424f5ee4c64659c3079fb9caf7310523acdda18f93fcffcf99f2b624fe008236919b6acaea5e5881499ec26a7fd893e9e3bb2b9c5abbf491ead08a2223d3f lxcfs.initd
16c65a10b2b95a85ea21d2cb44a45c9c7faf1e22c8c438c7325be96025588834a528544598a91facc13fa93cc46f6c4534fa2ca6bb58b152a26f1ced94b18f16 README.alpine
8b9510d14195c9c4cb0d87c5183263bcdbf424e5ba769d07ea896f5af93d7bcc11d4e8e960de7cb971b6bd1cae932850ebe8e0d3b0176acd270cab5030313f7b fix-undeclared-path-max.patch
"
This diff is collapsed.
Click to expand it.
community/lxcfs/fix-undeclared-path-max.patch
0 → 100644
+
12
−
0
View file @
ae204829
Upstream issue: https://github.com/lxc/lxcfs/issues/657
--- lxcfs-6.0.1-origin/src/bindings.h
+++ lxcfs-6.0.1/src/bindings.h
@@ -5,6 +5,7 @@
#include "config.h"
+#include <linux/limits.h>
#include <linux/types.h>
#include <signal.h>
#include <stdbool.h>
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