|
From: <abe...@us...> - 2017-01-29 22:00:22
|
Revision: 8136
http://sourceforge.net/p/astlinux/code/8136
Author: abelbeck
Date: 2017-01-29 22:00:20 +0000 (Sun, 29 Jan 2017)
Log Message:
-----------
sngrep, new package, enabled by default it is so cool
Modified Paths:
--------------
branches/1.0/astlinux-ast11.config
branches/1.0/astlinux-ast13.config
branches/1.0/initrd.config
branches/1.0/package/Config.in
branches/1.0/runnix-iso.config
branches/1.0/runnix.config
branches/1.0/x86_64-configs/astlinux-ast11.config
branches/1.0/x86_64-configs/astlinux-ast13.config
branches/1.0/x86_64-configs/initrd.config
Added Paths:
-----------
branches/1.0/package/sngrep/
branches/1.0/package/sngrep/Config.in
branches/1.0/package/sngrep/sngrep.mk
Modified: branches/1.0/astlinux-ast11.config
===================================================================
--- branches/1.0/astlinux-ast11.config 2017-01-29 19:55:55 UTC (rev 8135)
+++ branches/1.0/astlinux-ast11.config 2017-01-29 22:00:20 UTC (rev 8136)
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
-# Buildroot astlinux-1.x-svn8090-dirty Configuration
-# Fri Jan 13 13:49:22 2017
+# Buildroot astlinux-1.x-svn8135-dirty Configuration
+# Sun Jan 29 15:52:19 2017
#
BR2_HAVE_DOT_CONFIG=y
# BR2_arm is not set
@@ -641,9 +641,9 @@
# BR2_PACKAGE_ICU is not set
BR2_PACKAGE_LIBEDIT=y
BR2_PACKAGE_NCURSES=y
-# BR2_PACKAGE_NCURSES_TARGET_PANEL is not set
-# BR2_PACKAGE_NCURSES_TARGET_FORM is not set
-# BR2_PACKAGE_NCURSES_TARGET_MENU is not set
+BR2_PACKAGE_NCURSES_TARGET_PANEL=y
+BR2_PACKAGE_NCURSES_TARGET_FORM=y
+BR2_PACKAGE_NCURSES_TARGET_MENU=y
BR2_PACKAGE_NEWT=y
BR2_PACKAGE_PCRE=y
BR2_PACKAGE_POPT=y
@@ -777,6 +777,7 @@
BR2_PACKAGE_SHELLINABOX=y
BR2_PACKAGE_SIPGREP=y
BR2_PACKAGE_SIPSAK=y
+BR2_PACKAGE_SNGREP=y
# BR2_PACKAGE_SOCAT is not set
# BR2_PACKAGE_SPAWN_FCGI is not set
# BR2_PACKAGE_SQUID is not set
Modified: branches/1.0/astlinux-ast13.config
===================================================================
--- branches/1.0/astlinux-ast13.config 2017-01-29 19:55:55 UTC (rev 8135)
+++ branches/1.0/astlinux-ast13.config 2017-01-29 22:00:20 UTC (rev 8136)
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
-# Buildroot astlinux-1.x-svn8090-dirty Configuration
-# Fri Jan 13 13:49:24 2017
+# Buildroot astlinux-1.x-svn8135-dirty Configuration
+# Sun Jan 29 15:52:21 2017
#
BR2_HAVE_DOT_CONFIG=y
# BR2_arm is not set
@@ -641,9 +641,9 @@
# BR2_PACKAGE_ICU is not set
BR2_PACKAGE_LIBEDIT=y
BR2_PACKAGE_NCURSES=y
-# BR2_PACKAGE_NCURSES_TARGET_PANEL is not set
-# BR2_PACKAGE_NCURSES_TARGET_FORM is not set
-# BR2_PACKAGE_NCURSES_TARGET_MENU is not set
+BR2_PACKAGE_NCURSES_TARGET_PANEL=y
+BR2_PACKAGE_NCURSES_TARGET_FORM=y
+BR2_PACKAGE_NCURSES_TARGET_MENU=y
BR2_PACKAGE_NEWT=y
BR2_PACKAGE_PCRE=y
BR2_PACKAGE_POPT=y
@@ -777,6 +777,7 @@
BR2_PACKAGE_SHELLINABOX=y
BR2_PACKAGE_SIPGREP=y
BR2_PACKAGE_SIPSAK=y
+BR2_PACKAGE_SNGREP=y
# BR2_PACKAGE_SOCAT is not set
# BR2_PACKAGE_SPAWN_FCGI is not set
# BR2_PACKAGE_SQUID is not set
Modified: branches/1.0/initrd.config
===================================================================
--- branches/1.0/initrd.config 2017-01-29 19:55:55 UTC (rev 8135)
+++ branches/1.0/initrd.config 2017-01-29 22:00:20 UTC (rev 8136)
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
-# Buildroot astlinux-1.x-svn8012-dirty Configuration
-# Sun Dec 4 22:03:56 2016
+# Buildroot astlinux-1.x-svn8135-dirty Configuration
+# Sun Jan 29 15:52:23 2017
#
BR2_HAVE_DOT_CONFIG=y
# BR2_arm is not set
@@ -636,6 +636,7 @@
# BR2_PACKAGE_SER2NET is not set
# BR2_PACKAGE_SIPGREP is not set
# BR2_PACKAGE_SIPSAK is not set
+# BR2_PACKAGE_SNGREP is not set
# BR2_PACKAGE_SOCAT is not set
# BR2_PACKAGE_SPAWN_FCGI is not set
# BR2_PACKAGE_SQUID is not set
Modified: branches/1.0/package/Config.in
===================================================================
--- branches/1.0/package/Config.in 2017-01-29 19:55:55 UTC (rev 8135)
+++ branches/1.0/package/Config.in 2017-01-29 22:00:20 UTC (rev 8136)
@@ -534,6 +534,7 @@
source "package/shellinabox/Config.in"
source "package/sipgrep/Config.in"
source "package/sipsak/Config.in"
+source "package/sngrep/Config.in"
source "package/socat/Config.in"
source "package/spawn-fcgi/Config.in"
source "package/squid/Config.in"
Added: branches/1.0/package/sngrep/Config.in
===================================================================
--- branches/1.0/package/sngrep/Config.in (rev 0)
+++ branches/1.0/package/sngrep/Config.in 2017-01-29 22:00:20 UTC (rev 8136)
@@ -0,0 +1,18 @@
+config BR2_PACKAGE_SNGREP
+ bool "sngrep"
+ depends on BR2_TOOLCHAIN_HAS_THREADS
+ select BR2_PACKAGE_NCURSES
+ select BR2_PACKAGE_NCURSES_TARGET_PANEL
+ select BR2_PACKAGE_NCURSES_TARGET_FORM
+ select BR2_PACKAGE_NCURSES_TARGET_MENU
+ select BR2_PACKAGE_LIBPCAP
+ help
+ sngrep is a tool for displaying SIP calls message flows from
+ terminal. It supports live capture to display realtime SIP
+ packets and can also be used as PCAP viewer.
+
+ https://github.com/irontec/sngrep
+
+comment "sngrep needs a toolchain w/ threads"
+ depends on !BR2_TOOLCHAIN_HAS_THREADS
+
Added: branches/1.0/package/sngrep/sngrep.mk
===================================================================
--- branches/1.0/package/sngrep/sngrep.mk (rev 0)
+++ branches/1.0/package/sngrep/sngrep.mk 2017-01-29 22:00:20 UTC (rev 8136)
@@ -0,0 +1,37 @@
+################################################################################
+#
+# sngrep
+#
+################################################################################
+
+SNGREP_VERSION = 1.4.2
+SNGREP_SOURCE = sngrep-$(SNGREP_VERSION).tar.gz
+SNGREP_SITE = http://files.astlinux-project.org
+#SNGREP_SITE = https://github.com/irontec/sngrep/releases
+SNGREP_AUTORECONF = YES
+SNGREP_DEPENDENCIES = libpcap ncurses
+
+SNGREP_CONF_OPT = \
+ --disable-unicode \
+ --enable-ipv6
+
+# openssl and gnutls can't be enabled at the same time.
+ifeq ($(BR2_PACKAGE_OPENSSL),y)
+SNGREP_DEPENDENCIES += openssl
+SNGREP_CONF_OPT += --with-openssl --without-gnutls
+# gnutls support also requires libgcrypt
+else ifeq ($(BR2_PACKAGE_GNUTLS)$(BR2_PACKAGE_LIBGCRYPT),yy)
+SNGREP_DEPENDENCIES += gnutls
+SNGREP_CONF_OPT += --with-gnutls --without-openssl
+else
+SNGREP_CONF_OPT += --without-gnutls --without-openssl
+endif
+
+ifeq ($(BR2_PACKAGE_PCRE),y)
+SNGREP_DEPENDENCIES += pcre
+SNGREP_CONF_OPT += --with-pcre
+else
+SNGREP_CONF_OPT += --without-pcre
+endif
+
+$(eval $(call AUTOTARGETS,package,sngrep))
Modified: branches/1.0/runnix-iso.config
===================================================================
--- branches/1.0/runnix-iso.config 2017-01-29 19:55:55 UTC (rev 8135)
+++ branches/1.0/runnix-iso.config 2017-01-29 22:00:20 UTC (rev 8136)
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
-# Buildroot astlinux-1.x-svn8012-dirty Configuration
-# Sun Dec 4 22:03:57 2016
+# Buildroot astlinux-1.x-svn8135-dirty Configuration
+# Sun Jan 29 15:52:25 2017
#
BR2_HAVE_DOT_CONFIG=y
# BR2_arm is not set
@@ -672,6 +672,7 @@
# BR2_PACKAGE_SER2NET is not set
# BR2_PACKAGE_SIPGREP is not set
# BR2_PACKAGE_SIPSAK is not set
+# BR2_PACKAGE_SNGREP is not set
# BR2_PACKAGE_SOCAT is not set
# BR2_PACKAGE_SPAWN_FCGI is not set
# BR2_PACKAGE_SQUID is not set
Modified: branches/1.0/runnix.config
===================================================================
--- branches/1.0/runnix.config 2017-01-29 19:55:55 UTC (rev 8135)
+++ branches/1.0/runnix.config 2017-01-29 22:00:20 UTC (rev 8136)
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
-# Buildroot astlinux-1.x-svn8012-dirty Configuration
-# Sun Dec 4 22:03:56 2016
+# Buildroot astlinux-1.x-svn8135-dirty Configuration
+# Sun Jan 29 15:52:24 2017
#
BR2_HAVE_DOT_CONFIG=y
# BR2_arm is not set
@@ -673,6 +673,7 @@
# BR2_PACKAGE_SER2NET is not set
# BR2_PACKAGE_SIPGREP is not set
# BR2_PACKAGE_SIPSAK is not set
+# BR2_PACKAGE_SNGREP is not set
# BR2_PACKAGE_SOCAT is not set
# BR2_PACKAGE_SPAWN_FCGI is not set
# BR2_PACKAGE_SQUID is not set
Modified: branches/1.0/x86_64-configs/astlinux-ast11.config
===================================================================
--- branches/1.0/x86_64-configs/astlinux-ast11.config 2017-01-29 19:55:55 UTC (rev 8135)
+++ branches/1.0/x86_64-configs/astlinux-ast11.config 2017-01-29 22:00:20 UTC (rev 8136)
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
-# Buildroot astlinux-1.x-svn8090-dirty Configuration
-# Fri Jan 13 13:49:27 2017
+# Buildroot astlinux-1.x-svn8135-dirty Configuration
+# Sun Jan 29 15:52:29 2017
#
BR2_HAVE_DOT_CONFIG=y
BR2_ARCH_IS_64=y
@@ -622,9 +622,9 @@
# BR2_PACKAGE_ICU is not set
BR2_PACKAGE_LIBEDIT=y
BR2_PACKAGE_NCURSES=y
-# BR2_PACKAGE_NCURSES_TARGET_PANEL is not set
-# BR2_PACKAGE_NCURSES_TARGET_FORM is not set
-# BR2_PACKAGE_NCURSES_TARGET_MENU is not set
+BR2_PACKAGE_NCURSES_TARGET_PANEL=y
+BR2_PACKAGE_NCURSES_TARGET_FORM=y
+BR2_PACKAGE_NCURSES_TARGET_MENU=y
BR2_PACKAGE_NEWT=y
BR2_PACKAGE_PCRE=y
BR2_PACKAGE_POPT=y
@@ -758,6 +758,7 @@
BR2_PACKAGE_SHELLINABOX=y
BR2_PACKAGE_SIPGREP=y
BR2_PACKAGE_SIPSAK=y
+BR2_PACKAGE_SNGREP=y
# BR2_PACKAGE_SOCAT is not set
# BR2_PACKAGE_SPAWN_FCGI is not set
# BR2_PACKAGE_SQUID is not set
Modified: branches/1.0/x86_64-configs/astlinux-ast13.config
===================================================================
--- branches/1.0/x86_64-configs/astlinux-ast13.config 2017-01-29 19:55:55 UTC (rev 8135)
+++ branches/1.0/x86_64-configs/astlinux-ast13.config 2017-01-29 22:00:20 UTC (rev 8136)
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
-# Buildroot astlinux-1.x-svn8090-dirty Configuration
-# Fri Jan 13 13:49:29 2017
+# Buildroot astlinux-1.x-svn8135-dirty Configuration
+# Sun Jan 29 15:52:31 2017
#
BR2_HAVE_DOT_CONFIG=y
BR2_ARCH_IS_64=y
@@ -622,9 +622,9 @@
# BR2_PACKAGE_ICU is not set
BR2_PACKAGE_LIBEDIT=y
BR2_PACKAGE_NCURSES=y
-# BR2_PACKAGE_NCURSES_TARGET_PANEL is not set
-# BR2_PACKAGE_NCURSES_TARGET_FORM is not set
-# BR2_PACKAGE_NCURSES_TARGET_MENU is not set
+BR2_PACKAGE_NCURSES_TARGET_PANEL=y
+BR2_PACKAGE_NCURSES_TARGET_FORM=y
+BR2_PACKAGE_NCURSES_TARGET_MENU=y
BR2_PACKAGE_NEWT=y
BR2_PACKAGE_PCRE=y
BR2_PACKAGE_POPT=y
@@ -758,6 +758,7 @@
BR2_PACKAGE_SHELLINABOX=y
BR2_PACKAGE_SIPGREP=y
BR2_PACKAGE_SIPSAK=y
+BR2_PACKAGE_SNGREP=y
# BR2_PACKAGE_SOCAT is not set
# BR2_PACKAGE_SPAWN_FCGI is not set
# BR2_PACKAGE_SQUID is not set
Modified: branches/1.0/x86_64-configs/initrd.config
===================================================================
--- branches/1.0/x86_64-configs/initrd.config 2017-01-29 19:55:55 UTC (rev 8135)
+++ branches/1.0/x86_64-configs/initrd.config 2017-01-29 22:00:20 UTC (rev 8136)
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
-# Buildroot astlinux-1.x-svn8012-dirty Configuration
-# Sun Dec 4 22:03:57 2016
+# Buildroot astlinux-1.x-svn8135-dirty Configuration
+# Sun Jan 29 15:52:32 2017
#
BR2_HAVE_DOT_CONFIG=y
BR2_ARCH_IS_64=y
@@ -617,6 +617,7 @@
# BR2_PACKAGE_SER2NET is not set
# BR2_PACKAGE_SIPGREP is not set
# BR2_PACKAGE_SIPSAK is not set
+# BR2_PACKAGE_SNGREP is not set
# BR2_PACKAGE_SOCAT is not set
# BR2_PACKAGE_SPAWN_FCGI is not set
# BR2_PACKAGE_SQUID is not set
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|