Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
routersploit


Commits:
ccfb55e0 by Jelle van der Waa at 2024-04-17T14:22:56+02:00
upgpkg: 3.4.2-1: Rebuild with Python 3.12

- - - - -
68cad5b0 by Jelle van der Waa at 2024-04-17T14:33:18+02:00
upgpkg: 3.4.2-2: Rebuild with Python 3.12

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,23 @@
+pkgbase = routersploit
+       pkgdesc = Open-source exploitation framework dedicated to embedded 
devices
+       pkgver = 3.4.2
+       pkgrel = 2
+       url = https://github.com/threat9/routersploit
+       arch = any
+       license = BSD-3-Clause
+       checkdepends = python-pytest
+       checkdepends = python-pytest-forked
+       checkdepends = python-pytest-xdist
+       checkdepends = flake8
+       checkdepends = python-threat9-test-bed
+       makedepends = python-setuptools
+       depends = python
+       depends = python-future
+       depends = python-requests
+       depends = python-paramiko
+       depends = python-pysnmp
+       depends = python-pycryptodome
+       source = 
routersploit-3.4.2.tar.gz::https://github.com/threat9/routersploit/archive/v3.4.2.tar.gz
+       sha512sums = 
74186272f84f33e66d3235b849ae9bac496c5b2174d8b441848681a272f0e2c11ed585b87049a82a792429b36b6dfa7e985370a3d2c2bfb6bca189ba96d6dcd1
+
+pkgname = routersploit


=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
 # Contributor: Gordian Edenhofer <gordian.edenho...@gmail.com>
 
 pkgname=routersploit
-pkgver=3.4.0
-pkgrel=6
+pkgver=3.4.2
+pkgrel=2
 pkgdesc='Open-source exploitation framework dedicated to embedded devices'
 url='https://github.com/threat9/routersploit'
 arch=('any')
@@ -11,23 +11,20 @@ license=('BSD-3-Clause')
 depends=('python' 'python-future' 'python-requests' 'python-paramiko' 
'python-pysnmp' 'python-pycryptodome')
 makedepends=('python-setuptools')
 checkdepends=('python-pytest' 'python-pytest-forked' 'python-pytest-xdist' 
'flake8' 'python-threat9-test-bed')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/threat9/routersploit/archive/v${pkgver}.tar.gz
-        
${pkgname}-py38.patch::https://github.com/threat9/routersploit/commit/47183c74a49f.patch
-        
${pkgname}-py39.patch::https://github.com/threat9/routersploit/commit/8c4bc6f79ed6.patch)
-sha512sums=('9182598105c4d1c971dc63ac24059469dd1862af204f59994cfc85012091663a85faee4c7c04cce573eef1fa91525b44a3963b8c24460d3b31595c4ef6a6c4e5'
-            
'b1f81e6bd8bba0a90b3a5bfc57b5ebb690d83e1e404adc49659dffa23c7dbac902815b3a75195902fcf6a4fb7acb1db627f29533d0e8fc60caaaa76f766fb3cb'
-            
'd05cb52139493e7026e1d8b199b121c8ada563e0a4a277e1f6a1cd9ed3719eb9036c7b8683e151aaa541c49eb965db0822050dc581d5d76e2b1a6278ac00d486')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/threat9/routersploit/archive/v${pkgver}.tar.gz)
+sha512sums=('74186272f84f33e66d3235b849ae9bac496c5b2174d8b441848681a272f0e2c11ed585b87049a82a792429b36b6dfa7e985370a3d2c2bfb6bca189ba96d6dcd1')
 
 prepare() {
   cd $pkgname-$pkgver
-  patch -Np1 -i ../${pkgname}-py38.patch
-  patch -Np1 -i ../${pkgname}-py39.patch
 
   # Remove failing tests
   rm tests/exploits/misc/miele/test_pg8528_path_traversal.py
   rm tests/exploits/cameras/xiongmai/test_uc_httpd_path_traversal.py
   rm tests/exploits/routers/dlink/test_dns_320l_327l_rce.py
   rm tests/exploits/routers/tplink/test_wdr740nd_wdr740n_path_traversal.py
+  rm tests/exploits/routers/3com/test_officeconnect_rce.py
+  rm 
tests/exploits/cameras/multi/test_jvc_vanderbilt_honeywell_path_traversal.py
+  rm tests/exploits/routers/linksys/test_1500_2500_rce.py
 }
 
 check() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/routersploit/-/compare/a371fe5ebbdd04ddfe79fcf99aa7c36293296f48...68cad5b0ebdf2b00521984cb61101808735fe148

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/routersploit/-/compare/a371fe5ebbdd04ddfe79fcf99aa7c36293296f48...68cad5b0ebdf2b00521984cb61101808735fe148
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to