masscan: update to 1.0.5, change maintainer email address
This commit is contained in:
parent
1d263c8572
commit
c26f01b140
|
@ -1,17 +0,0 @@
|
||||||
Backported from
|
|
||||||
https://github.com/robertdavidgraham/masscan/commit/8e58f7caf78c1d3e8e042dae72d4017cf5a1af86
|
|
||||||
which was merged shortly after release.
|
|
||||||
|
|
||||||
diff --git a/src/pixie-backtrace.c b/src/pixie-backtrace.c
|
|
||||||
index e7113a2..715b5db 100644
|
|
||||||
--- a/src/pixie-backtrace.c
|
|
||||||
+++ b/src/pixie-backtrace.c
|
|
||||||
@@ -11,7 +11,7 @@
|
|
||||||
char global_self[512] = "";
|
|
||||||
|
|
||||||
|
|
||||||
-#if defined(__linux__)
|
|
||||||
+#if defined(__GLIBC__)
|
|
||||||
#include <unistd.h>
|
|
||||||
#include <execinfo.h>
|
|
||||||
#include <dlfcn.h>
|
|
|
@ -1,16 +1,15 @@
|
||||||
# Template file for 'masscan'
|
# Template file for 'masscan'
|
||||||
pkgname=masscan
|
pkgname=masscan
|
||||||
version=1.0.4
|
version=1.0.5
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
patch_args='-p1' # one patch to be removed on next update.
|
|
||||||
depends="libpcap-devel"
|
depends="libpcap-devel"
|
||||||
short_desc="TCP port scanner, spews SYN packets asynchronously"
|
short_desc="TCP port scanner, spews SYN packets asynchronously"
|
||||||
maintainer="Łukasz Jendrysik <scadu@yandex.com>"
|
maintainer="Łukasz Jendrysik <scadu@disroot.org>"
|
||||||
license="AGPL-3"
|
license="AGPL-3"
|
||||||
homepage="https://github.com/robertdavidgraham/masscan"
|
homepage="https://github.com/robertdavidgraham/masscan"
|
||||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||||
checksum=51de345f677f46595fc3bd747bfb61bc9ff130adcbec48f3401f8057c8702af9
|
checksum=a0686929888674892f464014806444d26ded56838d45035221ff88ee9f6ead73
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue