Skip to content

Commit 49eea2f

Browse files
committed
minor libssl bump (SSL_OP_NO_RENEGOTIATION/SSL_OP_ALLOW_CLIENT_RENEGOTIATION)
code #ifdef'ing these and compiled with new headers won't work as expected on earlier libraries minor libtls bump to match libssl bump ok tb@
1 parent cd5e1e4 commit 49eea2f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

distrib/sets/lists/base/mi

+2-2
Original file line numberDiff line numberDiff line change
@@ -783,10 +783,10 @@
783783
./usr/lib/librpcsvc.so.3.0
784784
./usr/lib/libskey.so.6.0
785785
./usr/lib/libsndio.so.7.3
786-
./usr/lib/libssl.so.59.0
786+
./usr/lib/libssl.so.59.1
787787
./usr/lib/libtermcap.so.15.0
788788
./usr/lib/libtermlib.so.15.0
789-
./usr/lib/libtls.so.32.0
789+
./usr/lib/libtls.so.32.1
790790
./usr/lib/libusbhid.so.7.1
791791
./usr/lib/libutil.so.20.0
792792
./usr/lib/libz.so.7.1

lib/libssl/shlib_version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Don't forget to give libtls the same type of bump!
22
major=59
3-
minor=0
3+
minor=1

lib/libtls/shlib_version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
major=32
2-
minor=0
2+
minor=1

0 commit comments

Comments
 (0)