parent
aaa1549f79
commit
47ce64b22d
|
@ -1,11 +0,0 @@
|
|||
--- src/ipset.c.orig
|
||||
+++ src/ipset.c
|
||||
@@ -282,7 +282,7 @@
|
||||
const struct ipset_arg *arg;
|
||||
const char *optstr;
|
||||
const struct ipset_type *t = type;
|
||||
- u_int8_t revision = type->revision;
|
||||
+ uint8_t revision = type->revision;
|
||||
int ret = 0, i = 1;
|
||||
|
||||
/* Currently CREATE and ADT may have got additional arguments */
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'ipset'
|
||||
pkgname=ipset
|
||||
version=6.34
|
||||
version=6.35
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-kmod=no --sbindir=/usr/bin PKG_CONFIG=pkg-config"
|
||||
|
@ -11,7 +11,7 @@ maintainer="beefcurtains <beefcurtains@voidlinux.eu>"
|
|||
license="GPL-2"
|
||||
homepage="http://ipset.netfilter.org/"
|
||||
distfiles="${homepage}${pkgname}-${version}.tar.bz2"
|
||||
checksum=d70e831b670b7aa25dde81fd994d3a7ce0c0e801559a557105576df66cd8d680
|
||||
checksum=37071013e1f92e0ca2f5deac86e657db87290fe651f64f44ce662f3aa40bf4dc
|
||||
|
||||
libipset_package() {
|
||||
short_desc+=" - library files"
|
||||
|
|
Loading…
Reference in New Issue