libnetfilter_conntrack: adopted port

This commit is contained in:
Tim Biermann 2023-08-13 10:54:05 +02:00
parent 7956b3ea8c
commit 0de77afbee
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 10 additions and 8 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF34uQXkDw7mAT75iE99bb7p0tTzpepwlgI9tQn41hZFd3WmPVkOAAGst8mmjQ6V/ssnzAg6cpQeHNunAcEPUG9Ac=
SHA256 (Pkgfile) = a38445129514d57e243fef5b284edd18014c92a093ad804a3a19192057234957
RWSagIOpLGJF30B+aa0gMo2Txm23TZBSy9G9iHTgQXgSk95YMRlEdnGodj3egGaGqC2AI5bGFxX7W8KYJDfSWnZaipl/Q4O2tgA=
SHA256 (Pkgfile) = 571537ae0fe30fd225db2e3adb4707833f5ee5b8988ec3308524492c455a4fbf
SHA256 (.footprint) = cb8b47c30fc2dd98b18f4f3936edda849b76eecc3fa58111cb11398d0536fda2
SHA256 (libnetfilter_conntrack-1.0.9.tar.bz2) = 67bd9df49fe34e8b82144f6dfb93b320f384a8ea59727e92ff8d18b5f4b579a8

View File

@ -1,6 +1,6 @@
# Description: Library providing a API to the in-kernel connection tracking state table.
# Description: Library providing a API to the in-kernel connection tracking state table
# URL: https://www.netfilter.org/projects/libnetfilter_conntrack/index.html
# Maintainer: Danny Rawlins, crux at romster dot me
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: libnfnetlink libmnl
name=libnetfilter_conntrack
@ -9,8 +9,10 @@ release=1
source=(https://www.netfilter.org/projects/$name/files/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}