a94bdec08f
Accepting request 1202912 from devel:languages:tcl
...
- Fix build with tcl 8.6.15 by working around the change of
TCL_PACKAGE_PATH from a Tcl list to a colon-separated Unix path.
OBS-URL: https://build.opensuse.org/request/show/1202912
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tls?expand=0&rev=24
2024-09-24 15:34:48 +00:00
4ddfbe2baf
- Fix build with tcl 8.6.15 by working around the change of
...
TCL_PACKAGE_PATH from a Tcl list to a colon-separated Unix path.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tls?expand=0&rev=23
2024-09-24 11:00:36 +00:00
cd0b570589
Accepting request 974465 from devel:languages:tcl
...
Automatic submission by obs-autosubmit
OBS-URL: https://build.opensuse.org/request/show/974465
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tls?expand=0&rev=23
2022-05-03 19:19:05 +00:00
ef5c104636
Remove devel package due to a file conflict and because it is probably not needed.
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tls?expand=0&rev=21
2022-04-25 17:34:56 +00:00
deda54553a
Accepting request 965175 from home:munix9:branches:devel:languages:tcl
...
- Add certs-tests.patch, cipher-tests.patch, fall-through.patch,
hostname-tests.patch, openssl3.patch
(according to see https://src.fedoraproject.org/rpms/tcltls
and https://salsa.debian.org/tcltk-team/tcltls )
- Remove tls-test-certs.tar.gz (replaced by certs-tests.patch)
- Clean up spec file
I don't know if it fits your guidelines exactly.
Decide for yourself if you can use it.
See https://lists.opensuse.org/archives/list/factory@lists.opensuse.org/message/XPSOPZRBSZ6N35VAIY46Y3U3NYG76DEH/
OBS-URL: https://build.opensuse.org/request/show/965175
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tls?expand=0&rev=20
2022-04-20 11:06:07 +00:00
c86971aa13
Accepting request 887015 from devel:languages:tcl
...
- Update to version 1.7.22
* Allow loading certificates and keys as values instead of files.
* add "version" element with SSL/TLS protocol version to tls::status
* Obsoletes tls-fix-channel-state.patch
- Add 2048 bit keys for testing, because recent openssl versions
don't accept 1024 bits anymore (tls-test-certs.tar.gz).
- Update upstream URLs.
OBS-URL: https://build.opensuse.org/request/show/887015
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tls?expand=0&rev=22
2021-04-21 19:00:03 +00:00
0f808c2864
- Update to version 1.7.22
...
* Allow loading certificates and keys as values instead of files.
* add "version" element with SSL/TLS protocol version to tls::status
* Obsoletes tls-fix-channel-state.patch
- Add 2048 bit keys for testing, because recent openssl versions
don't accept 1024 bits anymore (tls-test-certs.tar.gz).
- Update upstream URLs.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tls?expand=0&rev=18
2021-04-20 13:29:23 +00:00
83ae0e16ee
Accepting request 571800 from devel:languages:tcl
...
- Fix the logic to fail on unexpected testsuite failures.
- Update to version 1.7.14 for compatibility with OpenSSL 1.1.
- Add tls-fix-channel-state.patch to prevent implicit changes of
encoding, translation and blocking mode when importing a socket.
https://core.tcl.tk/tcltls/info/f798e2ea12
OBS-URL: https://build.opensuse.org/request/show/571800
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tls?expand=0&rev=21
2018-02-01 20:31:25 +00:00
2c10c710e8
- Fix the logic to fail on unexpected testsuite failures.
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tls?expand=0&rev=16
2018-02-01 17:57:44 +00:00
ec67b6a3e0
- Update to version 1.7.14 for compatibility with OpenSSL 1.1.
...
- Add tls-fix-channel-state.patch to prevent implicit changes of
encoding, translation and blocking mode when importing a socket.
https://core.tcl.tk/tcltls/info/f798e2ea12
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tls?expand=0&rev=15
2017-12-29 10:38:18 +00:00
Stephan Kulow
8e022dc951
Accepting request 337282 from devel:languages:tcl
...
- Update to version 1.6.7 to incorporate the latest upstream fixes.
This obsoletes tls-ciphers.patch and tls-enable-tls1.patch.
OBS-URL: https://build.opensuse.org/request/show/337282
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tls?expand=0&rev=20
2015-10-12 08:02:26 +00:00
b2d58f43e4
- Update to version 1.6.7 to incorporate the latest upstream fixes.
...
This obsoletes tls-ciphers.patch and tls-enable-tls1.patch.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tls?expand=0&rev=13
2015-10-08 15:37:13 +00:00
4709a55d95
Accepting request 282047 from devel:languages:tcl
...
1
OBS-URL: https://build.opensuse.org/request/show/282047
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tls?expand=0&rev=19
2015-01-20 18:04:04 +00:00
05d6e83f57
Accepting request 263147 from home:gberh:branches:devel:languages:tcl
...
- update to version 1.6.3 (from CVS):
* tls.c (MiscObjCmd): Fixed non-static string array used in call
of Tcl_GetIndexFromObj(). Memory smash waiting to happen.
Thanks to Brian Griffin for alerting us all to the problem.
* tls.c: Applied Jeff's patch from
http://www.mail-archive.com/aolserver@listserv.aol.com/msg12356.html
* tls.c (StatusObjCmd): memleak: free peer if loaded.
[Bug 3041925]
* tls.tcl (tls::socket): some socket implementations have a -type
support (e.g. for inet6).
- rebased tls-fix-ciphers.patch
- modified tls-enable-tls1.patch to only enable tls1 by default
and to update the documentation
OBS-URL: https://build.opensuse.org/request/show/263147
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tls?expand=0&rev=11
2015-01-20 10:38:00 +00:00
dd418c9ba3
Accepting request 262944 from devel:languages:tcl
...
1
OBS-URL: https://build.opensuse.org/request/show/262944
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tls?expand=0&rev=18
2014-11-26 09:33:49 +00:00
Stephan Kulow
006246a6e3
replace license with spdx.org variant
...
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tls?expand=0&rev=13
2011-12-06 18:08:57 +00:00
OBS User autobuild
cf1b08f4b3
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tls?expand=0&rev=8
2010-03-18 15:32:31 +00:00
OBS User unknown
805fa7d4f7
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tls?expand=0&rev=6
2009-08-07 21:22:19 +00:00
OBS User unknown
94d1b96e48
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tls?expand=0&rev=5
2009-06-18 16:09:03 +00:00
OBS User unknown
914f747e6b
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tls?expand=0&rev=3
2008-04-22 23:52:18 +00:00
OBS User unknown
8440151c2e
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tls?expand=0&rev=2
2008-04-03 23:49:34 +00:00
OBS User unknown
fb6a59f50c
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tls?expand=0&rev=1
2007-01-15 23:39:23 +00:00