public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-libs/libprotoident/files/
@ 2017-06-29 17:07 Jeroen Roovers
  0 siblings, 0 replies; only message in thread
From: Jeroen Roovers @ 2017-06-29 17:07 UTC (permalink / raw
  To: gentoo-commits

commit:     d9106253326707591000d0773071b08cf0760070
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 29 17:07:01 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Jun 29 17:07:32 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9106253

net-libs/libprotoident: Obsolete patch.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 ...protoident-9999-lpi_find_unknown-snprintf.patch | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/net-libs/libprotoident/files/libprotoident-9999-lpi_find_unknown-snprintf.patch b/net-libs/libprotoident/files/libprotoident-9999-lpi_find_unknown-snprintf.patch
deleted file mode 100644
index 2378c37b9b9..00000000000
--- a/net-libs/libprotoident/files/libprotoident-9999-lpi_find_unknown-snprintf.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- a/tools/find_unknown/lpi_find_unknown.cc
-+++ b/tools/find_unknown/lpi_find_unknown.cc
-@@ -219,7 +219,7 @@
- 	dump_payload(ident->lpi, 0, pload_out, 500);
- 	dump_payload(ident->lpi, 1, pload_in, 500);
-         str = (char *)malloc(750);
--        snprintf(str, 1000, "%s %s %u %u %u %.3f %.3f %" PRIu64 " %" PRIu64 " %s %s\n",
-+        snprintf(str, 750, "%s %s %u %u %u %.3f %.3f %" PRIu64 " %" PRIu64 " %s %s\n",
- 			s_ip, c_ip,
-                         f->id.get_server_port(), f->id.get_client_port(),
-                         f->id.get_protocol(), ident->start_ts,
---- a/tools/protoident/lpi_protoident.cc
-+++ b/tools/protoident/lpi_protoident.cc
-@@ -214,7 +214,7 @@
- 	dump_payload(ident->lpi, 0, pload_out, 500);
- 	dump_payload(ident->lpi, 1, pload_in, 500);
-         str = (char *)malloc(750);
--        snprintf(str, 1000, "%s %s %s %u %u %u %.3f %.3f %" PRIu64 " %" PRIu64 " %s %s\n",
-+        snprintf(str, 750, "%s %s %s %u %u %u %.3f %.3f %" PRIu64 " %" PRIu64 " %s %s\n",
- 			proto->name, s_ip, c_ip,
-                         f->id.get_server_port(), f->id.get_client_port(),
-                         f->id.get_protocol(), ident->start_ts,


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-06-29 17:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-29 17:07 [gentoo-commits] repo/gentoo:master commit in: net-libs/libprotoident/files/ Jeroen Roovers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox