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
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
Johannes Müller
aports
Commits
8a41419a
Commit
8a41419a
authored
Oct 30, 2018
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/tcpflow: upgrade to 1.5.0
parent
263042b4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
14 deletions
+13
-14
main/tcpflow/APKBUILD
main/tcpflow/APKBUILD
+13
-14
No files found.
main/tcpflow/APKBUILD
View file @
8a41419a
# Contributor: Michael Mason <ms13sp@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
tcpflow
pkgver
=
1.
4.5
pkgrel
=
3
pkgver
=
1.
5.0
pkgrel
=
0
pkgdesc
=
"A Tool for monitoring, capturing and storing TCP connections flows"
url
=
"https://github.com/simsong/tcpflow"
arch
=
"all"
license
=
"GPL3"
depends
=
""
makedepends
=
"libpcap-dev zlib-dev boost-dev
libre
ssl-dev autoconf automake"
makedepends
=
"libpcap-dev zlib-dev boost-dev
open
ssl-dev autoconf automake"
install
=
""
subpackages
=
"
$pkgname
-doc"
source
=
"http://fossies.org/linux/misc/
$pkgname
-
$pkgver
.tar.gz
...
...
@@ -19,7 +19,7 @@ builddir="$srcdir"/$pkgname-$pkgver
prepare
()
{
cd
"
$builddir
"
sed
-i
's/test-pdfs.sh//'
tests/Makefile.am
autoreconf
-fsiv
||
return
1
autoreconf
-fsiv
}
build
()
{
...
...
@@ -28,21 +28,20 @@ build() {
--build
=
$CBUILD
\
--host
=
$CHOST
\
--prefix
=
/usr
\
--mandir
=
/usr/share/man
\
||
return
1
--mandir
=
/usr/share/man
make
||
return
1
make check
||
return
1
make
}
check
()
{
cd
"
$builddir
"
make check
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
||
return
1
make
DESTDIR
=
"
$pkgdir
"
install
}
md5sums
=
"5978b112a899f2099e98cef6d9a0ece9 tcpflow-1.4.5.tar.gz
daaa92561b255032db24f905295d2a69 configure-missing-m4-files.patch"
sha256sums
=
"f39fed437911b858c97937bc902f68f9a690753617abe825411a8483a7f70c72 tcpflow-1.4.5.tar.gz
05a2344d08614cdf86da3ac442aaa40dd88972a26c201af027f26d2ceeeae978 configure-missing-m4-files.patch"
sha512sums
=
"e31b278b8f4e97b6d1ffb6f8f145a56806963271ab96204ba555ab88049dedc5a13adf78b7775e96e92fe48bbf5116781810cef0d3374231764af059fc09dd97 tcpflow-1.4.5.tar.gz
sha512sums
=
"eaf518e5e4d95ea9587542cec16a65a8e1518b54e6c23d84355ce11780c99758346db364ba502f90d938e54b01a1e32807d69ed35afb1e5e378a9a009c5609f5 tcpflow-1.5.0.tar.gz
79f6255ca9f94c8ce94b4f2c9736e5ff0c1b307492a7af6d16ea3a14915df144c3322a5410cc31bcc28d6eddc1dd02b08d77f891ecbdd7f2ca99f0b9f9228b15 configure-missing-m4-files.patch"
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