Sync from SUSE:SLFO:Main plexus-cipher revision 760df4b740bd61ef11b99f0a6fd86d6b

This commit is contained in:
Adrian Schröter 2024-07-01 14:24:04 +02:00
parent e5d0cf535b
commit d0b5507473
5 changed files with 16 additions and 6 deletions

BIN
plexus-cipher-2.0.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
plexus-cipher-2.1.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -10,7 +10,7 @@
<property name="project.artifactId" value="plexus-cipher"/>
<property name="project.groupId" value="org.codehaus.plexus"/>
<property name="project.version" value="2.0"/>
<property name="project.version" value="2.1.0"/>
<property name="project.name" value="Plexus Cipher: encryption/decryption Component"/>
<property name="project.url" value="https://github.com/codehaus-plexus/plexus-cipher"/>
<property name="project.organization.name" value="Sonatype, Inc."/>

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Jun 13 16:23:05 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- Update to upstream version 2.1.0
* Changes:
+ Switch to java.util.Base64
+ Move code to Java 8
+ Fixed insecure cryptography in PBECipher.java
+ Enable missed decryption test and adjust to new algorithm
-------------------------------------------------------------------
Wed Oct 25 15:16:02 UTC 2023 - Fridrich Strba <fstrba@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package plexus-cipher
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: plexus-cipher
Version: 2.0
Version: 2.1.0
Release: 0
Summary: Plexus Cipher: encryption/decryption Component
License: Apache-2.0