mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] libpcap: Version bump. 1.10.2 -> 1.10.3.
@ 2023-01-14 21:04 Christian Melki
  2023-01-14 21:04 ` [ptxdist] [PATCH] tcpdump: Version bump. 4.99.2 -> 4.99.3 Christian Melki
  2023-02-08 11:49 ` [ptxdist] [APPLIED] libpcap: Version bump. 1.10.2 -> 1.10.3 Michael Olbrich
  0 siblings, 2 replies; 4+ messages in thread
From: Christian Melki @ 2023-01-14 21:04 UTC (permalink / raw)
  To: ptxdist

Very minor changes.

* Forward port patches to fix minor fuzz.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 .../0100-build-and-install-share-lib-only.patch               | 2 +-
 .../0101-pcap-config-add-SYSROOT-support.patch                | 4 ++--
 patches/{libpcap-1.10.2 => libpcap-1.10.3}/series             | 0
 rules/libpcap.make                                            | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)
 rename patches/{libpcap-1.10.2 => libpcap-1.10.3}/0100-build-and-install-share-lib-only.patch (96%)
 rename patches/{libpcap-1.10.2 => libpcap-1.10.3}/0101-pcap-config-add-SYSROOT-support.patch (89%)
 rename patches/{libpcap-1.10.2 => libpcap-1.10.3}/series (100%)

diff --git a/patches/libpcap-1.10.2/0100-build-and-install-share-lib-only.patch b/patches/libpcap-1.10.3/0100-build-and-install-share-lib-only.patch
similarity index 96%
rename from patches/libpcap-1.10.2/0100-build-and-install-share-lib-only.patch
rename to patches/libpcap-1.10.3/0100-build-and-install-share-lib-only.patch
index c909f70b1..cae5cc2b2 100644
--- a/patches/libpcap-1.10.2/0100-build-and-install-share-lib-only.patch
+++ b/patches/libpcap-1.10.3/0100-build-and-install-share-lib-only.patch
@@ -12,7 +12,7 @@ Signed-off-by: Alexander Aring <alex.aring@gmail.com>
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/Makefile.in b/Makefile.in
-index 787b18a06a93..dd7870c0475b 100644
+index 54246586828d..4c6768d6d764 100644
 --- a/Makefile.in
 +++ b/Makefile.in
 @@ -429,7 +429,7 @@ RELEASE_FILES = $(COMMON_C_SRC) $(HDR) $(MAN1) $(MAN3PCAP_EXPAND) \
diff --git a/patches/libpcap-1.10.2/0101-pcap-config-add-SYSROOT-support.patch b/patches/libpcap-1.10.3/0101-pcap-config-add-SYSROOT-support.patch
similarity index 89%
rename from patches/libpcap-1.10.2/0101-pcap-config-add-SYSROOT-support.patch
rename to patches/libpcap-1.10.3/0101-pcap-config-add-SYSROOT-support.patch
index 9cb27d0af..da6d1d62a 100644
--- a/patches/libpcap-1.10.2/0101-pcap-config-add-SYSROOT-support.patch
+++ b/patches/libpcap-1.10.3/0101-pcap-config-add-SYSROOT-support.patch
@@ -8,7 +8,7 @@ Signed-off-by: Alexander Aring <alex.aring@gmail.com>
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/pcap-config.in b/pcap-config.in
-index afa8919d8a50..f9b8b1512892 100644
+index 6039ef33b324..505f7515f2f7 100644
 --- a/pcap-config.in
 +++ b/pcap-config.in
 @@ -10,8 +10,8 @@
@@ -21,4 +21,4 @@ index afa8919d8a50..f9b8b1512892 100644
 +libdir="${SYSROOT}@libdir@"
  LIBS="@LIBS@"
  LIBS_STATIC="@LIBS_STATIC@"
- 
+ VERSION="@PACKAGE_VERSION@"
diff --git a/patches/libpcap-1.10.2/series b/patches/libpcap-1.10.3/series
similarity index 100%
rename from patches/libpcap-1.10.2/series
rename to patches/libpcap-1.10.3/series
diff --git a/rules/libpcap.make b/rules/libpcap.make
index 9f07d452a..81d8649e5 100644
--- a/rules/libpcap.make
+++ b/rules/libpcap.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBPCAP) += libpcap
 #
 # Paths and names
 #
-LIBPCAP_VERSION	:= 1.10.2
-LIBPCAP_MD5	:= 9f27d8e5595fb14e6bc8151ef6f5610b
+LIBPCAP_VERSION	:= 1.10.3
+LIBPCAP_MD5	:= c42fde2eb75a5075f19116f8c9768573
 LIBPCAP		:= libpcap-$(LIBPCAP_VERSION)
 LIBPCAP_SUFFIX	:= tar.gz
 LIBPCAP_URL	:= http://www.tcpdump.org/release/$(LIBPCAP).$(LIBPCAP_SUFFIX)
-- 
2.34.1




^ permalink raw reply	[flat|nested] 4+ messages in thread

* [ptxdist] [PATCH] tcpdump: Version bump. 4.99.2 -> 4.99.3
  2023-01-14 21:04 [ptxdist] [PATCH] libpcap: Version bump. 1.10.2 -> 1.10.3 Christian Melki
@ 2023-01-14 21:04 ` Christian Melki
  2023-02-08 11:49   ` [ptxdist] [APPLIED] " Michael Olbrich
  2023-02-08 11:49 ` [ptxdist] [APPLIED] libpcap: Version bump. 1.10.2 -> 1.10.3 Michael Olbrich
  1 sibling, 1 reply; 4+ messages in thread
From: Christian Melki @ 2023-01-14 21:04 UTC (permalink / raw)
  To: ptxdist

Very minor changes.
Unusual for the tcpdump gang to do so small releases
with very little time apart the two.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 rules/tcpdump.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/tcpdump.make b/rules/tcpdump.make
index 4a040e017..594ecea28 100644
--- a/rules/tcpdump.make
+++ b/rules/tcpdump.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_TCPDUMP) += tcpdump
 #
 # Paths and names
 #
-TCPDUMP_VERSION	:= 4.99.2
-TCPDUMP_MD5	:= 69f8cc8e44606ba49482fa98c2f7f937
+TCPDUMP_VERSION	:= 4.99.3
+TCPDUMP_MD5	:= 491aeb15c1c72d59b9288a5a6953e8a9
 TCPDUMP		:= tcpdump-$(TCPDUMP_VERSION)
 TCPDUMP_SUFFIX	:= tar.gz
 TCPDUMP_URL	:= http://www.tcpdump.org/release/$(TCPDUMP).$(TCPDUMP_SUFFIX)
-- 
2.34.1




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ptxdist] [APPLIED] libpcap: Version bump. 1.10.2 -> 1.10.3.
  2023-01-14 21:04 [ptxdist] [PATCH] libpcap: Version bump. 1.10.2 -> 1.10.3 Christian Melki
  2023-01-14 21:04 ` [ptxdist] [PATCH] tcpdump: Version bump. 4.99.2 -> 4.99.3 Christian Melki
