summaryrefslogtreecommitdiff
path: root/iptstate
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2020-01-12 12:22:17 +1100
committerDanny Rawlins <monster.romster@gmail.com>2020-01-12 16:39:25 +1100
commitd380ed2729b2ea21deb76b8566b0e8d380f7765d (patch)
tree9cb474bbe4c9773e238755416070044ee84be91c /iptstate
parent135f5914f22147901987453f8a38b573ab21c7e0 (diff)
downloadcontrib-d380ed2729b2ea21deb76b8566b0e8d380f7765d.tar.gz
contrib-d380ed2729b2ea21deb76b8566b0e8d380f7765d.tar.xz
iptstate: 2.2.3 -> 2.2.6
Diffstat (limited to 'iptstate')
-rw-r--r--iptstate/.footprint7
-rw-r--r--iptstate/.signature9
-rw-r--r--iptstate/Pkgfile12
-rw-r--r--iptstate/iptstate-2.2.1-install.patch22
4 files changed, 13 insertions, 37 deletions
diff --git a/iptstate/.footprint b/iptstate/.footprint
index 40c45af0f..2cd180c54 100644
--- a/iptstate/.footprint
+++ b/iptstate/.footprint
@@ -1,6 +1,7 @@
drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man8/
--rw-r--r-- root/root usr/man/man8/iptstate.8.gz
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/iptstate
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man8/
+-rw-r--r-- root/root usr/share/man/man8/iptstate.8.gz
diff --git a/iptstate/.signature b/iptstate/.signature
index 04f4295af..51f1c8026 100644
--- a/iptstate/.signature
+++ b/iptstate/.signature
@@ -1,6 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF3/E2qYpvj44Xcjssz81ods4PgmwxL97sk2Qhu1f/sw4dugSNN77HdG0yUWQg54GOnCEmFXpizq/+cHvpqOYg6Q0=
-SHA256 (Pkgfile) = 8797a7fed8af6e31b51d3980dc6afce51075e4a6be5f59ceeac7d1514c3aad61
-SHA256 (.footprint) = 4248bd69b82b58d81d8eabdb1610ac412b6b4dbee89701263d25095dfabe219c
-SHA256 (iptstate-2.2.3.tar.bz2) = 3cd38d143a9d160ca0ca462d61b67b1f338076be390e4422507484b8de87e620
-SHA256 (iptstate-2.2.1-install.patch) = 1680e37169221fb2ad8c1c2a5e124ae07416a8ee27fa5c3bc6de0a7faeeefb39
+RWSagIOpLGJF3yaj8p6RmwtIBIZzC0QDEaOlhKuxa0Rg4wTDS575Ppo6TBaULirzErN4GFTNSmeZEJDI+zR3MzbiMSrz3LFTkQg=
+SHA256 (Pkgfile) = 94df26249b0fcb70c574d72ba2724e11740154da418deacd31cfcd20e9d031e9
+SHA256 (.footprint) = d1d3e23363bd8fbd4670395f05de4f05de72b14664d7b8155bdfc94531504808
+SHA256 (iptstate-2.2.6.tar.bz2) = bef8eb67a4533e53079f397b71e91dd34da23f8cbd65cb2d5b67cb907b00c068
diff --git a/iptstate/Pkgfile b/iptstate/Pkgfile
index f447af84e..fdd8ff7fc 100644
--- a/iptstate/Pkgfile
+++ b/iptstate/Pkgfile
@@ -1,19 +1,17 @@
# Description: A top-like interface to your netfilter connection-tracking table.
-# URL: http://www.phildev.net/iptstate/
+# URL: https://www.phildev.net/iptstate/
# Maintainer: Danny Rawlins, crux at romster dot me
-# Packager: Jürgen Daubert, juergen dot daubert at t-online dot de
# Depends on: ncurses libnetfilter_conntrack
name=iptstate
-version=2.2.3
+version=2.2.6
release=1
-source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.bz2
- $name-2.2.1-install.patch)
+source=(https://github.com/jaymzh/iptstate/releases/download/v$version/$name-$version.tar.bz2)
build() {
cd $name-$version
- patch -p 1 -i $SRC/$name-2.2.1-install.patch
make
- make DESTDIR=$PKG install
+ install -D -m755 $name "$PKG/usr/sbin/$name"
+ install -D -m644 $name.8 "$PKG/usr/share/man/man8/$name.8"
}
diff --git a/iptstate/iptstate-2.2.1-install.patch b/iptstate/iptstate-2.2.1-install.patch
deleted file mode 100644
index 90895281d..000000000
--- a/iptstate/iptstate-2.2.1-install.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- iptstate-2.2.1/Makefile-orig 2007-05-25 23:50:11.000000000 +1000
-+++ iptstate-2.2.1/Makefile 2007-05-25 23:51:52.000000000 +1000
-@@ -12,7 +12,7 @@
- SBIN?=$(PREFIX)/sbin
- INSTALL?=/usr/bin/install
- STRIP?=/usr/bin/strip
--MAN?=$(PREFIX)/share/man
-+MAN?=$(PREFIX)/man
-
- ### ADVANCED USERS AND PACKAGERS MIGHT WANT TO CHANGE THIS
-
-@@ -63,8 +63,8 @@
-
-
- install:
-- $(INSTALL) -D --mode=755 iptstate $(SBIN)/iptstate
-- $(INSTALL) -D --mode=444 iptstate.8 $(MAN)/man8/iptstate.8
-+ $(INSTALL) -D --mode=755 iptstate $(DESTDIR)$(SBIN)/iptstate
-+ $(INSTALL) -D --mode=644 iptstate.8 $(DESTDIR)$(MAN)/man8/iptstate.8
-
-
- clean:

Generated by cgit