From 423ae4af9ac5e6115b973ff6570a5ea54f909071 Mon Sep 17 00:00:00 2001 From: Lucio Andrés Illanes Albornoz Date: Oct 19 2019 10:06:21 +0000 Subject: vars/build.vars:libpcap: updated to v1.9.1 (via Redfoxmoon.) patches/libpcap-1.9.0.local.patch: removes obsolete patch (via Redfoxmoon.) vars/libpcap.vars: via Redfoxmoon. --- diff --git a/patches/libpcap-1.9.0.local.patch b/patches/libpcap-1.9.0.local.patch deleted file mode 100644 index abadff5..0000000 --- a/patches/libpcap-1.9.0.local.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff -ru libpcap-libpcap-1.9.0.orig/configure libpcap-libpcap-1.9.0/configure ---- libpcap-libpcap-1.9.0.orig/configure 2018-07-22 19:08:39.000000000 +0200 -+++ libpcap-libpcap-1.9.0/configure 2019-04-26 05:17:01.024964350 +0200 -@@ -3997,7 +3997,7 @@ - aix*) - ;; - -- freebsd*|netbsd*|openbsd*|dragonfly*|linux*|osf*) -+ freebsd*|netbsd*|openbsd*|dragonfly*|linux*|osf*|midipix*) - # - # Platforms where the linker is the GNU linker - # or accepts command-line arguments like -@@ -8179,7 +8179,7 @@ - MAN_MISC_INFO=5 - ;; - --linux*|freebsd*|netbsd*|openbsd*|dragonfly*|kfreebsd*|gnu*) -+linux*|freebsd*|netbsd*|openbsd*|dragonfly*|kfreebsd*|gnu*|midipix*) - DYEXT="so" - - # diff --git a/vars/build.vars b/vars/build.vars index 4d65cfe..a3bccb7 100644 --- a/vars/build.vars +++ b/vars/build.vars @@ -774,10 +774,10 @@ NATIVE_PACKAGES_DEPS_PYTHON="${PREFIX}/bin/python2"; : ${PKG_CURL_CONFIGURE_ARGS_EXTRA:="--disable-symbol-hiding --enable-shared --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt --with-ca-path=/etc/ssl/certs --with-gnutls --without-ssl"}; : ${PKG_LMDB_URLS_GIT:="lmdb=https://github.com/Redfoxmoon3/lmdb.git@mdb.master"}; : ${PKG_LMDB_IN_TREE:=1}; -: ${PKG_LIBPCAP_SHA256SUM:=64069f8a2e4b250b6b60b6058e5bad98cf648d2302a1e4cbf24eb770c1659875}; -: ${PKG_LIBPCAP_VERSION:=1.9.0}; +: ${PKG_LIBPCAP_SHA256SUM:=8ac670de8dd6eff39441580c67f0520f326773422bbf89fdffcd269bd0cfddde}; +: ${PKG_LIBPCAP_VERSION:=1.9.1}; : ${PKG_LIBPCAP_URL:=https://github.com/the-tcpdump-group/libpcap/archive/libpcap-${PKG_LIBPCAP_VERSION}.tar.gz}; -: ${PKG_LIBPCAP_SUBDIR:="libpcap-libpcap-1.9.0"}; +: ${PKG_LIBPCAP_SUBDIR:="libpcap-libpcap-${PKG_LIBPCAP_VERSION}"}; : ${PKG_LIBPNG_SHA256SUM:=eceb924c1fa6b79172fdfd008d335f0e59172a86a66481e09d4089df872aa319}; : ${PKG_LIBPNG_VERSION:=1.6.36}; : ${PKG_LIBPNG_URL:=https://sourceforge.mirrorservice.org/l/li/libpng/libpng16/${PKG_LIBPNG_VERSION}/libpng-${PKG_LIBPNG_VERSION}.tar.xz}; diff --git a/vars/libpcap.vars b/vars/libpcap.vars new file mode 100644 index 0000000..c5a6594 --- /dev/null +++ b/vars/libpcap.vars @@ -0,0 +1,8 @@ +# +# set -o errexit -o noglob are assumed. +# + +: ${PKG_LIBPCAP_CONFIG_CACHE_EXTRA:=" +ac_cv_lbl_unaligned_fail=no"}; + +# vim:filetype=sh