* [ptxdist] [PATCH] libpcap: Version bump. 1.10.3 -> 1.10.4
@ 2023-04-09 8:56 Christian Melki
2023-04-12 6:29 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2023-04-09 8:56 UTC (permalink / raw)
To: ptxdist
Minor changes.
https://github.com/the-tcpdump-group/libpcap/blob/1a328f71de51e58bf125562b2798cea75ae6f16f/CHANGES#L50
* Forward patch series, no changes.
Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
.../0100-build-and-install-share-lib-only.patch | 0
.../0101-pcap-config-add-SYSROOT-support.patch | 0
patches/{libpcap-1.10.3 => libpcap-1.10.4}/series | 0
rules/libpcap.make | 4 ++--
4 files changed, 2 insertions(+), 2 deletions(-)
rename patches/{libpcap-1.10.3 => libpcap-1.10.4}/0100-build-and-install-share-lib-only.patch (100%)
rename patches/{libpcap-1.10.3 => libpcap-1.10.4}/0101-pcap-config-add-SYSROOT-support.patch (100%)
rename patches/{libpcap-1.10.3 => libpcap-1.10.4}/series (100%)
diff --git a/patches/libpcap-1.10.3/0100-build-and-install-share-lib-only.patch b/patches/libpcap-1.10.4/0100-build-and-install-share-lib-only.patch
similarity index 100%
rename from patches/libpcap-1.10.3/0100-build-and-install-share-lib-only.patch
rename to patches/libpcap-1.10.4/0100-build-and-install-share-lib-only.patch
diff --git a/patches/libpcap-1.10.3/0101-pcap-config-add-SYSROOT-support.patch b/patches/libpcap-1.10.4/0101-pcap-config-add-SYSROOT-support.patch
similarity index 100%
rename from patches/libpcap-1.10.3/0101-pcap-config-add-SYSROOT-support.patch
rename to patches/libpcap-1.10.4/0101-pcap-config-add-SYSROOT-support.patch
diff --git a/patches/libpcap-1.10.3/series b/patches/libpcap-1.10.4/series
similarity index 100%
rename from patches/libpcap-1.10.3/series
rename to patches/libpcap-1.10.4/series
diff --git a/rules/libpcap.make b/rules/libpcap.make
index 81d8649e5..2f8329106 100644
--- a/rules/libpcap.make
+++ b/rules/libpcap.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBPCAP) += libpcap
#
# Paths and names
#
-LIBPCAP_VERSION := 1.10.3
-LIBPCAP_MD5 := c42fde2eb75a5075f19116f8c9768573
+LIBPCAP_VERSION := 1.10.4
+LIBPCAP_MD5 := 0322e28dd76cda8066bb6d00fee5969b
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] 2+ messages in thread
* Re: [ptxdist] [APPLIED] libpcap: Version bump. 1.10.3 -> 1.10.4
2023-04-09 8:56 [ptxdist] [PATCH] libpcap: Version bump. 1.10.3 -> 1.10.4 Christian Melki
@ 2023-04-12 6:29 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2023-04-12 6:29 UTC (permalink / raw)
To: ptxdist; +Cc: Christian Melki
Thanks, applied as 2f29efb21b3e54dd8cb11597ecfb561ece389967.
Michael
[sent from post-receive hook]
On Wed, 12 Apr 2023 08:29:58 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> Minor changes.
> https://github.com/the-tcpdump-group/libpcap/blob/1a328f71de51e58bf125562b2798cea75ae6f16f/CHANGES#L50
>
> * Forward patch series, no changes.
>
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20230409085644.1688730-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/patches/libpcap-1.10.3/0100-build-and-install-share-lib-only.patch b/patches/libpcap-1.10.4/0100-build-and-install-share-lib-only.patch
> similarity index 100%
> rename from patches/libpcap-1.10.3/0100-build-and-install-share-lib-only.patch
> rename to patches/libpcap-1.10.4/0100-build-and-install-share-lib-only.patch
> diff --git a/patches/libpcap-1.10.3/0101-pcap-config-add-SYSROOT-support.patch b/patches/libpcap-1.10.4/0101-pcap-config-add-SYSROOT-support.patch
> similarity index 100%
> rename from patches/libpcap-1.10.3/0101-pcap-config-add-SYSROOT-support.patch
> rename to patches/libpcap-1.10.4/0101-pcap-config-add-SYSROOT-support.patch
> diff --git a/patches/libpcap-1.10.3/series b/patches/libpcap-1.10.4/series
> similarity index 100%
> rename from patches/libpcap-1.10.3/series
> rename to patches/libpcap-1.10.4/series
> diff --git a/rules/libpcap.make b/rules/libpcap.make
> index 81d8649e5f29..2f8329106434 100644
> --- a/rules/libpcap.make
> +++ b/rules/libpcap.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBPCAP) += libpcap
> #
> # Paths and names
> #
> -LIBPCAP_VERSION := 1.10.3
> -LIBPCAP_MD5 := c42fde2eb75a5075f19116f8c9768573
> +LIBPCAP_VERSION := 1.10.4
> +LIBPCAP_MD5 := 0322e28dd76cda8066bb6d00fee5969b
> LIBPCAP := libpcap-$(LIBPCAP_VERSION)
> LIBPCAP_SUFFIX := tar.gz
> LIBPCAP_URL := http://www.tcpdump.org/release/$(LIBPCAP).$(LIBPCAP_SUFFIX)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-04-12 6:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-09 8:56 [ptxdist] [PATCH] libpcap: Version bump. 1.10.3 -> 1.10.4 Christian Melki
2023-04-12 6:29 ` [ptxdist] [APPLIED] " Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox