summaryrefslogtreecommitdiffstats
path: root/package/nfacct
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2016-08-23 10:19:34 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-08-23 17:55:55 +0200
commitae0e8950540fb668599fa243b5107637154c047b (patch)
treec7394ea135eb6f0201ff6bf15b54b66471f7419f /package/nfacct
parentb8d446cd56dc1c8d553ac23c68316fc444de82a0 (diff)
downloadbuildroot-ae0e8950540fb668599fa243b5107637154c047b.tar.gz
buildroot-ae0e8950540fb668599fa243b5107637154c047b.zip
nfacct: bump to version 1.0.2
Drop upstream patch. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/nfacct')
-rw-r--r--package/nfacct/0001-uclinux.patch26
-rw-r--r--package/nfacct/nfacct.hash6
-rw-r--r--package/nfacct/nfacct.mk2
3 files changed, 4 insertions, 30 deletions
diff --git a/package/nfacct/0001-uclinux.patch b/package/nfacct/0001-uclinux.patch
deleted file mode 100644
index 295a370b46..0000000000
--- a/package/nfacct/0001-uclinux.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From da1a0c186232d1bca9c723bd47d11a6e3807ae29 Mon Sep 17 00:00:00 2001
-From: Gustavo Zacarias <gustavo@zacarias.com.ar>
-Date: Tue, 10 Sep 2013 16:16:48 -0300
-Subject: [PATCH] configure: uclinux is also linux
-
-Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
----
- configure.ac | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/configure.ac b/configure.ac
-index 9679112..9a34bdc 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -15,7 +15,7 @@ AC_PROG_INSTALL
- AC_PROG_LN_S
-
- case "$host" in
--*-*-linux*) ;;
-+*-*-linux* | *-*-uclinux*) ;;
- *) AC_MSG_ERROR([Linux only, dude!]);;
- esac
-
---
-1.8.1.5
-
diff --git a/package/nfacct/nfacct.hash b/package/nfacct/nfacct.hash
index 48561abcd7..737354ef3f 100644
--- a/package/nfacct/nfacct.hash
+++ b/package/nfacct/nfacct.hash
@@ -1,3 +1,3 @@
-# From ftp://ftp.netfilter.org/pub/nfacct/nfacct-1.0.1.tar.bz2.{md5sum,sha1sum}
-md5 992e863409d144350dbc8f0554a0f478 nfacct-1.0.1.tar.bz2
-sha1 57c5fa68a172b30b6c5ea6cb36be685e207312ef nfacct-1.0.1.tar.bz2
+# From ftp://ftp.netfilter.org/pub/nfacct/nfacct-1.0.2.tar.bz2.{md5sum,sha1sum}
+md5 94faafdaaed85ca9220c5692be8a408e nfacct-1.0.2.tar.bz2
+sha1 17d6576778227ea93c62600d9b18ff4932963c6a nfacct-1.0.2.tar.bz2
diff --git a/package/nfacct/nfacct.mk b/package/nfacct/nfacct.mk
index 7e42160957..d19d02fbfe 100644
--- a/package/nfacct/nfacct.mk
+++ b/package/nfacct/nfacct.mk
@@ -4,7 +4,7 @@
#
################################################################################
-NFACCT_VERSION = 1.0.1
+NFACCT_VERSION = 1.0.2
NFACCT_SOURCE = nfacct-$(NFACCT_VERSION).tar.bz2
NFACCT_SITE = http://www.netfilter.org/projects/nfacct/files
NFACCT_DEPENDENCIES = host-pkgconf \
OpenPOWER on IntegriCloud