Date: Friday, July 6, 2018 @ 00:07:17 Author: anthraxx Revision: 353270
upgpkg: metasploit 4.17.0-1 Modified: metasploit/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-07-05 23:10:32 UTC (rev 353269) +++ PKGBUILD 2018-07-06 00:07:17 UTC (rev 353270) @@ -3,17 +3,17 @@ # Contributor: Tobias Veit - nIcE <m.on.key.tobi[at]gmail[dot]com> pkgname=metasploit -pkgver=4.16.60 +pkgver=4.17.0 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' 'libpcap' 'postgresql-libs' 'ruby-bundler' 'sqlite' 'libxslt' 'git') +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=('f55ac839bfb14eb67711c448c73b79ea6efb75f9e3ddf92e4151318f6b6ed2e2') -sha512sums=('abfe0daa25b202261f5db6dd3811bb46c491415217e0c9c956b3deba70b03c6c4de802a274c7c93b9765616bd9e97e360268fbadd1bfaea71bf05e82a6401251') +sha256sums=('845a57ab71993328bd51c57f38093d99fa281e62b82c1d7af9cd073d3b4495df') +sha512sums=('3edc7633a5070bd4b4abb4998890bdd8177d894949c1cf0a0212042a0cc08620df99917dc317949532e2f1a5a295b75dd989c346f6d85bc0bd0e6c5e2533c60d') prepare() { cd ${pkgname}-framework-${pkgver} @@ -23,6 +23,7 @@ build() { cd ${pkgname}-framework-${pkgver} + CFLAGS+=" -I/usr/include/libxml2" bundle install -j"$(nproc)" --no-cache --deployment find vendor/bundle/ruby -exec chmod o+r '{}' \; }
