kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / metasploit
Commits:
202b07d5 by kpcyrd at 2024-07-04T00:13:55+02:00
upgpkg: 6.4.15-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = metasploit
pkgdesc = Advanced open-source platform for developing, testing, and
using exploit code
- pkgver = 6.4.7
- pkgrel = 2
+ pkgver = 6.4.15
+ pkgrel = 1
url = https://www.metasploit.com/
arch = x86_64
license = BSD
@@ -16,9 +16,9 @@ pkgbase = metasploit
depends = sqlite
options = !strip
options = !emptydirs
- source =
git+https://github.com/rapid7/metasploit-framework.git?signed#tag=6.4.7
+ source =
git+https://github.com/rapid7/metasploit-framework.git?signed#tag=6.4.15
validpgpkeys = 09E55FAF4F7862CD6D558997CDFB5FA52007B954
- sha256sums =
215378098e89f476175057d2df1960a124259861cd411e57431e864aefaf8429
- b2sums =
2ad529d7de01d5cee2181cab6a6fd54e97b72b9815f29022fad317272f1bfdfb8c424ed2626bd192a913cc6d1eea357cc0a117ba17394a51cfe3406db2b3aa69
+ sha256sums =
4e7c8ae46180566237c102f80404ca27c10a8de74f37b9e6864b739992a563cd
+ b2sums =
30f2ab9b73b5375be7d9f29fddb08465ff4585913699734fb02d14a3a50f288d8fc2525af005bcf97b6782c694c86d86fa306b766b419015c0bd436d55f78b1f
pkgname = metasploit
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
# Contributor: Tobias Veit - nIcE <m.on.key.tobi[at]gmail[dot]com>
pkgname=metasploit
-pkgver=6.4.7
-pkgrel=2
+pkgver=6.4.15
+pkgrel=1
pkgdesc='Advanced open-source platform for developing, testing, and using
exploit code'
url='https://www.metasploit.com/'
arch=('x86_64')
@@ -23,8 +23,8 @@ depends=(
)
options=('!strip' '!emptydirs')
source=(git+https://github.com/rapid7/metasploit-framework.git?signed#tag=${pkgver})
-sha256sums=('215378098e89f476175057d2df1960a124259861cd411e57431e864aefaf8429')
-b2sums=('2ad529d7de01d5cee2181cab6a6fd54e97b72b9815f29022fad317272f1bfdfb8c424ed2626bd192a913cc6d1eea357cc0a117ba17394a51cfe3406db2b3aa69')
+sha256sums=('4e7c8ae46180566237c102f80404ca27c10a8de74f37b9e6864b739992a563cd')
+b2sums=('30f2ab9b73b5375be7d9f29fddb08465ff4585913699734fb02d14a3a50f288d8fc2525af005bcf97b6782c694c86d86fa306b766b419015c0bd436d55f78b1f')
validpgpkeys=('09E55FAF4F7862CD6D558997CDFB5FA52007B954') # Metasploit
<[email protected]>
prepare() {
@@ -33,7 +33,6 @@ prepare() {
# https://github.com/undler/bundler/issues/6882
sed -e '/BUNDLED WITH/,+1d' -i Gemfile.lock
- bundle config build.nokogiri --use-system-libraries
bundle config set --local deployment 'true'
sed 's|git ls-files|find -type f|' -i metasploit-framework.gemspec
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/metasploit/-/commit/202b07d5c28bbfd69015fc017eb3778cde491447
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/metasploit/-/commit/202b07d5c28bbfd69015fc017eb3778cde491447
You're receiving this email because of your account on gitlab.archlinux.org.