Next | Query returned 45 messages, browsing 31 to 40 | Previous

History of commit frequency

CVS Commit History:


   2008-08-24 22:07:42 by Havard Eidnes | Files touched by this commit (3)
Log message:
Update from version 0.14 to 0.16; discussed with maintainer in general terms.

Pkgsrc changes:
 o Add a patch to handle all BSD systems the same in test 03
 o Added a commented-out build dependency, Test::Distribution
   does not appear to work for this package (and is optional anyway)

Upstream changes:

2008.01.01 - 0.16 - Sebastien Aperghis-Tramoni (SAPER)
  - [BUGFIX] A typo prevented the new function names from working.
  - [TESTS] Added new tests: 21-next_ex.t, 22-open.t, 23-srcstr.t,
    50-poe-component-pcap.t
  - [TESTS] Added support for user prefered device. See README.
  - [TESTS] Improved small bits of the tests here and there.

2007.12.02 - 0.15 - Sebastien Aperghis-Tramoni (SAPER)
  - [BUGFIX] CPAN-RT#30745: Fix WinPcap support.
  - [BUGFIX] CPAN-RT#25076: Fix next_ex().
  - [API] Now providing "pcap_"-prefixed aliases for all functions.
    Documentation was changed to use these names instead of the old ones.
  - [CMD] pcapinfo(1) no longer need IO::Interface.
  - [TESTS] CPAN-RT#30903: Fix t/03-openlive.t failure on Linux.
  - [DOC] CPAN-RT#27369: Several documentation fixes.
  - [DOC] CPAN-RT#31111: Document that pcap_stats() does not work
    on savefiles.
   2008-06-12 04:14:58 by Joerg Sonnenberger | Files touched by this commit (1134)
Log message:
Add DESTDIR support.
   2007-10-25 18:59:59 by Johnny C. Lam | Files touched by this commit (980)
Log message:
Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
   2007-01-03 15:29:11 by Adrian Portelli | Files touched by this commit (1)
Log message:
Add in a DEPENDS on p5-IO-Interface
Ride the recent version bump
   2007-01-03 14:44:03 by Adrian Portelli | Files touched by this commit (2)
Log message:
Update to 0.14
2006.09.05 - 0.14 - Sebastien Aperghis-Tramoni (SAPER)
- [DIST] RT#21219: Now use a default flag.
- [TESTS] Bumped the required version of Test::Pod::Coverage up to 1.08.

2006.08.29 - 0.13 - Sebastien Aperghis-Tramoni (SAPER)
- [CODE] Cleaned the typemap. Thanks to "Ani" on FreeNode for pointing.
- [DIST] Fixed compile option to use -Wall only for gcc. Thanks to
  Wolf-Dietrich Fromm for pointing.
- [DIST] Detection code can now handle IBM compiler. Thanks to Wolf-Dietrich
  Fromm for the help.
- [TESTS] Fixed 05-dump.t, 10-fileno.t. Thanks to "Ani" on FreeNode.
- [DOC] Fixed small typo in README. Thanks to "Ani" on FreeNode.
- [DOC] Fixed small error in open_live() example. Thanks to Cindy Teel
  and Doug Baker.

2006.03.19 - 0.12 - Sebastien Aperghis-Tramoni (SAPER)
- [BUGFIX] Fixed stub for pcap_list_datalinks().
- [BUGFIX] Merged Jean-Louis Morel patch for Win32 and Cygwin.
- [FEATURE] Added wrappers for compile_nopcap(), get_selectable_fd(), next_ex()
- [FEATURE] Merged wrappers from Net::Pcap 0.04.02 for WinPcap functions
  createsrcstr(), parsesrcstr(), getevent(), open(), sendpacket(),
  sendqueue_alloc(), sendqueue_queue(), sendqueue_transmit(), setbuff(),
  setmintocopy(), setmode().
- [FEATURE] Added wrapper for WinPcap function setuserbuffer().
- [CODE] Added missing short names for compile(), set_filter(), freecode()
- [DIST] Fixed Makefile.PL so that pcapinfo is installed.
- [TESTS] Rewrote t/20-constants.t because future versions of ExtUtils::Constant
  will prevent the constant() function from being directly called.
- [TESTS] Added t/22-open.t, t/23-strsrc.t
- [TESTS] Updated t/03-openlive.t with diagnostics for FreeBSD and OpenBSD.
   2006-04-06 08:23:06 by Jeremy C. Reed | Files touched by this commit (1147)
Log message:
Over 1200 files touched but no revisions bumped :)

RECOMMENDED is removed. It becomes ABI_DEPENDS.

BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.

BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.

BUILDLINK_DEPENDS does not change.

IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".

Added to obsolete.mk checking for IGNORE_RECOMMENDED.

I did not manually go through and fix any aesthetic tab/spacing issues.

I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.

I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.

As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.

As discussed on tech-pkg.

I will commit to revbump, pkglint, pkg_install, createbuildlink separately.

Note that if you use wip, it will fail!  I will commit to pkgsrc-wip
later (within day).
   2006-01-26 03:00:16 by Hiramatsu Yoshifumi | Files touched by this commit (2)
Log message:
Updated p5-Net-Pcap to 0.11:

2005.11.28 - 0.11 - Sebastien Aperghis-Tramoni (SAPER)
  - [CODE] Added the pcapinfo command.
  - [DIST] Cygwin installation was simplified and should now Just Work.
  - [TESTS] Improved the whole test suite to make it use the best device
    it can find (was needed for Cygwin & Win32).
  - [DOC] Corrected a few typos thanks to Test::Spelling.
  - [DOC] Small documentation nits.

