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
Responsible Changed From-To: freebsd-ports-bugs->bdrewery bdrewery@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Responsible Changed From-To: bdrewery->freebsd-ports-bugs to pool
Responsible Changed From-To: freebsd-ports-bugs->cs I'll take it
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.
Responsible Changed From-To: cs->wg I'll take it.
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"
State Changed From-To: feedback->closed Committed. Thanks!
This update killed the timestamps patch I contributed in ports/177368... Lars
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
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