Skip to content
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.

Commit

Permalink
Squert: ip2c avoid hard loop when file unavailable #1067
Browse files Browse the repository at this point in the history
  • Loading branch information
dougburks committed Jan 21, 2017
1 parent 8e7d0ae commit aa844d8
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 0 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
securityonion-squert (20161212-1ubuntu1securityonion12) trusty; urgency=medium

* Squert: ip2c avoid hard loop when file unavailable #1067

-- Doug Burks <doug.burks@gmail.com> Sat, 21 Jan 2017 06:59:49 -0500

securityonion-squert (20161212-1ubuntu1securityonion11) trusty; urgency=medium

* bump version to 1.6.4
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
Description: <short summary of the patch>
TODO: Put a short summary on the line above and replace this paragraph
with a longer explanation of this change. Complete the meta-information
with other relevant fields (see below for details). To make it easier, the
information below has been extracted from the changelog. Adjust it or drop
it.
.
securityonion-squert (20161212-1ubuntu1securityonion12) trusty; urgency=medium
.
* Squert: ip2c avoid hard loop when file unavailable #1067
Author: Doug Burks <doug.burks@gmail.com>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: http://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- securityonion-squert-20161212.orig/.scripts/ip2c.tcl
+++ securityonion-squert-20161212/.scripts/ip2c.tcl
@@ -403,8 +403,7 @@ if {$fail == "no"} {
set x [expr $x - 1]
}
} else {
- puts "Checksum not found. Retrying..\n"
- set x [expr $x - 1]
+ puts "Checksum not found. Skipping..\n"
}
}

1 change: 1 addition & 0 deletions debian/patches/series
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ initialize-srcd,-dstd,-and-alld-in-callback.php
Squert:-error-when-removing-comment-#1066
update-README.md
bump-version-to-1.6.4
Squert:-ip2c-avoid-hard-loop-when-file-unavailable-#1067

0 comments on commit aa844d8

Please sign in to comment.