[arch-commits] Commit in exploitdb/repos/community-any (4 files)

Eli Schwartz eschwartz at archlinux.org
Mon Aug 26 01:24:36 UTC 2019


    Date: Monday, August 26, 2019 @ 01:24:35
  Author: eschwartz
Revision: 501767

archrelease: copy trunk to community-any

Added:
  exploitdb/repos/community-any/PKGBUILD
    (from rev 501766, exploitdb/trunk/PKGBUILD)
  exploitdb/repos/community-any/rcfile.diff
    (from rev 501766, 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	2019-08-26 01:24:17 UTC (rev 501766)
+++ PKGBUILD	2019-08-26 01:24:35 UTC (rev 501767)
@@ -1,38 +0,0 @@
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-pkgname=exploitdb
-_pkgver=2019-08-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=('28162f3af89636baa554f537643a533aaf6b75324beb7abed5fa3b5a2900388ef7e6fa65643c65153ff759d3608bb066f6540f3ed5bc9d89cf1f2660a15f6a13'
-            'e170da5b974975c6c23c5b09e8c1825bbb17446fb506f2d00f92f86f94394acf18a53458bd90969de38da642fc1f7abb08ba940969108002dab17415b88211d6')
-b2sums=('6f7f9bc53a12efacabb6e940996c90407f242d5c8a2cb10119f7bbed5f33e71f3d3de81ca7a5ad4c2ce0028f9410743901b42b5a802a8891bbbd85ce053e4b3d'
-        '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 501766, exploitdb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-08-26 01:24:35 UTC (rev 501767)
@@ -0,0 +1,38 @@
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=exploitdb
+_pkgver=2019-08-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=("${pkgname}-${_pkgver}.tar.gz::https://github.com/offensive-security/${pkgname}/archive/${_pkgver}.tar.gz"
+        "rcfile.diff")
+sha512sums=('895931f7b50b65f58dd6020916e058e1b876e95cd9326640f0e1ee1acf88d5c54df09e86a51c8a0b304921301e52355436bb1fa65fc7eb11c54619e2911d9d91'
+            'e170da5b974975c6c23c5b09e8c1825bbb17446fb506f2d00f92f86f94394acf18a53458bd90969de38da642fc1f7abb08ba940969108002dab17415b88211d6')
+b2sums=('722ce2c8b26559f6173c7f2c798392ec00c3f1abfae8ef709a531e9f89a9ed831e0c26d3ad4503c56e9c2441f2a2cdce75930e5b4c0d3b8fbebce140a8381575'
+        '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	2019-08-26 01:24:17 UTC (rev 501766)
+++ rcfile.diff	2019-08-26 01:24:35 UTC (rev 501767)
@@ -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 501766, exploitdb/trunk/rcfile.diff)
===================================================================
--- rcfile.diff	                        (rev 0)
+++ rcfile.diff	2019-08-26 01:24:35 UTC (rev 501767)
@@ -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