[arch-commits] Commit in exploitdb/repos/community-any (4 files)
Eli Schwartz
eschwartz at archlinux.org
Thu Nov 15 04:15:15 UTC 2018
Date: Thursday, November 15, 2018 @ 04:15:14
Author: eschwartz
Revision: 407619
archrelease: copy trunk to community-any
Added:
exploitdb/repos/community-any/PKGBUILD
(from rev 407618, exploitdb/trunk/PKGBUILD)
exploitdb/repos/community-any/rcfile.diff
(from rev 407618, exploitdb/trunk/rcfile.diff)
Deleted:
exploitdb/repos/community-any/PKGBUILD
exploitdb/repos/community-any/rcfile.diff
-------------+
PKGBUILD | 66 +++++++++++++++++++++++++++++-----------------------------
rcfile.diff | 62 +++++++++++++++++++++++++++---------------------------
2 files changed, 64 insertions(+), 64 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-11-15 04:14:56 UTC (rev 407618)
+++ PKGBUILD 2018-11-15 04:15:14 UTC (rev 407619)
@@ -1,33 +0,0 @@
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
-
-pkgname=exploitdb
-_pkgver=2018-11-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=("${pkgname}-${_pkgver}.tar.gz::https://github.com/offensive-security/${pkgname}/archive/${_pkgver}.tar.gz"
- "rcfile.diff")
-sha512sums=('5e354b4181ee49d221be35f2e0634de1d9c66017a34244d9e2a22fecc84a5a6a06cb6964edd536300cb50894e442a5615b62b12e7e1d4bdc7306193d51e27fe7'
- 'e170da5b974975c6c23c5b09e8c1825bbb17446fb506f2d00f92f86f94394acf18a53458bd90969de38da642fc1f7abb08ba940969108002dab17415b88211d6')
-
-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}
-}
Copied: exploitdb/repos/community-any/PKGBUILD (from rev 407618, exploitdb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-11-15 04:15:14 UTC (rev 407619)
@@ -0,0 +1,33 @@
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+
+pkgname=exploitdb
+_pkgver=2018-11-14
+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=("${pkgname}-${_pkgver}.tar.gz::https://github.com/offensive-security/${pkgname}/archive/${_pkgver}.tar.gz"
+ "rcfile.diff")
+sha512sums=('6639a09a1f72e060a32edd6c8c2c7f70d30e7908159c8894118234aa255738ecae5463f2057d1be02f21e3988efe8f21b4a65e91ef86422cb183dc8c651eb876'
+ 'e170da5b974975c6c23c5b09e8c1825bbb17446fb506f2d00f92f86f94394acf18a53458bd90969de38da642fc1f7abb08ba940969108002dab17415b88211d6')
+
+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}
+}
Deleted: rcfile.diff
===================================================================
--- rcfile.diff 2018-11-15 04:14:56 UTC (rev 407618)
+++ rcfile.diff 2018-11-15 04:15:14 UTC (rev 407619)
@@ -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 407618, exploitdb/trunk/rcfile.diff)
===================================================================
--- rcfile.diff (rev 0)
+++ rcfile.diff 2018-11-15 04:15:14 UTC (rev 407619)
@@ -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