Add missing dependency on junit OBS-URL: https://build.opensuse.org/request/show/1264596 OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-james-mime4j?expand=0&rev=3
64 lines
2.4 KiB
Plaintext
64 lines
2.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Mar 27 15:17:16 UTC 2025 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Add missing dependency on junit
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 6 15:33:42 UTC 2024 - Anton Shvetz <shvetz.anton@gmail.com>
|
|
|
|
- Upgrade to v0.8.11
|
|
+ MIME4J-326 SILENT monitor for header decoding
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jan 27 13:30:13 UTC 2024 - Anton Shvetz <shvetz.anton@gmail.com>
|
|
|
|
- Update to v0.8.10
|
|
CVE-2024-21742: Mime4J DOM header injection
|
|
* Bug fixes:
|
|
+ Prevent header injection with MIME4J DOM
|
|
+ MIME4J-325 DateTimeParser should throw ParseException if
|
|
value can't be parsed (#88)
|
|
+ MIME4J-324 Handle URL parsing exception in
|
|
LenientContentDispositionField
|
|
* Performance:
|
|
+ ContentTypeFieldLenientImpl: clear is not needed (#86)
|
|
+ MIME4J-322 Use ArrayDeque in MimeTokenStream
|
|
+ MIME4J-324 Avoid an extra copy of
|
|
ContentDispositionFieldLenientImpl parameters
|
|
- Update to v0.8.9 - 2022-12-30
|
|
* Bug fixes:
|
|
+ MIME4J-322 Rely on Files.createTempFile (#82)
|
|
* Enhancements:
|
|
+ MIME4J-321 SingleBody should return its size (#80)
|
|
- Update to v0.8.8 - 2022-10-28
|
|
* Upgrades:
|
|
+ Bump log4j-core from 2.16.0 to 2.19.0
|
|
* Bug fixes:
|
|
+ MIME4J-320 Make DateTimeParser case-insensitive for day of
|
|
week and month
|
|
+ MIME4J-316 Parts missing in case of a specific combination of
|
|
boundaries
|
|
+ MIME4J-313 -- correctly allow for builds with JDK > 8 but
|
|
target/release of 8. (#67)
|
|
* Enhancements:
|
|
+ MIME4J-315 Add a convenient method to parse DateTime
|
|
+ MIME4J-315 Add a convenient method to transform DateTime into
|
|
a java date
|
|
* Performance:
|
|
+ MIME4J-317 Improve message writing (JMH + optimized copy)
|
|
+ MIME4J-318 Add a TextBody::getCharset
|
|
+ MIME4J-318 Buffer recycling
|
|
+ MIME4J-318 Fasten ContentDispositionFieldLenientImpl
|
|
+ MIME4J-318 DefaultBodyDescriptorBuilder should avoid copying
|
|
all headers
|
|
+ MIME4J-318 Fields: rely on lenient parsers
|
|
- Add build dependency on mvn(org.openjdk.jmh:jmh-core),
|
|
mvn(org.openjdk.jmh:jmh-generator-annprocess),
|
|
mvn(org.apache.felix:maven-bundle-plugin)
|
|
- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 6 21:32:32 UTC 2022 - Anton Shvetz <shvetz.anton@gmail.com>
|
|
|
|
- Initial packaging with v0.8.7
|