diff --git a/srcpkgs/ipset/patches/musl.patch b/srcpkgs/ipset/patches/musl.patch deleted file mode 100644 index eb82c2a6041..00000000000 --- a/srcpkgs/ipset/patches/musl.patch +++ /dev/null @@ -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 */ diff --git a/srcpkgs/ipset/template b/srcpkgs/ipset/template index f707579c41a..7d3bd3160db 100644 --- a/srcpkgs/ipset/template +++ b/srcpkgs/ipset/template @@ -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 " license="GPL-2" homepage="http://ipset.netfilter.org/" distfiles="${homepage}${pkgname}-${version}.tar.bz2" -checksum=d70e831b670b7aa25dde81fd994d3a7ce0c0e801559a557105576df66cd8d680 +checksum=37071013e1f92e0ca2f5deac86e657db87290fe651f64f44ce662f3aa40bf4dc libipset_package() { short_desc+=" - library files"