Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Sep 2020 17:48:24 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r549469 - in head/net/goreplay: . files
Message-ID:  <202009211748.08LHmOsU079923@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Mon Sep 21 17:48:24 2020
New Revision: 549469
URL: https://svnweb.freebsd.org/changeset/ports/549469

Log:
  net/goreplay: update to 1.2.0

Added:
  head/net/goreplay/files/
  head/net/goreplay/files/patch-size_size.go   (contents, props changed)
Modified:
  head/net/goreplay/Makefile   (contents, props changed)
  head/net/goreplay/distinfo   (contents, props changed)

Modified: head/net/goreplay/Makefile
==============================================================================
--- head/net/goreplay/Makefile	Mon Sep 21 17:46:33 2020	(r549468)
+++ head/net/goreplay/Makefile	Mon Sep 21 17:48:24 2020	(r549469)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	goreplay
-PORTVERSION=	1.1.0
+PORTVERSION=	1.2.0
 DISTVERSIONPREFIX=	v
 CATEGORIES=	net
 
@@ -18,7 +18,7 @@ GH_ACCOUNT=	buger
 GH_TUPLE=	buger:${PORTNAME}:${DISTVERSIONPREFIX}${PORTVERSION}:DEFAULT \
 		Shopify:sarama:v1.26.4:shopify_sarama/vendor/github.com/Shopify/sarama \
 		araddon:gou:c797efecbb61:araddon_gou/vendor/github.com/araddon/gou \
-		aws:aws-sdk-go:v1.32.7:aws_aws_sdk_go/vendor/github.com/aws/aws-sdk-go \
+		aws:aws-sdk-go:v1.33.2:aws_aws_sdk_go/vendor/github.com/aws/aws-sdk-go \
 		bitly:go-hostpool:v0.1.0:bitly_go_hostpool/vendor/github.com/bitly/go-hostpool \
 		bmizerany:assert:b7ed37b82869:bmizerany_assert/vendor/github.com/bmizerany/assert \
 		davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \
