Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 2aefe8f708 | |||
| 694007a179 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a5eb3dd675f72e545c8bc1cd12107e4aad2eaec1905eb7b4013cdb1fbe5e2317
|
||||
size 2231340
|
||||
3
gmime-3.2.15.tar.xz
Normal file
3
gmime-3.2.15.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:84cd2a481a27970ec39b5c95f72db026722904a2ccf3fdbd57b280cf2d02b5c4
|
||||
size 2233608
|
||||
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 26 08:39:20 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 3.2.15:
|
||||
+ Fixed the g_mime_object_get_header API definition to note that
|
||||
it can return null.
|
||||
+ Fixed a memory leak in address_parse().
|
||||
+ Added custom header folding logic for the Newsgroups: header.
|
||||
+ Fixed a configure issue regarding ac_cv_sys_file_offset_bits.
|
||||
+ Fixed an infinite loop in the Content-Type and
|
||||
Content-Disposition parameter serialization logic.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 5 14:13:19 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gmime
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -21,7 +21,7 @@
|
||||
# Define a so version
|
||||
%define so_ver 3_0
|
||||
Name: gmime
|
||||
Version: 3.2.14
|
||||
Version: 3.2.15
|
||||
Release: 0
|
||||
Summary: MIME Parser and Utility Library
|
||||
License: LGPL-2.1-or-later
|
||||
|
||||
Reference in New Issue
Block a user