From c26f01b1407fd89e311fd7eb12bb40977b657722 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Jendrysik?= Date: Tue, 13 Mar 2018 05:39:42 +0100 Subject: [PATCH] masscan: update to 1.0.5, change maintainer email address --- srcpkgs/masscan/patches/fix-musl.patch | 17 ----------------- srcpkgs/masscan/template | 7 +++---- 2 files changed, 3 insertions(+), 21 deletions(-) delete mode 100644 srcpkgs/masscan/patches/fix-musl.patch diff --git a/srcpkgs/masscan/patches/fix-musl.patch b/srcpkgs/masscan/patches/fix-musl.patch deleted file mode 100644 index b486252db65..00000000000 --- a/srcpkgs/masscan/patches/fix-musl.patch +++ /dev/null @@ -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 - #include - #include diff --git a/srcpkgs/masscan/template b/srcpkgs/masscan/template index 5d1c05ce71a..c2744741e6f 100644 --- a/srcpkgs/masscan/template +++ b/srcpkgs/masscan/template @@ -1,16 +1,15 @@ # Template file for 'masscan' pkgname=masscan -version=1.0.4 +version=1.0.5 revision=1 build_style=gnu-makefile -patch_args='-p1' # one patch to be removed on next update. depends="libpcap-devel" short_desc="TCP port scanner, spews SYN packets asynchronously" -maintainer="Łukasz Jendrysik " +maintainer="Łukasz Jendrysik " license="AGPL-3" homepage="https://github.com/robertdavidgraham/masscan" distfiles="${homepage}/archive/${version}.tar.gz" -checksum=51de345f677f46595fc3bd747bfb61bc9ff130adcbec48f3401f8057c8702af9 +checksum=a0686929888674892f464014806444d26ded56838d45035221ff88ee9f6ead73 post_install() { vlicense LICENSE