[source] conntrack-tools: switch to git

LEDE Commits lede-commits at lists.infradead.org
Mon Oct 9 06:56:11 PDT 2017


stintel pushed a commit to source.git, branch master:
https://git.lede-project.org/f8595a51d9558bbccb904eb39f43479bda8a8797

commit f8595a51d9558bbccb904eb39f43479bda8a8797
Author: Stijn Tintel <stijn at linux-ipv6.be>
AuthorDate: Wed Sep 20 15:58:54 2017 +0300

    conntrack-tools: switch to git
    
    There have been a number of interesting fixes in conntrack-tools since
    the current latest release. Most notable is that this fixes IPv6
    conntrack table syncing when cross-compiling conntrack-tools.
    
    7e7748d src/main: refresh help message
    fe32043 conntrackd.8: refresh file
    47a4dda conntrackd.8: add reference to systemd
    0cfe7ff doc/manual: include some bits about init systems
    74a418b conntrackd: cthelper: ftp: Set match offset/len for PORT mangling
    d833bed conntrackd: cthelper: ftp: Fix debug print
    dd4b5a1 conntrackd: cthelper: Add new mdns helper
    498d698 Link nfct and helper modules with `-z lazy`
    9e94e85 sync-mode: print errno message on failure
    ab81c35 log: print messages to stdout/sderr if running in console mode
    631d92b log: introduce a mechanism to know if log was initialized
    ccb1c8b conntrackd: replace error reporting in the config parser with dlog()
    bee121e conntrackd: replace fprintf calls with dlog()
    5a51b04 conntrack-tools: update Arturo Borrero Gonzalez email address
    abb9984 helper: remove copy and paste from uapi kernel header
    a91a004 src: add log message when resync is requested by other node
    c2d8be1 systemd: fix missing log.h include
    f6ca216 config: drop old/obsolete/deprecated conntrackd.conf config options
    8b83771 conntrack: send mark filter to kernel iff set
    1ba5e76 conntrackd: cthelper: Don't leak nat_tuple
    832166d conntrackd: cthelper: Free pktb after use
    ff843bc conntrackd: config: Do not strdup() tokens
    b61c454 conntrackd: cthelper: ssdp: Track UPnP eventing
    8ea394e conntrackd: Remove obsolete rule to catch ambiguous Checksum option
    39398cd conntrackd: CommitTimeout breaks DisableExternalCache set On
    29b390a conntrack: Support IPv6 NAT
    381827a conntrackd: factorice tx_queue functions
    131df89 conntrackd: factorize resync operations
    d31bacc conntrackd: consolidate more code to use resync_send()
    3d98496 conntrackd: request resync at startup
    ef410bf conntrackd: remove use of HAVE_INET_PTON_IPV6
    9d38445 conntrackd: evaluate configuration earlier
    6feded7 conntrackd: cleanup if failed forking
    dbfdea7 conntrackd: deprecate unix backlog configuration
    210f542 conntrackd: make the daemon run in RT mode by default
    37cc7f0 conntrackd: remove warning for -S
    d2849d1 conntrack: Show multiple CPUs stats from proc
    bc0b49a conntrackd: cthelper: ssdp: fix build with musl
    0c77a25 tests: don't fail on modprobe since the driver might be built-in
    eefe649 conntrack.8: refresh manpage
    
    Signed-off-by: Stijn Tintel <stijn at linux-ipv6.be>
---
 package/network/utils/conntrack-tools/Makefile | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/package/network/utils/conntrack-tools/Makefile b/package/network/utils/conntrack-tools/Makefile
index 128fa9e..e2aa77a 100644
--- a/package/network/utils/conntrack-tools/Makefile
+++ b/package/network/utils/conntrack-tools/Makefile
@@ -8,15 +8,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=conntrack-tools
-PKG_VERSION:=1.4.4
 PKG_RELEASE:=1
 
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
-PKG_SOURCE_URL:= \
-	http://www.netfilter.org/projects/conntrack-tools/files \
-	ftp://ftp.netfilter.org/pub/conntrack-tools \
-	http://mirrors.evolva.ro/netfilter.org/conntrack-tools
-PKG_HASH:=b7caf4fcc4c03575df57d25e5216584d597fd916c891f191dac616ce68bdba6c
+PKG_SOURCE_PROTO:=git
+PKG_SOURCE_URL:=https://git.netfilter.org/conntrack-tools
+PKG_SOURCE_DATE:=2017-09-27
+PKG_SOURCE_VERSION:=eefe649ca51ed0cbb995454cdc366f5072f6443c
+PKG_MIRROR_HASH:=1c207c3e423d741fbb31e3c29486a811e6dad493f26ec47a2df75b6262a1b4bd
 
 PKG_MAINTAINER:=Jo-Philipp Wich <jo at mein.io>
 PKG_LICENSE:=GPL-2.0



More information about the lede-commits mailing list