Index: head/net/spoofer/Makefile =================================================================== --- head/net/spoofer/Makefile (revision 549079) +++ head/net/spoofer/Makefile (revision 549080) @@ -1,46 +1,45 @@ # Created by: Andrew Pantyukhin # $FreeBSD$ PORTNAME= spoofer -PORTVERSION= 1.4.5 -PORTREVISION= 6 +DISTVERSION= 1.4.6 CATEGORIES= net MASTER_SITES= https://www.caida.org/projects/spoofer/downloads/ MAINTAINER= mjl@luckie.org.nz COMMENT= Spoofer Project testing software LICENSE= GPLv3 BUILD_DEPENDS= protoc:devel/protobuf LIB_DEPENDS= libprotobuf-lite.so:devel/protobuf RUN_DEPENDS= scamper:net/scamper USES= compiler:c++11-lib CONFIGURE_ARGS= --disable-development --with-protobuf=${LOCALBASE} GNU_CONFIGURE= yes PORTDOCS= README OPTIONS_DEFINE= DOCS GUI OPTIONS_DEFAULT=GUI OPTIONS_SUB= yes GUI_CONFIGURE_ENABLE= manager GUI_USE= GL=gl QT=buildtools_build,qmake_build,core,network,gui,widgets GUI_USES= gl qt:5 GUI_VARS= USE_RC_SUBR=${PORTNAME} do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} do-install-GUI-on: .for r in 16 32 48 64 128 256 @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${r}x${r}/apps ${INSTALL_DATA} ${WRKSRC}/icons/spoofer${r}.png \ ${STAGEDIR}${PREFIX}/share/icons/hicolor/${r}x${r}/apps/spoofer.png .endfor .include Index: head/net/spoofer/distinfo =================================================================== --- head/net/spoofer/distinfo (revision 549079) +++ head/net/spoofer/distinfo (revision 549080) @@ -1,3 +1,3 @@ -TIMESTAMP = 1562260809 -SHA256 (spoofer-1.4.5.tar.gz) = 5f045be7269d93efb1ee7918e923e7695c9a36d192c3ada932bb6ae7fba8d15e -SIZE (spoofer-1.4.5.tar.gz) = 576951 +TIMESTAMP = 1595886363 +SHA256 (spoofer-1.4.6.tar.gz) = fb814d0beaccc48a155e55bb1e7057520d0fe0584dbcc4c0a89f5cee55d0eaf1 +SIZE (spoofer-1.4.6.tar.gz) = 584475 Index: head/net/spoofer/files/patch-common-util.cc =================================================================== --- head/net/spoofer/files/patch-common-util.cc (revision 549079) +++ head/net/spoofer/files/patch-common-util.cc (nonexistent) @@ -1,14 +0,0 @@ ---- common/util.cc.orig 2019-02-28 19:32:23 UTC -+++ common/util.cc -@@ -180,10 +180,7 @@ void win_init(void) { - void spoofer_rand_stir() - { - #if defined(HAVE_ARC4RANDOM) -- #if defined(__OpenBSD__) && !defined(HAVE_ARC4RANDOM_STIR) -- // On OpenBSD 5.5+, the arc4random() function is not actually the ARC4 -- // algorithm, and there is no arc4random_stir() function. -- #else -+ #if defined(HAVE_ARC4RANDOM_STIR) - arc4random_stir(); - #endif - #elif defined(HAVE_SRANDOMDEV) Property changes on: head/net/spoofer/files/patch-common-util.cc ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net/spoofer/pkg-descr =================================================================== --- head/net/spoofer/pkg-descr (revision 549079) +++ head/net/spoofer/pkg-descr (revision 549080) @@ -1,5 +1,5 @@ Spoofer helps the CAIDA Spoofer Project better understand the current state of filtering in the Internet. It attempts to send a series of spoofed UDP packets to a central server which logs and summarizes the results. -WWW: https://spoofer.caida.org/ +WWW: https://www.caida.org/projects/spoofer/