Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 May 2013 09:53:19 -0400 (AST)
From:      Jason Harris <jharris@widomaker.com>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        Jason Harris <jharris@widomaker.com>
Subject:   ports/178833: [MAINTAINER] net/fping -> 3.5
Message-ID:  <201305221353.r4MDrJgV056469@wilma.widomaker.com>
Resent-Message-ID: <201305221430.r4MEU2GA010693@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         178833
>Category:       ports
>Synopsis:       [MAINTAINER] net/fping -> 3.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 22 14:30:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Jason Harris
>Release:        FreeBSD 9.0-RELEASE-p3 amd64
>Organization:
bitrote.org
>Environment:
FreeBSD 9.1-RELEASE #0 r243825: Tue Dec  4 09:23:10 UTC 2012     root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
	Update ports/net/fping to 3.5. ChangeLog:

	* Fix sprint_tm buffer size crash (reported by Japheth Cleaver)
	* Addded -D flag to print timestamps (Toke H<C3><B8>iland-J<C3><B8>rgensen)
	* Fix fping6 build on OS X 10.8 (unknown contributor)
	* Fix compatibility issue with FreeBSD (Alexandre Raynaud, Jason Harris, #39)
	* Fping.spec: fix setuid permissions and provides fping6 (Marcus Vinicius Ferreira)
	* Re-create configure script with autoconf 2.69 for aarch64 support (Chuck Anderson, #45)

>How-To-Repeat:
	apply patch below, AND:
	  %svn rm files/patch-fping.c
>Fix:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
NotDashEscaped: You need GnuPG to verify this message

Index: Makefile
===================================================================
--- Makefile	(revision 318764)
+++ Makefile	(working copy)
@@ -2,22 +2,16 @@
 # $FreeBSD$
 
 PORTNAME=	fping
-PORTVERSION=	3.4
-PORTREVISION=	1
+PORTVERSION=	3.5
 CATEGORIES=	net ipv6
 MASTER_SITES=	http://fping.org/dist/
 
-PATCH_SITES=	https://raw.github.com/tohojo/netperf-wrapper/master/misc/
-PATCH_DIST_STRIP=	-p1
-
 MAINTAINER=	jharris@widomaker.com
 COMMENT=	Quickly ping N hosts w/o flooding the network
 
-OPTIONS_DEFINE=		TIMESTAMPS
 OPTIONS_MULTI=		NET
 OPTIONS_MULTI_NET=	IPV4 IPV6
 OPTIONS_DEFAULT=	IPV4
-TIMESTAMPS_DESC=	Enable timestamps
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--bindir="${PREFIX}/sbin"
@@ -40,10 +34,6 @@
 CONFIGURE_ARGS+=--disable-ipv6
 .endif
 
-.if ${PORT_OPTIONS:MTIMESTAMPS}
-PATCHFILES+=	fping_timestamps.patch
-.endif
-
 post-install:
 .if ${PORT_OPTIONS:MIPV4}
 	@${STRIP_CMD} ${PREFIX}/sbin/fping
Index: distinfo
===================================================================
--- distinfo	(revision 318764)
+++ distinfo	(working copy)
@@ -1,4 +1,2 @@
-SHA256 (fping-3.4.tar.gz) = d42528af4931f16a8e3438bd4a45cfdd72163ad8835a3c95351c336a26e56afe
-SIZE (fping-3.4.tar.gz) = 142986
-SHA256 (fping_timestamps.patch) = 5e07b36e2029a042de79536c30d852a7ee65d90216747ca68fe54eba94798f3a
-SIZE (fping_timestamps.patch) = 2211
+SHA256 (fping-3.5.tar.gz) = 09b8960e235341bae6000085d38106357eae656a79e0119bd27e816c9003656a
+SIZE (fping-3.5.tar.gz) = 145512
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.13 (FreeBSD)

iJ0EARECAF0FAlGcy8FWGGh0dHA6Ly9rZXlzZXJ2ZXIua2pzbC5jb206MTEzNzEv
cGtzL2xvb2t1cD9vcD1nZXQmc2VhcmNoPTB4RDM5REEwRTMmd2VoYXZleW91bm93
PXRydWUACgkQSypIl9OdoOMa/ACeOeZBC/oKS7Onjr7UxSZwCGZsGcsAoKggOG80
NsXMLaGh+c/3zJL8Tr+V
=Xd0y
-----END PGP SIGNATURE-----
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305221353.r4MDrJgV056469>