From d23823f11c3bfa09949774869a952c165c919f4c Mon Sep 17 00:00:00 2001 From: Nuno Goncalves Date: Sat, 22 Jan 2011 15:19:32 +0000 Subject: [PATCH] [packages] nmap: update to version 5.36TEST4 SVN-Revision: 25062 --- net/nmap/Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/net/nmap/Makefile b/net/nmap/Makefile index c5e78d55a3..d6bdbc2709 100644 --- a/net/nmap/Makefile +++ b/net/nmap/Makefile @@ -1,3 +1,9 @@ +# +# Copyright (C) 2011 Nuno Goncalves +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. + #TODO # # * uClibcpp not supported, performance +100x slower. libstdcpp is being used. https://bugs.busybox.net/show_bug.cgi?id=2545 @@ -6,11 +12,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nmap -PKG_VERSION:=5.36TEST3 +PKG_VERSION:=5.36TEST4 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://nmap.org/dist/ -PKG_MD5SUM:=963fd9a3daec3c6770a411339c5a27e9 +PKG_MD5SUM:=3ff65aad7972e22bd38313de92df6868 PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk -- 2.30.2