Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zeek: version bump #3820

Merged
merged 3 commits into from
Jun 24, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions lists/to-release
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
zeek
6 changes: 3 additions & 3 deletions packages/zeek/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# See COPYING for license details.

pkgname=zeek
pkgver=14644.ebbed2aa0
pkgver=v6.0.0.dev.r403.g3f0eee5d9
pkgrel=1
groups=('blackarch' 'blackarch-networking' 'blackarch-defensive'
'blackarch-sniffer')
pkgdesc='A powerful network analysis framework that is much different from the typical IDS you may know.'
arch=('x86_64' 'aarch64')
url='https://github.com/zeek/zeek'
license=('custom:unknown')
license=('BSD')
depends=('libpcap' 'openssl-1.0' 'bash' 'python' 'swig' 'ruby' 'perl'
'crypto++')
makedepends=('git' 'cmake' 'python' 'swig' 'bison' 'flex' 'zlib')
Expand All @@ -21,7 +21,7 @@ sha512sums=('SKIP')
pkgver() {
cd $pkgname

echo $(git rev-list --count HEAD).$(git rev-parse --short HEAD)
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}

prepare() {
Expand Down