[libcoro-perl] branch master updated (56aa523 -> bdfe61d)

Damyan Ivanov dmn at moszumanska.debian.org
Sat Oct 28 21:06:23 UTC 2017


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

dmn pushed a change to branch master
in repository libcoro-perl.

      from  56aa523   update changelog
      adds  c6355ae   New upstream version 6.514
       new  7049288   Update upstream source from tag 'upstream/6.514'
       new  6817be2   drop fix-ftbfs-with-longjmp.patch, applied upstream
       new  59f0ef4   drop coro-5.24.patch, applied upstream
       new  787526e   drop coro-5.26.patch, applied upstream
       new  b076ca4   refresh spelling.patch, almost all applied upstream
       new  12021c7   add a patch reverting the disabling of FORTIFY_SOURCE in the hope that current libc is no longer problematic
       new  bdfe61d   update changelog

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:
 Changes                                            |  22 +++
 Coro.pm                                            |  24 +--
 Coro/AIO.pm                                        |   2 +-
 Coro/AnyEvent.pm                                   |   4 +-
 Coro/BDB.pm                                        |   2 +-
 Coro/Channel.pm                                    |   2 +-
 Coro/Debug.pm                                      |   2 +-
 Coro/Handle.pm                                     |   2 +-
 Coro/Intro.pod                                     |   2 +-
 Coro/LWP.pm                                        |   6 +-
 Coro/MakeMaker.pm                                  |   2 +-
 Coro/Makefile.PL                                   |   1 +
 Coro/RWLock.pm                                     |   2 +-
 Coro/Select.pm                                     |   2 +-
 Coro/Semaphore.pm                                  |   6 +-
 Coro/SemaphoreSet.pm                               |   4 +-
 Coro/Signal.pm                                     |   2 +-
 Coro/Socket.pm                                     |   2 +-
 Coro/Specific.pm                                   |   4 +-
 Coro/State.pm                                      |  14 +-
 Coro/State.xs                                      |  23 ++-
 Coro/Storable.pm                                   |   2 +-
 Coro/Timer.pm                                      |   2 +-
 Coro/Util.pm                                       |   2 +-
 Coro/libcoro/coro.c                                |   9 +-
 Coro/libcoro/coro.h                                |  13 +-
 Coro/state.h                                       |   6 +-
 EV/EV.pm                                           |   4 +-
 Event/Event.pm                                     |   2 +-
 MANIFEST                                           |   1 -
 META.json                                          |   5 +-
 META.yml                                           |   5 +-
 Makefile.PL                                        |   2 +-
 README                                             |  29 ++--
 debian/changelog                                   |  13 +-
 debian/patches/coro-5.24.patch                     |  22 ---
 debian/patches/coro-5.26.patch                     |  64 --------
 debian/patches/do-not-disable-fortify-source.patch |  30 ++++
 debian/patches/fix-ftbfs-with-longjmp.patch        |  17 ---
 debian/patches/series                              |   4 +-
 debian/patches/spelling.patch                      | 164 +--------------------
 eg/attributes                                      |  28 ----
 42 files changed, 184 insertions(+), 370 deletions(-)
 delete mode 100644 debian/patches/coro-5.24.patch
 delete mode 100644 debian/patches/coro-5.26.patch
 create mode 100644 debian/patches/do-not-disable-fortify-source.patch
 delete mode 100644 debian/patches/fix-ftbfs-with-longjmp.patch
 delete mode 100644 eg/attributes

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



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