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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Jakub Panek
aports
Commits
f647482b
Commit
f647482b
authored
10 years ago
by
Timo Teräs
Browse files
Options
Downloads
Patches
Plain Diff
main/libnl3: upgrade to 3.2.24
contains bug fix that makes wireshark work (again)
parent
101e205c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/libnl3/APKBUILD
+4
-5
4 additions, 5 deletions
main/libnl3/APKBUILD
with
4 additions
and
5 deletions
main/libnl3/APKBUILD
+
4
−
5
View file @
f647482b
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
libnl3
pkgname
=
libnl3
pkgver
=
3.2.2
1
pkgver
=
3.2.2
4
pkgrel
=
0
pkgrel
=
0
pkgdesc
=
"Library for applications dealing with netlink sockets"
pkgdesc
=
"Library for applications dealing with netlink sockets"
url
=
"http://people.suug.ch/~tgr/libnl"
url
=
"http://people.suug.ch/~tgr/libnl"
...
@@ -16,7 +16,6 @@ _builddir="$srcdir"/libnl-$pkgver
...
@@ -16,7 +16,6 @@ _builddir="$srcdir"/libnl-$pkgver
prepare
()
{
prepare
()
{
cd
"
$_builddir
"
cd
"
$_builddir
"
update_config_sub
||
return
1
for
i
in
$source
;
do
for
i
in
$source
;
do
case
$i
in
case
$i
in
*
.patch
)
msg
$i
;
patch
-s
-p1
-i
"
$srcdir
"
/
$i
||
return
1
;;
*
.patch
)
msg
$i
;
patch
-s
-p1
-i
"
$srcdir
"
/
$i
||
return
1
;;
...
@@ -41,6 +40,6 @@ package() {
...
@@ -41,6 +40,6 @@ package() {
find
"
$pkgdir
"
/usr/lib
-name
'*.la'
-delete
find
"
$pkgdir
"
/usr/lib
-name
'*.la'
-delete
}
}
md5sums
=
"6
fe7136558a9071e70673dcda38545b3
libnl-3.2.2
1
.tar.gz"
md5sums
=
"6
e0e7bad0674749d930dd9f285343d55
libnl-3.2.2
4
.tar.gz"
sha256sums
=
"
2dc80f043116ec8610d9d418f5f5e9283f3d9a3a48b8d51a8cb0146b3f279604
libnl-3.2.2
1
.tar.gz"
sha256sums
=
"
fb8d6e5dc8af5b85bc6d00a71582a68a01e6a3f7d1664d4a646e289a99dd6816
libnl-3.2.2
4
.tar.gz"
sha512sums
=
"d
0efd2d536c2c58f4bcf8cace2f8a13e0d788c4cb2d189e3afd995a0fcdcb861c6606cb3efa223d4426d0f74daecf888fafadbfcf9adbbb64b56c5da5eefa4fa
libnl-3.2.2
1
.tar.gz"
sha512sums
=
"d
42c131d0be3bddfd65b9353f7193d355a0b5a7f0c32ee3db67ceeb9da2b04030f2dbc0d51f7f7cddbcc15fcc596b380e0c846dbe1c52212e50d06b7ee12fb10
libnl-3.2.2
4
.tar.gz"
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