[libsys-mmap-perl] branch master updated (946f11c -> d4ec713)

Salvatore Bonaccorso carnil at debian.org
Sun Nov 12 14:36:02 UTC 2017


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

carnil pushed a change to branch master
in repository libsys-mmap-perl.

      from  946f11c   update changelog
      adds  8168d98   initial import of Sys-Mmap 0.11 from CPAN
      adds  eeb44ff   import Sys-Mmap 0.12 from CPAN
      adds  cb4d57b   import Sys-Mmap 0.13 from CPAN
      adds  371653a   don't import Carp into space when it's only called on error
      adds  90d9f24   Use more Lightweight XSLoader on perl 5.6 systems
      adds  03cfc29   move tests to Test::More
      adds  b95a77d   Update Makefile.PL and POD to match
      adds  4eef70b   update META to modern form
      adds  e81155d   RT 22615 - segfault on bad munmap
      adds  2a99db5   RT 15905 - bad int size on some systems. use IV not int
      adds  97399f2   Add more tests to try corner cases around a bad munmap
      adds  6f20ab9   use gitignore to hide temp files in project
      adds  6bc2ab7   RT 59753 - warning: "_POSIX_C_SOURCE" redefined
      adds  6e62df1   RT 59754 - AUTOLOAD does quoted eval.
      adds  a89c7b7   bump to 1.13_01 for release to CPAN
      adds  c5803c8   better detection of undef for unmap. added tests for perlguts mentioned corner cases
      adds  8b04331   skip segfaulting tests on bsd based kernels
      adds  f0e276a   update changelog for 1.13_03
      adds  33fb4c5   stable 0.14 release now testing looks relativley clean
      adds  6177169   Fixes to handle large file systems
      adds  6091938   Bump tested dev to stable release for CPAN
      adds  4c8b82e   Add test for GLOB mmap
      adds  a2b2a6d   Make temp file larger for testing
      adds  6303d77   Default 6th parameter in mmap call to undef since we're defaulting the 5th
      adds  2c7c8dd   Revert "Default 6th parameter in mmap call to undef since we're defaulting the 5th"
      adds  847d3b6   Patch from RT 70333 (Syohei YOSHIDA) to make error testing locale neutral
      adds  502779e   Pause upload broke. Bumping to _02
      adds  e46a72f   Bump to 0.16 for official release to CPAN
      adds  a8f8b3c   merge kevin at kelphead.org's mmunmap under zoneminder fix https://rt.cpan.org/Ticket/Display.html?id=91483 croak("variable is not a string") was hitting beccause it was being too selective with SV type for modern perls.
      adds  926d3aa   Add Todd to the authors; he did way more work on this than I ever did.
      adds  8dd0d54   merge patch from Greg Lindahl for COW support: "sys-mmap 0.16 is getting a bit old, here are patches for copy on write and adding the MAP_LOCKED flag." 1 of 2 from https://rt.cpan.org/Ticket/Display.html?id=96043
      adds  f37cd24   add MAP_LOCKED patch from Greg Lindahl https://rt.cpan.org/Ticket/Display.html?id=96043
      adds  848b6df   Merge remote-tracking branch 'scrottie/master'
      adds  aa01d73   Add MAP_LOCKED to exports per RT 96043
      adds  89c2829   Ignore patch failures in repo
      adds  69b19db   Track fixes in github now all issues are cleared from RT
      adds  2d62ce9   Update Changelog and bump to 0.17_01 for dev smoke release to CPAN
      adds  8b5c344   Update META files tracked in source
      adds  037e9ca   Fix XS compile error with COW fix
      adds  94556f4   Use direct object notation; update examples
      adds  70be729   Add pod author test
      adds  a408471   Strip trailing whitespace
      adds  0ee9366   Correct tie'd package name; more formatting
      adds  4e2374f   perltidy SYNOPSIS
      adds  6c97ccb   Spelling fixes
      adds  735c470   Re-breaking lines consistently
      adds  978cafb   More POD formatting
      adds  515cce9   Merge pull request #5 from andyjack/doc-updates
      adds  efd16ea   add MAP_NORESERVE for completeness
      adds  e42366e   Add MAP_HUGETLB, MAP_HUGE_2MB, MAP_HUGE_1GB
      adds  0490c6d   document the MAP_NORESERVE flag
      adds  8de0aaa   Merge pull request #3 from CowboyTim/master
      adds  f275284   update gpl text to current
      adds  da8fbc3   Merge pull request #8 from knnniggett/license
      adds  1160a23   actually tag 0.18
      adds  dc40d96   tag 0.19
      adds  134d018   New upstream version 0.19
       new  8c33e6d   Update upstream source from tag 'upstream/0.19'
       new  ffd046d   Update debian/changelog
       new  1cec986   Add myself to Uploaders
       new  1aac87e   Declare compliance with Debian policy 4.1.1
       new  2e7755d   Wrap and sort fields in debian/control file
       new  dd47444   Add patch to fix spelling error in Sys::Mmap manpage
       new  b77401f   debian/rules: Build enabling all hardening flags
       new  d4ec713   Prepare changelog for release

The 8 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                                        |  10 +-
 Copying                                        |  30 ++--
 META.json                                      |   5 +-
 META.yml                                       |  21 +--
 Mmap.pm                                        | 225 +++++++++++++------------
 Mmap.xs                                        |  24 +++
 README                                         |   2 +-
 debian/changelog                               |  12 +-
 debian/control                                 |  10 +-
 debian/patches/series                          |   1 +
 debian/patches/spelling-error-in-manpage.patch |  18 ++
 debian/rules                                   |   2 +
 12 files changed, 212 insertions(+), 148 deletions(-)
 create mode 100644 debian/patches/series
 create mode 100644 debian/patches/spelling-error-in-manpage.patch

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



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