Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Net-Ident-1.310.0-1.3 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: perl-Net-Ident Distribution: openSUSE:Factory:zSystems
Version: 1.310.0 Vendor: openSUSE
Release: 1.3 Build date: Thu Apr 9 13:57:00 2026
Group: Unspecified Build host: reproducible
Size: 71270 Source RPM: perl-Net-Ident-1.310.0-1.3.src.rpm
Packager: https://bugs.opensuse.org
Url: https://metacpan.org/release/Net-Ident
Summary: Lookup the username on the remote end of a TCP/IP connection
You can either use the simple interface, which does one ident lookup at a
time, or use the asynchronous interface to perform (possibly) many
simultaneous lookups, or simply continue serving other things while the
lookup is proceeding.

Provides

Requires

License

Artistic-1.0 OR GPL-1.0-or-later

Changelog

* Thu Apr 09 2026 Tina Müller <timueller+perl@suse.de>
  - updated to 1.310.0 (1.31)
    see /usr/share/doc/packages/perl-Net-Ident/Changes
    1.31 2026-04-02
      [Improvements]
    - PR #43 - Add functional tests for lookupFromInAddr() and lookup()
      covering scalar/list context, error propagation, unreachable remotes,
      bad filehandles, and the ident_lookup alias
    - PR #44 - Add timeout behavior tests for query() and ready() covering
      expired timeouts, select() timeout, partial data accumulation, timeout
      propagation through username(), and non-blocking ready()
      [Maintenance]
    - PR #38 - Add missing patterns to MANIFEST.SKIP (blib/, pm_to_blib,
      Makefile.old, dist directories, .tar.gz files)
    - PR #39 - Add AI policy (AI_POLICY.md) and link from README
    - PR #40 - Remove dead Apache/mod_perl infrastructure from Makefile.PL,
      reducing it from 660 lines to 44
    - PR #41 - Clean up POD warnings and remove dead compat-mode markers
    - PR #42 - Remove stale INSTALL file and fix MANIFEST inconsistency
    1.29 2026-03-24
      [Improvements]
    - PR #36 - Add constructor tests for new() and _passfh resolution
      covering glob ref, string, qualified name, FileHandle, error-state
      objects, newFromInAddr, and connected socket without identd
      [Maintenance]
    - PR #35 - Regenerate README.md from current POD to pick up badge,
      example code, and typo fixes
    - PR #37 - Fix .gitignore to match all dist directories, not just 0.x
    1.28 2026-03-22
      [Bug Fixes]
    - GH #26, PR #33 - Handle ECONNRESET from sysread on Windows where
      socketpair emulation sends TCP RST instead of FIN on close
    - GH #28, PR #31 - Handle ESPIPE from sysread on Solaris socketpairs
      where remote close returns "Illegal seek" instead of EOF
    - GH #29, PR #30 - Add use 5.010 to remaining test files for Perl 5.8.x
      defense in depth
      [Maintenance]
    - PR #25 - Add use 5.010 to Makefile.PL for clean failure on old perls
    - PR #34 - Sync cpanfile and PREREQ_PM with actual dependencies: remove
      unused Fcntl and Config, add missing Errno
    1.27 2026-03-20
      [Bug Fixes]
    - GH #19, PR #23 - Remove select() exception mask checks that fail on Solaris
    - GH #20, PR #24 - Remove select() exception mask that fails on Solaris socketpair
    - GH #18, PR #22 - Add use 5.010 for clean failure on Perl < 5.10
    - GH #17, PR #21 - Make t/query.t portable to Windows
      [Improvements]
    - PR #15 - Add comprehensive tests for export hook mechanism
      [Maintenance]
    - PR #16 - Improve CPAN metadata in Makefile.PL (LICENSE, MIN_PERL_VERSION,
      TEST_REQUIRES, META spec v2)
    1.26 2026-03-18
      [Bug Fixes]
    - GH #2 - Fix compat mode
    - GH #12 - Fix sysread EOF in ready() to prevent infinite loop
    - GH #9 - Fix unreachable elsif in ready() that broke repeated calls
    - GH #10 - Fix SUPER::export_fail to use method call so class is passed correctly
    - GH #11 - Fix newFromInAddr state inconsistency
      [Improvements]
    - GH #14 - Replace string eval with blocking(0) for non-blocking sockets
    - GH #8 - Add unit tests for RFC1413 response parsing
    - GH #13 - Add comprehensive async interface tests
    - GH #10 - Modernize tests from hand-rolled TAP to Test::More
      [Maintenance]
    - GH #3 - Fix Makefile.PL bugs, fix pod typos
    - GH #11 - Fix POD example and typos
    - GH #7 - Modernize CI: consolidate workflows, fix deprecated Docker images
    - GH #4 - Update repository URLs to reflect new cpan-authors location
* Mon Jan 20 2020 <timueller+perl@suse.de>
  - updated to 1.25
    see /usr/share/doc/packages/perl-Net-Ident/Changes
    1.25 Sat Jan 18 2020
    - Enable github actions testing
    - Switch to README.md and point to testing status
    - Fix spelling typo provided by Debian project
    - Switch primary tracker to github issues
    - Remove META.yml from source control
* Tue Apr 14 2015 coolo@suse.com
  - updated to 1.24
    see /usr/share/doc/packages/perl-Net-Ident/Changes
    1.24 Sun Dec 14 2014
    - RT 79165 - Fix for Strawberry Perl
    - Tidy code base for conformity of future patches
* Wed Mar 27 2013 stefan.jakobs@rus.uni-stuttgart.de
  - remove 'BuildRequires: perl-macros' from spec file, because perl
    included in openSUSE > 1210 deprecates perl-macros which causes a
    build failure.
* Fri Nov 18 2011 coolo@suse.com
  - use original .tar.gz
* Tue Nov 30 2010 coolo@novell.com
  - switch to perl_requires macro
* Tue Jul 27 2010 chris@computersalat.de
  - update to 1.23
    - Setting values for read only tied hash %! is illegal. removing code.
  - 1.22 Fri Jun 11 09:00:00 CST 2010
    - Remove Apache (mod_perl) as a dep for this module
  - 1.21 Fri Jun 11 01:00:00 CST 2010
    - Move sub around to fix prototyping bug.
    - Remove broken ident hosts from list so tests don't break. Right now
      i know of no working public ident hosts. Patches welcome!
    - Update Makefile.PL with new options
    - Add META.yml to module
    - use %! to determine if error was EINPROGRESS to function in other languages
  - recreated by cpanspec 1.78
  - noarch pkg
* Sun Mar 21 2010 chris@computersalat.de
  - initial package 1.20

Files

/usr/lib/perl5/vendor_perl/5.44.0/Net
/usr/lib/perl5/vendor_perl/5.44.0/Net/Ident.pm
/usr/share/doc/packages/perl-Net-Ident
/usr/share/doc/packages/perl-Net-Ident/AI_POLICY.md
/usr/share/doc/packages/perl-Net-Ident/Changes
/usr/share/doc/packages/perl-Net-Ident/README.md
/usr/share/man/man3/Net::Ident.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Aug 10 23:11:11 2026