All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit branch/next] nfacct: bump to version 1.0.2
@ 2016-08-23 15:55 Thomas Petazzoni
  0 siblings, 0 replies; only message in thread
From: Thomas Petazzoni @ 2016-08-23 15:55 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=ae0e8950540fb668599fa243b5107637154c047b
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/next

Drop upstream patch.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 package/nfacct/0001-uclinux.patch | 26 --------------------------
 package/nfacct/nfacct.hash        |  6 +++---
 package/nfacct/nfacct.mk          |  2 +-
 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 295a370..0000000
--- 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 48561ab..737354e 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 7e42160..d19d02f 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 \

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-08-23 15:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-23 15:55 [Buildroot] [git commit branch/next] nfacct: bump to version 1.0.2 Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.