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
7f197406
Commit
7f197406
authored
3 years ago
by
Laurent Bercot
Committed by
Kevin Daudt
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/mdevd: upgrade to 0.1.5.0
parent
cf218437
No related branches found
No related tags found
1 merge request
!25768
Update skarnet.org packages to the latest versions
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
testing/mdevd/APKBUILD
+6
-4
6 additions, 4 deletions
testing/mdevd/APKBUILD
testing/mdevd/mdevd.initd
+1
-1
1 addition, 1 deletion
testing/mdevd/mdevd.initd
with
7 additions
and
5 deletions
testing/mdevd/APKBUILD
+
6
−
4
View file @
7f197406
...
@@ -5,14 +5,14 @@
...
@@ -5,14 +5,14 @@
# A later version of the APKBUILD will install mdevd as device manager,
# A later version of the APKBUILD will install mdevd as device manager,
# replacing busybox mdev.
# replacing busybox mdev.
pkgname
=
mdevd
pkgname
=
mdevd
pkgver
=
0.1.
4
.0
pkgver
=
0.1.
5
.0
pkgrel
=
0
pkgrel
=
0
pkgdesc
=
"A netlink-listening device manager similar to mdev"
pkgdesc
=
"A netlink-listening device manager similar to mdev"
url
=
"https://skarnet.org/software/mdevd/"
url
=
"https://skarnet.org/software/mdevd/"
arch
=
"all"
arch
=
"all"
license
=
"ISC"
license
=
"ISC"
options
=
"!check"
# no tests provided
options
=
"!check"
# no tests provided
makedepends
=
"linux-headers skalibs-dev"
makedepends
=
"linux-headers skalibs-dev
>=2.11
"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc
$pkgname
-openrc"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc
$pkgname
-openrc"
source
=
"https://skarnet.org/software/mdevd/mdevd-
$pkgver
.tar.gz
source
=
"https://skarnet.org/software/mdevd/mdevd-
$pkgver
.tar.gz
$pkgname
.initd"
$pkgname
.initd"
...
@@ -32,5 +32,7 @@ package() {
...
@@ -32,5 +32,7 @@ package() {
install
-D
-m
755
"
$srcdir
"
/
$pkgname
.initd
"
$pkgdir
"
/etc/init.d/
$pkgname
install
-D
-m
755
"
$srcdir
"
/
$pkgname
.initd
"
$pkgdir
"
/etc/init.d/
$pkgname
}
}
sha512sums
=
"4aa0c23fb34b1638dca200bdd716ec6ea21eeaa9e5b8cdb5d6a23311e3b58d83a02edef20a382b11378709dd2447c00b5c5fe64c3479004c67b3ef78c6b17ba4 mdevd-0.1.4.0.tar.gz
sha512sums
=
"
0a13861eeda3a602b4838bd783a3648aadc980eae1b1cacb0e07b00cafe1f894c78e5b8addf9503fdf7ec4ab6190ffbd757705ce81e3e7524ee478c3c4d16b7f mdevd.initd"
1c615b136ac5b14f85cadc747a89068e089420bb6b5413ac9c402d3308d7ae46b94b3d3f66f3fc45500de0a3bba4687eaf1fd8a165e6ade3521dc8a5f3184b52 mdevd-0.1.5.0.tar.gz
5ee0b2a9604db1dbca03cecd9eb430d01e5d1fa2e778233510c01bf3f7901feb160e5351e9d28c9dbe5cfa493baa8780519857a6e43c5b32af06a4c2fc88d244 mdevd.initd
"
This diff is collapsed.
Click to expand it.
testing/mdevd/mdevd.initd
+
1
−
1
View file @
7f197406
...
@@ -11,7 +11,7 @@ pidfile="/run/$RC_SVCNAME.pid"
...
@@ -11,7 +11,7 @@ pidfile="/run/$RC_SVCNAME.pid"
required_files
=
"
$cfgfile
"
required_files
=
"
$cfgfile
"
command
=
"/bin/mdevd"
command
=
"/bin/mdevd"
command_args
=
"-C -f
$cfgfile
${
command_args
:-}
"
command_args
=
"-C
-O2
-f
$cfgfile
${
command_args
:-}
"
command_background
=
"yes"
command_background
=
"yes"
start_stop_daemon_args
=
"--stdout
$logfile
--stderr
$logfile
"
start_stop_daemon_args
=
"--stdout
$logfile
--stderr
$logfile
"
supervise_daemon_args
=
"
$start_stop_daemon_args
"
supervise_daemon_args
=
"
$start_stop_daemon_args
"
...
...
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