[libnet-pcap-perl] annotated tag upstream/0.18 created (now f3f6de0)

Salvatore Bonaccorso carnil at debian.org
Sun May 22 11:58:10 UTC 2016


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

carnil pushed a change to annotated tag upstream/0.18
in repository libnet-pcap-perl.

        at  f3f6de0   (tag)
   tagging  07d139c2bdfe6688efda2fa06afb31826585202f (commit)
  replaces  upstream/0.17
 tagged by  Salvatore Bonaccorso
        on  Sun May 22 13:55:57 2016 +0200

- Log -----------------------------------------------------------------
Upstream version 0.18

David Farrell (3):
      declare minimum Perl version
      use warnings
      remove version end to match Apple builds

James Rouzier (1):
      Remove the global callback

Salvatore Bonaccorso (1):
      Imported Upstream version 0.18

Sebastien Aperghis-Tramoni (26):
      add meta-information
      set release date and version
      back-chacnges
      typo
      typo; add links to other related modules
      [CPAN-RT #55163] Typo in eg/pcapdump (Iain Arnell and Jose Pedro Oliveira).
      add timeout in pcap_open_live() calls to prevent them from hanging.
      [CPAN-RT #83842] typo
      convert to CPAN::Changes::Spec format
      Append CCFLAGS to $Config{ccflags} instead of overriding it
      die instead of warn when libpcap isn't found
      recent changes
      typos
      better way to check that POE::Component::Pcap is available
      use note() instead of diag()
      test with Net::Pcap::Easy
      test with AnyEvent::Pcap
      new tests
      new tests
      Pod nits
      moved HISTORY from README to main doc; rewrote AUTHORS; updated Copyright
      add pcap_offline_filter() (Martijn Lievaart)
      [CPAN RT #77807] Net::Pcap is no longer limited to one callback function, thanks to a patch by James Rouzier.
      give credits
      make these tests pass with old versions of Test::More
      set release date & version

Tim Wilde (2):
      Merge pull request #6 from dnmfarrell/master
      Merge pull request #5 from jrouzierinverse/feature/no_global_callback

maddingue (102):
      Importing Net::Pcap 0.15_02
      Update copyright year. Fix function name typo. Better presentation for the findalldevs() note.
      Updated copyright year. Applied patch by Eric Atkin to resolve CPAN-RT#24143.
      Regression test for POE::Component::Pcap
      CPAN-RT#27369: Misnamed and missing functions
      This macro isn't prefixed with an underscore.
      CPAN-RT#30903: Fix t/03-openlive.t failure
      Document recent changes.
      AutoLoader is not used.
      Align.
      No need to subclass DynaLoader at this point, because this will be handled later.
      Stricter strict.
      Make this dash a comma.
      Better conditional skip. Avoid 'prereq' metric (executes Makefile.PL, which confuses the tests).
      Bump version up.
      Disable this test for release.
      Remove useless quotes. Align values. Add LICENSE.
      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.
      Renamed functions to their new pcap_ aliases. Added deprecation warning for the old names.
      Update prereqs, with a better presentation.
      Disable this test for now.
      Adapt to new IO::Interface API, and no longer depend on it.
      pcapinfo(1) no longer need IO::Interface.
      Avoid some warnings.
      Functions have been renamed.
      skip() need tests count. Make 'stop' a sub. Added some diags.
      Reorder this part a little to make it more readable.
      Comment out the diags for release.
      Add missing files.
      In case of missing external lib, Makefile.PL must not die, but exit.
      Enable diags. Catch eval errors.
      PBP cleanup.
      PBP cleanup.
      Better way to filter out unusable devices. Support user prefered device.
      Disable diags for release.
      Print the field value.
      Better way to check if a module is available.
      Print the field value.
      This also happens from time to time on Unix systems.
      Check that File::Copy is available, plus a few other minor nits.
      Avoid full path to perl in tests. Make sure they all use strict.
      Avoid useless BEGIN.
      Better way to detect optional modules.
      Simplify.
      Added a typedef for struct bpf_program. Aligned the MODULE lines.
      Simplify.
      The typedef pcap_bpf_program_t is now used instead of struct bpf_program.
      New test.
      Fixed a bug in functions aliasing. Added first step for an OO API and a new() method.
      Document fixed issues.
      Typo.
      No need to put this code in eval-string, in fact.
      Add -w
      PBP
      D'oh
      Once again, back this change for the pending release.
      Update copyright year.
      Test for the existence of new names API in order to prevent future breakage.
      Document how one can choose the interface to use for testing Net::Pcap. Add a link to the CPAN Tester Matrix.
      Document changes for release 0.16
      Bump version up.
      Use the correct type, and preserve the unsignedness nature of these values.
      Add a more elaborate program to dump packets.
      Catched up by a CPAN Tester.
      Better way to handle missing spell(1) command.
      Add some empty lines.
      As would Larry say: "It was a baaad idea"
      No taint for Test::Distribution
      Use new URL for listing the tickets of a distribution.
      Improve README by reworking on the INSTALLATION section and adding a SUPPORT section.
      Upgrade Devel::PPPort to version 3.14
      Also prints the libpcap version.
      Commit old changes.
      Mention Net::Pcap::Easy.
      Fix allocated size in pcap_open(), pcap_createsrcstr() and pcap_parsesrcstr().
      Replaced all occurrences of safemalloc() with Newx().
      No longer needed.
      Give these variables more sensible names. Convert tabs to spaces. Align variables declarations.
      Align variables declarations.
      PBP: put long if() on following line.
      Update copyright year.
      PBP: space after if.
      We're already next year.
      Load Exporter earlier.
      PBP: space after my().
      Rewrite the description.
      Now make the C-like API available by default.
      Use a range instead of enumerating the years.
      Stay within 70 columns.
      Remove useless explicit indent in =over
      Handle two digits versions.
      CPAN-RT#44448: handle versions from the CVS, thanks to Craig Davison.
      This test is mainly for the maintainer.
      Standard names are now exported by default.
      Simplify the tests. Also check for new standard function names.
      Add the pcap_perl_settings() function and two constants.
      Fix two warnings "argument X of $function differ in signedness".
      Add the UNSAFE_SIGNALS pseudo-bloc. Document pcap_perl_settings() and add a long note about Net::Pcap and signals delivery.
      Document recent changes.
      CPAN-RT#43308: Net::Pcap no longer enables immediate (unsafe) signals delivery.
      Avoid a warning.
      D'oh.

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
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