mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libnetfilter_conntrack: update to 1.0.8.
This commit is contained in:
parent
249df1f84d
commit
fe6960b416
1 changed files with 5 additions and 5 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'libnetfilter_conntrack'
|
# Template file for 'libnetfilter_conntrack'
|
||||||
pkgname=libnetfilter_conntrack
|
pkgname=libnetfilter_conntrack
|
||||||
version=1.0.7
|
version=1.0.8
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libnfnetlink-devel libmnl-devel"
|
makedepends="libnfnetlink-devel libmnl-devel"
|
||||||
license="GPL-2"
|
short_desc="Library providing an API to the in-kernel connection tracking table"
|
||||||
|
maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
|
||||||
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://www.netfilter.org/projects/libnetfilter_conntrack/index.html"
|
homepage="http://www.netfilter.org/projects/libnetfilter_conntrack/index.html"
|
||||||
short_desc="A userspace library providing an API to the in-kernel connection tracking state table"
|
|
||||||
distfiles="http://www.netfilter.org/projects/${pkgname}/files/${pkgname}-${version}.tar.bz2"
|
distfiles="http://www.netfilter.org/projects/${pkgname}/files/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=33685351e29dff93cc21f5344b6e628e41e32b9f9e567f4bec0478eb41f989b6
|
checksum=0cd13be008923528687af6c6b860f35392d49251c04ee0648282d36b1faec1cf
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -i 's/u_int\([0-9]*\)_t/uint\1_t/' $(find -name '*.[ch]')
|
sed -i 's/u_int\([0-9]*\)_t/uint\1_t/' $(find -name '*.[ch]')
|
||||||
|
|
Loading…
Add table
Reference in a new issue