kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / legba
Commits:
8922e970 by kpcyrd at 2026-05-19T19:16:28+02:00
upgpkg: 1.3.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,19 +1,19 @@
pkgbase = legba
pkgdesc = A multiprotocol credentials bruteforcer / password sprayer
and enumerator
- pkgver = 1.2.0
+ pkgver = 1.3.0
pkgrel = 1
url = https://github.com/evilsocket/legba
arch = x86_64
- license = AGPL-3.0-only
license = GPL-3.0-only
makedepends = cargo
makedepends = clang
makedepends = cmake
- depends = gcc-libs
depends = glibc
+ depends = libgcc
+ depends = libgcc_s.so
options = !lto
- source =
https://github.com/evilsocket/legba/archive/1.2.0/legba-1.2.0.tar.gz
- sha256sums =
d618c59060b76fcff26c066c1a2385c85f8c808bc07e2a1f30c777255de2a400
- b2sums =
f849e1dd1ffd713e08f274ded5b7c7b50bd844118df73ee0a6438ae74037f38f792691fa3b14844eb18c39898f53457af4e1eecf58cc01bdc565fe72907be77d
+ source =
https://github.com/evilsocket/legba/archive/1.3.0/legba-1.3.0.tar.gz
+ sha256sums =
92707c3dfd809480714c2b5347d2f6506c8848466986597787671b9ffa8bc461
+ b2sums =
29e5f109ab6cc4de48ff71ed2875df35a03809e6b833dc1d8f9f0f3f70b904cf3829a2e9243d1dcbdff1e24109b0cef998888bbb646205cb4ed27c943880951f
pkgname = legba
=====================================
PKGBUILD
=====================================
@@ -1,18 +1,17 @@
# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
pkgname=legba
-pkgver=1.2.0
+pkgver=1.3.0
pkgrel=1
pkgdesc="A multiprotocol credentials bruteforcer / password sprayer and
enumerator"
url='https://github.com/evilsocket/legba'
arch=('x86_64')
license=(
- 'AGPL-3.0-only'
'GPL-3.0-only'
)
depends=(
- 'gcc-libs'
'glibc'
+ 'libgcc' 'libgcc_s.so'
)
makedepends=(
'cargo'
@@ -21,12 +20,12 @@ makedepends=(
)
options=('!lto')
source=(https://github.com/evilsocket/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('d618c59060b76fcff26c066c1a2385c85f8c808bc07e2a1f30c777255de2a400')
-b2sums=('f849e1dd1ffd713e08f274ded5b7c7b50bd844118df73ee0a6438ae74037f38f792691fa3b14844eb18c39898f53457af4e1eecf58cc01bdc565fe72907be77d')
+sha256sums=('92707c3dfd809480714c2b5347d2f6506c8848466986597787671b9ffa8bc461')
+b2sums=('29e5f109ab6cc4de48ff71ed2875df35a03809e6b833dc1d8f9f0f3f70b904cf3829a2e9243d1dcbdff1e24109b0cef998888bbb646205cb4ed27c943880951f')
prepare() {
cd "${pkgname}-${pkgver}"
- cargo fetch --locked --target "$(rustc --print host-tuple)"
+ cargo fetch --locked --target host-tuple
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/legba/-/commit/8922e97002ee2e3641cf0455baa8871646631c74
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/legba/-/commit/8922e97002ee2e3641cf0455baa8871646631c74
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help