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
7dd43d08
Commit
7dd43d08
authored
4 years ago
by
Leo
Browse files
Options
Downloads
Patches
Plain Diff
main/libnetfilter_queue: upgrade to 1.0.5
parent
2c35fc59
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!12966
main/libnetfilter_queue: upgrade to 1.0.5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/libnetfilter_queue/APKBUILD
+3
-14
3 additions, 14 deletions
main/libnetfilter_queue/APKBUILD
with
3 additions
and
14 deletions
main/libnetfilter_queue/APKBUILD
+
3
−
14
View file @
7dd43d08
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
libnetfilter_queue
pkgname
=
libnetfilter_queue
pkgver
=
1.0.
3
pkgver
=
1.0.
5
pkgrel
=
0
pkgrel
=
0
pkgdesc
=
"API to packets that have been queued by the kernel packet filter"
pkgdesc
=
"API to packets that have been queued by the kernel packet filter"
url
=
"http://www.netfilter.org/projects/libnetfilter_queue/index.html"
url
=
"http://www.netfilter.org/projects/libnetfilter_queue/index.html"
arch
=
"all"
arch
=
"all"
license
=
"GPL-2.0"
license
=
"GPL-2.0-or-later"
depends
=
""
makedepends
=
"libnfnetlink-dev libmnl-dev linux-headers"
makedepends
=
"libnfnetlink-dev libmnl-dev linux-headers"
install
=
""
subpackages
=
"
$pkgname
-dev"
subpackages
=
"
$pkgname
-dev"
source
=
"https://www.netfilter.org/projects/libnetfilter_queue/files/libnetfilter_queue-
$pkgver
.tar.bz2"
source
=
"https://www.netfilter.org/projects/libnetfilter_queue/files/libnetfilter_queue-
$pkgver
.tar.bz2"
builddir
=
"
$srcdir
"
/libnetfilter_queue-
$pkgver
prepare
()
{
cd
"
$builddir
"
default_prepare
}
build
()
{
build
()
{
cd
"
$builddir
"
./configure
\
./configure
\
--build
=
$CBUILD
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
--host
=
$CHOST
\
...
@@ -32,13 +23,11 @@ build() {
...
@@ -32,13 +23,11 @@ build() {
}
}
check
()
{
check
()
{
cd
"
$builddir
"
make check
make check
}
}
package
()
{
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
make
DESTDIR
=
"
$pkgdir
"
install
}
}
sha512sums
=
"
1d9e0202878bc0ae26ceecd0f4fa4c21f89056e5671d46949f92f21c155d589958b7775760fc837547da34eb9a81e537e95c770d25c166e709dad16de4ca452e
libnetfilter_queue-1.0.
3
.tar.bz2"
sha512sums
=
"
732a44b602e5efaa4f5582ea25ff8f5ec8f4dca5c0e725cd93fe2d441db80416b25c6018147be90acb262d7428eb5b21b3f7b5920e612d115061ec6a19d67f85
libnetfilter_queue-1.0.
5
.tar.bz2"
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