Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
F
FreeBSD ports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
FreeBSD
FreeBSD ports
Commits
1d8bd44f
Commit
1d8bd44f
authored
1 year ago
by
Yuri Victorovich
Browse files
Options
Downloads
Patches
Plain Diff
net/zmap: Update 2.1.1 → 3.0.0
Reported by: portscout
parent
2a72c29a
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
net/zmap/Makefile
+5
-8
5 additions, 8 deletions
net/zmap/Makefile
net/zmap/distinfo
+3
-2
3 additions, 2 deletions
net/zmap/distinfo
net/zmap/files/patch-CMakeLists.txt
+0
-23
0 additions, 23 deletions
net/zmap/files/patch-CMakeLists.txt
net/zmap/pkg-plist
+5
-3
5 additions, 3 deletions
net/zmap/pkg-plist
with
13 additions
and
36 deletions
net/zmap/Makefile
+
5
−
8
View file @
1d8bd44f
PORTNAME
=
zmap
POR
TVERSION
=
2.1.1
DIS
TVERSION
=
3.0.0
DISTVERSIONPREFIX
=
v
PORTREVISION
=
3
CATEGORIES
=
net
MAINTAINER
=
yuri@FreeBSD.org
...
...
@@ -13,12 +12,15 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS
=
gengetopt>0:devel/gengetopt
LIB_DEPENDS
=
libdnet.so:net/libdnet
\
libgmp.so:math/gmp
libgmp.so:math/gmp
\
libunistring.so:devel/libunistring
USE_GITHUB
=
yes
USES
=
cmake:insource pkgconfig
CFLAGS
+=
-D_SYSTYPE_BSD
MANPAGE
=
zblacklist.1 zmap.1 ztee.1
OPTIONS_DEFINE
=
REDIS MONGO JSON
...
...
@@ -46,9 +48,4 @@ post-patch:
${
WRKSRC
}
/conf/zmap.conf
\
${
WRKSRC
}
/src/zmap.c
post-install
:
.for
m
in
${MANPAGE}
${GZIP_CMD}
${STAGEDIR}${MANPREFIX}/man/man1/$m
.
endfor
.
include
<bsd.port.mk>
This diff is collapsed.
Click to expand it.
net/zmap/distinfo
+
3
−
2
View file @
1d8bd44f
SHA256 (zmap-zmap-v2.1.1_GH0.tar.gz) = 29627520c81101de01b0213434adb218a9f1210bfd3f2dcfdfc1f975dbce6399
SIZE (zmap-zmap-v2.1.1_GH0.tar.gz) = 131689
TIMESTAMP = 1688578357
SHA256 (zmap-zmap-v3.0.0_GH0.tar.gz) = e3151cdcdf695ab7581e01a7c6ee78678717d6a62ef09849b34db39682535454
SIZE (zmap-zmap-v3.0.0_GH0.tar.gz) = 156278
This diff is collapsed.
Click to expand it.
net/zmap/files/patch-CMakeLists.txt
deleted
100644 → 0
+
0
−
23
View file @
2a72c29a
--- CMakeLists.txt.orig 2015-09-11 15:30:41 UTC
+++ CMakeLists.txt
@@ -72,6 +72,7 @@ if(WITH_JSON)
endif()
add_definitions("-DJSON")
+ string(REPLACE ";" " " JSON_CFLAGS "${JSON_CFLAGS}")
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${JSON_CFLAGS}")
endif()
@@ -135,11 +136,7 @@ message(STATUS "Default ZMap configuration file locati
foreach(EACH_CONF ${CONF_FILES})
get_filename_component(CONF_BASENAME ${EACH_CONF} NAME)
message(STATUS "Checking if ${CONF_BASENAME} exists there...")
- if(NOT EXISTS "/etc/zmap/${CONF_BASENAME}")
- install(FILES ${EACH_CONF} DESTINATION ${CONFIG_DESTINATION})
- else()
- message(WARNING "Existing configuration file detected at /etc/zmap/${CONF_BASENAME}, ${CONF_BASENAME} from sources will NOT be installed. Please check and install manually!")
- endif()
+ install(FILES ${EACH_CONF} DESTINATION ${CONFIG_DESTINATION})
endforeach()
# Allow Debian Packaging
This diff is collapsed.
Click to expand it.
net/zmap/pkg-plist
+
5
−
3
View file @
1d8bd44f
%%ETCDIR%%/bl
a
cklist.conf
%%ETCDIR%%/bl
o
cklist.conf
%%ETCDIR%%/zmap.conf
man/man1/zblacklist.1.gz
man/man1/zblocklist.1.gz
man/man1/ziterate.1.gz
man/man1/zmap.1.gz
man/man1/ztee.1.gz
sbin/zblacklist
sbin/zblocklist
sbin/ziterate
sbin/zmap
sbin/ztee
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment