mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: Re: [ptxdist] [PATCH] libpcap: update 1.7.4 -> 1.8.1
Date: Wed, 8 Feb 2017 16:57:15 +0100	[thread overview]
Message-ID: <20170208155715.cxjoxed6txmbjqvz@pengutronix.de> (raw)
In-Reply-To: <20170207170234.30485-1-clemens.gruber@pqgruber.com>

On Tue, Feb 07, 2017 at 06:02:33PM +0100, Clemens Gruber wrote:
> Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com>

Thanks, applied,

Michael

> ---
>  .../0001-build-and-install-share-lib-only.patch            |  8 ++++----
>  .../0002-pcap-config-add-SYSROOT-support.patch             |  0
>  ...03-configure.ac-allow-specifying-path-for-libnl3.patch} | 14 +++++++-------
>  patches/{libpcap-1.7.4 => libpcap-1.8.1}/autogen.sh        |  0
>  patches/{libpcap-1.7.4 => libpcap-1.8.1}/series            |  4 ++--
>  rules/libpcap.make                                         | 10 +++++-----
>  6 files changed, 18 insertions(+), 18 deletions(-)
>  rename patches/{libpcap-1.7.4 => libpcap-1.8.1}/0001-build-and-install-share-lib-only.patch (85%)
>  rename patches/{libpcap-1.7.4 => libpcap-1.8.1}/0002-pcap-config-add-SYSROOT-support.patch (100%)
>  rename patches/{libpcap-1.7.4/0003-configure.in-allow-specifying-path-for-libnl3.patch => libpcap-1.8.1/0003-configure.ac-allow-specifying-path-for-libnl3.patch} (71%)
>  rename patches/{libpcap-1.7.4 => libpcap-1.8.1}/autogen.sh (100%)
>  rename patches/{libpcap-1.7.4 => libpcap-1.8.1}/series (55%)
> 
> diff --git a/patches/libpcap-1.7.4/0001-build-and-install-share-lib-only.patch b/patches/libpcap-1.8.1/0001-build-and-install-share-lib-only.patch
> similarity index 85%
> rename from patches/libpcap-1.7.4/0001-build-and-install-share-lib-only.patch
> rename to patches/libpcap-1.8.1/0001-build-and-install-share-lib-only.patch
> index c12a5b904..85ce7015d 100644
> --- a/patches/libpcap-1.7.4/0001-build-and-install-share-lib-only.patch
> +++ b/patches/libpcap-1.8.1/0001-build-and-install-share-lib-only.patch
> @@ -12,19 +12,19 @@ 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 4c35bde7caab..d472dd487d71 100644
> +index e71d973ca448..e0debadeb837 100644
>  --- a/Makefile.in
>  +++ b/Makefile.in
>  @@ -358,7 +358,7 @@ EXTRA_DIST = \
> - 	Win32/Src/inet_net.c \
> - 	Win32/Src/inet_pton.c
> + 	Win32/Prj/wpcap.vcxproj \
> + 	Win32/Prj/wpcap.vcxproj.filters
>   
>  -all: libpcap.a shared pcap-config
>  +all: shared pcap-config
>   
>   libpcap.a: $(OBJ)
>   	@rm -f $@
> -@@ -549,7 +549,7 @@ selpolltest: tests/selpolltest.c libpcap.a
> +@@ -550,7 +550,7 @@ selpolltest: tests/selpolltest.c libpcap.a
>   valgrindtest: tests/valgrindtest.c libpcap.a
>   	$(CC) $(FULL_CFLAGS) -I. -L. -o valgrindtest $(srcdir)/tests/valgrindtest.c libpcap.a $(LIBS)
>   
> diff --git a/patches/libpcap-1.7.4/0002-pcap-config-add-SYSROOT-support.patch b/patches/libpcap-1.8.1/0002-pcap-config-add-SYSROOT-support.patch
> similarity index 100%
> rename from patches/libpcap-1.7.4/0002-pcap-config-add-SYSROOT-support.patch
> rename to patches/libpcap-1.8.1/0002-pcap-config-add-SYSROOT-support.patch
> diff --git a/patches/libpcap-1.7.4/0003-configure.in-allow-specifying-path-for-libnl3.patch b/patches/libpcap-1.8.1/0003-configure.ac-allow-specifying-path-for-libnl3.patch
> similarity index 71%
> rename from patches/libpcap-1.7.4/0003-configure.in-allow-specifying-path-for-libnl3.patch
> rename to patches/libpcap-1.8.1/0003-configure.ac-allow-specifying-path-for-libnl3.patch
> index 0318ac8e1..3e56d90c9 100644
> --- a/patches/libpcap-1.7.4/0003-configure.in-allow-specifying-path-for-libnl3.patch
> +++ b/patches/libpcap-1.8.1/0003-configure.ac-allow-specifying-path-for-libnl3.patch
> @@ -1,16 +1,16 @@
>  From: Michael Olbrich <m.olbrich@pengutronix.de>
>  Date: Wed, 29 Jan 2014 09:17:52 +0100
> -Subject: [PATCH] configure.in: allow specifying path for libnl3
> +Subject: [PATCH] configure.ac: allow specifying path for libnl3
>  
>  ---
> - configure.in | 6 +++++-
> + configure.ac | 6 +++++-
>   1 file changed, 5 insertions(+), 1 deletion(-)
>  
> -diff --git a/configure.in b/configure.in
> -index be4b29e2f8ba..34dcf02a1481 100644
> ---- a/configure.in
> -+++ b/configure.in
> -@@ -476,7 +476,11 @@ linux)
> +diff --git a/configure.ac b/configure.ac
> +index da2f940da963..8a3ab56d865c 100644
> +--- a/configure.ac
> ++++ b/configure.ac
> +@@ -511,7 +511,11 @@ linux)
>   			AC_DEFINE(HAVE_LIBNL_3_x,1,[if libnl exists and is version 3.x])
>   			AC_DEFINE(HAVE_LIBNL_NLE,1,[libnl has NLE_FAILURE])
>   			AC_DEFINE(HAVE_LIBNL_SOCKETS,1,[libnl has new-style socket api])
> diff --git a/patches/libpcap-1.7.4/autogen.sh b/patches/libpcap-1.8.1/autogen.sh
> similarity index 100%
> rename from patches/libpcap-1.7.4/autogen.sh
> rename to patches/libpcap-1.8.1/autogen.sh
> diff --git a/patches/libpcap-1.7.4/series b/patches/libpcap-1.8.1/series
> similarity index 55%
> rename from patches/libpcap-1.7.4/series
> rename to patches/libpcap-1.8.1/series
> index d68098e92..5b8e8a230 100644
> --- a/patches/libpcap-1.7.4/series
> +++ b/patches/libpcap-1.8.1/series
> @@ -2,5 +2,5 @@
>  #tag:base --start-number 1
>  0001-build-and-install-share-lib-only.patch
>  0002-pcap-config-add-SYSROOT-support.patch
> -0003-configure.in-allow-specifying-path-for-libnl3.patch
> -# 94d8ab7be7249a642f246cfb06146722  - git-ptx-patches magic
> +0003-configure.ac-allow-specifying-path-for-libnl3.patch
> +# 04919371617f914a399e4491d8b76206  - git-ptx-patches magic
> diff --git a/rules/libpcap.make b/rules/libpcap.make
> index 4b3a76eea..3f2c85205 100644
> --- a/rules/libpcap.make
> +++ b/rules/libpcap.make
> @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_LIBPCAP) += libpcap
>  #
>  # Paths and names
>  #
> -LIBPCAP_VERSION	:= 1.7.4
> -LIBPCAP_MD5	:= b2e13142bbaba857ab1c6894aedaf547
> +LIBPCAP_VERSION	:= 1.8.1
> +LIBPCAP_MD5	:= 3d48f9cd171ff12b0efd9134b52f1447
>  LIBPCAP		:= libpcap-$(LIBPCAP_VERSION)
>  LIBPCAP_SUFFIX	:= tar.gz
>  LIBPCAP_URL	:= http://www.tcpdump.org/release/$(LIBPCAP).$(LIBPCAP_SUFFIX)
> @@ -48,6 +48,7 @@ LIBPCAP_COMPILE_ENV := \
>  #
>  LIBPCAP_AUTOCONF := \
>  	$(CROSS_AUTOCONF_USR) \
> +	$(GLOBAL_LARGE_FILE_OPTION) \
>  	--enable-protochain \
>  	$(GLOBAL_IPV6_OPTION) \
>  	--disable-optimizer-dbg \
> @@ -56,14 +57,13 @@ LIBPCAP_AUTOCONF := \
>  	--enable-shared \
>  	--disable-usb \
>  	--$(call ptx/endis, PTXCONF_LIBPCAP_BLUETOOTH)-bluetooth \
> -	--disable-canusb \
> -	--disable-can \
>  	--disable-dbus \
>  	--disable-packet-ring \
>  	--with-libnl=$(SYSROOT)/usr \
>  	--without-dag \
>  	--without-septel \
> -	--without-snf
> +	--without-snf \
> +	--without-turbocap
>  
>  ifdef PTXCONF_ARCH_MINGW
>  LIBPCAP_AUTOCONF += --with-pcap=null
> -- 
> 2.11.1
> 
> 
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

      parent reply	other threads:[~2017-02-08 15:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-07 17:02 Clemens Gruber
2017-02-07 17:02 ` [ptxdist] [PATCH v2] tcpdump: update 4.7.4 -> 4.9.0 Clemens Gruber
2017-02-08 15:57   ` Michael Olbrich
2017-02-08 15:57 ` Michael Olbrich [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170208155715.cxjoxed6txmbjqvz@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox