2023-06-13 07:33:19 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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)
|
|
|
|
|
2022-08-24 07:41:41 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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)
|
|
|
|
|
2022-07-04 14:54:50 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2022-06-28 12:04:26 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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)
|
|
|
|
|
2022-05-06 14:09:13 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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)
|
|
|
|
|
2021-06-15 09:11:14 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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)
|
|
|
|
|
2021-01-06 11:00:29 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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)
|
|
|
|
|
2020-07-08 13:18:00 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2019-03-01 07:38:52 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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)
|
|
|
|
|
2018-01-23 08:25:04 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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)
|
|
|
|
|
2018-01-22 21:02:01 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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)
|
|
|
|
|
2016-08-12 06:34:10 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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)
|
|
|
|
|
2016-08-04 11:58:14 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2016-08-03 11:49:17 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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)
|
|
|
|
|
2016-03-18 21:34:33 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Mar 18 20:50:18 UTC 2016 - chris@computersalat.de
|
|
|
|
|
|
|
|
- initial pkg 2.021
|
|
|
|
|