Bug 178880 - net/arpdig: update to 0.5.6 to make compatible with clang
Summary: net/arpdig: update to 0.5.6 to make compatible with clang
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-23 20:20 UTC by Dmitry Morozovsky
Modified: 2013-05-28 07:00 UTC (History)
0 users

See Also:


Attachments
file.diff (681 bytes, patch)
2013-05-23 20:20 UTC, Dmitry Morozovsky
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Morozovsky freebsd_committer freebsd_triage 2013-05-23 20:20:00 UTC
This update fixes errx(3) uses which are treated by some too strict compilers as potentially insecure
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-23 20:20:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-05-28 06:51:37 UTC
Author: miwi
Date: Tue May 28 05:51:28 2013
New Revision: 319291
URL: http://svnweb.freebsd.org/changeset/ports/319291

Log:
  - Update to 0.5.6
  
  PR:		178880
  Submitted by:	marck@

Modified:
  head/net/arpdig/Makefile   (contents, props changed)
  head/net/arpdig/distinfo   (contents, props changed)

Modified: head/net/arpdig/Makefile
==============================================================================
--- head/net/arpdig/Makefile	Tue May 28 05:50:55 2013	(r319290)
+++ head/net/arpdig/Makefile	Tue May 28 05:51:28 2013	(r319291)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	arpdig
-PORTVERSION=	0.5.5
+PORTVERSION=	0.5.6
 CATEGORIES=	net
 MASTER_SITES=	SF
 

Modified: head/net/arpdig/distinfo
==============================================================================
--- head/net/arpdig/distinfo	Tue May 28 05:50:55 2013	(r319290)
+++ head/net/arpdig/distinfo	Tue May 28 05:51:28 2013	(r319291)
@@ -1,2 +1,2 @@
-SHA256 (arpdig-0.5.5.tar.gz) = 8faba69bb3e45c0dce443c2f974160e7cc123a45501932177b535c094059ea32
-SIZE (arpdig-0.5.5.tar.gz) = 7946
+SHA256 (arpdig-0.5.6.tar.gz) = cff56ab304ebdd8b744c6a838c3138b8d7453daa1cfb65e5c9689cf9269e04d0
+SIZE (arpdig-0.5.6.tar.gz) = 7972
_______________________________________________
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 3 Martin Wilke freebsd_committer freebsd_triage 2013-05-28 06:51:44 UTC
State Changed
From-To: open->closed

Committed. Thanks!