90 Commits

Author SHA256 Message Date
ed73a07c41 libressl 4.0.0 2024-10-16 09:07:26 +02:00
6c481ebbf1 - Update to release 3.9.2
OBS-URL: https://build.opensuse.org/package/show/security:tls/libressl?expand=0&rev=74
2024-05-16 07:31:15 +00:00
3fa956130e - Update to release 3.9.1
OBS-URL: https://build.opensuse.org/package/show/security:tls/libressl?expand=0&rev=71
2024-03-30 17:57:07 +00:00
5f7c273417 Accepting request 1158177 from home:polslinux:branches:security:tls
- Update to 3.8.3:
  * Improved control-flow enforcement (CET) support.

OBS-URL: https://build.opensuse.org/request/show/1158177
OBS-URL: https://build.opensuse.org/package/show/security:tls/libressl?expand=0&rev=68
2024-03-15 11:29:44 +00:00
e6e7c3ac68 - Rework conflicts again
OBS-URL: https://build.opensuse.org/package/show/security:tls/libressl?expand=0&rev=66
2023-11-15 08:33:14 +00:00
524ebc2c96 - Conflict with just the openssl binary provider RPM.
OBS-URL: https://build.opensuse.org/package/show/security:tls/libressl?expand=0&rev=64
2023-11-14 23:54:31 +00:00
73a40de88d - Update to release 3.8.2
OBS-URL: https://build.opensuse.org/package/show/security:tls/libressl?expand=0&rev=63
2023-11-03 12:29:19 +00:00
bbf15f163e Accepting request 1095564 from home:ohollmann:branches:security:tls:unstable
- Improve cross-package provides/conflicts [boo#1210313]
  * Remove explicit conflicts with other devel-libraries
  * Remove Obsoletes: ssl

OBS-URL: https://build.opensuse.org/request/show/1095564
OBS-URL: https://build.opensuse.org/package/show/security:tls/libressl?expand=0&rev=62
2023-06-27 12:04:56 +00:00
c05d62ccbc heed changelog format (asterisks, and at most one nesting level)
OBS-URL: https://build.opensuse.org/package/show/security:tls/libressl?expand=0&rev=61
2023-05-29 09:03:43 +00:00
2a36c71f8b Accepting request 1089527 from home:polslinux:branches:security:tls
- Update to 3.7.3:
  * Bug fix
    - Hostflags in the verify parameters would not propagate from an
      SSL_CTX to newly created SSL.
  * Reliability fix
    - A double free or use after free could occur after SSL_clear(3).

OBS-URL: https://build.opensuse.org/request/show/1089527
OBS-URL: https://build.opensuse.org/package/show/security:tls/libressl?expand=0&rev=60
2023-05-29 09:02:58 +00:00
2bda18cc29 add bugref
OBS-URL: https://build.opensuse.org/package/show/security:tls/libressl?expand=0&rev=59
2023-04-26 09:46:55 +00:00
459c59450a - Update to release 3.7.2
OBS-URL: https://build.opensuse.org/package/show/security:tls/libressl?expand=0&rev=58
2023-04-08 16:54:33 +00:00
97c5aeb765 - Add more conflicts between openssl<>libressl
OBS-URL: https://build.opensuse.org/package/show/security:tls/libressl?expand=0&rev=56
2023-03-30 22:45:36 +00:00
6a862ee755 - Add more conflicts between devel packages
OBS-URL: https://build.opensuse.org/package/show/security:tls/libressl?expand=0&rev=55
2023-03-18 10:56:30 +00:00
3acf8cb99d - Update to release 3.7.1
OBS-URL: https://build.opensuse.org/package/show/security:tls/libressl?expand=0&rev=54
2023-03-16 20:41:31 +00:00
363d6fa089 - Update to release 3.7.0
OBS-URL: https://build.opensuse.org/package/show/security:tls/libressl?expand=0&rev=53
2022-12-12 17:30:13 +00:00
4dcf488e91 - Update to release 3.6.1
OBS-URL: https://build.opensuse.org/package/show/security:tls/libressl?expand=0&rev=52
2022-11-01 12:41:16 +00:00
1302137584 - Update to release 3.6.0
OBS-URL: https://build.opensuse.org/package/show/security:tls/libressl?expand=0&rev=50
2022-10-06 21:23:19 +00:00
60a676e3d7 - Update to release 3.5.3
OBS-URL: https://build.opensuse.org/package/show/security:tls/libressl?expand=0&rev=49
2022-05-19 07:41:59 +00:00
9585c1401c Edit changelog to conform to prescribed syntax
OBS-URL: https://build.opensuse.org/package/show/security:tls/libressl?expand=0&rev=47
2022-04-28 09:49:42 +00:00
0ab64f9b4e Trim changelog for reasonable size
OBS-URL: https://build.opensuse.org/package/show/security:tls/libressl?expand=0&rev=46
2022-04-28 09:48:53 +00:00
1f4c557e5c Trim openSUSE-irrelevant changes
OBS-URL: https://build.opensuse.org/package/show/security:tls/libressl?expand=0&rev=45
2022-04-28 09:48:22 +00:00
f867eb60c7 Accepting request 973565 from home:polslinux:branches:security:tls
- Update to release 3.5.2:
  * New Features
    - The RFC 3779 API was ported from OpenSSL. Many bugs were fixed,
      regression tests were added and the code was cleaned up.
    - Certificate Transparency was ported from OpenSSL. Many internal
      improvements were made, resulting in cleaner and safer code.
      Regress coverage was added. libssl does not yet make use of it.
  * Portable Improvements
    - Fixed various POSIX compliance and other portability issues
      found by the port to the Sortix operating system.
    - Add libmd as platform specific libraries for Solaris.
      Issue reported from (ihsan <at> opencsw org) on libressl ML.
    - Set IA-64 compiler flag only if it is HP-UX with IA-64.
      Suggested from Larkin Nickle (me <at> larbob org) by libressl ML.
    - Enabled and scheduled Coverity scan.
      Contributed by Ilya Shipitsin (chipitsine <at> gmail com> on github.
  * Compatibility Changes
    - Most structs that were previously defined in the following headers
      are now opaque as they are in OpenSSL 1.1:
      bio.h, bn.h, comp.h, dh.h, dsa.h, evp.h, hmac.h, ocsp.h, rsa.h,
      x509.h, x509v3.h, x509_vfy.h
    - Switch TLSv1.3 cipher names from AEAD- to OpenSSL's TLS_
      OpenSSL added the TLSv1.3 ciphersuites with "RFC names" instead
      of using something consistent with the previous naming. Various
      test suites expect these names (instead of checking for the much
      more sensible cipher numbers). The old names are still accepted
      as aliases.
    - Subject alternative names and name constraints are now validated
      when they are added to certificates. Various interoperability
      problems with stacks that validate certificates more strictly

OBS-URL: https://build.opensuse.org/request/show/973565
OBS-URL: https://build.opensuse.org/package/show/security:tls/libressl?expand=0&rev=44
2022-04-28 09:42:48 +00:00
f65e7cd769 - Update to release 3.4.3
OBS-URL: https://build.opensuse.org/package/show/security:tls/libressl?expand=0&rev=43
2022-03-16 21:57:01 +00:00
c68d6dc3c6 - Update to release 3.4.2 [boo#1190853]
OBS-URL: https://build.opensuse.org/package/show/security:tls/libressl?expand=0&rev=41
2021-12-30 20:25:03 +00:00
1470832692 - Update to release 3.4.2
OBS-URL: https://build.opensuse.org/package/show/security:tls/libressl?expand=0&rev=40
2021-12-30 19:32:08 +00:00
7df19f186b Accepting request 938269 from home:susnux:branches:security:tls
Update to release 3.3.5

OBS-URL: https://build.opensuse.org/request/show/938269
OBS-URL: https://build.opensuse.org/package/show/security:tls/libressl?expand=0&rev=39
2021-12-09 20:20:16 +00:00
ec99d648c1 - Update to release 3.3.4
OBS-URL: https://build.opensuse.org/package/show/security:tls/libressl?expand=0&rev=38
2021-08-26 10:29:09 +00:00
493abff697 - Update to release 3.3.3
OBS-URL: https://build.opensuse.org/package/show/security:tls/libressl?expand=0&rev=37
2021-05-05 10:42:02 +00:00
b2d89eb9ec - Update to release 3.2.5
OBS-URL: https://build.opensuse.org/package/show/security:tls/libressl?expand=0&rev=36
2021-03-21 12:59:46 +00:00
cdeb7468a9 - Update to release 3.2.4
OBS-URL: https://build.opensuse.org/package/show/security:tls/libressl?expand=0&rev=35
2021-02-13 12:03:36 +00:00
3150626c64 - Update to release 3.2.3
OBS-URL: https://build.opensuse.org/package/show/security:tls/libressl?expand=0&rev=34
2020-12-10 14:20:13 +00:00
580de3607f - Update to release 3.2.2
OBS-URL: https://build.opensuse.org/package/show/security:tls/libressl?expand=0&rev=33
2020-10-21 11:01:20 +00:00
3830331d16 - Update to release 3.1.4
OBS-URL: https://build.opensuse.org/package/show/security:tls/libressl?expand=0&rev=32
2020-08-19 10:34:48 +00:00
b292bc0c8f - Update to release 3.1.3
OBS-URL: https://build.opensuse.org/package/show/security:tls/libressl?expand=0&rev=31
2020-06-17 12:23:45 +00:00
c174264b83 - Update to release 3.1.2
OBS-URL: https://build.opensuse.org/package/show/security:tls/libressl?expand=0&rev=30
2020-05-23 13:18:10 +00:00
90e3e0c4ac - Update to release 3.1.1
OBS-URL: https://build.opensuse.org/package/show/security:tls/libressl?expand=0&rev=29
2020-05-10 23:44:45 +00:00
db10bd74f5 - Update to release 3.2.0
OBS-URL: https://build.opensuse.org/package/show/security:tls/libressl?expand=0&rev=28
2019-10-20 13:39:29 +00:00
2a76999be8 - Update to new upstream release 2.9.2
* Fixed SRTP profile advertisement for DTLS servers.

OBS-URL: https://build.opensuse.org/package/show/security:tls/libressl?expand=0&rev=27
2019-05-22 15:08:54 +00:00
4a6ee168e8 - Update to new upstream release 2.9.1
OBS-URL: https://build.opensuse.org/package/show/security:tls/libressl?expand=0&rev=26
2019-04-23 11:56:06 +00:00
d769ee8233 - Add openssl(cli) provides. Replace otherproviders conflict
by normal Conflict+Provides.

OBS-URL: https://build.opensuse.org/package/show/security:tls/libressl?expand=0&rev=24
2019-03-31 20:55:25 +00:00
0a4d215557 - Update to new upstream release 2.9.0
OBS-URL: https://build.opensuse.org/package/show/security:tls/libressl?expand=0&rev=23
2019-03-14 21:37:36 +00:00
7210355c15 Accepting request 661264 from home:seanlew:branches:security:tls
Update libressl to 2.8.3

OBS-URL: https://build.opensuse.org/request/show/661264
OBS-URL: https://build.opensuse.org/package/show/security:tls/libressl?expand=0&rev=22
2018-12-24 22:43:58 +00:00
3c7dabb908 Accepting request 643837 from home:bmwiedemann:branches:security:tls
Update extra-symver.diff to fix build with -j1

OBS-URL: https://build.opensuse.org/request/show/643837
OBS-URL: https://build.opensuse.org/package/show/security:tls/libressl?expand=0&rev=21
2018-10-25 09:41:00 +00:00
b059296538 - Update to new upstream release 2.8.2
OBS-URL: https://build.opensuse.org/package/show/security:tls/libressl?expand=0&rev=19
2018-10-20 00:11:30 +00:00
78856e0af5 - Update to new upstream release 2.8.1
OBS-URL: https://build.opensuse.org/package/show/security:tls/libressl?expand=0&rev=18
2018-10-13 11:17:28 +00:00
ad1a57bbdd OBS-URL: https://build.opensuse.org/package/show/security:tls/libressl?expand=0&rev=17 2018-08-24 07:27:01 +00:00
5031b47675 OBS-URL: https://build.opensuse.org/package/show/security:tls/libressl?expand=0&rev=16 2018-08-08 14:05:22 +00:00
4fb88121e4 - Update to new upstream release 2.8.0
OBS-URL: https://build.opensuse.org/package/show/security:tls/libressl?expand=0&rev=15
2018-08-08 13:33:44 +00:00
3707f8ec86 libressl-2.7.3
OBS-URL: https://build.opensuse.org/package/show/security:tls/libressl?expand=0&rev=14
2018-05-07 09:02:39 +00:00