[arch-commits] Commit in metasploit/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Sun Sep 23 15:45:42 UTC 2018


    Date: Sunday, September 23, 2018 @ 15:45:41
  Author: anthraxx
Revision: 384218

upgpkg: metasploit 4.17.14-1

Modified:
  metasploit/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-23 15:08:48 UTC (rev 384217)
+++ PKGBUILD	2018-09-23 15:45:41 UTC (rev 384218)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Veit - nIcE <m.on.key.tobi[at]gmail[dot]com>
 
 pkgname=metasploit
-pkgver=4.17.5
+pkgver=4.17.14
 pkgrel=1
 pkgdesc='Advanced open-source platform for developing, testing, and using exploit code'
 url='https://www.metasploit.com/'
@@ -12,8 +12,8 @@
 depends=('ruby' 'libpcap' 'postgresql-libs' 'ruby-bundler' 'sqlite' 'libxslt' 'libxml2' 'git')
 options=('!strip' '!emptydirs')
 source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz)
-sha256sums=('5a8edec081082dc33808cfe7c45a8bcb114e048bdc20886b04fa3b66904e3f82')
-sha512sums=('7aae9a439358a686172b677eeaf9696252450599b6303ae6ddfc5043c8485beae4f5a726e6be488a039ef99a791ed22742fa9bbd6400678006c2ba2b92dc487c')
+sha256sums=('1915d67a5469ffa01a5904e7dd11045905a75f2bfc0a33d9a1f77ef945538774')
+sha512sums=('e2d1e1c2985bce3c2d190789656cc70894c7750663e3f6558859920abafe305408c19f74527610772c08223047157539c1acb6f0c220ecf0645c7951ff90516b')
 
 prepare() {
   cd ${pkgname}-framework-${pkgver}
@@ -26,6 +26,7 @@
   CFLAGS+=" -I/usr/include/libxml2"
   bundle install -j"$(nproc)" --no-cache --deployment
   find vendor/bundle/ruby -exec chmod o+r '{}' \;
+  find vendor/bundle/ruby \( -name gem_make.out -or -name mkmf.log \) -delete
 }
 
 package() {



More information about the arch-commits mailing list