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
679
Issues
679
List
Boards
Labels
Service Desk
Milestones
Merge Requests
213
Merge Requests
213
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
2a1fd61f
Commit
2a1fd61f
authored
Dec 22, 2009
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/iptables: upgrade to 1.4.6
parent
0d8cd01c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
main/iptables/APKBUILD
main/iptables/APKBUILD
+6
-2
No files found.
main/iptables/APKBUILD
View file @
2a1fd61f
...
...
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
iptables
pkgver
=
1.4.
5
pkgver
=
1.4.
6
pkgrel
=
0
pkgdesc
=
"Linux kernel firewall, NAT and packet mangling tools"
url
=
"http://www.iptables.org/"
...
...
@@ -32,6 +32,10 @@ build() {
--enable-libipq
\
--enable-shared
make
||
return
1
}
package
()
{
cd
"
$srcdir
/
$pkgname
-
$pkgver
"
make
-j1
install
DESTDIR
=
"
$pkgdir
"
mkdir
-p
"
$pkgdir
"
/usr/include/libiptc
\
...
...
@@ -60,7 +64,7 @@ ip6tables() {
"
$subpkgdir
"
/etc/init.d/ip6tables
}
md5sums
=
"
44f13990132c20299c1994cd6f425140 iptables-1.4.5
.tar.bz2
md5sums
=
"
c67cf30e281a924def6426be0973df56 iptables-1.4.6
.tar.bz2
ec3e80a1b0ea3e13e4e60824b7ebd1b9 iptables-1.4.2-include-in.patch
2202ac150a5dfe32a8363b0ad565ee1d iptables.initd
956ebf5ab69e5a1e1d3983541eab643b iptables.confd"
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