9 Commits

Author SHA256 Message Date
97703a0128 Add Gitea build results 2025-08-12 18:12:54 +02:00
6855e2e97c Accepting request 1286302 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1286302
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-CryptX?expand=0&rev=21
2025-06-18 17:29:49 +00:00
4b3e8d007d Accepting request 1284903 from devel:languages:perl:autoupdate
- updated to 0.87.0 (0.087)
   see /usr/share/doc/packages/perl-CryptX/Changes
  0.087   2025-06-11
          - bundled libtomcrypt update branch:develop (commit: d448df1 2025-05-06)
          - bundled libtommath update branch:develop (commit: 839ae9e 2025-06-11)
          - fix #120 Create SECURITY.md
          - fix #121 Failures on ARM after upgrading libtommath
          - security fix CVE-2025-40914 https://github.com/DCIT/perl-CryptX/security/advisories/GHSA-6fh3-7qjq-8v22

OBS-URL: https://build.opensuse.org/request/show/1284903
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-CryptX?expand=0&rev=58
2025-06-17 09:03:26 +00:00
5dae058587 Accepting request 1278590 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1278590
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-CryptX?expand=0&rev=20
2025-05-23 12:29:36 +00:00
2a5c787ba6 Accepting request 1277258 from devel:languages:perl:autoupdate
- updated to 0.86.0 (0.086)
   see /usr/share/doc/packages/perl-CryptX/Changes
  0.086   2025-05-02
          - fixe #118 Syncing with recent Math-BigInt
          - bundled libtomcrypt update branch:develop (commit:3905c289 2025-04-23)

OBS-URL: https://build.opensuse.org/request/show/1277258
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-CryptX?expand=0&rev=56
2025-05-20 10:08:24 +00:00
db6fad50f7 Accepting request 1244963 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1244963
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-CryptX?expand=0&rev=19
2025-02-11 20:22:09 +00:00
40a76ba4d3 Accepting request 1244878 from devel:languages:perl:autoupdate
- updated to 0.85.0 (0.085)
   see /usr/share/doc/packages/perl-CryptX/Changes
  0.085   2025-02-08
          - fix #114 #113 #112 (improved detection of Apple+x86_64 / AESNI)
          - fix #115 Crypt::PRNG - fix typo and specify ChaCha20 is the default

OBS-URL: https://build.opensuse.org/request/show/1244878
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-CryptX?expand=0&rev=54
2025-02-11 07:11:48 +00:00
496a3fd7d2 Accepting request 1236263 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1236263
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-CryptX?expand=0&rev=18
2025-01-12 10:09:27 +00:00
227f95fcae Accepting request 1235302 from devel:languages:perl:autoupdate
- updated to 0.84.0 (0.084)
   see /usr/share/doc/packages/perl-CryptX/Changes
  0.084   2024-10-16
          - libtommath: fix cpantesters crash on freebsd/i386
          - updated ppport.h
  0.083   2024-10-15
          - fix #110 regression: 0.081 fails to parse PEMs that 0.080 parsed fine
          - bundled libtomcrypt update branch:develop (commit:cbb01b37 2024-10-14)
  0.082   2024-10-07
          - fix #111 libcryptx-perl: t/sshkey.t fails on some architectures
          - CHANGE: Crypt::Cipher::Blowfish max key size increased to 72 bytes
          - bundled libtomcrypt update branch:develop (commit:29af8922 2024-10-07)
  0.081   2024-09-08
          - fix #107 Drop -msse4.1 -maes for libtomcrypt
          - fix #105 Several functions in CryptX::AuthEnc deal weirdly with non-simple-string plaintext
          - fix #104 Add ethereum format signature
          - fix #103 Use standard __asm__ blocks instead of asm
          - fix #99 ltc: fix aesni flag handling
          - fix #87 Add possibility to use different hash algorithms in RSAES-OAEP
          - BIG CHANGE switch to PEM/SSH key loading via libtomcrypt
          - bundled libtomcrypt update branch:develop (commit:ce904c86 2024-09-02)

OBS-URL: https://build.opensuse.org/request/show/1235302
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-CryptX?expand=0&rev=52
2025-01-09 16:22:24 +00:00
2 changed files with 13 additions and 0 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-CryptX/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-CryptX)

View File

@@ -27,6 +27,7 @@ Summary: Cryptographic toolkit
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/M/MI/MIK/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
Source100: README.md
BuildRequires: perl
BuildRequires: perl-macros
Provides: perl(Crypt::AuthEnc) = %{version}