Date: Monday, October 17, 2022 @ 00:17:14 Author: blakkheim Revision: 1329483
archrelease: copy trunk to community-any Added: exploitdb/repos/community-any/PKGBUILD (from rev 1329482, exploitdb/trunk/PKGBUILD) exploitdb/repos/community-any/rcfile.diff (from rev 1329482, exploitdb/trunk/rcfile.diff) Deleted: exploitdb/repos/community-any/PKGBUILD exploitdb/repos/community-any/rcfile.diff -------------+ PKGBUILD | 76 +++++++++++++++++++++++++++++----------------------------- rcfile.diff | 62 +++++++++++++++++++++++------------------------ 2 files changed, 69 insertions(+), 69 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2022-10-17 00:16:44 UTC (rev 1329482) +++ PKGBUILD 2022-10-17 00:17:14 UTC (rev 1329483) @@ -1,38 +0,0 @@ -# Maintainer: Eli Schwartz <eschwa...@archlinux.org> -# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org> - -pkgname=exploitdb -_pkgver=2022-09-24 -pkgver=${_pkgver//-/} -pkgrel=1 -pkgdesc="Offensive Security’s Exploit Database Archive" -arch=('any') -url="https://www.exploit-db.com/" -license=('GPL') -optdepends=('libxml2: to check nmap XML results' - 'xclip: copy paths to the clipboard') -backup=('etc/searchsploit_rc') -options=('!strip') -source=("https://github.com/offensive-security/${pkgname}/archive/${_pkgver}/${pkgname}-${_pkgver}.tar.gz" - "rcfile.diff") -sha512sums=('13d005e683323fd4e8264be85f467d4157645b444a92b1e85e2222b39a1f40750ea31ad5ba77d9f3cf9adff268066c113bcce9a64b8a4299e4ee20d8536b1bb2' - 'e170da5b974975c6c23c5b09e8c1825bbb17446fb506f2d00f92f86f94394acf18a53458bd90969de38da642fc1f7abb08ba940969108002dab17415b88211d6') -b2sums=('ede2a6beef357c383c8b7578667ea30f714603b8228b1ccd3500ef4a1f7a7e1cdfe9ec0065c297ee6359c12fa089c06b09b0e1dcc804bf76b9db0a4f61c5da3e' - 'f033a50db6358297580363d62bbd9d4a6003b5476ba361650133841138af76b990ed49e2e34d487cf4167ebeb3cd6b8f9230e5e700a5d96f7f06cbc5b42c4076') - -prepare() { - cd ${pkgname}-${_pkgver} - - patch -p1 -i ../rcfile.diff -} - -package() { - cd ${pkgname}-${_pkgver} - - install -Dm755 searchsploit "${pkgdir}"/usr/bin/searchsploit - install -Dm644 .searchsploit_rc "${pkgdir}"/etc/searchsploit_rc - mkdir -p "${pkgdir}"/usr/share/${pkgname} - cp -a exploits/ shellcodes/ files_*.csv "${pkgdir}"/usr/share/${pkgname} -} - -# vim: ts=4 sw=4 et: Copied: exploitdb/repos/community-any/PKGBUILD (from rev 1329482, exploitdb/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2022-10-17 00:17:14 UTC (rev 1329483) @@ -0,0 +1,38 @@ +# Maintainer: Eli Schwartz <eschwa...@archlinux.org> +# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org> + +pkgname=exploitdb +_pkgver=2022-10-07 +pkgver=${_pkgver//-/} +pkgrel=1 +pkgdesc="Offensive Security’s Exploit Database Archive" +arch=('any') +url="https://www.exploit-db.com/" +license=('GPL') +optdepends=('libxml2: to check nmap XML results' + 'xclip: copy paths to the clipboard') +backup=('etc/searchsploit_rc') +options=('!strip') +source=("https://github.com/offensive-security/${pkgname}/archive/${_pkgver}/${pkgname}-${_pkgver}.tar.gz" + "rcfile.diff") +sha512sums=('eac63a3d89a7f5030807933a0d8572f86a18dfaa0c3d3f85d45f0d02debd0c1e6fa479884386871de52b62e7e74d6cd412151e9c44d1627ff077ebd1c7731745' + 'e170da5b974975c6c23c5b09e8c1825bbb17446fb506f2d00f92f86f94394acf18a53458bd90969de38da642fc1f7abb08ba940969108002dab17415b88211d6') +b2sums=('25d3d842f8482edecaa266ff62d3b1566134f13887d1021dc3dfa24317faec0512b43634029c7a5346a0da4866511e515fd4b8949ad3b848f0299e2da8bb7f11' + 'f033a50db6358297580363d62bbd9d4a6003b5476ba361650133841138af76b990ed49e2e34d487cf4167ebeb3cd6b8f9230e5e700a5d96f7f06cbc5b42c4076') + +prepare() { + cd ${pkgname}-${_pkgver} + + patch -p1 -i ../rcfile.diff +} + +package() { + cd ${pkgname}-${_pkgver} + + install -Dm755 searchsploit "${pkgdir}"/usr/bin/searchsploit + install -Dm644 .searchsploit_rc "${pkgdir}"/etc/searchsploit_rc + mkdir -p "${pkgdir}"/usr/share/${pkgname} + cp -a exploits/ shellcodes/ files_*.csv "${pkgdir}"/usr/share/${pkgname} +} + +# vim: ts=4 sw=4 et: Deleted: rcfile.diff =================================================================== --- rcfile.diff 2022-10-17 00:16:44 UTC (rev 1329482) +++ rcfile.diff 2022-10-17 00:17:14 UTC (rev 1329483) @@ -1,31 +0,0 @@ -diff --git a/.searchsploit_rc b/.searchsploit_rc -index 36c9b1c8..62bbe404 100644 ---- a/.searchsploit_rc -+++ b/.searchsploit_rc -@@ -4,7 +4,7 @@ progname="$( basename "$0" )" - - ##-- Exploits - files_array+=("files_exploits.csv") --path_array+=("/opt/exploitdb") -+path_array+=("/usr/share/exploitdb") - name_array+=("Exploit") - git_array+=("https://github.com/offensive-security/exploitdb.git") - package_array+=("exploitdb") -@@ -12,7 +12,7 @@ package_array+=("exploitdb") - - ##-- Shellcodes - files_array+=("files_shellcodes.csv") --path_array+=("/opt/exploitdb") -+path_array+=("/usr/share/exploitdb") - name_array+=("Shellcode") - git_array+=("https://github.com/offensive-security/exploitdb.git") - package_array+=("exploitdb") -@@ -20,7 +20,7 @@ package_array+=("exploitdb") - - ##-- Papers - files_array+=("files_papers.csv") --path_array+=("/opt/exploitdb-papers") -+path_array+=("/usr/share/exploitdb-papers") - name_array+=("Paper") - git_array+=("https://github.com/offensive-security/exploitdb-papers.git") - package_array+=("exploitdb-papers") Copied: exploitdb/repos/community-any/rcfile.diff (from rev 1329482, exploitdb/trunk/rcfile.diff) =================================================================== --- rcfile.diff (rev 0) +++ rcfile.diff 2022-10-17 00:17:14 UTC (rev 1329483) @@ -0,0 +1,31 @@ +diff --git a/.searchsploit_rc b/.searchsploit_rc +index 36c9b1c8..62bbe404 100644 +--- a/.searchsploit_rc ++++ b/.searchsploit_rc +@@ -4,7 +4,7 @@ progname="$( basename "$0" )" + + ##-- Exploits + files_array+=("files_exploits.csv") +-path_array+=("/opt/exploitdb") ++path_array+=("/usr/share/exploitdb") + name_array+=("Exploit") + git_array+=("https://github.com/offensive-security/exploitdb.git") + package_array+=("exploitdb") +@@ -12,7 +12,7 @@ package_array+=("exploitdb") + + ##-- Shellcodes + files_array+=("files_shellcodes.csv") +-path_array+=("/opt/exploitdb") ++path_array+=("/usr/share/exploitdb") + name_array+=("Shellcode") + git_array+=("https://github.com/offensive-security/exploitdb.git") + package_array+=("exploitdb") +@@ -20,7 +20,7 @@ package_array+=("exploitdb") + + ##-- Papers + files_array+=("files_papers.csv") +-path_array+=("/opt/exploitdb-papers") ++path_array+=("/usr/share/exploitdb-papers") + name_array+=("Paper") + git_array+=("https://github.com/offensive-security/exploitdb-papers.git") + package_array+=("exploitdb-papers")