mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
ndpi: update to 1.8.
This commit is contained in:
parent
61ee324dd2
commit
549fd00e1f
2 changed files with 2 additions and 13 deletions
|
@ -1,11 +0,0 @@
|
||||||
--- src/include/linux_compat.h.bck 2016-02-01 04:20:53.130125595 -0500
|
|
||||||
+++ src/include/linux_compat.h 2016-02-01 04:21:07.555942679 -0500
|
|
||||||
@@ -28,6 +28,8 @@
|
|
||||||
|
|
||||||
#include "ndpi_define.h"
|
|
||||||
|
|
||||||
+#include <sys/types.h>
|
|
||||||
+
|
|
||||||
#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
|
|
||||||
#include <machine/endian.h>
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'ndpi'
|
# Template file for 'ndpi'
|
||||||
pkgname=ndpi
|
pkgname=ndpi
|
||||||
version=1.7
|
version=1.8
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=nDPI-${version}
|
wrksrc=nDPI-${version}
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Toyam Cox <Vaelatern@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://www.ntop.org/products/ndpi/"
|
homepage="http://www.ntop.org/products/ndpi/"
|
||||||
distfiles="https://github.com/ntop/nDPI/archive/${version}.tar.gz"
|
distfiles="https://github.com/ntop/nDPI/archive/${version}.tar.gz"
|
||||||
checksum=109ec948c869022258db9188df48e985c285b3d9a43d160bb5fb5da5986e27ea
|
checksum=cea26a7f280301cc3a0e714b560d48b57ae2cf6453b71eb647ceb3fccecb5ba2
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue