[DRE-commits] [ruby-packetfu] branch master updated (60ba7fa -> 7170a8e)

Jérémy Bobbio lunar at moszumanska.debian.org
Sat May 3 13:18:44 UTC 2014


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

lunar pushed a change to branch master
in repository ruby-packetfu.

      from  60ba7fa   Release version 1.1.8-2
       new  85f7d90   Update homepage location
      adds  6150d32   Imported Upstream version 1.1.10
       new  bbc0900   Merge tag 'upstream/1.1.10'
       new  4509b36   New upstream version should support Ruby 2.x
       new  3146eb7   Bump Standards-Version
       new  7c9f7ed   Remove obsolete patch
       new  44f9556   Fix test suite for version 1.1.10 and Ruby 2.x
       new  7170a8e   Release version 1.1.10-1

The 7 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:
 README.rdoc                                        | 23 ++++----
 debian/changelog                                   | 12 ++++
 debian/control                                     |  6 +-
 debian/copyright                                   |  2 +-
 ...better-about-version-checking-multidigits.patch | 25 ++++++++
 ...-format-spec-to-use-new-RSpec-matcher-syn.patch | 21 -------
 ...Fix-encoding-issues-in-specs-for-Ruby-2.x.patch | 49 ++++++++++++++++
 debian/patches/series                              |  3 +-
 examples/100kpackets.rb                            |  1 +
 examples/ackscan.rb                                |  1 +
 examples/arp.rb                                    |  1 +
 examples/arphood.rb                                |  1 +
 examples/dissect_thinger.rb                        |  1 +
 examples/ethernet.rb                               |  1 +
 examples/examples.rb                               |  1 +
 examples/ifconfig.rb                               |  1 +
 examples/new-simple-stats.rb                       |  1 +
 examples/packetfu-shell.rb                         |  1 +
 examples/simple-sniffer.rb                         |  1 +
 examples/simple-stats.rb                           |  1 +
 examples/slammer.rb                                |  1 +
 lib/packetfu.rb                                    |  1 +
 lib/packetfu/capture.rb                            |  1 +
 lib/packetfu/config.rb                             |  1 +
 lib/packetfu/inject.rb                             |  1 +
 lib/packetfu/packet.rb                             |  1 +
 lib/packetfu/pcap.rb                               |  1 +
 lib/packetfu/protos/arp.rb                         |  1 +
 lib/packetfu/protos/arp/header.rb                  |  1 +
 lib/packetfu/protos/arp/mixin.rb                   |  1 +
 lib/packetfu/protos/eth.rb                         |  1 +
 lib/packetfu/protos/eth/header.rb                  |  1 +
 lib/packetfu/protos/eth/mixin.rb                   |  1 +
 lib/packetfu/protos/hsrp.rb                        |  1 +
 lib/packetfu/protos/hsrp/header.rb                 |  1 +
 lib/packetfu/protos/hsrp/mixin.rb                  |  1 +
 lib/packetfu/protos/icmp.rb                        |  1 +
 lib/packetfu/protos/icmp/header.rb                 |  1 +
 lib/packetfu/protos/icmp/mixin.rb                  |  1 +
 lib/packetfu/protos/invalid.rb                     |  1 +
 lib/packetfu/protos/ip.rb                          |  1 +
 lib/packetfu/protos/ip/header.rb                   |  1 +
 lib/packetfu/protos/ip/mixin.rb                    |  1 +
 lib/packetfu/protos/ipv6.rb                        |  1 +
 lib/packetfu/protos/ipv6/header.rb                 |  1 +
 lib/packetfu/protos/ipv6/mixin.rb                  |  1 +
 lib/packetfu/protos/lldp.rb                        |  4 +-
 lib/packetfu/protos/lldp/header.rb                 |  1 +
 lib/packetfu/protos/lldp/mixin.rb                  |  1 +
 lib/packetfu/protos/tcp.rb                         |  1 +
 lib/packetfu/protos/tcp/ecn.rb                     |  1 +
 lib/packetfu/protos/tcp/flags.rb                   |  1 +
 lib/packetfu/protos/tcp/header.rb                  |  1 +
 lib/packetfu/protos/tcp/hlen.rb                    |  1 +
 lib/packetfu/protos/tcp/mixin.rb                   |  1 +
 lib/packetfu/protos/tcp/option.rb                  |  1 +
 lib/packetfu/protos/tcp/options.rb                 |  1 +
 lib/packetfu/protos/tcp/reserved.rb                |  1 +
 lib/packetfu/protos/udp.rb                         |  1 +
 lib/packetfu/protos/udp/header.rb                  |  1 +
 lib/packetfu/protos/udp/mixin.rb                   |  1 +
 lib/packetfu/structfu.rb                           |  1 +
 lib/packetfu/utils.rb                              | 68 +++++++++++++---------
 lib/packetfu/version.rb                            |  3 +-
 metadata.yml                                       |  7 ++-
 packetfu.gemspec                                   |  3 +-
 spec/packet_subclasses_spec.rb                     |  2 +-
 67 files changed, 208 insertions(+), 73 deletions(-)
 create mode 100644 debian/patches/0001-Be-better-about-version-checking-multidigits.patch
 delete mode 100644 debian/patches/0001-Update-peek-format-spec-to-use-new-RSpec-matcher-syn.patch
 create mode 100644 debian/patches/0003-Fix-encoding-issues-in-specs-for-Ruby-2.x.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-packetfu.git



More information about the Pkg-ruby-extras-commits mailing list