@ 2023-02-08 11:49 ` Michael Olbrich
  1 sibling, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2023-02-08 11:49 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as a8965c1425862a619f918ed8874662ab33f4c92e.

Michael

[sent from post-receive hook]

On Wed, 08 Feb 2023 12:49:45 +0100, Christian Melki <christian.melki@t2data.com> wrote:
> Very minor changes.
> 
> * Forward port patches to fix minor fuzz.
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20230114210413.2687213-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/patches/libpcap-1.10.2/0100-build-and-install-share-lib-only.patch b/patches/libpcap-1.10.3/0100-build-and-install-share-lib-only.patch
> similarity index 96%
> rename from patches/libpcap-1.10.2/0100-build-and-install-share-lib-only.patch
> rename to patches/libpcap-1.10.3/0100-build-and-install-share-lib-only.patch
> index c909f70b115c..cae5cc2b2d6b 100644
> --- a/patches/libpcap-1.10.2/0100-build-and-install-share-lib-only.patch
> +++ b/patches/libpcap-1.10.3/0100-build-and-install-share-lib-only.patch
> @@ -12,7 +12,7 @@ Signed-off-by: Alexander Aring <alex.aring@gmail.com>
>   1 file changed, 2 insertions(+), 2 deletions(-)
>  
>  diff --git a/Makefile.in b/Makefile.in
> -index 787b18a06a93..dd7870c0475b 100644
> +index 54246586828d..4c6768d6d764 100644
>  --- a/Makefile.in
>  +++ b/Makefile.in
>  @@ -429,7 +429,7 @@ RELEASE_FILES = $(COMMON_C_SRC) $(HDR) $(MAN1) $(MAN3PCAP_EXPAND) \
> diff --git a/patches/libpcap-1.10.2/0101-pcap-config-add-SYSROOT-support.patch b/patches/libpcap-1.10.3/0101-pcap-config-add-SYSROOT-support.patch
> similarity index 89%
> rename from patches/libpcap-1.10.2/0101-pcap-config-add-SYSROOT-support.patch
> rename to patches/libpcap-1.10.3/0101-pcap-config-add-SYSROOT-support.patch
> index 9cb27d0af151..da6d1d62a1b1 100644
> --- a/patches/libpcap-1.10.2/0101-pcap-config-add-SYSROOT-support.patch
> +++ b/patches/libpcap-1.10.3/0101-pcap-config-add-SYSROOT-support.patch
> @@ -8,7 +8,7 @@ Signed-off-by: Alexander Aring <alex.aring@gmail.com>
>   1 file changed, 2 insertions(+), 2 deletions(-)
>  
>  diff --git a/pcap-config.in b/pcap-config.in
> -index afa8919d8a50..f9b8b1512892 100644
> +index 6039ef33b324..505f7515f2f7 100644
>  --- a/pcap-config.in
>  +++ b/pcap-config.in
>  @@ -10,8 +10,8 @@
> @@ -21,4 +21,4 @@ index afa8919d8a50..f9b8b1512892 100644
>  +libdir="${SYSROOT}@libdir@"
>   LIBS="@LIBS@"
>   LIBS_STATIC="@LIBS_STATIC@"
> - 
> + VERSION="@PACKAGE_VERSION@"
> diff --git a/patches/libpcap-1.10.2/series b/patches/libpcap-1.10.3/series
> similarity index 100%
> rename from patches/libpcap-1.10.2/series
> rename to patches/libpcap-1.10.3/series
> diff --git a/rules/libpcap.make b/rules/libpcap.make
> index 9f07d452ae92..81d8649e5f29 100644
> --- a/rules/libpcap.make
> +++ b/rules/libpcap.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBPCAP) += libpcap
>  #
>  # Paths and names
>  #
> -LIBPCAP_VERSION	:= 1.10.2
> -LIBPCAP_MD5	:= 9f27d8e5595fb14e6bc8151ef6f5610b
> +LIBPCAP_VERSION	:= 1.10.3
> +LIBPCAP_MD5	:= c42fde2eb75a5075f19116f8c9768573
>  LIBPCAP		:= libpcap-$(LIBPCAP_VERSION)
>  LIBPCAP_SUFFIX	:= tar.gz
>  LIBPCAP_URL	:= http://www.tcpdump.org/release/$(LIBPCAP).$(LIBPCAP_SUFFIX)



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ptxdist] [APPLIED] tcpdump: Version bump. 4.99.2 -> 4.99.3
  2023-01-14 21:04 ` [ptxdist] [PATCH] tcpdump: Version bump. 4.99.2 -> 4.99.3 Christian Melki
@ 2023-02-08 11:49   ` Michael Olbrich
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2023-02-08 11:49 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as dffaf44e3980a5dec1cfc9d0d6b4c24d906c97b7.

Michael

[sent from post-receive hook]

On Wed, 08 Feb 2023 12:49:46 +0100, Christian Melki <christian.melki@t2data.com> wrote:
> Very minor changes.
> Unusual for the tcpdump gang to do so small releases
> with very little time apart the two.
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20230114210413.2687213-2-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/tcpdump.make b/rules/tcpdump.make
> index 4a040e01704f..594ecea28ac0 100644
> --- a/rules/tcpdump.make
> +++ b/rules/tcpdump.make
> @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_TCPDUMP) += tcpdump
>  #
>  # Paths and names
>  #
> -TCPDUMP_VERSION	:= 4.99.2
> -TCPDUMP_MD5	:= 69f8cc8e44606ba49482fa98c2f7f937
> +TCPDUMP_VERSION	:= 4.99.3
> +TCPDUMP_MD5	:= 491aeb15c1c72d59b9288a5a6953e8a9
>  TCPDUMP		:= tcpdump-$(TCPDUMP_VERSION)
>  TCPDUMP_SUFFIX	:= tar.gz
>  TCPDUMP_URL	:= http://www.tcpdump.org/release/$(TCPDUMP).$(TCPDUMP_SUFFIX)



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-02-08 11:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-14 21:04 [ptxdist] [PATCH] libpcap: Version bump. 1.10.2 -> 1.10.3 Christian Melki
2023-01-14 21:04 ` [ptxdist] [PATCH] tcpdump: Version bump. 4.99.2 -> 4.99.3 Christian Melki
2023-02-08 11:49   ` [ptxdist] [APPLIED] " Michael Olbrich
2023-02-08 11:49 ` [ptxdist] [APPLIED] libpcap: Version bump. 1.10.2 -> 1.10.3 Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox