Date: Tuesday, November 15, 2022 @ 17:01:12
  Author: blakkheim
Revision: 1348940

archrelease: copy trunk to community-any

Added:
  exploitdb/repos/community-any/PKGBUILD
    (from rev 1348939, exploitdb/trunk/PKGBUILD)
  exploitdb/repos/community-any/rcfile.diff
    (from rev 1348939, exploitdb/trunk/rcfile.diff)
Deleted:
  exploitdb/repos/community-any/PKGBUILD
  exploitdb/repos/community-any/rcfile.diff

-------------+
 PKGBUILD    |   78 +++++++++++++++++++++++++++++-----------------------------
 rcfile.diff |   62 +++++++++++++++++++++++-----------------------
 2 files changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-15 17:00:42 UTC (rev 1348939)
+++ PKGBUILD    2022-11-15 17:01:12 UTC (rev 1348940)
@@ -1,39 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Maintainer: T.J. Townsend <[email protected]>
-# Contributor: Eli Schwartz <[email protected]>
-
-pkgname=exploitdb
-_pkgver=2022-10-18
-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=('b73765bdc4cce19340ee625a00a108a31d85fb8c737f0b575ec4d9dbb82f5868046bf226b3bc97d230faaff8f8c696c9cd35e87e816918534c5d33542b59bec9'
-            
'e170da5b974975c6c23c5b09e8c1825bbb17446fb506f2d00f92f86f94394acf18a53458bd90969de38da642fc1f7abb08ba940969108002dab17415b88211d6')
-b2sums=('079ffd26c70f638fd1fded7886a0218d1c1eacffe95f8dbc7f9ae6781071a32b3d039dfb44d182f56596cb1c7b0cfd27b4b02abacbc756d684b514f4b9ae13be'
-        
'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 1348939, 
exploitdb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-15 17:01:12 UTC (rev 1348940)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Maintainer: T.J. Townsend <[email protected]>
+# Contributor: Eli Schwartz <[email protected]>
+
+pkgname=exploitdb
+_pkgver=2022-11-12
+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://gitlab.com/exploit-database/exploitdb/-/archive/$_pkgver/exploitdb-$_pkgver.tar.gz";
+        "rcfile.diff")
+sha512sums=('22f26e993377adfd5ee3fe43d02c2249da1aa72f02e43db38420aa4077cbbd19c58d08024c95c64a4220c99979f15ab03e63eddcb6d7d153001199d30a1d4886'
+            
'e170da5b974975c6c23c5b09e8c1825bbb17446fb506f2d00f92f86f94394acf18a53458bd90969de38da642fc1f7abb08ba940969108002dab17415b88211d6')
+b2sums=('9b383cf7e58d9ac7603f0d2fc90de831380d5df9324df74a4a39fda9157114b6c568df5ba892458b8cfd297fd77c3895bade6d1f4271b60672085f0a7aedee2a'
+        
'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-11-15 17:00:42 UTC (rev 1348939)
+++ rcfile.diff 2022-11-15 17:01:12 UTC (rev 1348940)
@@ -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 1348939, 
exploitdb/trunk/rcfile.diff)
===================================================================
--- rcfile.diff                         (rev 0)
+++ rcfile.diff 2022-11-15 17:01:12 UTC (rev 1348940)
@@ -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")

Reply via email to