2005.11.xx - 0.10 - Sebastien Aperghis-Tramoni (SAPER)
  - [BUGFIX] lookupnet() wasn't exported by :functions.
  - [BUGFIX] Fixed findalldevs() emulation.
  - [BUGFIX] Replaced several newSViv() with newSVuv() to respect the actual
    unsigned nature of several fields.
  - [TESTS] Fixed 03-openlive.t for Darwin/Mac OS X.
  - [TESTS] RT#15342: lookupnet() fails if the device returned by lookupdev()
    has no IP configured. Thanks to
  - [TESTS] RT#15343: warnings when running t/14-datalink.t
  - [TESTS] Fixed another corner case in t/02-lookup.t thanks to Rafael \ 
Garcia-Suarez.
  - [TESTS] t/Utils.pm now sets the environment to C. Thanks to Karl Y. Pradene.

2005.10.26 - 0.09 - Sebastien Aperghis-Tramoni (SAPER)
  - [BUGFIX] Restored compatibility with older versions of libpcap, namely the
    traditional ones founds on BSD systems.
  - [FEATURE] Added Microsoft Visual C++ 7 compatibility, thanks to Max Maischen
    and Jean-Louis Morel.
  - [CODE] Added new detection routines for looking which functions are actually
    available on the host system.
  - [CODE] Upgraded to Devel::PPPort 3.06_03
  - [TESTS] Renamed t/CheckAuth.pm to t/Utils.pm, added function is_available().
  - [TESTS] Changed the way the test utility module is loaded.
  - [TESTS] Updated several test files so they skip the tests that depend on
    a function that may be unavailable.
  - [TESTS] Fixes several corner cases thanks to the benevolent testing of
    Philippe Bruhat, David Morel and Scott Lanning.

2005.10.05 - 0.08 - Sebastien Aperghis-Tramoni (SAPER)
  - [BUGFIX] RT#6320: loop() conflicts with alarm(). Thanks to RafaZ: Garcia-Suarez
    for the patch. Also applied to dispatch() and next().
  - [BUGFIX] setnonblock() and getnonblock() now checks that $err is a reference.
  - [BUGFIX] Merged Jean-Louis Morel patch: modification of the detection code in
    Makefile.PL for Win32; fixes for compiling with Microsoft compiler;
    simplification of lookupdev().
  - [BUGFIX] Restored compatibility with Perl 5.6, 5.5 and 5.4
  - [BUGFIX] Fixed memory leak in lookupdev().
  - [BUGFIX] Some XS wrappers (compile(), dispatch(), stats()) now resets the error
    string before calling the underlying functions.
  - [FEATURE] Now tries to use XSLoader if available, then falls back to DynaLoader.
  - [FEATURE] Improved findalldevs(). See documentation.
  - [FEATURE] Added wrapper for freecode(), dump_flush(), dump_file().
  - [DIST] Improved detection code in Makefile.PL.
  - [TESTS] Updated t/05-dump.t, t/12-next.t in order to increase code coverage \ 
(94%).
    What remains uncovered is cargo-cult defensive, hence untestable, code.
  - [TESTS] Updated t/01-api.t, t/05-dump.t, t/08-filter.t, t/10-fileno.t,
    t/13-dispatch.t, t/16-setnonblock.t
  - [TESTS] Updated all test scripts in order to suppress warnings.
  - [TESTS] Moved the the check whether pcap can be used in t/CheckAuth.pm and
    added Win32 specific code, supplied by Jean-Louis Morel.
  - [TESTS] Added t/rt-6320.t for checking the bugfix of RT#6320.
  - [TESTS] Added t/distchk.t

2005.09.23 - 0.07 - Sebastien Aperghis-Tramoni (SAPER)
  - [BUGFIX] RT#7455: Memory corruption when using Net::Pcap::Compile()
  - [BUGFIX] Merged Win32 fix to pcap_lookupdev() from JLM/0.04.02
  - [FEATURE] Added wrappers for lib_version(), open_dead(), set_datalink(),
    datalink_name_to_val(), datalink_val_to_name(), datalink_val_to_description()
  - [FEATURE] Added support for all DLT_*, MODE_*, PCAP_* and useful BPF_*
    numeric macros using ExtUtils::Constant.
  - [FEATURE] Added const qualifiers when appropriate.
  - [FEATURE] Added ppport.h
  - [DIST] Added libpcap detection using have_library() from XML::LibXML::Common
  - [TESTS] Fixed scripts t/10-fileno.t,
  - [TESTS] Added t/17-lib_version.t, t/18-open_dead.t, 19-breakloop.t
  - [TESTS] Updated t/14-datalink.t
  - [DOC] Updated documentation.

2005.09.15 - 0.06 - Sebastien Aperghis-Tramoni (SAPER)
  - [FEATURE] RT#7594: added pcap_setnonblock() and pcap_getnonblock(). Thanks
    to Ernesto Domat for the patch.
  - [FEATURE] Changed the warning returned by stats() in order to be uniform
    with other similar warnings
  - [TESTS] Completely rewrote the tests suite using Test::More and better
    (and portable) methods to skip tests when appropriate.
  - [TESTS] Added t/podcover.t, t/pod.t, t/portfs.t
  - [TESTS] Added t/15-is_swapped.t, t/16-setnonblock.t
  - [DIST] Updated Makefile.PL
  - [DOC] RT#7671: documentation typo
  - [DOC] Updated the documentation.
   2005-10-11 21:39:25 by Adrian Portelli | Files touched by this commit (1)
Log message:
Fix typo in HOMEPAGE
   2005-08-06 08:19:41 by Johnny C. Lam | Files touched by this commit (634) | Package updated
Log message:
Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
   2005-07-13 20:01:49 by Johnny C. Lam | Files touched by this commit (578)
Log message:
Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.

Next | Query returned 45 messages, browsing 31 to 40 | Previous