Skip to content

Commit

Permalink
bump version to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrash committed Nov 18, 2015
1 parent 2d60e7e commit 6e8b68a
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions Changes
@@ -1,5 +1,13 @@
Revision history for Perl extension IPTables::Parse.

1.6.1 Sat Nov 21 10:45:15 2015
- Add 'tmpdir', 'iptout_pat', and 'ipterr_pat' optional hash keys when
acquiring an IPTables::Parse object. These keys allow a temporary
directory to be specified for iptables stdout/stderr, and the default
paths are '/some/tmp/dir/iptout.XXXXXX' and '/some/tmp/dir/ipterr.XXXXXX'
respectively. The 'iptout_pat' and 'ipterr_pat' keys allow the file paths
to be changed.

1.6 Sat Nov 07 08:45:15 2015
- (Miloslav Trmač) Fixed a vulnerability to not use predictable names for
temporary files. This vulnerability would allow an attacker on a multi-
Expand Down
2 changes: 1 addition & 1 deletion META.json
Expand Up @@ -35,5 +35,5 @@
}
},
"release_status" : "stable",
"version" : "1.6"
"version" : "1.6.1"
}
2 changes: 1 addition & 1 deletion META.yml
@@ -1,6 +1,6 @@
--- #YAML:1.1
name: IPTables-Parse
version: 1.6
version: 1.6.1
abstract: Perl extension for parsing iptables and ip6tables firewall rulesets
author:
- Michael Rash <mbr@cipherdyne.org>
Expand Down
2 changes: 1 addition & 1 deletion README
@@ -1,4 +1,4 @@
IPTables-Parse version 1.6
IPTables-Parse version 1.6.1
===========================

The README is used to introduce the module and provide instructions on
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.6
1.6.1
6 changes: 3 additions & 3 deletions lib/IPTables/Parse.pm
Expand Up @@ -7,7 +7,7 @@
#
# Author: Michael Rash (mbr@cipherdyne.org)
#
# Version: 1.6
# Version: 1.6.1
#
##################################################################
#
Expand All @@ -22,7 +22,7 @@ use strict;
use warnings;
use vars qw($VERSION);

$VERSION = '1.6';
$VERSION = '1.6.1';

sub new() {
my $class = shift;
Expand Down Expand Up @@ -1258,7 +1258,7 @@ this address if there are any questions, comments, or bug reports.
=head1 VERSION
Version 1.6 (November, 2015)
Version 1.6.1 (November, 2015)
=head1 COPYRIGHT AND LICENSE
Expand Down

0 comments on commit 6e8b68a

Please sign in to comment.