[libnet-pcap-perl] branch master updated (46313ec -> fb5badb)
Salvatore Bonaccorso
carnil at debian.org
Sun May 22 11:58:09 UTC 2016
This is an automated email from the git hooks/post-receive script.
carnil pushed a change to branch master
in repository libnet-pcap-perl.
from 46313ec update changelog
new b8722b0 Add debian/upstream/metadata
new 7449e5d Update debian/changelog
adds 9211ce6 Importing Net::Pcap 0.15_02
adds 1713ce9 Update copyright year. Fix function name typo. Better presentation for the findalldevs() note.
adds 302133e Updated copyright year. Applied patch by Eric Atkin to resolve CPAN-RT#24143.
adds 79c8da1 Regression test for POE::Component::Pcap
adds a18033a CPAN-RT#27369: Misnamed and missing functions
adds ce1c594 This macro isn't prefixed with an underscore.
adds 2b26f68 CPAN-RT#30903: Fix t/03-openlive.t failure
adds dee69d6 Document recent changes.
adds 6f9d236 AutoLoader is not used.
adds f7c212b Align.
adds ed5b7c5 No need to subclass DynaLoader at this point, because this will be handled later.
adds 2e4924d Stricter strict.
adds fe963f9 Make this dash a comma.
adds 5688547 Better conditional skip. Avoid 'prereq' metric (executes Makefile.PL, which confuses the tests).
adds 291fca9 Bump version up.
adds 91c3415 Disable this test for release.
adds 1a86974 Remove useless quotes. Align values. Add LICENSE.
adds d7216c8 Now providing pcap_ aliases for all functions. Documented pcap_stats() limitation (CPAN-RT#-31111). Reformatted some of the source so it fits in 80 cols.
adds 9f9fedd Renamed functions to their new pcap_ aliases. Added deprecation warning for the old names.
adds 87bdbc8 Update prereqs, with a better presentation.
adds b7744dc Disable this test for now.
adds 8bf6229 Adapt to new IO::Interface API, and no longer depend on it.
adds 214123d pcapinfo(1) no longer need IO::Interface.
adds 0d45d4a Avoid some warnings.
adds de371da Functions have been renamed.
adds cc3c320 skip() need tests count. Make 'stop' a sub. Added some diags.
adds cd891c0 Reorder this part a little to make it more readable.
adds af4e5f8 Comment out the diags for release.
adds 1b76d3a Add missing files.
adds 1da54e3 In case of missing external lib, Makefile.PL must not die, but exit.
adds 54ef2cc Enable diags. Catch eval errors.
adds 4d3a89a PBP cleanup.
adds 43f3096 PBP cleanup.
adds 8e51cba Better way to filter out unusable devices. Support user prefered device.
adds ccdb250 Disable diags for release.
adds e724a5e Print the field value.
adds bf4665e Better way to check if a module is available.
adds f5c4dbf Print the field value.
adds c265e97 This also happens from time to time on Unix systems.
adds e0da3e6 Check that File::Copy is available, plus a few other minor nits.
adds 04060f9 Avoid full path to perl in tests. Make sure they all use strict.
adds 58d4728 Avoid useless BEGIN.
adds f950e17 Better way to detect optional modules.
adds 9d94c1b Simplify.
adds 71dcb41 Added a typedef for struct bpf_program. Aligned the MODULE lines.
adds 056bdcf Simplify.
adds 493fa71 The typedef pcap_bpf_program_t is now used instead of struct bpf_program.
adds f007c3a New test.
adds 63e0d58 Fixed a bug in functions aliasing. Added first step for an OO API and a new() method.
adds 38fefd4 Document fixed issues.
adds d14c486 Typo.
adds 14e1937 No need to put this code in eval-string, in fact.
adds a4dd19f Add -w
adds d6d2d49 PBP
adds ed1c6eb D'oh
adds 5eef169 Once again, back this change for the pending release.
adds d491af3 Update copyright year.
adds 1880de8 Test for the existence of new names API in order to prevent future breakage.
adds bf25267 Document how one can choose the interface to use for testing Net::Pcap. Add a link to the CPAN Tester Matrix.
adds 48fd903 Document changes for release 0.16
adds 16a6fef Bump version up.
adds 9910c3e Use the correct type, and preserve the unsignedness nature of these values.
adds 526f853 Add a more elaborate program to dump packets.
adds 4f76ad3 Catched up by a CPAN Tester.
adds b312c41 Better way to handle missing spell(1) command.
adds 6064287 Add some empty lines.
adds 5e81b0e As would Larry say: "It was a baaad idea"
adds b9d676b No taint for Test::Distribution
adds 37142a5 Use new URL for listing the tickets of a distribution.
adds b49bbdd Improve README by reworking on the INSTALLATION section and adding a SUPPORT section.
adds cc586dc Upgrade Devel::PPPort to version 3.14
adds 16e962f Also prints the libpcap version.
adds a617a1c Commit old changes.
adds 556795d Mention Net::Pcap::Easy.
adds 93b95e4 Fix allocated size in pcap_open(), pcap_createsrcstr() and pcap_parsesrcstr().
adds b3f6391 Replaced all occurrences of safemalloc() with Newx().
adds d987b91 No longer needed.
adds e8919d8 Give these variables more sensible names. Convert tabs to spaces. Align variables declarations.
adds c3dceb8 Align variables declarations.
adds 40f09af PBP: put long if() on following line.
adds c1fc0d8 Update copyright year.
adds 8b02521 PBP: space after if.
adds c727d37 We're already next year.
adds 32af3a6 Load Exporter earlier.
adds ba6777a PBP: space after my().
adds bc3bcfd Rewrite the description.
adds 6f91159 Now make the C-like API available by default.
adds e76a6fe Use a range instead of enumerating the years.
adds 4dc4c6a Stay within 70 columns.
adds 84154c9 Remove useless explicit indent in =over
adds 62eec5a Handle two digits versions.
adds d838a3f CPAN-RT#44448: handle versions from the CVS, thanks to Craig Davison.
adds 01e2858 This test is mainly for the maintainer.
adds 603dd83 Standard names are now exported by default.
adds bd12879 Simplify the tests. Also check for new standard function names.
adds 3266287 Add the pcap_perl_settings() function and two constants.
adds a5c8ceb Fix two warnings "argument X of $function differ in signedness".
adds 5e6c68f Add the UNSAFE_SIGNALS pseudo-bloc. Document pcap_perl_settings() and add a long note about Net::Pcap and signals delivery.
adds 90664f3 Document recent changes.
adds c4a3e5d CPAN-RT#43308: Net::Pcap no longer enables immediate (unsafe) signals delivery.
adds 68eb828 Avoid a warning.
adds 3db2467 D'oh.
adds 2a7e2d5 add meta-information
adds bfcd7ab set release date and version
adds 188911d back-chacnges
adds 6875050 typo
adds 42f9ac8 typo; add links to other related modules
adds 5536d23 [CPAN-RT #55163] Typo in eg/pcapdump (Iain Arnell and Jose Pedro Oliveira).
adds 3f1496b add timeout in pcap_open_live() calls to prevent them from hanging.
adds 69bbc2b [CPAN-RT #83842] typo
adds 18b5a7f convert to CPAN::Changes::Spec format
adds 3fb36b9 declare minimum Perl version
adds 6f9742e use warnings
adds 25e98f6 remove version end to match Apple builds
adds b32b086 Merge pull request #6 from dnmfarrell/master
adds e954925 Append CCFLAGS to $Config{ccflags} instead of overriding it
adds b35dce3 die instead of warn when libpcap isn't found
adds ccfd2ea recent changes
adds 71cff77 typos
adds 4f75bbc better way to check that POE::Component::Pcap is available
adds a568557 use note() instead of diag()
adds 2038f6e test with Net::Pcap::Easy
adds 213817d test with AnyEvent::Pcap
adds 26169ca new tests
adds 0f50236 new tests
adds c0b89a0 Pod nits
adds 15f1f67 moved HISTORY from README to main doc; rewrote AUTHORS; updated Copyright
adds a516230 add pcap_offline_filter() (Martijn Lievaart)
adds 640d1de Remove the global callback
adds 70761d5 Merge pull request #5 from jrouzierinverse/feature/no_global_callback
adds 3d672c8 [CPAN RT #77807] Net::Pcap is no longer limited to one callback function, thanks to a patch by James Rouzier.
adds 4534b7e give credits
adds a24959f make these tests pass with old versions of Test::More
adds cd800ba set release date & version
adds 07d139c Imported Upstream version 0.18
new 7cc4f56 Merge tag 'upstream/0.18'
new fb5badb Update debian/changelog
The 4 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 | 454 +++++++++++++++++++++++++++++++---------------
MANIFEST | 2 +
META.json | 10 +-
META.yml | 24 +--
Makefile.PL | 11 +-
Pcap.pm | 109 +++++++----
Pcap.xs | 90 +++++++--
README | 28 +--
bin/pcapinfo | 1 +
debian/changelog | 8 +-
debian/upstream/metadata | 5 +
eg/pcapdump | 2 +-
t/01-api.t | 2 +-
t/04-loop.t | 2 +-
t/05-dump.t | 2 +-
t/06-offline.t | 2 +-
t/07-stats.t | 2 +-
t/08-filter.t | 2 +-
t/10-fileno.t | 2 +-
t/11-snapshot.t | 2 +-
t/12-next.t | 2 +-
t/13-dispatch.t | 2 +-
t/14-datalink.t | 2 +-
t/16-setnonblock.t | 2 +-
t/17-lib_version.t | 4 +-
t/19-breakloop.t | 2 +-
t/21-next_ex.t | 2 +-
t/50-anyevent-pcap.t | 69 +++++++
t/50-net-pcap-easy.t | 64 +++++++
t/50-poe-component-pcap.t | 27 ++-
30 files changed, 659 insertions(+), 277 deletions(-)
create mode 100644 debian/upstream/metadata
create mode 100644 t/50-anyevent-pcap.t
create mode 100644 t/50-net-pcap-easy.t
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-pcap-perl.git
More information about the Pkg-perl-cvs-commits
mailing list