Files
perl-Socket/perl-Socket.changes
Oliver Kurz 791fcdd584 Accepting request 1294137 from devel:languages:perl:autoupdate
- updated to 2.040
   see /usr/share/doc/packages/perl-Socket/Changes
  2.040   2025-07-16
          [BUGFIXES]
           * Fix test skip count for INET6 sockaddr tests (RT168005)
             (no code change other than unit tests)

OBS-URL: https://build.opensuse.org/request/show/1294137
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Socket?expand=0&rev=18
2025-07-20 05:23:59 +00:00

238 lines
7.9 KiB
Plaintext

-------------------------------------------------------------------
Thu Jul 17 05:41:18 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 2.040
see /usr/share/doc/packages/perl-Socket/Changes
2.040 2025-07-16
[BUGFIXES]
* Fix test skip count for INET6 sockaddr tests (RT168005)
(no code change other than unit tests)
-------------------------------------------------------------------
Thu Jun 26 05:36:20 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 2.039
see /usr/share/doc/packages/perl-Socket/Changes
2.039 2025-06-25
[BUGFIXES]
* Make sure to invoke GETMAGIC on arguments to `pack_sockaddr_in` and
`pack_sockaddr_in6` (RT166524)
-------------------------------------------------------------------
Tue Apr 16 03:08:05 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 2.038
see /usr/share/doc/packages/perl-Socket/Changes
2.038 2024-04-15
[CHANGES]
* Add extra TCP_ and IPV6_ constants for Linux (RT143712)
[BUGFIXES]
* Account for newer Solaris behaviour on AF_UNIX address length
(RT152866)
-------------------------------------------------------------------
Wed Jun 7 03:08:13 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 2.037
see /usr/share/doc/packages/perl-Socket/Changes
2.037 2023-06-06
[CHANGES]
* Convert hard tabs to spaces in source files
* Add `use VERSION` everywhere
* Fix indentation for consistency
[BUGFIXES]
* Fix compiler warnings on MSWin32 (RT148275)
-------------------------------------------------------------------
Sat Aug 20 03:07:34 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 2.036
see /usr/share/doc/packages/perl-Socket/Changes
2.036 2022-08-19
[BUGFIXES]
* Avoid putting macros inside arguments to other macros, as it annoys
strict C compilers (Perl #20119)
-------------------------------------------------------------------
Sat Jul 2 03:07:50 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 2.035
see /usr/share/doc/packages/perl-Socket/Changes
2.035 2022-07-01
[CHANGES]
* Support SO_INCOMING_CPU and SO_INCOMING_NAPI_ID
-------------------------------------------------------------------
Tue Jun 28 03:07:56 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 2.034
see /usr/share/doc/packages/perl-Socket/Changes
2.034 2022-06-27
[BUGFIXES]
* Workaround for inet_ntop/inet_pton being defined by recent releases
of mingw-w64 (RT142390)
-------------------------------------------------------------------
Sat Apr 30 03:07:21 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 2.033
see /usr/share/doc/packages/perl-Socket/Changes
2.033 2022-04-29
[CHANGES]
* Apply patch from core perl for z/OS support (RT142470)
-------------------------------------------------------------------
Thu Jun 3 03:11:13 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 2.032
see /usr/share/doc/packages/perl-Socket/Changes
2.032 2021-06-03
[CHANGES]
* Attempt to support NetBSD's LOCAL_* constants (RT127989)
* Use G_LIST instead of G_ARRAY
[BUGFIXES]
* Support short AF_UNIX addresses on Cygwin (RT135262)
* Make sure to use SvPVbyte() and not plain SvPV() (RT134421)
-------------------------------------------------------------------
Wed Jan 6 03:07:56 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 2.031
see /usr/share/doc/packages/perl-Socket/Changes
2.031 2021-01-05
[CHANGES]
* Warn about truncation of out-of-range port numbers in
pack_sockaddr_in*
[BUGFIXES]
* Avoid size warnings in leftshift operator (RT129217)
* Don't wrap the now-deprecated addrinfo IDN constants
ALLOW_UNASSIGNED and USE_STD3_ASCII_RULES (RT129660)
* Skip the socketpair AF_UNIX+SOCK_DGRAM tests if the OS claims them
to be unsupported (RT132946)
* Prefer getaddrinfo() to implement inet_aton() because the
alternative gethostbyname() has thread races (RT129189)
-------------------------------------------------------------------
Tue Jul 7 03:10:49 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- updated to 2.030
see /usr/share/doc/packages/perl-Socket/Changes
2.030 2020-06-07
[CHANGES]
* Prepare for a stricter perl:
+ use strict; use warnings in all unit tests (RT132846)
+ declare use v5.6.1 in all perl files
-------------------------------------------------------------------
Fri Feb 22 06:31:48 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 2.029
see /usr/share/doc/packages/perl-Socket/Changes
2.029 2019-02-20 19:19:12
[BUGFIXES]
* Old MinGW lacks ADDRESS_FAMILY; use USHORT instead (RT128550)
2.028 2019-02-19 23:59:30
[CHANGES]
* Add PF_LOCAL/AF_LOCAL constants (RT127089)
* Provide sockaddr_un on WIN32 (RT128550)
-------------------------------------------------------------------
Tue Jan 23 07:07:49 UTC 2018 - coolo@suse.com
- updated to 2.027
see /usr/share/doc/packages/perl-Socket/Changes
2.027 2018-01-12 16:58:47
[BUGFIXES]
* Reimplement croak_sv (securely) for older perls (RT124063)
2.026 2018-01-11 23:15:28
[CHANGES]
* Add TCP_USER_TIMEOUT (RT123253)
[BUGFIXES]
* Fix printf format specifier for STRLEN/sizeof (RT124044)
* Recognise %Config key for HAS_GAI_STRERROR (RT124044)
* Remove unused and insecure implementation of croak_sv (RT122830)
-------------------------------------------------------------------
Wed Jan 10 07:12:38 UTC 2018 - coolo@suse.com
- updated to 2.025
see /usr/share/doc/packages/perl-Socket/Changes
2.025 2018-01-09 15:12:51
[CHANGES]
* Add IPPROTO_ICMPV6
[BUGFIXES]
* Fix for C++11 compilers - require a space either side of
string-pasting macros (thanks Karl Williamson)
* Fix for machines lacking HAS_SOCKADDR_IN6 (RT116913) (thanks ilmari)
* Print to STDERR on test failures (RT123436) (thanks ilmari)
-------------------------------------------------------------------
Fri Aug 12 05:58:25 UTC 2016 - coolo@suse.com
- updated to 2.024
see /usr/share/doc/packages/perl-Socket/Changes
2.024 2016/08/11 13:49:48
[BUGFIXES]
* Restore back-compat to pre-2.011 behaviour on undefined port
numbers to pack_sockaddr_in(6?) - silently accept undef as zero
(RT116699)
* Warn if pack_sockaddr_un is truncating an overly long path
(mitigates but does not resolve RT116819)
-------------------------------------------------------------------
Thu Aug 4 05:59:59 UTC 2016 - coolo@suse.com
- updated to 2.023
see /usr/share/doc/packages/perl-Socket/Changes
2.023 2016/08/02 14:50:50
[CHANGES]
* Add more socket(7), ip(7) and ipv6(7) socket options from Linux
[BUGFIXES]
* Fix skip count for abstract AF_UNIX path tests when not running on
Linux
-------------------------------------------------------------------
Tue Aug 2 05:51:58 UTC 2016 - coolo@suse.com
- updated to 2.022
see /usr/share/doc/packages/perl-Socket/Changes
2.022 2016/08/01 16:02:48
[CHANGES]
* Throw exceptions if pack/unpack sockaddr functions are passed
undefined arguments (RT116624)
[BUGFIXES]
* Fix coverty complaint (RT111707)
-------------------------------------------------------------------
Fri Mar 18 20:50:18 UTC 2016 - chris@computersalat.de
- initial pkg 2.021