Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Paul Bredbury
aports
Commits
e45d1660
Commit
e45d1660
authored
Oct 21, 2020
by
Ariadne Conill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/ifupdown-ng: upgrade to 0.10.1
parent
21ef66b5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
32 deletions
+4
-32
main/ifupdown-ng/0001-openrc-use-auto-selector-when-determining-which-inte.patch
...penrc-use-auto-selector-when-determining-which-inte.patch
+0
-26
main/ifupdown-ng/APKBUILD
main/ifupdown-ng/APKBUILD
+4
-6
No files found.
main/ifupdown-ng/0001-openrc-use-auto-selector-when-determining-which-inte.patch
deleted
100644 → 0
View file @
21ef66b5
From 509b75bc73db4660df7d45e7863929e45bd32bab Mon Sep 17 00:00:00 2001
From: Ariadne Conill <ariadne@dereferenced.org>
Date: Sat, 17 Oct 2020 05:20:10 -0600
Subject: [PATCH] openrc: use --auto selector when determining which interfaces
to start (closes #112)
---
dist/openrc/networking.initd | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dist/openrc/networking.initd b/dist/openrc/networking.initd
index 3ce673a..eaebdab 100644
--- a/dist/openrc/networking.initd
+++ b/dist/openrc/networking.initd
@@ -21,7 +21,7 @@
find_ifaces() {
if [ -n "$single_iface" ]; then
echo $single_iface
else
- ifquery -L -i "$cfgfile"
+ ifquery -L -a -i "$cfgfile"
fi
}
--
2.28.0
main/ifupdown-ng/APKBUILD
View file @
e45d1660
# Maintainer: Ariadne Conill <ariadne@dereferenced.org>
pkgname
=
ifupdown-ng
pkgver
=
0.10.
0
pkgrel
=
2
pkgver
=
0.10.
1
pkgrel
=
0
pkgdesc
=
"tools for managing network configuration"
url
=
"https://github.com/ifupdown-ng/ifupdown-ng"
arch
=
"all"
...
...
@@ -10,8 +10,7 @@ checkdepends="kyua atf"
makedepends
=
"scdoc"
install
=
""
subpackages
=
"
$pkgname
-doc
$pkgname
-iproute2
$pkgname
-ppp
$pkgname
-wireguard
$pkgname
-ethtool
$pkgname
-batman
$pkgname
-openrc"
source
=
"https://distfiles.dereferenced.org/ifupdown-ng/ifupdown-ng-
$pkgver
.tar.xz
0001-openrc-use-auto-selector-when-determining-which-inte.patch"
source
=
"https://distfiles.dereferenced.org/ifupdown-ng/ifupdown-ng-
$pkgver
.tar.xz"
builddir
=
"
$srcdir
/ifupdown-ng-
$pkgver
"
provides
=
"ifupdown-any"
provider_priority
=
900
...
...
@@ -98,5 +97,4 @@ openrc() {
install
-D
-m644
"
$builddir
"
/dist/openrc/networking.confd
"
$subpkgdir
"
/etc/conf.d/networking
}
sha512sums
=
"0b307688254a8139cbb6086f183bfff6f19b79380a6a72171953714f2e05009eb05444356b85c51ee647ef389ffbd522c36df3fedf5c62c58b4a8ca73cfc4757 ifupdown-ng-0.10.0.tar.xz
4ded9ab441ce8ed3659a0e7a9250e22b5e9bee8e6152b1978c4f33df237791b6ab2ea6a355cc583b2fbfecb5917178d145b230980beaa7a7d461e0d5ec977a8b 0001-openrc-use-auto-selector-when-determining-which-inte.patch"
sha512sums
=
"ba526c4f531cff42e79bd4efb514666fdfcdb16378810c926a4f47919e702a3cd367b87921d93883c6711d9d757c25c99528b3a1126fe9f07a81ebffc81b598d ifupdown-ng-0.10.1.tar.xz"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment