* [PATCH] tshark: Update to version 3.0.7
@ 2019-12-10 10:40 Erik Kapfer
2019-12-10 11:16 ` Michael Tremer
2019-12-19 16:44 ` [PATCH v2] " Erik Kapfer
0 siblings, 2 replies; 6+ messages in thread
From: Erik Kapfer @ 2019-12-10 10:40 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1838 bytes --]
Several bugfixes are included in this version, some protocol support has been added.
For a complete overview of the changelog, take a look in here -->
https://www.wireshark.org/docs/relnotes/wireshark-3.0.6.html
https://www.wireshark.org/docs/relnotes/wireshark-3.0.7.html .
Signed-off-by: Erik Kapfer <ummeegge(a)ipfire.org>
---
config/rootfiles/packages/tshark | 4 ++--
lfs/tshark | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/config/rootfiles/packages/tshark b/config/rootfiles/packages/tshark
index 1e72493e9..b29a7c7b8 100644
--- a/config/rootfiles/packages/tshark
+++ b/config/rootfiles/packages/tshark
@@ -608,10 +608,10 @@ usr/bin/tshark
#usr/include/wireshark/wsutil/xtea.h
#usr/lib/libwireshark.so
usr/lib/libwireshark.so.12
-usr/lib/libwireshark.so.12.0.5
+usr/lib/libwireshark.so.12.0.7
#usr/lib/libwiretap.so
usr/lib/libwiretap.so.9
-usr/lib/libwiretap.so.9.0.5
+usr/lib/libwiretap.so.9.0.7
#usr/lib/libwscodecs.so
usr/lib/libwscodecs.so.2
usr/lib/libwscodecs.so.2.0.0
diff --git a/lfs/tshark b/lfs/tshark
index 7c9cd6613..e8c63f3d8 100644
--- a/lfs/tshark
+++ b/lfs/tshark
@@ -24,7 +24,7 @@
include Config
-VER = 3.0.5
+VER = 3.0.7
THISAPP = wireshark-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -33,7 +33,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = tshark
DEPS = "krb5"
-PAK_VER = 3
+PAK_VER = 4
###############################################################################
# Top-level Rules
@@ -43,7 +43,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = d01fdc4e78ef8ea70f20616c91419bd9
+$(DL_FILE)_MD5 = 5b486f20239545c5af1db614c0d98876
install : $(TARGET)
--
2.12.2
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] tshark: Update to version 3.0.7
2019-12-10 10:40 [PATCH] tshark: Update to version 3.0.7 Erik Kapfer
@ 2019-12-10 11:16 ` Michael Tremer
2019-12-19 16:44 ` [PATCH v2] " Erik Kapfer
1 sibling, 0 replies; 6+ messages in thread
From: Michael Tremer @ 2019-12-10 11:16 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2072 bytes --]
Reviewed-by: Michael Tremer <michael.tremer(a)ipfire.org>
> On 10 Dec 2019, at 10:40, Erik Kapfer <ummeegge(a)ipfire.org> wrote:
>
> Several bugfixes are included in this version, some protocol support has been added.
> For a complete overview of the changelog, take a look in here -->
> https://www.wireshark.org/docs/relnotes/wireshark-3.0.6.html
> https://www.wireshark.org/docs/relnotes/wireshark-3.0.7.html .
>
> Signed-off-by: Erik Kapfer <ummeegge(a)ipfire.org>
> ---
> config/rootfiles/packages/tshark | 4 ++--
> lfs/tshark | 6 +++---
> 2 files changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/config/rootfiles/packages/tshark b/config/rootfiles/packages/tshark
> index 1e72493e9..b29a7c7b8 100644
> --- a/config/rootfiles/packages/tshark
> +++ b/config/rootfiles/packages/tshark
> @@ -608,10 +608,10 @@ usr/bin/tshark
> #usr/include/wireshark/wsutil/xtea.h
> #usr/lib/libwireshark.so
> usr/lib/libwireshark.so.12
> -usr/lib/libwireshark.so.12.0.5
> +usr/lib/libwireshark.so.12.0.7
> #usr/lib/libwiretap.so
> usr/lib/libwiretap.so.9
> -usr/lib/libwiretap.so.9.0.5
> +usr/lib/libwiretap.so.9.0.7
> #usr/lib/libwscodecs.so
> usr/lib/libwscodecs.so.2
> usr/lib/libwscodecs.so.2.0.0
> diff --git a/lfs/tshark b/lfs/tshark
> index 7c9cd6613..e8c63f3d8 100644
> --- a/lfs/tshark
> +++ b/lfs/tshark
> @@ -24,7 +24,7 @@
>
> include Config
>
> -VER = 3.0.5
> +VER = 3.0.7
>
> THISAPP = wireshark-$(VER)
> DL_FILE = $(THISAPP).tar.xz
> @@ -33,7 +33,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP)
> TARGET = $(DIR_INFO)/$(THISAPP)
> PROG = tshark
> DEPS = "krb5"
> -PAK_VER = 3
> +PAK_VER = 4
>
> ###############################################################################
> # Top-level Rules
> @@ -43,7 +43,7 @@ objects = $(DL_FILE)
>
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>
> -$(DL_FILE)_MD5 = d01fdc4e78ef8ea70f20616c91419bd9
> +$(DL_FILE)_MD5 = 5b486f20239545c5af1db614c0d98876
>
> install : $(TARGET)
>
> --
> 2.12.2
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH v2] tshark: Update to version 3.0.7
2019-12-10 10:40 [PATCH] tshark: Update to version 3.0.7 Erik Kapfer
2019-12-10 11:16 ` Michael Tremer
@ 2019-12-19 16:44 ` Erik Kapfer
2019-12-20 12:26 ` Michael Tremer
2019-12-29 17:55 ` Arne Fitzenreiter
1 sibling, 2 replies; 6+ messages in thread
From: Erik Kapfer @ 2019-12-19 16:44 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2425 bytes --]
Several bugfixes are included in this version, some protocol support has been added.
For a complete overview of the changelog, take a look in here -->
https://www.wireshark.org/docs/relnotes/wireshark-3.0.6.html
https://www.wireshark.org/docs/relnotes/wireshark-3.0.7.html .
v2: Needed to revert
https://git.ipfire.org/?p=ipfire-2.x.git;a=commit;h=3791a79239ca2fba15e202f2a724e99cc6c0ba02
since it delivers an error "No such file or directory"
Signed-off-by: Erik Kapfer <ummeegge(a)ipfire.org>
---
config/rootfiles/packages/tshark | 6 ++----
lfs/tshark | 6 +++---
2 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/config/rootfiles/packages/tshark b/config/rootfiles/packages/tshark
index 1e72493e9..848f460df 100644
--- a/config/rootfiles/packages/tshark
+++ b/config/rootfiles/packages/tshark
@@ -608,10 +608,10 @@ usr/bin/tshark
#usr/include/wireshark/wsutil/xtea.h
#usr/lib/libwireshark.so
usr/lib/libwireshark.so.12
-usr/lib/libwireshark.so.12.0.5
+usr/lib/libwireshark.so.12.0.7
#usr/lib/libwiretap.so
usr/lib/libwiretap.so.9
-usr/lib/libwiretap.so.9.0.5
+usr/lib/libwiretap.so.9.0.7
#usr/lib/libwscodecs.so
usr/lib/libwscodecs.so.2
usr/lib/libwscodecs.so.2.0.0
@@ -632,10 +632,8 @@ usr/lib/libwsutil.so.10.0.0
#usr/lib/wireshark/cmake/WiresharkTargets.cmake
#usr/lib/wireshark/extcap
usr/lib/wireshark/extcap/androiddump
-usr/lib/wireshark/extcap/ciscodump
usr/lib/wireshark/extcap/dpauxmon
usr/lib/wireshark/extcap/randpktdump
-usr/lib/wireshark/extcap/sshdump
usr/lib/wireshark/extcap/udpdump
#usr/lib/wireshark/plugins
#usr/lib/wireshark/plugins/3.0
diff --git a/lfs/tshark b/lfs/tshark
index 7c9cd6613..e8c63f3d8 100644
--- a/lfs/tshark
+++ b/lfs/tshark
@@ -24,7 +24,7 @@
include Config
-VER = 3.0.5
+VER = 3.0.7
THISAPP = wireshark-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -33,7 +33,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = tshark
DEPS = "krb5"
-PAK_VER = 3
+PAK_VER = 4
###############################################################################
# Top-level Rules
@@ -43,7 +43,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = d01fdc4e78ef8ea70f20616c91419bd9
+$(DL_FILE)_MD5 = 5b486f20239545c5af1db614c0d98876
install : $(TARGET)
--
2.12.2
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH v2] tshark: Update to version 3.0.7
2019-12-19 16:44 ` [PATCH v2] " Erik Kapfer
@ 2019-12-20 12:26 ` Michael Tremer
2019-12-29 17:55 ` Arne Fitzenreiter
1 sibling, 0 replies; 6+ messages in thread
From: Michael Tremer @ 2019-12-20 12:26 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2681 bytes --]
Reviewed-by: Michael Tremer <michael.tremer(a)ipfire.org>
> On 19 Dec 2019, at 17:44, Erik Kapfer <ummeegge(a)ipfire.org> wrote:
>
> Several bugfixes are included in this version, some protocol support has been added.
> For a complete overview of the changelog, take a look in here -->
> https://www.wireshark.org/docs/relnotes/wireshark-3.0.6.html
> https://www.wireshark.org/docs/relnotes/wireshark-3.0.7.html .
>
> v2: Needed to revert
> https://git.ipfire.org/?p=ipfire-2.x.git;a=commit;h=3791a79239ca2fba15e202f2a724e99cc6c0ba02
> since it delivers an error "No such file or directory"
>
> Signed-off-by: Erik Kapfer <ummeegge(a)ipfire.org>
> ---
> config/rootfiles/packages/tshark | 6 ++----
> lfs/tshark | 6 +++---
> 2 files changed, 5 insertions(+), 7 deletions(-)
>
> diff --git a/config/rootfiles/packages/tshark b/config/rootfiles/packages/tshark
> index 1e72493e9..848f460df 100644
> --- a/config/rootfiles/packages/tshark
> +++ b/config/rootfiles/packages/tshark
> @@ -608,10 +608,10 @@ usr/bin/tshark
> #usr/include/wireshark/wsutil/xtea.h
> #usr/lib/libwireshark.so
> usr/lib/libwireshark.so.12
> -usr/lib/libwireshark.so.12.0.5
> +usr/lib/libwireshark.so.12.0.7
> #usr/lib/libwiretap.so
> usr/lib/libwiretap.so.9
> -usr/lib/libwiretap.so.9.0.5
> +usr/lib/libwiretap.so.9.0.7
> #usr/lib/libwscodecs.so
> usr/lib/libwscodecs.so.2
> usr/lib/libwscodecs.so.2.0.0
> @@ -632,10 +632,8 @@ usr/lib/libwsutil.so.10.0.0
> #usr/lib/wireshark/cmake/WiresharkTargets.cmake
> #usr/lib/wireshark/extcap
> usr/lib/wireshark/extcap/androiddump
> -usr/lib/wireshark/extcap/ciscodump
> usr/lib/wireshark/extcap/dpauxmon
> usr/lib/wireshark/extcap/randpktdump
> -usr/lib/wireshark/extcap/sshdump
> usr/lib/wireshark/extcap/udpdump
> #usr/lib/wireshark/plugins
> #usr/lib/wireshark/plugins/3.0
> diff --git a/lfs/tshark b/lfs/tshark
> index 7c9cd6613..e8c63f3d8 100644
> --- a/lfs/tshark
> +++ b/lfs/tshark
> @@ -24,7 +24,7 @@
>
> include Config
>
> -VER = 3.0.5
> +VER = 3.0.7
>
> THISAPP = wireshark-$(VER)
> DL_FILE = $(THISAPP).tar.xz
> @@ -33,7 +33,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP)
> TARGET = $(DIR_INFO)/$(THISAPP)
> PROG = tshark
> DEPS = "krb5"
> -PAK_VER = 3
> +PAK_VER = 4
>
> ###############################################################################
> # Top-level Rules
> @@ -43,7 +43,7 @@ objects = $(DL_FILE)
>
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>
> -$(DL_FILE)_MD5 = d01fdc4e78ef8ea70f20616c91419bd9
> +$(DL_FILE)_MD5 = 5b486f20239545c5af1db614c0d98876
>
> install : $(TARGET)
>
> --
> 2.12.2
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH v2] tshark: Update to version 3.0.7
2019-12-19 16:44 ` [PATCH v2] " Erik Kapfer
2019-12-20 12:26 ` Michael Tremer
@ 2019-12-29 17:55 ` Arne Fitzenreiter
2019-12-30 7:55 ` ummeegge
1 sibling, 1 reply; 6+ messages in thread
From: Arne Fitzenreiter @ 2019-12-29 17:55 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2723 bytes --]
Have you done a clean build in next branch?
At my system patch-v1 works and build all files in the rootfile.
Arne
Am 2019-12-19 17:44, schrieb Erik Kapfer:
> Several bugfixes are included in this version, some protocol support
> has been added.
> For a complete overview of the changelog, take a look in here -->
> https://www.wireshark.org/docs/relnotes/wireshark-3.0.6.html
> https://www.wireshark.org/docs/relnotes/wireshark-3.0.7.html .
>
> v2: Needed to revert
> https://git.ipfire.org/?p=ipfire-2.x.git;a=commit;h=3791a79239ca2fba15e202f2a724e99cc6c0ba02
> since it delivers an error "No such file or directory"
>
> Signed-off-by: Erik Kapfer <ummeegge(a)ipfire.org>
> ---
> config/rootfiles/packages/tshark | 6 ++----
> lfs/tshark | 6 +++---
> 2 files changed, 5 insertions(+), 7 deletions(-)
>
> diff --git a/config/rootfiles/packages/tshark
> b/config/rootfiles/packages/tshark
> index 1e72493e9..848f460df 100644
> --- a/config/rootfiles/packages/tshark
> +++ b/config/rootfiles/packages/tshark
> @@ -608,10 +608,10 @@ usr/bin/tshark
> #usr/include/wireshark/wsutil/xtea.h
> #usr/lib/libwireshark.so
> usr/lib/libwireshark.so.12
> -usr/lib/libwireshark.so.12.0.5
> +usr/lib/libwireshark.so.12.0.7
> #usr/lib/libwiretap.so
> usr/lib/libwiretap.so.9
> -usr/lib/libwiretap.so.9.0.5
> +usr/lib/libwiretap.so.9.0.7
> #usr/lib/libwscodecs.so
> usr/lib/libwscodecs.so.2
> usr/lib/libwscodecs.so.2.0.0
> @@ -632,10 +632,8 @@ usr/lib/libwsutil.so.10.0.0
> #usr/lib/wireshark/cmake/WiresharkTargets.cmake
> #usr/lib/wireshark/extcap
> usr/lib/wireshark/extcap/androiddump
> -usr/lib/wireshark/extcap/ciscodump
> usr/lib/wireshark/extcap/dpauxmon
> usr/lib/wireshark/extcap/randpktdump
> -usr/lib/wireshark/extcap/sshdump
> usr/lib/wireshark/extcap/udpdump
> #usr/lib/wireshark/plugins
> #usr/lib/wireshark/plugins/3.0
> diff --git a/lfs/tshark b/lfs/tshark
> index 7c9cd6613..e8c63f3d8 100644
> --- a/lfs/tshark
> +++ b/lfs/tshark
> @@ -24,7 +24,7 @@
>
> include Config
>
> -VER = 3.0.5
> +VER = 3.0.7
>
> THISAPP = wireshark-$(VER)
> DL_FILE = $(THISAPP).tar.xz
> @@ -33,7 +33,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP)
> TARGET = $(DIR_INFO)/$(THISAPP)
> PROG = tshark
> DEPS = "krb5"
> -PAK_VER = 3
> +PAK_VER = 4
>
>
> ###############################################################################
> # Top-level Rules
> @@ -43,7 +43,7 @@ objects = $(DL_FILE)
>
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>
> -$(DL_FILE)_MD5 = d01fdc4e78ef8ea70f20616c91419bd9
> +$(DL_FILE)_MD5 = 5b486f20239545c5af1db614c0d98876
>
> install : $(TARGET)
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH v2] tshark: Update to version 3.0.7
2019-12-29 17:55 ` Arne Fitzenreiter
@ 2019-12-30 7:55 ` ummeegge
0 siblings, 0 replies; 6+ messages in thread
From: ummeegge @ 2019-12-30 7:55 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 3270 bytes --]
Hi Arne,
Am Sonntag, den 29.12.2019, 18:55 +0100 schrieb Arne Fitzenreiter:
> Have you done a clean build in next branch?
Yes i did. Moreover after a clean build of the updated version, the
ROOTFILE did not include 'ciscodump' and 'sshdump' in extcap. Have
added them manually since i knew that you included them, after a clean
build then i got a 'no such file or directory' for both.
Best,
Erik
> At my system patch-v1 works and build all files in the rootfile.
>
> Arne
>
>
> Am 2019-12-19 17:44, schrieb Erik Kapfer:
> > Several bugfixes are included in this version, some protocol
> > support
> > has been added.
> > For a complete overview of the changelog, take a look in here -->
> > https://www.wireshark.org/docs/relnotes/wireshark-3.0.6.html
> > https://www.wireshark.org/docs/relnotes/wireshark-3.0.7.html .
> >
> > v2: Needed to revert
> >
https://git.ipfire.org/?p=ipfire-2.x.git;a=commit;h=3791a79239ca2fba15e202f2a724e99cc6c0ba02
> > since it delivers an error "No such file or directory"
> >
> > Signed-off-by: Erik Kapfer <ummeegge(a)ipfire.org>
> > ---
> > config/rootfiles/packages/tshark | 6 ++----
> > lfs/tshark | 6 +++---
> > 2 files changed, 5 insertions(+), 7 deletions(-)
> >
> > diff --git a/config/rootfiles/packages/tshark
> > b/config/rootfiles/packages/tshark
> > index 1e72493e9..848f460df 100644
> > --- a/config/rootfiles/packages/tshark
> > +++ b/config/rootfiles/packages/tshark
> > @@ -608,10 +608,10 @@ usr/bin/tshark
> > #usr/include/wireshark/wsutil/xtea.h
> > #usr/lib/libwireshark.so
> > usr/lib/libwireshark.so.12
> > -usr/lib/libwireshark.so.12.0.5
> > +usr/lib/libwireshark.so.12.0.7
> > #usr/lib/libwiretap.so
> > usr/lib/libwiretap.so.9
> > -usr/lib/libwiretap.so.9.0.5
> > +usr/lib/libwiretap.so.9.0.7
> > #usr/lib/libwscodecs.so
> > usr/lib/libwscodecs.so.2
> > usr/lib/libwscodecs.so.2.0.0
> > @@ -632,10 +632,8 @@ usr/lib/libwsutil.so.10.0.0
> > #usr/lib/wireshark/cmake/WiresharkTargets.cmake
> > #usr/lib/wireshark/extcap
> > usr/lib/wireshark/extcap/androiddump
> > -usr/lib/wireshark/extcap/ciscodump
> > usr/lib/wireshark/extcap/dpauxmon
> > usr/lib/wireshark/extcap/randpktdump
> > -usr/lib/wireshark/extcap/sshdump
> > usr/lib/wireshark/extcap/udpdump
> > #usr/lib/wireshark/plugins
> > #usr/lib/wireshark/plugins/3.0
> > diff --git a/lfs/tshark b/lfs/tshark
> > index 7c9cd6613..e8c63f3d8 100644
> > --- a/lfs/tshark
> > +++ b/lfs/tshark
> > @@ -24,7 +24,7 @@
> >
> > include Config
> >
> > -VER = 3.0.5
> > +VER = 3.0.7
> >
> > THISAPP = wireshark-$(VER)
> > DL_FILE = $(THISAPP).tar.xz
> > @@ -33,7 +33,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP)
> > TARGET = $(DIR_INFO)/$(THISAPP)
> > PROG = tshark
> > DEPS = "krb5"
> > -PAK_VER = 3
> > +PAK_VER = 4
> >
> >
> > ###################################################################
> > ############
> > # Top-level Rules
> > @@ -43,7 +43,7 @@ objects = $(DL_FILE)
> >
> > $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
> >
> > -$(DL_FILE)_MD5 = d01fdc4e78ef8ea70f20616c91419bd9
> > +$(DL_FILE)_MD5 = 5b486f20239545c5af1db614c0d98876
> >
> > install : $(TARGET)
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2019-12-30 7:55 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-10 10:40 [PATCH] tshark: Update to version 3.0.7 Erik Kapfer
2019-12-10 11:16 ` Michael Tremer
2019-12-19 16:44 ` [PATCH v2] " Erik Kapfer
2019-12-20 12:26 ` Michael Tremer
2019-12-29 17:55 ` Arne Fitzenreiter
2019-12-30 7:55 ` ummeegge
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox