From 6856f812ef7696ba86722cb087ba5101187cb8b9 Mon Sep 17 00:00:00 2001 From: minoplhy Date: Fri, 2 May 2025 19:46:09 +0700 Subject: [PATCH] minnoplhy-crowdsec*: rename pkgs to not be confused with main repos --- minoplhy-crowdsec-firewall-bouncer/APKBUILD | 9 +++++---- minoplhy-crowdsec-notify/APKBUILD | 2 +- minoplhy-crowdsec/APKBUILD | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/minoplhy-crowdsec-firewall-bouncer/APKBUILD b/minoplhy-crowdsec-firewall-bouncer/APKBUILD index a8a3935..2fa820b 100755 --- a/minoplhy-crowdsec-firewall-bouncer/APKBUILD +++ b/minoplhy-crowdsec-firewall-bouncer/APKBUILD @@ -1,6 +1,6 @@ # Contributor: Minoplhy maintainer="Minoplhy " -pkgname=crowdsec-firewall-bouncer +pkgname=minoplhy-crowdsec-firewall-bouncer pkgver=0.0.31 pkgrel=1 pkgdesc="Crowdsec Bouncer: Iptables Firewall" @@ -8,14 +8,14 @@ url="https://crowdsec.net/" arch="all" license="MIT" depends="iptables ipset" -makedepends="go" +makedepends="go envsubst" subpackages=" $pkgname-openrc $pkgname-awall::noarch " options="!check" # no test suite identified source="$pkgname-$pkgver.tar.gz::https://github.com/crowdsecurity/cs-firewall-bouncer/archive/refs/tags/v$pkgver.tar.gz - "$pkgname".initd + crowdsec-firewall-bouncer.initd awall-policy.json " @@ -56,5 +56,6 @@ awall() { sha512sums=" 400c61595f456668343d8ff34b68eaaabc03db4ae503d6a0a3def60cfd495162e9b72c75ed791d0bbfce691b36a947c2643922ad196a59fae53a300a740acab8 crowdsec-firewall-bouncer-0.0.31.tar.gz -75a22f88820c84a66649bebe06bff4c1aaa00f60273aea54a37b6392a2df5d859f16cdb36f6f3dcefdfffdd0c05978e7ad0ab1062a4812fb31954fd45c6faba2 crowdsec-firewall-bouncer.initd +c7f522a18b61211ed4a3fa9a0b0242fec59e9a57107f0d1bba793ccce85f4d7dce0cf3c1286a3708f52e16b73cdb8266ea8da21afa6a051c9c4368bd99265e6e crowdsec-firewall-bouncer.initd +1300e046b97d6a1d9d1eac5080b1f4c16ad0387f9483dbd4f37b81feb9e9466b993bc396ed2a45ccf8bf026f0bc83026bc35cc92fdb2c075d5de56309afc9f3e awall-policy.json " diff --git a/minoplhy-crowdsec-notify/APKBUILD b/minoplhy-crowdsec-notify/APKBUILD index a2b555b..8031d2b 100755 --- a/minoplhy-crowdsec-notify/APKBUILD +++ b/minoplhy-crowdsec-notify/APKBUILD @@ -1,6 +1,6 @@ # Contributor: Minoplhy maintainer="Minoplhy " -pkgname=crowdsec-notify +pkgname=minoplhy-crowdsec-notify pkgver=0.0.1 pkgrel=0 pkgdesc="Crowdsec Notifications" diff --git a/minoplhy-crowdsec/APKBUILD b/minoplhy-crowdsec/APKBUILD index 03898ce..08c4ba7 100755 --- a/minoplhy-crowdsec/APKBUILD +++ b/minoplhy-crowdsec/APKBUILD @@ -1,7 +1,7 @@ # Contributor: tetsumaki # Contributor: Nicolas Lorin # Maintainer: Nicolas Lorin -pkgname=crowdsec +pkgname=minoplhy-crowdsec pkgver=1.6.8 pkgrel=1 pkgdesc="behavior detection engine, coupled with a global IP reputation network"