8
0

4 Commits

7 changed files with 58 additions and 17 deletions

View File

@@ -10,7 +10,7 @@
<property name="project.groupId" value="commons-codec"/>
<property name="project.artifactId" value="commons-codec"/>
<property name="project.version" value="1.17.0"/>
<property name="project.version" value="1.18.0"/>
<property name="project.name" value="Apache Commons Codec"/>
<property name="project.description" value="The Apache Commons Codec package
contains simple encoder and decoders for various formats such as Base64 and Hexadecimal.

View File

@@ -1,3 +1,44 @@
-------------------------------------------------------------------
Fri Mar 28 11:58:08 UTC 2025 - Gus Kenion <gus.kenion@suse.com>
- Update to 1.18.0
* New features
+ Add Base32.Builder.setHexDecodeTable(boolean).
+ Add Base32.Builder.setHexEncodeTable(boolean).
* Changes
+ Bump org.apache.commons:commons-parent from 78 to 79.
- Includes changes from 1.17.2
* Fixed Bugs
+ Rewrite DaitchMokotoffSoundex.soundex(String) using
String.join().
+ CODEC-324: Use Resource.class to load resources, rather than
its class loader #353.
+ Deprecate CharSequenceUtils.CharSequenceUtils().
+ Deprecate Sha2Crypt.Sha2Crypt().
* Changes
+ Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.17.0
#296, #305, #313.
+ Bump org.apache.commons:commons-parent from 71 to 78 #310,
#312, #319, #323, #326, #333.
+ [test] Bump commons-io:commons-io from 2.16.1 to 2.18.0 #318,
#341.
+ Bump org.codehaus.mojo:taglist-maven-plugin from 3.1.0 to
3.2.1 #332.
-------------------------------------------------------------------
Mon Aug 12 12:19:01 UTC 2024 - Gus Kenion <gus.kenion@suse.com>
- Update to 1.17.1
* Bug fixes:
+ Md5Crypt now throws IllegalArgumentException on an invalid
prefix.
* Dependency Updates:
+ Bump org.apache.commons:commons-parent from 69 to 71 #286.
+ Bump org.codehaus.mojo:animal-sniffer-maven-plugin from 1.23
to 1.24 #293.
+ Bump org.codehaus.mojo:taglist-maven-plugin from 3.0.0 to
3.1.0 #292.
-------------------------------------------------------------------
Thu May 2 11:19:15 UTC 2024 - Gus Kenion <gus.kenion@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package apache-commons-codec
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2000-2010, JPackage Project
#
# All modifications and additions to the file contributed by third parties
@@ -20,7 +20,7 @@
%define base_name codec
%define short_name commons-%{base_name}
Name: apache-commons-codec
Version: 1.17.0
Version: 1.18.0
Release: 0
Summary: Apache Commons Codec Package
License: Apache-2.0

BIN
commons-codec-1.17.0-src.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELbTx7w+nYezE6pNchv3H4qESYssFAmYkBWcACgkQhv3H4qES
Ysv2Sgf/c48jEoyCN67vgKwoAkkOFkpMnMzN95VxF/6HADXLpxp3AQhvE2QX+14X
yt8OJGMK5v1AFAjjGetSLTMEsaqX+00k1kJUwagIHtCCQ1Upn+14GCEcStYSdh+Q
KP/Hw2c/O/DEexC0UL00srkXc+Rjmx8lo7Yrf+Ye/srICBL5TVZccHKFGfRxVjhg
Vrba3IyZh7h1NXTPTVHg64Olmh1tTesAlx4PM2u3tS9ycioNW+avkBoCK/5ig9/Q
TKRl3iy3qrzD6+ly6+kMxC61U8C7QBqxCpOs80xb9QlwPMAKbkkf/qvjTK1PdQcc
+z1UQzSTy08NLygO5SMVAPHwDswTJw==
=nsNX
-----END PGP SIGNATURE-----

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d4c501c4d8c55d0981f122e4973248faf82cefa19183f2539717600efab7e663
size 462698

View File

@@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELbTx7w+nYezE6pNchv3H4qESYssFAmeTnjMACgkQhv3H4qES
YsuNkQf+MlvtgSK0eW/gMNcKCUqTGLbEiDB1zv67BUHpCIf9PrcmC2FeXfuAldF4
IR3IGp3ZTHqJQTVsWRiTqqwkn+0CZo3/uTi5DradIbGqINset/uJDr2Xb/9dxVCZ
9szzZ9UuU95980S2YX6wy9gXDW55Ti3TNy0NYNDrYWREtW3CGVWChNxuSldObaGm
jCv0DS4jL4hQwdgIib7SW905HW8aTk39dZQM+ehus5p5R3OFKegxM4YTXhJ1aI3i
EgZNMw8iBR2BTxAGMBcmO7vavVb0QXdwT/u/uPM540rakKFANzEmBKjZjMwIZZom
V7JwqGpszNVGuFr6Kgjr+bAbT2KOhQ==
=ztw1
-----END PGP SIGNATURE-----