Bug 178833 - [MAINTAINER] net/fping -> 3.5
Summary: [MAINTAINER] net/fping -> 3.5
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-22 15:30 UTC by jharris
Modified: 2013-06-17 12:40 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jharris 2013-05-22 15:30:01 UTC
	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)

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



iJ0EARECAF0FAlGcy8FWGGh0dHA6Ly9rZXlzZXJ2ZXIua2pzbC5jb206MTEzNzEv
cGtzL2xvb2t1cD9vcD1nZXQmc2VhcmNoPTB4RDM5REEwRTMmd2VoYXZleW91bm93
PXRydWUACgkQSypIl9OdoOMa/ACeOeZBC/oKS7Onjr7UxSZwCGZsGcsAoKggOG80
NsXMLaGh+c/3zJL8Tr+V
=Xd0y
-----END PGP SIGNATURE-------esHrMYo6saIpHypwTKTZ453rqBMQkDAcFoaQkoK4zcVbwGdz
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

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)
How-To-Repeat: 	apply patch below, AND:
	  %svn rm files/patch-fping.c
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-22 15:30:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->bdrewery

bdrewery@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Bryan Drewery freebsd_committer freebsd_triage 2013-05-25 02:40:23 UTC
Responsible Changed
From-To: bdrewery->freebsd-ports-bugs

to pool
Comment 3 Carlo Strub freebsd_committer freebsd_triage 2013-05-25 10:37:56 UTC
Responsible Changed
From-To: freebsd-ports-bugs->cs

I'll take it
Comment 4 Carlo Strub freebsd_committer freebsd_triage 2013-06-09 22:29:49 UTC
State Changed
From-To: open->feedback

I'll get the following error: 

====================<phase 3: make patch>==================== 
add_pkg 
===>  Patching for fping-3.5 
===>  Applying FreeBSD patches for fping-3.5 
1 out of 1 hunks failed--saving rejects to src/fping.c.rej 
=> Patch patch-fping.c failed to apply cleanly. 
*** [do-patch] Error code 1 

Stop in /a/ports/net/fping. 
================================================================ 
build of /usr/ports/net/fping ended at Sat May 25 10:47:34 UTC 2013 

Can you fix your patch please.
Comment 5 William Grzybowski freebsd_committer freebsd_triage 2013-06-16 22:52:13 UTC
Responsible Changed
From-To: cs->wg

I'll take it.
Comment 6 dfilter service freebsd_committer freebsd_triage 2013-06-16 22:52:56 UTC
Author: wg
Date: Sun Jun 16 21:52:44 2013
New Revision: 321077
URL: http://svnweb.freebsd.org/changeset/ports/321077

Log:
  net/fping: update to 3.5
  
  - Update to 3.5
  - Add LICENSE (GFDL)
  
  PR:		ports/178833
  Submitted by:	Jason Harris <jharris@widomaker.com> (maintainer)
  Approved by:	culot / jpaetzel (mentors, implicit)

Deleted:
  head/net/fping/files/
Modified:
  head/net/fping/Makefile
  head/net/fping/distinfo

Modified: head/net/fping/Makefile
==============================================================================
--- head/net/fping/Makefile	Sun Jun 16 20:50:52 2013	(r321076)
+++ head/net/fping/Makefile	Sun Jun 16 21:52:44 2013	(r321077)
@@ -2,22 +2,18 @@
 # $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
+LICENSE=	GFDL
+
 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 +36,6 @@ MAN8+=	fping6.8
 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

Modified: head/net/fping/distinfo
==============================================================================
--- head/net/fping/distinfo	Sun Jun 16 20:50:52 2013	(r321076)
+++ head/net/fping/distinfo	Sun Jun 16 21:52:44 2013	(r321077)
@@ -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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 7 William Grzybowski freebsd_committer freebsd_triage 2013-06-16 22:53:38 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!
Comment 8 lars 2013-06-17 11:15:19 UTC
This update killed the timestamps patch I contributed in ports/177368...

Lars
Comment 9 William Grzybowski 2013-06-17 12:15:44 UTC
It looks like it was integrated upstream?
Does that not workfor you?

Release Notes: This release fixes a crash which could happen with
long-running fping processes. A new flag for timestamping of output
has been introduced (-D).

--
William Grzybowski
------------------------------------------
Curitiba/PR - Brasil
Comment 10 lars 2013-06-17 12:30:56 UTC
Oh, I missed that!

On Jun 17, 2013, at 13:15, William Grzybowski <william88@gmail.com> wrote:

> It looks like it was integrated upstream?
> Does that not workfor you?
> 
> Release Notes: This release fixes a crash which could happen with
> long-running fping processes. A new flag for timestamping of output
> has been introduced (-D).
> 
> --
> William Grzybowski
> ------------------------------------------
> Curitiba/PR - Brasil