[libnet-server-perl] branch master updated (09fb748 -> 53e5aea)
Xavier Guimard
xguimard-guest at moszumanska.debian.org
Thu Oct 26 05:22:07 UTC 2017
This is an automated email from the git hooks/post-receive script.
xguimard-guest pushed a change to branch master
in repository libnet-server-perl.
from 09fb748 releasing package libnet-server-perl version 2.008-4
adds bac5ea3 New upstream version 2.009
new 43c868d Update upstream source from tag 'upstream/2.009'
new eb8f836 Declare compliance with Debian Policy 4.1.1
new ed307f1 Update d/copy years
new 7b311f9 Remove patches now included in upstream
new 88430cc Refresh patch offsets
new ceb6b15 Another POD error patch
new 53e5aea Update d/ch
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 | 9 +
INSTALL | 44 +
LICENSE | 379 +++++
MANIFEST | 97 +-
MANIFEST.SKIP | 15 +
META.json | 16 +-
META.yml | 25 +-
Makefile.PL | 95 +-
README | 1702 +++++++++++++++++++-
bin/net-server | 2 +-
debian/changelog | 12 +
debian/control | 2 +-
debian/copyright | 10 +-
...Temp::tempdir_in_UNIX_socket_test_example.patch | 83 -
...le_instead_of_POSIX::tmpnam_for_lock_file.patch | 60 -
debian/patches/another-manpage-error.patch | 15 +
debian/patches/correct-SIG-confusion.patch | 6 +-
debian/patches/debug-output.patch | 17 -
debian/patches/series | 4 +-
debian/patches/spelling-error.patch | 74 +-
dist.ini | 53 +
examples/connection_test.pl | 14 +-
lib/Net/Server.pm | 15 +-
lib/Net/Server.pod | 3 +
lib/Net/Server/Daemonize.pm | 8 +-
lib/Net/Server/Fork.pm | 8 +-
lib/Net/Server/HTTP.pm | 8 +-
lib/Net/Server/INET.pm | 8 +-
lib/Net/Server/Log/Log/Log4perl.pm | 7 +-
lib/Net/Server/Log/Sys/Syslog.pm | 7 +-
lib/Net/Server/MultiType.pm | 8 +-
lib/Net/Server/Multiplex.pm | 8 +-
lib/Net/Server/PSGI.pm | 8 +-
lib/Net/Server/PreFork.pm | 61 +-
lib/Net/Server/PreForkSimple.pm | 16 +-
lib/Net/Server/Proto.pm | 8 +-
lib/Net/Server/Proto/SSL.pm | 8 +-
lib/Net/Server/Proto/SSLEAY.pm | 8 +-
lib/Net/Server/Proto/TCP.pm | 8 +-
lib/Net/Server/Proto/UDP.pm | 8 +-
lib/Net/Server/Proto/UNIX.pm | 28 +-
lib/Net/Server/Proto/UNIXDGRAM.pm | 8 +-
lib/Net/Server/SIG.pm | 8 +-
lib/Net/Server/Single.pm | 8 +-
t/NetServerTest.pm | 27 +-
t/Options.t | 2 +-
t/SSLEAY_test.t | 2 +-
t/SSL_test.t | 2 +-
t/Server_BASE.t | 2 +-
t/Server_Fork.t | 2 +-
t/Server_INET.t | 2 +-
t/Server_MultiType.t | 2 +-
t/Server_Multiplex.t | 2 +-
t/Server_PreFork.t | 2 +-
t/Server_PreForkSimple.t | 2 +-
t/Server_Single.t | 2 +-
t/Server_http.t | 2 +-
t/{Server_http.t => Server_psgi.t} | 8 +-
t/UDP_test.t | 2 +-
t/UNIX_test.t | 8 +-
60 files changed, 2571 insertions(+), 489 deletions(-)
create mode 100644 INSTALL
create mode 100644 LICENSE
create mode 100644 MANIFEST.SKIP
delete mode 100644 debian/patches/Use_File::Temp::tempdir_in_UNIX_socket_test_example.patch
delete mode 100644 debian/patches/Use_File::Temp::tempfile_instead_of_POSIX::tmpnam_for_lock_file.patch
create mode 100644 debian/patches/another-manpage-error.patch
delete mode 100644 debian/patches/debug-output.patch
create mode 100644 dist.ini
mode change 100644 => 100755 lib/Net/Server/Proto/UNIX.pm
copy t/{Server_http.t => Server_psgi.t} (91%)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-server-perl.git
More information about the Pkg-perl-cvs-commits
mailing list