aboutsummaryrefslogtreecommitdiffstats
path: root/community/captagent
diff options
context:
space:
mode:
authorKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2018-01-16 14:51:47 +0200
committerKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2018-01-16 14:54:48 +0200
commitd97e5ea2e37ae4f1da867c73daeab94724300934 (patch)
tree2546fd079929e9bad804a1f29ec4218698038b07 /community/captagent
parent0f67e5a51e6e8287ccbf8397b9f97b49a996d3f8 (diff)
downloadaports-d97e5ea2e37ae4f1da867c73daeab94724300934.tar.bz2
aports-d97e5ea2e37ae4f1da867c73daeab94724300934.tar.xz
community/captagent: upgrade to 6.3.0
Diffstat (limited to 'community/captagent')
-rw-r--r--community/captagent/0001-Define-PATH_MAX-if-not-defined.patch30
-rw-r--r--community/captagent/APKBUILD8
2 files changed, 3 insertions, 35 deletions
diff --git a/community/captagent/0001-Define-PATH_MAX-if-not-defined.patch b/community/captagent/0001-Define-PATH_MAX-if-not-defined.patch
deleted file mode 100644
index 27de02c9aa..0000000000
--- a/community/captagent/0001-Define-PATH_MAX-if-not-defined.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From 15fc71cc82f2dc93321b60d557efdc968f5d9433 Mon Sep 17 00:00:00 2001
-From: Breno Leitao <breno.leitao@gmail.com>
-Date: Tue, 9 May 2017 16:54:49 +0000
-Subject: [PATCH] Define PATH_MAX if not defined
-
-On systems without glibc, you might lack definition of PATH_MAX.
-Defining it as already defined it for interface_http.c as defined in
-civetweb.c.
----
- src/modules/interface/http/interface_http.c | 4 ++++
- 1 file changed, 4 insertions(+)
-
-diff --git a/src/modules/interface/http/interface_http.c b/src/modules/interface/http/interface_http.c
-index 5c71e8e..4686c89 100644
---- a/src/modules/interface/http/interface_http.c
-+++ b/src/modules/interface/http/interface_http.c
-@@ -53,6 +53,10 @@
- #include <json.h>
- #endif
-
-+#ifndef PATH_MAX
-+#define PATH_MAX 4096
-+#endif
-+
- #include <captagent/globals.h>
- #include <captagent/api.h>
- #include <captagent/structure.h>
---
-2.12.2
-
diff --git a/community/captagent/APKBUILD b/community/captagent/APKBUILD
index fb98e3a0bd..45e0477880 100644
--- a/community/captagent/APKBUILD
+++ b/community/captagent/APKBUILD
@@ -1,17 +1,16 @@
# Contributor: Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>
# Maintainer: Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>
pkgname=captagent
-pkgver=6.2.11
+pkgver=6.3.0
pkgrel=0
pkgdesc="HEP Capture Agent for HOMER"
url="https://github.com/sipcapture/captagent"
arch="all"
license="GPL-3.0"
makedepends="autoconf automake bison expat-dev flex flex-dev json-c-dev
- libpcap-dev libtool libuv-dev linux-headers"
+ libgcrypt-dev libpcap-dev libtool libuv-dev linux-headers"
source="$pkgname-$pkgver.tar.gz::https://github.com/sipcapture/captagent/archive/$pkgver.tar.gz
$pkgname.initd
- 0001-Define-PATH_MAX-if-not-defined.patch
ac-fix.patch"
builddir="$srcdir/$pkgname-$pkgver"
@@ -31,7 +30,6 @@ package() {
rm "$pkgdir"/usr/lib/$pkgname/modules/*.a
}
-sha512sums="2e76552113efc21bf4743ccfb184bc84b68a862fa11aa4fb65e927c7e5aeaad7b4a5ff61a42fcc3fc4579c08420609c436ce8d9ff66053588a9447a4077a08f7 captagent-6.2.11.tar.gz
+sha512sums="4730d9974105293480a75a688e0313bb71d9b52bc7b52f9cd15cf0f58010835e96eacf7c955355e9a8fa4b74c75f909549eac56683b344acd44c2584890f1511 captagent-6.3.0.tar.gz
750326291fc65fa9a3568f6961f2d6b950baa715e75ad7fc8263956cc91c50445e2e041d8f73675a350ba0d55786908564b439396376d8105fb69332e8aefc27 captagent.initd
-f7c04f5e273dd362f09fd1e6a605f56dcaf64c71cd0d6ba16dadaca5e005b1f29dccd81b186c3727d2fc7872bd684ca4ddc8fc7a2a36fd83956592a134ea6a37 0001-Define-PATH_MAX-if-not-defined.patch
61a4845597aa825c939dc354d168bccb51865c9e0273df1fd376bd61b6d639fee8909c2bb5ed616cb69388aa528b11ef43c25ec905e517e4c6af80537cef15b1 ac-fix.patch"