From e7940a3a5c94624bed95ce5f3ec80fafae3fa3b6 Mon Sep 17 00:00:00 2001 From: Victor Roemer Date: Mon, 10 Jun 2024 17:41:11 +0000 Subject: [PATCH] packages/abcip: Fix AbcIP Build This commit switches abcip upstream repository to my own where I have applied some fixes on top of crc181/abcip. --- Containerfile | 2 +- packages/abcip/APKBUILD | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Containerfile b/Containerfile index 4cf558b..95208f8 100644 --- a/Containerfile +++ b/Containerfile @@ -32,7 +32,7 @@ RUN APKBUILD="$PACKAGE_DIR/hwloc/APKBUILD" abuild -r RUN APKBUILD="$PACKAGE_DIR/libdaq/APKBUILD" abuild -r RUN APKBUILD="$PACKAGE_DIR/snort3/APKBUILD" abuild -r RUN APKBUILD="$PACKAGE_DIR/snort3_extra/APKBUILD" abuild -r -#RUN APKBUILD="$PACKAGE_DIR/abcip/APKBUILD" abuild -r +RUN APKBUILD="$PACKAGE_DIR/abcip/APKBUILD" abuild -r RUN APKBUILD="$PACKAGE_DIR/lightspd-manifest/APKBUILD" abuild -r ## cleanup diff --git a/packages/abcip/APKBUILD b/packages/abcip/APKBUILD index 87518d8..b07bfbc 100644 --- a/packages/abcip/APKBUILD +++ b/packages/abcip/APKBUILD @@ -1,14 +1,14 @@ # Contributor: Victor Roemer # Maintainer: Victor Roemer pkgname=abcip -pkgver=2.4.1 +pkgver=2.4.2 pkgrel=0 pkgdesc="ABC IP" url="https://www.github.com/crc181/abcip" arch="all" license="GPL-3.0" options='!fhs !check' -giturl="https://github.com/crc181/abcip.git" +giturl="https://github.com/wtfbbqhax/abcip.git" builddir="$srcdir/abcip" depends="libpcap" makedepends="git libpcap-dev autoconf automake libtool libdaq-dev"