ipset: marked unmaintained

This commit is contained in:
Tim Biermann 2023-08-18 19:39:47 +02:00
parent d39354c412
commit fdf5160244
2 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF37QiVoLRUaBRTZVBPxySadCHd9fhgQ/h5KNqmeC1qDoXE3XkYbVi+aZIw2k0q3EuRlUoo03TIuPDrr9aacVLygk=
SHA256 (Pkgfile) = fc06fd9831ea071e43f71be6659c01f7fd80bfc377e350d9e740f3dd7f7cbfe1
RWSagIOpLGJF3/rraquJzynXj598d6LQ6RMAoQZqayHYFSGvq+lQDhvFA31nGeMsA/fMBEvrfM/cVTQZO2vUaUcDFigSf5DQ6Qw=
SHA256 (Pkgfile) = 3b04778170822b09beea9f772ac16187d709337981c38b3f70580d6670cede81
SHA256 (.footprint) = 9b14c697cb26b8f8cd987f5a9a9eea028efa4beb786316da13ddc30381331f8c
SHA256 (ipset-7.17.tar.bz2) = be49c9ff489dd6610cad6541e743c3384eac96e9f24707da7b3929d8f2ac64d8

View File

@ -1,6 +1,6 @@
# Description: Administration tool for IP or port sets.
# URL: https://ipset.netfilter.org/
# Maintainer: Danny Rawlins, crux at romster dot me
# Maintainer: unmaintained
# Depends on: iptables libmnl
name=ipset
@ -9,11 +9,11 @@ release=1
source=(https://$name.netfilter.org/$name-$version.tar.bz2)
build() {
cd $name-$version
cd $name-$version
CONFIG_SHELL=/bin/bash \
./configure --prefix=/usr
CONFIG_SHELL=/bin/bash \
./configure --prefix=/usr
make
make DESTDIR=$PKG install
make
make DESTDIR=$PKG install
}