@@ -26,9 +26,10 @@ GH_TUPLE=	buger:${PORTNAME}:${DISTVERSIONPREFIX}${PORT
 		eapache:go-xerial-snappy:776d5712da21:eapache_go_xerial_snappy/vendor/github.com/eapache/go-xerial-snappy \
 		eapache:queue:v1.1.0:eapache_queue/vendor/github.com/eapache/queue \
 		golang:crypto:75b288015ac9:golang_crypto/vendor/golang.org/x/crypto \
-		golang:net:627f9648deb9:golang_net/vendor/golang.org/x/net \
+		golang:net:ab3426394381:golang_net/vendor/golang.org/x/net \
 		golang:snappy:v0.0.1:golang_snappy/vendor/github.com/golang/snappy \
-		google:gopacket:v1.1.17:google_gopacket/vendor/github.com/google/gopacket \
+		golang:sys:85ca7c5b95cd:golang_sys/vendor/golang.org/x/sys \
+		google:gopacket:v1.1.18:google_gopacket/vendor/github.com/google/gopacket \
 		hashicorp:go-uuid:v1.0.2:hashicorp_go_uuid/vendor/github.com/hashicorp/go-uuid \
 		jcmturner:aescts:v1.0.1:jcmturner_aescts/vendor/gopkg.in/jcmturner/aescts.v1 \
 		jcmturner:dnsutils:v1.0.1:jcmturner_dnsutils/vendor/gopkg.in/jcmturner/dnsutils.v1 \

Modified: head/net/goreplay/distinfo
==============================================================================
--- head/net/goreplay/distinfo	Mon Sep 21 17:46:33 2020	(r549468)
+++ head/net/goreplay/distinfo	Mon Sep 21 17:48:24 2020	(r549469)
@@ -1,12 +1,12 @@
-TIMESTAMP = 1595287598
-SHA256 (buger-goreplay-v1.1.0_GH0.tar.gz) = 9c10c0a9b8871ba265f2617eee59cf03bbcf3b2d42ed189426a193ecc6ae5588
-SIZE (buger-goreplay-v1.1.0_GH0.tar.gz) = 1414339
+TIMESTAMP = 1600709213
+SHA256 (buger-goreplay-v1.2.0_GH0.tar.gz) = 0700e6aad5f0e6df5526e894d5e15104449aa4c86c65629820ffe18f57cd8043
+SIZE (buger-goreplay-v1.2.0_GH0.tar.gz) = 2330521
 SHA256 (Shopify-sarama-v1.26.4_GH0.tar.gz) = 2825f1c147b8105983d240e38ffc0f0b3ffbab07536f4b888fa9cd252b2c6c03
 SIZE (Shopify-sarama-v1.26.4_GH0.tar.gz) = 266378
 SHA256 (araddon-gou-c797efecbb61_GH0.tar.gz) = 2f5cce48bafcbc3704054dd3936e127080fcf1c2eb5997ff801d201d8361c648
 SIZE (araddon-gou-c797efecbb61_GH0.tar.gz) = 16819
-SHA256 (aws-aws-sdk-go-v1.32.7_GH0.tar.gz) = aadd2d8653dd8469c9d3de3e257248c3084ae5086b7d90dc3d304124e4a70546
-SIZE (aws-aws-sdk-go-v1.32.7_GH0.tar.gz) = 15038957
+SHA256 (aws-aws-sdk-go-v1.33.2_GH0.tar.gz) = 06490936c9237a098ed5c35e8971a326f5eb8f25b44dc84396133810ba580c26
+SIZE (aws-aws-sdk-go-v1.33.2_GH0.tar.gz) = 15160228
 SHA256 (bitly-go-hostpool-v0.1.0_GH0.tar.gz) = 5330142965e54e59df168f0744f3ef4fa490dcd743f027e6f26bb4bcc5d130b5
 SIZE (bitly-go-hostpool-v0.1.0_GH0.tar.gz) = 7616
 SHA256 (bmizerany-assert-b7ed37b82869_GH0.tar.gz) = f7dc11f10c5e52a94c836e15e7aff05ad4afba7436f66e5f4506806627c4635e
@@ -21,12 +21,14 @@ SHA256 (eapache-queue-v1.1.0_GH0.tar.gz) = 2be4716ba2b
 SIZE (eapache-queue-v1.1.0_GH0.tar.gz) = 3502
 SHA256 (golang-crypto-75b288015ac9_GH0.tar.gz) = 6e74e21bf9dfdbf0a8dac8cb205fbc3bfd8dff308a24080b9d6093a3858f0db2
 SIZE (golang-crypto-75b288015ac9_GH0.tar.gz) = 1729931
-SHA256 (golang-net-627f9648deb9_GH0.tar.gz) = a171ecd3ca1ca546c82806d7ddba1985b18da28530cb7479ea62d90ea1f81041
-SIZE (golang-net-627f9648deb9_GH0.tar.gz) = 1177189
+SHA256 (golang-net-ab3426394381_GH0.tar.gz) = ddf23e17a147972ad0dd11824a912eaa0174cba60ab63da6ae6ced2c76345946
+SIZE (golang-net-ab3426394381_GH0.tar.gz) = 1177700
 SHA256 (golang-snappy-v0.0.1_GH0.tar.gz) = b1d97f47fcb61cb0cdd54bc424eda980c47838effb0ec9e322506514a50fee85
 SIZE (golang-snappy-v0.0.1_GH0.tar.gz) = 62605
-SHA256 (google-gopacket-v1.1.17_GH0.tar.gz) = 12baa5a471f7eb586be2852b6d46350fe48b474fdf78524ec340638543a4912c
-SIZE (google-gopacket-v1.1.17_GH0.tar.gz) = 891264
+SHA256 (golang-sys-85ca7c5b95cd_GH0.tar.gz) = 06a5cbc446381df9653d4b410239720eea6b27461597de88f3e621664c811294
+SIZE (golang-sys-85ca7c5b95cd_GH0.tar.gz) = 1047239
+SHA256 (google-gopacket-v1.1.18_GH0.tar.gz) = 5990671bbbe60d520a846fd87a3c56b125119c1808c761cc5e195c08f9e61be1
+SIZE (google-gopacket-v1.1.18_GH0.tar.gz) = 938764
 SHA256 (hashicorp-go-uuid-v1.0.2_GH0.tar.gz) = 2dee0f810c3e3a2cd3d49a075d0a64a88806c90712a4b66013b20a1ff0562eae
 SIZE (hashicorp-go-uuid-v1.0.2_GH0.tar.gz) = 7058
 SHA256 (jcmturner-aescts-v1.0.1_GH0.tar.gz) = 89d8aa45b05c9cd5e66c40a5c4f3a5224dbf9632d1fd1e27d05f2ad26effae32

Added: head/net/goreplay/files/patch-size_size.go
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/goreplay/files/patch-size_size.go	Mon Sep 21 17:48:24 2020	(r549469)
@@ -0,0 +1,11 @@
+--- size/size.go.orig	2020-09-21 17:38:18 UTC
++++ size/size.go
+@@ -7,7 +7,7 @@ import (
+ )
+ 
+ // Size represents size that implements flag.Var
+-type Size int
++type Size int64
+ 
+ // the following regexes follow Go semantics https://golang.org/ref/spec#Letters_and_digits
+ var (



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