kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / metasploit
Commits: c1bc87c0 by kpcyrd at 2023-10-10T13:29:50+02:00 upgpkg: 6.3.37-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,23 @@ +pkgbase = metasploit + pkgdesc = Advanced open-source platform for developing, testing, and using exploit code + pkgver = 6.3.37 + pkgrel = 1 + url = https://www.metasploit.com/ + arch = x86_64 + license = BSD + depends = git + depends = inetutils + depends = libpcap + depends = libxml2 + depends = libxslt + depends = postgresql-libs + depends = ruby + depends = ruby-bundler + depends = sqlite + options = !strip + options = !emptydirs + source = git+https://github.com/rapid7/metasploit-framework.git?signed#tag=40ba61c644b1529ec4493ecb59dd5a8e4b3f16c1 + validpgpkeys = 09E55FAF4F7862CD6D558997CDFB5FA52007B954 + sha512sums = SKIP + +pkgname = metasploit ===================================== PKGBUILD ===================================== @@ -4,14 +4,24 @@ # Contributor: Tobias Veit - nIcE <m.on.key.tobi[at]gmail[dot]com> pkgname=metasploit -pkgver=6.3.27 -_commit=53af96320f2fddfc0189ea66fd9db1f87d94eb06 # git rev-parse ${pkgver} +pkgver=6.3.37 +_commit=40ba61c644b1529ec4493ecb59dd5a8e4b3f16c1 # git rev-parse ${pkgver} pkgrel=1 pkgdesc='Advanced open-source platform for developing, testing, and using exploit code' url='https://www.metasploit.com/' arch=('x86_64') license=('BSD') -depends=('ruby' 'ruby-bundler' 'libpcap' 'postgresql-libs' 'sqlite' 'libxslt' 'libxml2' 'inetutils' 'git') +depends=( + 'git' + 'inetutils' + 'libpcap' + 'libxml2' + 'libxslt' + 'postgresql-libs' + 'ruby' + 'ruby-bundler' + 'sqlite' +) options=('!strip' '!emptydirs') source=(git+https://github.com/rapid7/metasploit-framework.git?signed#tag=${_commit}) sha512sums=('SKIP') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/metasploit/-/commit/c1bc87c00645293f2b4008608770da8c5fb81083 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/metasploit/-/commit/c1bc87c00645293f2b4008608770da8c5fb81083 You're receiving this email because of your account on gitlab.archlinux.org.
