Skip to content
Snippets Groups Projects
Commit 401b97d3 authored by Celeste's avatar Celeste Committed by Natanael Copa
Browse files

main/daq: upgrade to 3.0.13

also, remove stray patch
parent 9c119759
No related branches found
No related tags found
1 merge request!55075main/daq: upgrade to 3.0.13, snort*: upgrade to 3.1.76.0
# Contributor: Karim Kanso <kaz.kanso@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=daq
pkgver=3.0.12
pkgrel=1
pkgver=3.0.13
pkgrel=0
pkgdesc="Data Acquisition library - packet I/O library"
url="https://www.snort.org/"
arch="all"
......@@ -54,5 +54,5 @@ package() {
}
sha512sums="
e2699bd97045d195e9c3187beaa56da53f907751ed87e6dfd7b90bbc138f8dc21d2b3fe1aae731ee198e01e0d124dab9e52291ad909ed65147277ae82b62b58a libdaq-3.0.12.tar.gz
56750b2d0ea783fd1527d2d8c9ed4e05db32c4a6adacfd5c23a1e4a9b0de63617a3920a428914b8bb6113dabb6f98ad6da4f0d118809c06a19b58fd72d7f7615 libdaq-3.0.13.tar.gz
"
--- daq-2.0.1.orig/os-daq-modules/daq_ipfw.c
+++ daq-2.0.1/os-daq-modules/daq_ipfw.c
@@ -26,7 +26,7 @@
#include <sys/types.h>
#include <sys/time.h>
-#include <sys/unistd.h>
+#include <unistd.h>
#include <netinet/in.h>
#include <sys/socket.h>
--- daq-2.0.1.orig/os-daq-modules/daq_ipq.c
+++ daq-2.0.1/os-daq-modules/daq_ipq.c
@@ -27,7 +27,7 @@
#include <sys/types.h>
#include <sys/time.h>
-#include <sys/unistd.h>
+#include <unistd.h>
#include <netinet/ip.h>
--- daq-2.0.1.orig/os-daq-modules/daq_nfq.c
+++ daq-2.0.1/os-daq-modules/daq_nfq.c
@@ -27,7 +27,7 @@
#include <sys/types.h>
#include <sys/time.h>
-#include <sys/unistd.h>
+#include <unistd.h>
#include <netinet/ip.h>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment