Skip to content

Commit

Permalink
Build results of 9d22d9a (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
hknutzen committed Jun 22, 2015
1 parent 0142faf commit b34bad4
Show file tree
Hide file tree
Showing 24 changed files with 2,518 additions and 313 deletions.
14 changes: 14 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
3.067 2015-06-22 13:35:39+02:00 Europe/Berlin

- Changes in generated crypto code for ASA:
- Always add tunnel-group-map if authentication=rsasig.
This is needed even for tunnel-group having IP address as name.
- Add route to reach VPN software clients.
- Moved program bin/export-netspoc from package Netspoc-Web
into this package.
- Option 'check_transient_supernet_rules' is activated by default.
Category is set to 'warn'.
- Revert changes in subroutine 'expand_protocols'.
This broke commands print-service and export-netspoc.
- No longer support isolated and promiscuous ports.

3.066 2015-06-11 13:36:34+02:00 Europe/Berlin

- Changes in generated crypto code for ASA:
Expand Down
4 changes: 4 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ README
README.md
bin/add-to-netspoc
bin/cut-netspoc
bin/export-netspoc
bin/netspoc
bin/print-group
bin/print-service
Expand Down Expand Up @@ -73,6 +74,7 @@ t/crosslink.t
t/crypto.t
t/cut-netspoc.t
t/disabled.t
t/export.t
t/general-permit.t
t/global-opt.t
t/group.t
Expand All @@ -90,6 +92,8 @@ t/owner.t
t/parser.t
t/pathrestrict-border.t
t/pathrestrict.t
t/print-service.t
t/print-service.t~
t/private.t
t/protect-interfaces.t
t/protocols.t
Expand Down
3 changes: 2 additions & 1 deletion META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ build_requires:
Carp: '0'
File::Spec::Functions: '0'
File::Temp: '0'
IPC::Run3: '0'
Test::Differences: '0'
Test::More: '0'
lib: '0'
Expand All @@ -33,4 +34,4 @@ requires:
strict: '0'
utf8: '0'
warnings: '0'
version: '3.066'
version: '3.067'
5 changes: 4 additions & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ my %WriteMakefileArgs = (
"EXE_FILES" => [
"bin/print-service",
"bin/watchers-to-json",
"bin/export-netspoc",
"bin/print-group",
"bin/cut-netspoc",
"bin/netspoc",
Expand Down Expand Up @@ -48,11 +49,12 @@ my %WriteMakefileArgs = (
"Carp" => 0,
"File::Spec::Functions" => 0,
"File::Temp" => 0,
"IPC::Run3" => 0,
"Test::Differences" => 0,
"Test::More" => 0,
"lib" => 0
},
"VERSION" => "3.066",
"VERSION" => "3.067",
"test" => {
"TESTS" => "t/*.t"
}
Expand All @@ -69,6 +71,7 @@ my %FallbackPrereqs = (
"File::Spec::Functions" => 0,
"File::Temp" => 0,
"Getopt::Long" => 0,
"IPC::Run3" => 0,
"JSON" => 0,
"Module::Load::Conditional" => 0,
"Pod::Usage" => 0,
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@


This archive contains the distribution Netspoc,
version 3.066:
version 3.067:

Generates rules for many firewalls from a central ruleset.

Expand Down
2 changes: 1 addition & 1 deletion bin/add-to-netspoc
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ use Getopt::Long;
use Pod::Usage;
use Encode;

our $VERSION = '3.066'; # VERSION: inserted by DZP::OurPkgVersion
our $VERSION = '3.067'; # VERSION: inserted by DZP::OurPkgVersion
my $filename_encode = 'UTF-8';

my $ignore_files = '^(raw|config|CVS|RCS|\.#.*|.*~)$';
Expand Down
2 changes: 1 addition & 1 deletion bin/cut-netspoc
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ use Pod::Usage;
use Netspoc;
use locale;

our $VERSION = '3.066'; # VERSION: inserted by DZP::OurPkgVersion
our $VERSION = '3.067'; # VERSION: inserted by DZP::OurPkgVersion

####################################################################
# Argument processing
Expand Down
Loading

0 comments on commit b34bad4

Please sign in to comment.