120 Commits

Author SHA256 Message Date
2aefe8f708 Accepting request 1301469 from GNOME:Factory
- 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. (forwarded request 1301386 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/1301469
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gmime?expand=0&rev=74
2025-08-27 19:34:24 +00:00
694007a179 - 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.

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gmime?expand=0&rev=97
2025-08-26 16:16:33 +00:00
dad15203ab Accepting request 1155245 from GNOME:Factory
- Drop baselibs.conf: the -32bit packages are no longer needed and
  have not been part of Tumbleweed for a while already (build for
  i586 only enabled in LegacyX86). (forwarded request 1155228 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/1155245
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gmime?expand=0&rev=73
2024-03-05 17:52:26 +00:00
81dc44ea0d Accepting request 1155228 from GNOME:Next
- Drop baselibs.conf: the -32bit packages are no longer needed and
  have not been part of Tumbleweed for a while already (build for
  i586 only enabled in LegacyX86).

OBS-URL: https://build.opensuse.org/request/show/1155228
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gmime?expand=0&rev=95
2024-03-05 14:21:32 +00:00
52dd3e78ea Accepting request 1110530 from GNOME:Factory
- Update to version 3.2.14:
  + Avoid clearing the header list of a GMimeMessage when adding
    addresses to an address header.
  + Added the internet_address_list_append_parse() prototype
    definition to internet-address.h.
  + Use gtk-doc ulink syntax in doc comments instead of
    <a href=...>.
  + Fixed rfc2047 token decoding logic for base64 encodings.
  + Properly handle GDateTime UTC offsets with non-zero seconds.
  + Improved introspection data for bindings such as Vala.
  + Improved address name quoting.
  + Added a GNotifyDestroy to the GMimeParserOptions callback.
  + Fixed the URL linkifier logic to properly handle links without
    a '/' before the query string.
  + Fixed the URL linkifier logic to handle domains that start
    with numbers.
  + Reverted base64 decoder optimizations from 3.2.10 and 3.2.11
    to support chunked base64. (forwarded request 1109935 from ateixeira)

OBS-URL: https://build.opensuse.org/request/show/1110530
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gmime?expand=0&rev=72
2023-09-20 11:22:58 +00:00
74bde9d2ae Accepting request 1109935 from home:ateixeira:branches:GNOME:Factory
- Update to version 3.2.14:
  + Avoid clearing the header list of a GMimeMessage when adding
    addresses to an address header.
  + Added the internet_address_list_append_parse() prototype
    definition to internet-address.h.
  + Use gtk-doc ulink syntax in doc comments instead of
    <a href=...>.
  + Fixed rfc2047 token decoding logic for base64 encodings.
  + Properly handle GDateTime UTC offsets with non-zero seconds.
  + Improved introspection data for bindings such as Vala.
  + Improved address name quoting.
  + Added a GNotifyDestroy to the GMimeParserOptions callback.
  + Fixed the URL linkifier logic to properly handle links without
    a '/' before the query string.
  + Fixed the URL linkifier logic to handle domains that start
    with numbers.
  + Reverted base64 decoder optimizations from 3.2.10 and 3.2.11
    to support chunked base64.

OBS-URL: https://build.opensuse.org/request/show/1109935
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gmime?expand=0&rev=93
2023-09-12 08:22:06 +00:00
6539d0c324 Accepting request 1073230 from GNOME:Factory
- Update to version 3.2.13:
  + Optimized parsing of messages with lots of address headers
- includes changes from 3.2.12:
  + Fixed a memory leak in g_mime_gpgme_get_decrypt_result()
- includes changes from 3.2.11:
  + Fixed a bug in the new base64 decoder
- includes changes from 3.2.10:
  + Improved performance of base64 encoder by ~5%
  + Improved performance of base64 decoder by ~25%
  + Unref the autocrypt header after adding it to the list
  + Work around a bug in g_time_zone_new_offset() by using
    identifiers instead
- includes changes from 3.2.9:
  + g_mime_multipart_signed_verify() now allows type/subtype and
    type/x-subtype signature parts
  + Fixed header folding logic to avoid folding the first line of a
    header value
  + Fixed bugs discovered by static analysis
  + Fixed GMimeStreamPipe to set errno to ESPIPE for
    seek/tell/length methods
  + Fixed GMimeCertificates to prefer gpgme_user_id_t's address
    field over the email field
- includes changes from 3.2.8:
  + Various fixes to Vala (and other?) language bindings
  + Added g_mime_object_write_content_to_stream()
  + Fixed parameter list parsing logic to not report a warning when
    everything is valid
  + Fixed the parser to handle MIME parts without headers -or-
    content of any kind (forwarded request 1073096 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/1073230
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gmime?expand=0&rev=71
2023-03-24 14:19:41 +00:00
65b1e73a7d Accepting request 1073096 from GNOME:Next
- Update to version 3.2.13:
  + Optimized parsing of messages with lots of address headers
- includes changes from 3.2.12:
  + Fixed a memory leak in g_mime_gpgme_get_decrypt_result()
- includes changes from 3.2.11:
  + Fixed a bug in the new base64 decoder
- includes changes from 3.2.10:
  + Improved performance of base64 encoder by ~5%
  + Improved performance of base64 decoder by ~25%
  + Unref the autocrypt header after adding it to the list
  + Work around a bug in g_time_zone_new_offset() by using
    identifiers instead
- includes changes from 3.2.9:
  + g_mime_multipart_signed_verify() now allows type/subtype and
    type/x-subtype signature parts
  + Fixed header folding logic to avoid folding the first line of a
    header value
  + Fixed bugs discovered by static analysis
  + Fixed GMimeStreamPipe to set errno to ESPIPE for
    seek/tell/length methods
  + Fixed GMimeCertificates to prefer gpgme_user_id_t's address
    field over the email field
- includes changes from 3.2.8:
  + Various fixes to Vala (and other?) language bindings
  + Added g_mime_object_write_content_to_stream()
  + Fixed parameter list parsing logic to not report a warning when
    everything is valid
  + Fixed the parser to handle MIME parts without headers -or-
    content of any kind

OBS-URL: https://build.opensuse.org/request/show/1073096
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gmime?expand=0&rev=91
2023-03-20 12:49:48 +00:00
19816e72c7 Accepting request 787535 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/787535
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gmime?expand=0&rev=70
2020-03-24 21:29:37 +00:00
6870038216 Accepting request 787277 from GNOME:Next
- Update to version 3.2.7:
  + Added some configure logic to auto-detect the system shift-jis
    charset alias.
  + Fixed tests/Makefile.am to exit with a non-negative value.
  + Fixed logic to skip expired or revoked gpg subkeys when looking
    for the correct subkey to use for signing or encrypting.
  + Fixed a regression introduced into 3.2.6 as part of the header
    parser rewrite that lost the ability to warn about invalid
    headers for non-toplevel MIME parts.
  + Fixed S/MIME to always set GPGME_KEYLIST_MODE_VALIDATE when
    looking up certificates as this is needed in order to correctly
    populate the GMimeCertificates.

OBS-URL: https://build.opensuse.org/request/show/787277
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gmime?expand=0&rev=89
2020-03-23 15:56:25 +00:00
b76f7a277e Accepting request 775013 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/775013
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gmime?expand=0&rev=69
2020-02-22 18:00:12 +00:00
c0eda6b6c3 Accepting request 774597 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/774597
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gmime?expand=0&rev=87
2020-02-17 21:40:48 +00:00
393a53eca5 Accepting request 749281 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/749281
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gmime?expand=0&rev=68
2019-11-23 23:08:30 +00:00
e419830309 Accepting request 748735 from GNOME:Next
New stable release

OBS-URL: https://build.opensuse.org/request/show/748735
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gmime?expand=0&rev=85
2019-11-18 10:48:48 +00:00
afc16bb636 Accepting request 736524 from GNOME:Factory
Scripted push from {project}

OBS-URL: https://build.opensuse.org/request/show/736524
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gmime?expand=0&rev=67
2019-10-17 10:59:08 +00:00
c98d59b7d9 Accepting request 735027 from GNOME:Next
Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/735027
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gmime?expand=0&rev=83
2019-10-04 15:37:41 +00:00
4e93f9bda1 Accepting request 653522 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/653522
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gmime?expand=0&rev=66
2018-12-10 11:24:54 +00:00
d49bc8d4b0 Accepting request 653130 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/653130
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gmime?expand=0&rev=81
2018-12-03 09:22:00 +00:00
8de40970c7 Accepting request 582719 from GNOME:Factory
spec-cleaner (forwarded request 581065 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/582719
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gmime?expand=0&rev=65
2018-03-08 09:43:30 +00:00
90c2ed9364 Accepting request 581065 from GNOME:Next
spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/581065
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gmime?expand=0&rev=79
2018-03-05 13:47:51 +00:00
04d7de797b Accepting request 572087 from GNOME:Factory
New stable release version 3.2.0 (forwarded request 571835 from luc14n0)

OBS-URL: https://build.opensuse.org/request/show/572087
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gmime?expand=0&rev=64
2018-02-03 14:39:15 +00:00
e9eb68f33c Accepting request 571835 from GNOME:Next
New stable release version 3.2.0

OBS-URL: https://build.opensuse.org/request/show/571835
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gmime?expand=0&rev=77
2018-02-02 16:33:36 +00:00
de96fdb464 Accepting request 548617 from GNOME:Factory
(forwarded request 548531 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/548617
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gmime?expand=0&rev=63
2017-12-06 07:50:57 +00:00
fec0cd204d Accepting request 548531 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/548531
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gmime?expand=0&rev=75
2017-12-05 10:54:08 +00:00
d0c9a3df6b Accepting request 544550 from GNOME:Factory
(forwarded request 544266 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/544550
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gmime?expand=0&rev=62
2017-11-30 15:31:39 +00:00
33fb8130b1 Accepting request 544266 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/544266
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gmime?expand=0&rev=73
2017-11-23 09:03:36 +00:00
a99b0ffacc Accepting request 538273 from GNOME:Factory
- Add gmime-fix-build-failure.patch: Fix a build failure
  (bgo#789799).

- Update to version 3.0.3:
  + Misc. fixes. (forwarded request 538232 from zhangxiaofei)

OBS-URL: https://build.opensuse.org/request/show/538273
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gmime?expand=0&rev=61
2017-11-04 18:27:24 +00:00
9646783c14 Accepting request 538232 from home:zhangxiaofei:branches:GNOME:Factory
- Add gmime-fix-build-failure.patch: Fix a build failure
  (bgo#789799).

- Update to version 3.0.3:
  + Misc. fixes.

OBS-URL: https://build.opensuse.org/request/show/538232
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gmime?expand=0&rev=71
2017-11-02 08:20:33 +00:00
3280862678 Accepting request 520895 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/520895
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gmime?expand=0&rev=60
2017-09-13 19:42:11 +00:00
Bjørn Lie
6b7fe6bda2 Accepting request 520469 from GNOME:Next
- Update to version 3.0.2:
  + Misc. fixes.

OBS-URL: https://build.opensuse.org/request/show/520469
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gmime?expand=0&rev=69
2017-09-04 20:05:24 +00:00
3584dc59dd Accepting request 519078 from GNOME:Factory
Yup, we need this already :-) grilo-plugins won't build podcast support without it.

- Update to version 3.0.1:
  + Misc. fixes.
  + Updated and improved documentation.
- Update to version 3.0.0:
  + No upstream changes provided. Please check git log.
- Add define base_ver and define so_ver, ease future upstream
  version updates, and rename sub-packages to new 3.0 version.
- Drop gmime-tools Obsolete, no longer needed.
- Drop disabled conditional mono subpackage, BuildRequires and
  configure call, no longer supported by upstream.
- Add pkgconfig(vapigen) BuildRequires: Build vala support.
- Pass --enable-crypto to configure, build new crypto support.
- Drop obsolete MD5SUM fix of COPYING, no longer needed.
- Drop obsolete CFLAGS hack, fixed upstream.
- Stop running custom find_requires, no longer needed. (forwarded request 518832 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/519078
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gmime?expand=0&rev=59
2017-09-04 10:23:07 +00:00
961bb08759 Accepting request 518832 from GNOME:Next
Yup, we need this already :-) grilo-plugins won't build podcast support without it.

- Update to version 3.0.1:
  + Misc. fixes.
  + Updated and improved documentation.
- Update to version 3.0.0:
  + No upstream changes provided. Please check git log.
- Add define base_ver and define so_ver, ease future upstream
  version updates, and rename sub-packages to new 3.0 version.
- Drop gmime-tools Obsolete, no longer needed.
- Drop disabled conditional mono subpackage, BuildRequires and
  configure call, no longer supported by upstream.
- Add pkgconfig(vapigen) BuildRequires: Build vala support.
- Pass --enable-crypto to configure, build new crypto support.
- Drop obsolete MD5SUM fix of COPYING, no longer needed.
- Drop obsolete CFLAGS hack, fixed upstream.
- Stop running custom find_requires, no longer needed.

OBS-URL: https://build.opensuse.org/request/show/518832
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gmime?expand=0&rev=67
2017-08-28 10:00:12 +00:00
4da6d7d467 Accepting request 451993 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/451993
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gmime?expand=0&rev=58
2017-01-27 09:43:19 +00:00
Bjørn Lie
86e5c67bbe Accepting request 451801 from GNOME:Next
1

OBS-URL: https://build.opensuse.org/request/show/451801
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gmime?expand=0&rev=65
2017-01-23 16:13:32 +00:00
Ludwig Nussel
cb3ccd4567 Accepting request 447061 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/447061
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gmime?expand=0&rev=57
2016-12-26 20:43:24 +00:00
Bjørn Lie
7ca93f6d30 Accepting request 446901 from GNOME:Next
Update to 2.6.22

OBS-URL: https://build.opensuse.org/request/show/446901
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gmime?expand=0&rev=63
2016-12-19 17:11:46 +00:00
2e4442427b Accepting request 445543 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/445543
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gmime?expand=0&rev=56
2016-12-15 09:41:19 +00:00
b2943edd38 Accepting request 445406 from GNOME:Next
- Update to version 2.6.21:
  + New function to determine if a MIME part is an attachment or
    not.
  + Treat all character values >= 128 as url-safe (bgo#738583).
  + Bugs fixed: bgo#756270, bgo#760573, bgo#760681, bgo#761263.

OBS-URL: https://build.opensuse.org/request/show/445406
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gmime?expand=0&rev=61
2016-12-13 08:42:20 +00:00
00ee5b0ab4 Accepting request 433290 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/433290
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gmime?expand=0&rev=55
2016-10-06 10:27:45 +00:00
Bjørn Lie
acf2f5fcaf Accepting request 432950 from GNOME:Next
- Add baselibs.conf:
  + produce libgmime-2_6-0-32bit package, needed by
    libxplayer-plparser18-32bit.

OBS-URL: https://build.opensuse.org/request/show/432950
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gmime?expand=0&rev=59
2016-10-05 08:52:29 +00:00
a4517acad9 Accepting request 415855 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/415855
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gmime?expand=0&rev=54
2016-08-05 16:12:17 +00:00
Bjørn Lie
dd6b55ec75 Accepting request 415834 from SUSE:SLE-12-SP2:GA
- Update to GNOME 3.20.2  Fate#318572

OBS-URL: https://build.opensuse.org/request/show/415834
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gmime?expand=0&rev=57
2016-07-29 13:50:33 +00:00
c9b1cd516b Accepting request 293776 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/293776
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gmime?expand=0&rev=53
2015-04-05 00:03:03 +00:00
3a1bdd32fd Accepting request 293768 from GNOME:Next
- Add --enable-mono/--disable-mono to configure call, based on the
  build condition. This avoids random rebuild failures (outside
  OBS) if mono happens to be installed on the building system.

OBS-URL: https://build.opensuse.org/request/show/293768
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gmime?expand=0&rev=55
2015-03-31 11:06:41 +00:00
Stephan Kulow
e952575c4d Accepting request 225315 from GNOME:Factory
- Update to version 2.6.20:
  + Improved performance by using a SIMD hack when scanning for the
    end of a line.
  + Don't clear the mime_part header stream unless we actually
    remove a header.
  + Only add nwritten to the total if we've written a MIME-Version
    header.
  + Unref the disposition.
  + Don't write out 2 spaces between the ':' and the first
    message-id (bgo#711305). (forwarded request 225151 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/225315
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gmime?expand=0&rev=51
2014-03-10 11:31:35 +00:00
a46553dafe Accepting request 225151 from GNOME:Next
- Update to version 2.6.20:
  + Improved performance by using a SIMD hack when scanning for the
    end of a line.
  + Don't clear the mime_part header stream unless we actually
    remove a header.
  + Only add nwritten to the total if we've written a MIME-Version
    header.
  + Unref the disposition.
  + Don't write out 2 spaces between the ':' and the first
    message-id (bgo#711305).

OBS-URL: https://build.opensuse.org/request/show/225151
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gmime?expand=0&rev=53
2014-03-09 19:16:22 +00:00
Tomáš Chvátal
fbb5af0da2 Accepting request 204028 from GNOME:Factory
Update to ver 2.6.19 (forwarded request 204026 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/204028
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gmime?expand=0&rev=50
2013-10-21 10:29:06 +00:00
f90d878df5 Accepting request 204026 from home:Zaitor:branches:GNOME:Factory
Update to ver 2.6.19

OBS-URL: https://build.opensuse.org/request/show/204026
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gmime?expand=0&rev=51
2013-10-20 14:27:01 +00:00
Stephan Kulow
2ccd68dbb9 Accepting request 199980 from GNOME:Factory
Push GNOME 3.9.92

OBS-URL: https://build.opensuse.org/request/show/199980
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gmime?expand=0&rev=49
2013-09-23 10:20:43 +00:00
616b847931 Accepting request 199224 from home:dimstar:branches:GNOME:Factory
Update to.2.6.18

OBS-URL: https://build.opensuse.org/request/show/199224
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gmime?expand=0&rev=49
2013-09-19 19:29:09 +00:00