T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages /
exploitdb
Commits:
bf47279e by T.J. Townsend at 2024-02-06T10:07:02-05:00
upgpkg: 20240206-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,19 +1,19 @@
pkgbase = exploitdb
pkgdesc = Offensive Security’s Exploit Database Archive
- pkgver = 20240201
+ pkgver = 20240206
pkgrel = 1
url = https://www.exploit-db.com/
arch = any
- license = GPL
+ license = GPL-2.0-or-later
optdepends = libxml2: to check nmap XML results
optdepends = xclip: copy paths to the clipboard
options = !strip
backup = etc/searchsploit_rc
- source =
https://gitlab.com/exploit-database/exploitdb/-/archive/2024-02-01/exploitdb-2024-02-01.tar.bz2
+ source =
https://gitlab.com/exploit-database/exploitdb/-/archive/2024-02-06/exploitdb-2024-02-06.tar.bz2
source = rcfile.diff
- sha512sums =
922dfec58e14700eb4143110a58b445e171c82628bf746dcfcbb60811e305d5ab33fd8270530d7dceaf50f3114fdfff4fa7a02d95718ec087dcc8f9605e436a0
+ sha512sums =
e1bd02ff8bcc232029cc927b972bf0dbf99c61aa1f75e17debd3de9c0556673a2c11f6f4e29eb30fb4911d983443b48ef0f61b6760371955edb6609ccfb6239c
sha512sums =
e170da5b974975c6c23c5b09e8c1825bbb17446fb506f2d00f92f86f94394acf18a53458bd90969de38da642fc1f7abb08ba940969108002dab17415b88211d6
- b2sums =
72fe40309dd99bb09434dd4072cbf205a7b08be05cd21362ebc177b0130aea72f149c940447b472e2409a9a9b1f301c9b4aa96d108bead14929ab16a208fc841
+ b2sums =
d5e18a49930e9ad2f9c54000b09bd8d7fd014d1d43d129c4f2fa1002f0c8966c09808add9e2f28b91ca4c581e22a47f2a54adf046604a708d839a79579f5ec3f
b2sums =
f033a50db6358297580363d62bbd9d4a6003b5476ba361650133841138af76b990ed49e2e34d487cf4167ebeb3cd6b8f9230e5e700a5d96f7f06cbc5b42c4076
pkgname = exploitdb
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Eli Schwartz <[email protected]>
pkgname=exploitdb
-_pkgver=2024-02-01
+_pkgver=2024-02-06
pkgver=${_pkgver//-/}
pkgrel=1
pkgdesc="Offensive Security’s Exploit Database Archive"
@@ -16,9 +16,9 @@ backup=('etc/searchsploit_rc')
options=('!strip')
source=("https://gitlab.com/exploit-database/exploitdb/-/archive/$_pkgver/exploitdb-$_pkgver.tar.bz2"
"rcfile.diff")
-sha512sums=('922dfec58e14700eb4143110a58b445e171c82628bf746dcfcbb60811e305d5ab33fd8270530d7dceaf50f3114fdfff4fa7a02d95718ec087dcc8f9605e436a0'
+sha512sums=('e1bd02ff8bcc232029cc927b972bf0dbf99c61aa1f75e17debd3de9c0556673a2c11f6f4e29eb30fb4911d983443b48ef0f61b6760371955edb6609ccfb6239c'
'e170da5b974975c6c23c5b09e8c1825bbb17446fb506f2d00f92f86f94394acf18a53458bd90969de38da642fc1f7abb08ba940969108002dab17415b88211d6')
-b2sums=('72fe40309dd99bb09434dd4072cbf205a7b08be05cd21362ebc177b0130aea72f149c940447b472e2409a9a9b1f301c9b4aa96d108bead14929ab16a208fc841'
+b2sums=('d5e18a49930e9ad2f9c54000b09bd8d7fd014d1d43d129c4f2fa1002f0c8966c09808add9e2f28b91ca4c581e22a47f2a54adf046604a708d839a79579f5ec3f'
'f033a50db6358297580363d62bbd9d4a6003b5476ba361650133841138af76b990ed49e2e34d487cf4167ebeb3cd6b8f9230e5e700a5d96f7f06cbc5b42c4076')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/exploitdb/-/commit/bf47279ec9bfce997155cbc2f3e56a8833d1d3c0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/exploitdb/-/commit/bf47279ec9bfce997155cbc2f3e56a8833d1d3c0
You're receiving this email because of your account on gitlab.archlinux.org.