p5-Net-Server: update to 2.014. Changes:

- Apply patch to Fork for UDP
- Fix tests on perls without threads
- Update MANIFEST for missing file
- More code/documentation typo fixes
- Add /simple routes to HTTP and PSGI echo handlers for doing static
  request samples.
- Default to IO::Socket::IP with continued fallback to IO::Socket::INET6
- Add double_reverse_lookups configuration and code
- Cleanup hostname lookup under both IO::Socket::IP and IO::Socket::INET6
- Change SSL to use IO::Socket::SSL SSL_startHandshake
- Fix semaphore release
- Update various POD issues
- Finally add register_child method called if a child process is started.
- Bugfix Net::Server::PSGI
- Allow groups to be separated by ,
- Allow . in usernames and groups
- Allow space in config file values
- Retro-actively acknowlege that 2.008 changed default Net::Server::HTTP
  type to PreFork (and update docs)
- Fix Location bounce with other status set
- Return status 400 under request_denied_hook in Net::Server::HTTP
This commit is contained in:
schmonz 2024-01-29 15:38:20 +00:00
parent 4c735ed33c
commit d4536db358
2 changed files with 7 additions and 8 deletions

View File

@ -1,13 +1,12 @@
# $NetBSD: Makefile,v 1.46 2023/07/06 09:41:11 wiz Exp $
# $NetBSD: Makefile,v 1.47 2024/01/29 15:38:20 schmonz Exp $
DISTNAME= Net-Server-2.010
DISTNAME= Net-Server-2.014
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://seamons.com/net_server.html
HOMEPAGE= https://seamons.com/projects/
COMMENT= Perl5 modules for network services engine
LICENSE= ${PERL5_LICENSE}

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.18 2021/10/26 11:06:23 nia Exp $
$NetBSD: distinfo,v 1.19 2024/01/29 15:38:20 schmonz Exp $
BLAKE2s (Net-Server-2.010.tar.gz) = c17439348a21586a768cdcf918752a9460b9d5fff3935a23e7bfcfa7cbf5f61b
SHA512 (Net-Server-2.010.tar.gz) = b4c1a85263e81c4ad6f32e28acb5176002ad591a1140dca060b706901758f48d3c63c4077606d772540e18fc6fa6772e71d213d0a4940e903c597b0e0f844365
Size (Net-Server-2.010.tar.gz) = 145901 bytes
BLAKE2s (Net-Server-2.014.tar.gz) = 0ab34ae40476a1d4d06a75bd2676f92066c88ebfc117196a062a7929eb89263b
SHA512 (Net-Server-2.014.tar.gz) = 6b1bbfeed13af5f9dba76873899e162497234b5cc8fc08bf749fd86e0377bd9184a9807df61f27645634d0ff8d8e6c8c14b700b3d283fbbb7d1d844e6608c9c2
Size (Net-Server-2.014.tar.gz) = 154783 bytes