From 021055f29c5ad0b4798171e8d1ab72b82c7dcb41 Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Sun, 15 Jan 2023 14:52:46 +0300 Subject: [PATCH 1/3] perl-Mail-AuthenticationResults 2023. --- .../perl/perl-Mail-AuthenticationResults/pspec.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/programming/language/perl/perl-Mail-AuthenticationResults/pspec.xml b/programming/language/perl/perl-Mail-AuthenticationResults/pspec.xml index a49127034b..3fd75def5f 100644 --- a/programming/language/perl/perl-Mail-AuthenticationResults/pspec.xml +++ b/programming/language/perl/perl-Mail-AuthenticationResults/pspec.xml @@ -13,8 +13,8 @@ programming.language.perl Object Oriented Authentication-Results Headers. This parser copes with most styles of Authentication-Results header seen in the wild, but is not yet fully RFC7601 compliant. - - https://cpan.metacpan.org/authors/id/M/MB/MBRADSHAW/Mail-AuthenticationResults-2.20210915.tar.gz + + https://cpan.metacpan.org/authors/id/M/MB/MBRADSHAW/Mail-AuthenticationResults-2.20230112.tar.gz perl @@ -36,6 +36,13 @@ + + 2023-01-15 + 2.20230112 + Version bump. + fury + uglyside@yandex.ru + 2021-09-18 2.20210915 From 731741aee12dcc467b2990406216a903b76c80f7 Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Sun, 15 Jan 2023 14:57:54 +0300 Subject: [PATCH 2/3] perl-JSON. --- programming/language/perl/perl-JSON/actions.py | 10 +++------- programming/language/perl/perl-JSON/pspec.xml | 9 ++++++++- programming/language/perl/perl-JSON/translations.xml | 2 +- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/programming/language/perl/perl-JSON/actions.py b/programming/language/perl/perl-JSON/actions.py index 2dc1c7ded8..8c5eed03f2 100644 --- a/programming/language/perl/perl-JSON/actions.py +++ b/programming/language/perl/perl-JSON/actions.py @@ -2,13 +2,9 @@ # -*- coding: utf-8 -*- # # Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt +# See the file https://www.gnu.org/licenses/gpl-3.0.txt -from pisi.actionsapi import perlmodules -from pisi.actionsapi import pisitools -from pisi.actionsapi import get - -WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION()) +from pisi.actionsapi import perlmodules, pisitools def setup(): perlmodules.configure() @@ -22,4 +18,4 @@ def check(): def install(): perlmodules.install() - pisitools.dodoc("Changes", "README") \ No newline at end of file + pisitools.dodoc("Changes", "README") diff --git a/programming/language/perl/perl-JSON/pspec.xml b/programming/language/perl/perl-JSON/pspec.xml index 02e16dfe5d..08bc57854d 100644 --- a/programming/language/perl/perl-JSON/pspec.xml +++ b/programming/language/perl/perl-JSON/pspec.xml @@ -13,7 +13,7 @@ library JSON (JavaScript Object Notation) encoder/decoder This module converts between JSON (JavaScript Object Notation) and Perl data structure into each other. For JSON, see http://www.crockford.com/JSON/. - https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/JSON-4.02.tar.gz + https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/JSON-4.10.tar.gz perl perl-JSON-XS @@ -38,6 +38,13 @@ + + 2023-01-15 + 4.10 + Version bump. + fury + uglyside@yandex.ru + 2020-01-13 4.02 diff --git a/programming/language/perl/perl-JSON/translations.xml b/programming/language/perl/perl-JSON/translations.xml index 5366f454a8..648f865654 100644 --- a/programming/language/perl/perl-JSON/translations.xml +++ b/programming/language/perl/perl-JSON/translations.xml @@ -5,4 +5,4 @@ JSON (JavaScript Nesne Gösterimi) kodlayıcı/çözücü Bu modül JSON ve perl veri yapılarını birbirleri içerisinde dönüştürebilir. JSON için bakınız: http://www.crockford.com/JSON/. - \ No newline at end of file + From 3d25a930bf3963ef2914b7e0455a72ac670fafdf Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Sun, 15 Jan 2023 15:13:43 +0300 Subject: [PATCH 3/3] msgpack-c. --- programming/library/msgpack-c/pspec.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/programming/library/msgpack-c/pspec.xml b/programming/library/msgpack-c/pspec.xml index 9bded5f5d4..75a633107e 100644 --- a/programming/library/msgpack-c/pspec.xml +++ b/programming/library/msgpack-c/pspec.xml @@ -13,8 +13,8 @@ programming.library It's like JSON but smaller and faster. MessagePack is an efficient binary serialization format, which lets you exchange data among multiple languages like JSON, except that it's faster and smaller. Small integers are encoded into a single byte and short strings require only one extra byte in addition to the strings themselves. - - https://github.com/msgpack/msgpack-c/releases/download/c-4.0.0/msgpack-c-4.0.0.tar.gz + + https://github.com/msgpack/msgpack-c/releases/download/c-5.0.0/msgpack-c-5.0.0.tar.gz cmake @@ -43,6 +43,13 @@ + + 2023-01-15 + 5.0.0 + Version bump. + fury + uglyside@yandex.ru + 2022-04-14 4.0.0