[libiptables-parse-perl] branch master updated (81132a3 -> 276eb53)

gregor herrmann gregoa at debian.org
Sun Nov 8 17:30:44 UTC 2015


This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libiptables-parse-perl.

      from  81132a3   prepare changelog for release
      adds  96cc932   initial import
      adds  c530281   minor copyright date update and typo fixes
      adds  f75794b   minor comment update to ensure code usage does not issue qw() deprecated warnings
      adds  89558b7   added basic_test.pl for IPTables::Parse
      adds  9fccb55   use default_log() and default_drop() return values in addition to return hashes
      adds  f6d782e   update to handle ip6tables (which doesn't have '--' markers under -nL output like iptables)
      adds  b1ab345   added 0.8 Changes documentation
      adds  c588c2d   bumped version to 0.8
      adds  4abbd95   perldoc update to include ip6tables
      adds  efe4e03   minor perldoc update to produce iptables binary name
      adds  844cd8a   minor Changes update to include the migration to git for source control
      adds  77c2593   State tracking chain_rules() 'extended' attributes bug fix
      adds  f9ceaf9   added basic_tests.pl file to MANIFEST
      adds  d33cbd5   Added META.{yml,json} files
      adds  bace3e5   bumped version to 1.0
      adds  6ccca3d   Minor doc and iptables binary name update
      adds  5971c8a   bumped version to 1.1
      adds  c2857d3   added 'mac_source' into extended hash for parsed iptables rules
      adds  dbdaee2   Major update to include a new parse_keys hash to IPTables::Parse objects.
      adds  ba9f922   defined ipt_match keys for regular iptables matches, added support for the 'comment' match
      adds  e6a482c   added support for the iptables string match
      adds  d63a0fd   added support for the iptables 'length' match
      adds  3eaa7de   added support for systems with firewalld via firewall-cmd
      adds  2315482   bump version to 1.3
      adds  7e835b2   bump version to 1.3
      adds  8b256e3   add _ipv6 and _ipt_rules_file to object constructor
      adds  1b03a7e   added ipt_rules_file tests
      adds  93a5a33   use direct syntax for object creation
      adds  7a983b0   document list_table_chains()
      adds  66fb0eb   added VERSION section to perldoc
      adds  dceb48f   Merge branch 'master' of https://github.com/mrash/IPTables-Parse
      adds  c3da666   add skip_ipt_exec_check to allow IPTables::Parse to run on systems without iptables (suggested on CPAN)
      adds  ef279f5   minor firewall-cmd fix
      adds  5894ef3   merge
      adds  4437584   minor typo fix
      adds  66215e0   make sure stdout contains data before manipulating corresponding array
      adds  44afb31   firewall-cmd returns COMMAND_FAILED to stdout upon a problem
      adds  1f39513   ensure _ipv6 is set when appropriate
      adds  e7bf542   bug fix to allow multiple spaces for string match
      adds  0680dd9   look for firewall-cmd by default since iptables will be there too
      adds  b14babb   perldoc updates
      adds  eedf19c   perldoc update
      adds  a3dad54   updated version number
      adds  0aead24   bumped version number to 1.3.1
      adds  bc1a1f1   minor version number fix
      adds  d5498ae   bump version to 1.4 for CPAN upload
      adds  f65b4bc   minor perldoc update
      adds  ce49f51   support special chars in iptables chain names
      adds  5061a33   additional work to escape incoming iptables commands with special chars
      adds  cd7f6f2   added 'rule_num' hash key to chain_rules() (suggested by Stuart Schneider)
      adds  db7494a   use PID extension to tmp file paths, add DESTROY block
      adds  ab16da9   minor rewording
      adds  8890d2d   minor typo fix for ip6tables vs. iptables
      adds  2e33f76   make Chain search non-greedy
      adds  c752181   bump version to 1.5
      adds  dfe5fba   fix META.yml spec version
      adds  e9730d7   minor version update
      adds  00bb239   add _lockless_ipt_exec, bug fix to parse packet and byte counter abbreviations (reported by Stuart Schneider)
      adds  b400b97   Don't use predictable names for temporary files
      adds  a5b2238   Merge pull request #6 from mtrmac/fix-predictable-tmp
      adds  899e469   Merge branch 'master' of https://github.com/mrash/IPTables-Parse
      adds  4c09d7d   bump version to 1.6
      adds  4e493da   Imported Upstream version 1.6
       new  f2b499f   Merge tag 'upstream/1.6'
       new  6ebbbcd   Update debian/changelog
       new  1e6abe8   Reformat debian/control with cme
       new  44a3575   Add patch to fix POD encoding.
       new  276eb53   releasing package libiptables-parse-perl version 1.6-1

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                           | 12 ++++++++
 MANIFEST                          |  1 +
 META.json                         |  2 +-
 META.yml                          |  2 +-
 README                            |  2 +-
 VERSION                           |  2 +-
 debian/changelog                  |  8 ++++++
 debian/control                    | 14 ++++++----
 debian/patches/pod-encoding.patch | 21 ++++++++++++++
 debian/patches/series             |  1 +
 lib/IPTables/Parse.pm             | 59 ++++++++++++++++++++++++++++-----------
 t/basic_ipv4.rules                |  6 ++++
 t/basic_tests.pl                  | 30 +++++++++++++++++++-
 13 files changed, 133 insertions(+), 27 deletions(-)
 create mode 100644 debian/patches/pod-encoding.patch
 create mode 100644 debian/patches/series
 create mode 100644 t/basic_ipv4.rules

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libiptables-parse-perl.git



More information about the Pkg-perl-cvs-commits mailing list