[arch-commits] Commit in exploitdb/repos/community-any (4 files)
Levente Polyak
anthraxx at archlinux.org
Sun May 9 09:59:03 UTC 2021
Date: Sunday, May 9, 2021 @ 09:59:02
Author: anthraxx
Revision: 929014
archrelease: copy trunk to community-any
Added:
exploitdb/repos/community-any/PKGBUILD
(from rev 929013, exploitdb/trunk/PKGBUILD)
exploitdb/repos/community-any/rcfile.diff
(from rev 929013, 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 2021-05-09 09:58:54 UTC (rev 929013)
+++ PKGBUILD 2021-05-09 09:59:02 UTC (rev 929014)
@@ -1,38 +0,0 @@
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-pkgname=exploitdb
-_pkgver=2021-03-16
-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=('1e9a6e101ea8509f8036d89ffe974086ae68d403475d8d40cb5339f7bbea929589ce4744283fbdf2d801c626f72b95a41f0dff752a71c069983451a3cd8d2476'
- 'e170da5b974975c6c23c5b09e8c1825bbb17446fb506f2d00f92f86f94394acf18a53458bd90969de38da642fc1f7abb08ba940969108002dab17415b88211d6')
-b2sums=('318d4c972d2b62bf97db941048d1255cf8a3ca0a6ae28b1df62b723c6701700a8557ed76e6fc6586c39744a3b822048a4c3bfcc58fae574b53450f134698004a'
- '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 929013, exploitdb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-09 09:59:02 UTC (rev 929014)
@@ -0,0 +1,38 @@
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=exploitdb
+_pkgver=2021-05-08
+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=('cfc2bada1bccc18dadea62d17a130c168182ff159eae9ece47ed0ee0ef523f7f4ca975a16e82b9860cf41c3f02b9ba6b6259b018ad5b115623e079f71c0c8b4d'
+ 'e170da5b974975c6c23c5b09e8c1825bbb17446fb506f2d00f92f86f94394acf18a53458bd90969de38da642fc1f7abb08ba940969108002dab17415b88211d6')
+b2sums=('936d4afe91d56f86130cd720d86027c69460fc9efeddec8f3d190635892e758bf40d29e943000c459612d5931d635442f762ac3f15665589ab6bd11ee8504277'
+ '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 2021-05-09 09:58:54 UTC (rev 929013)
+++ rcfile.diff 2021-05-09 09:59:02 UTC (rev 929014)
@@ -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 929013, exploitdb/trunk/rcfile.diff)
===================================================================
--- rcfile.diff (rev 0)
+++ rcfile.diff 2021-05-09 09:59:02 UTC (rev 929014)
@@ -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")
More information about the arch-commits
mailing list